Saturday, 28 September 2013

Disable/Enable your Unity Lens with Lens Toggler in Ubuntu 12.04 Precise

Disable/Enable Unity Lens with Lens Toggler in Ubuntu 12.04 Precise


Here is tool that which is really nice at work for Ubuntu Unity to disable Unity lenses. Till now there is no such application to disable/enable lenses but it is available now. Before this tool the only way to disable lens is to uninstall. It is only available for Ubuntu 12.04.

Disable/Enable Unity Lens with Lens Toggler in Ubuntu 12.04 Precise


To install Lens-Toggle in Ubuntu 12.04 open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo add-apt-repository ppa:aking1012-com/lenstoggle
sudo apt-get update
sudo apt-get install python-lenstoggler

 

After installing Go to Dash and search "Lens Toggler" to open it disable/enable lenses and apply.

Logout and login back to see the effect.

Cheers!!

Disable IPv6 Fix slow internet connection in Ubuntu 12.04 Precise Pangolin/Linux Mint 13

Disable IPv6 If your internet is working Slow in Ubuntu 12.04 Precise Pangolin/Linux Mint 13/Any Ubuntu or Mint Version.


Here are steps to disable IPv6, here you should edit sysctl.conf file.

To open sysctl.conf file open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo gedit /etc/sysctl.conf

Add these following lines at the end of the file.
# IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Save sysctl.conf file and close.

Disable IPv6 Fix slow internet connection in Ubuntu 12.04 Precise Pangolin/Linux Mint 13


Restart sysctrl settings by entering following command:-
sudo sysctl -p

 

Do you have Error while loading shared libraries: libbabl-0.0.so.0






Error while loading shared libraries: libbabl-0.0.so.0


Error while loading shared libraries: libbabl-0.0.so.0


Here is newly found gimp error while as I trying was load shared libraries.

libbabl-0.0.so.0: cannot open shared object file: No such file or directory

I was facing this problem and I have tried to resolve this in many way and finally I found a way by upgrading gimp on Ubuntu/Linux mint.

If you are with the same problem like me then immediately upgrade you gimp get resolved with the issue.

gimp libbabl-0.0.so.0 error on Ubuntu/Linux Mint Open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo apt-get update
sudo apt-get purge gimp libgegl* libbabl*
sudo apt-get install gimp
sudo apt-get clean

cheers!!!!

Fix Unknown Display Problem in Ubuntu/Linux Mint

Display Problem in Ubuntu/Linux Mint


Is there any problem with your display guys then here is quick tutorial to Fix Unknown Display problem in Ubuntu/Linux Mint

Display problem in Ubuntu/Linux Mint



Unknown Display Problem in Ubuntu/Linux Mint


This problem will actually arise with proprietary cards and integrated cards like Intel display cards. Probably you can fix this by installing drivers of for Linux Like NVidia, ATI Cards then you can fix this problem also with proprietary cards.
To get fixed with unknown display problem in Ubuntu/Mint open Terminal (Press Ctrl+Alt+T) copy paste following commands:-
sudo apt-get install mesa-utils

After installing reboot the pc and enter following command to check display info:-
glxinfo | grep render
glxgears

 

Friday, 27 September 2013

Recover/Repair/Install Grub from Linux Live CD

How to restore Grub 2 after reinstalling Windows XP/Vista/Win7 & 8


Hey guys, is your grub working perfectly fine or else here is the tutorial to Recover/Repair/Install Grub from Linux Live CD. When you change or install operating system (Windows xp, Vista, 7, 8) or Grub doesn't load.
Here is a solution to recover your grub within second and it is easy to…
Here the major requirement is Live CD's (Ubuntu 12.04/11.10/11.04/10.10/10.04/9.10/9.04/Mint).
Below are the easy steps to Recover/Reinstall/Repair grub2 from Linux Live CD/USB after Windows 7/8/vista/xp or grub doesn't work.


How to restore Grub 2 after reinstalling Windows XP/Vista/Win7 & 8
Here you should boot into Linux live cd and open terminal.


This command allow you to get root permissions:-


sudo -i

Here you should check the drives number in Partition Manager :


sudo fdisk -l

Here you should select linux installed drive. Then change the number in following commands (Only change 'x' with your drive number) and change (sda) with your hard drive it can be (sdb, sdc, etc) you can get this in partition manager.


sudo mount /dev/sdax /mnt
sudo mount /dev/sdax /mnt/boot
sudo mount --bind /dev /mnt/dev/

Here below command changes mnt directory permissions to root permissions:


sudo chroot /mnt

Now hrer is the grub install command, here you should change a in sda to your hard drive where you want to install grub. For that check in check in Partition Manager:


grub-install /dev/sda

Now you have successfully completed installation and enter following command to un-mount.


sudo umount /mnt/dev
sudo umount /mnt

Now reboot you will be getting grub:-


sudo reboot

Cheers now that you are in to the grub

Easily Reset your Password quickly Ubuntu/Linux Mint/ and Related Distributions

Reset your Password quickly Ubuntu/Linux Mint/ and Related Distributions.


Hello guys this is very easy to do reset your password quickly Ubuntu/Linux Mint/ and Related Distributions. As many people may face this problem and linuxtrendz is here to help you out from this problem. And this is for all the Ubuntu/any Linux versions to reset your password.
Step one is to get into recovery mode.

Reset your Password quickly Ubuntu/Linux Mint/
Now you will be entering in this following screen. Now select "root - Drop to root shell prompt" and press "Ok"


6916100245_f9e08d7357_z
Here is the command to know about username if you forgot.



ls /home

But you should remember that in linux case sensitive applies for username and password.
mount -rw -o remount /

Now you are into the magic box here is command to reset your password for your user account.
passwd username

Now enter new password and confirm the password.

EXAMPLE like
passwd linuxtrendz

Reboot the PC by typing exit command

 

Wednesday, 25 September 2013

How to Ubuntu Server Manager Utility in Ubuntu/Linux Mint

Install Ubuntu Server Manager utility in Ubuntu 13.04 Raring/Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/11.10 Oneiric/11.04/10.10/10.04/Linux Mint.

Ubuntu Server Manager is a Graphical-User-Interface toll that really helps to install and manage (Apache 2, MySQL, Proftpd, Samba, Monitorix, SSH, Nagios, Webmin), this also helps you to monitor server log activity.

Her in this Ubuntu Server Manager utility there are many options are present Net activity viewer, Update dynamic IP, Putty for ssh, Open Ports to see server open connections, Logs, Clear logs option, Localhost scan using Nmap, Perform scan of IP/Domain name using Nmap, RKhunter to check if system is effected with rootkit, Firewall configuration option, Open apache www default folder as root, Webalizer to generate report of site.

Ubuntu Server Manager Utility


Want To install services Go to Help & Install > About & Install Servers.

2 copy



Install and remove of services



3 copy



To install Ubuntu-Server-Manager in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:



wget -O usm.deb http://goo.gl/QECjX
sudo dpkg -i usm.deb && sudo rm usm.deb

cheers!!!

How to Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition

Here is a complete tutorial to install Graphical User Interface (GUI) in Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/Ubuntu 11.10 Oneiric/Ubuntu 11.04/10.04 Server Edition


Hey you should follow the step-by-step guide Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition:-


Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition


And the first thing goes is update your system for this simply copy this following code and paste in terminal.
sudo apt-get update

After you complete the updating of your system then you can install command line copy following code in terminal.
sudo apt-get install ubuntu-desktop

This command actually install Ubuntu desktop in Ubuntu server edition. If really are not interested with all the features of desktop edition you can install minimal edition of Ubuntu Desktop to get rid of all the applications that come with Ubuntu desktop.
sudo apt-get install --no-install-recommends ubuntu-desktop

After installation process gets completed then you should restart pc. After restarting you will be seen with Ubuntu desktop.

To get Install Graphical user interface (GUI) in XFCE (Xubuntu) and KDE (Kubuntu) desktop on related Server Edition:-

For XFCE-Xubuntu Server GUI
sudo apt-get install xubuntu-desktop

For KDE-Kubuntu Server GUI
sudo apt-get install kubuntu-desktop

cheers!!!!!

Tuesday, 24 September 2013

Compiz Config Settings Manager +Extra Plugins offline installer for Linux & Ubuntu.

Compiz Config Settings Manager +Extra Plugins.


Hello guys are you are awaiting for Compiz Config Settings Manager which really ads great sexy look to you Linux desktop.
Here is online and offline Compiz Config Settings Manager +Extra Plugins where there is no need using all the commands or downloading it from the store.
This very simple +Extra Plugins Install CompizConfig Settings Manager

Compiz Config Settings Manager +Extra Plugins Linux & Ubuntu.


 CCSM (Compiz Config Settings Manager)+Extra Plugins 32-bit
md5sums: ed840794d277e0e830c064fe8a4f8ea4
size : 6.71 MB
ccsm-extra-precise_x86.isi

CCSM (Compiz Config Settings Manager)+Extra Plugins 64-bit
md5sums: 9d1aaace96d0c708821037467b7d873a
size : 5.50 MB
ccsm-precise_amd64.isi

This offline installer works on all Linux version.

Online installer CCSM (Compiz Config Settings Manager):-
sudo aptitude install compizconfig-settings-manager

 

 

Audacious offline installer for Linux & Ubuntu Applications 32-bit & 64-bit

Audacious offline installer for Linux & Ubuntu.


Audacious an open source Audio player which is available ad offline installer. This just plays all the music you just should drag and drop the things this very and simple to and  a Linux user should have this application.

Audacious offline installer for Linux & Ubuntu


Audacious 32-bit.
md5sums: f03a6a569354d606286fedeba52c0bc7
size :  10.78 MB
audacious-3.2.1-precise_x86.isi 

Audacious 64-bit
md5sums: 6a53d8067aeecc3798264c1bba543b32
size : 7.39 MB
audacious-3.2.1-precise_amd64.isi