Ubuntu 13.04 Raring Ringtail has been released, Ubuntu team has done
really good job on 13.04. This Ubuntu release is much better than last
release. Unity is much faster, responsive and a lot of things is better
in 13.04. So after a-lot of work today bring this article for you. After
applying these tweaks you can get more better experience with new
Ubuntu. After these tweaks we can say your Ubuntu is ready to use, Every
tweak is tested by NoobsLab. So lets start tweak to your Ubuntu 13.04.
1: Tweak Tools:
Gnome Tweak Tool is well-known powerful tweak tool, With this tool you can manage your Ubuntu environment like: Change theme, icons, fonts, cursor and so on options.
Unity Tweak Tool is a configuration tool for the Unity Desktop, providing users access to features and configuration options not (obviously) accessible, and brings them all together in a polished & easy-to-use interface.
Install Tweak Tools with following commands:
Also Checkout Ubuntu Tweak
- sudo apt-get install unity-tweak-tool
- sudo apt-get install gnome-tweak-tool
2: Synaptic and Compiz (CCSM) with extra plugins:
Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+.
To install Compiz Config Setting Manager enter following command in Terminal:
Go to Dash and Search "CCSM" or "synaptic"
- sudo apt-get install synaptic
- sudo apt-get install compizconfig-settings-manager compiz-plugins-extra
3: Enable Hibernate option:
Ubuntu has disabled hibernate option, So here is tweak to enable hibernate.
Open Terminal and enter following command:
copy and paste the following code in file:
- sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla
Save file and Exit, then Restart and check.[Re-enable Hibernate] Identity=unix-user:* Action=org.freedesktop.upower.hibernate ResultActive=yes
4: Remove White Dots from Login Screen
If you want to remove white dots from login screen of Ubuntu 13.04, So here is a easy tweak for you.
- sudo xhost +SI:localuser:lightdm
- sudo su lightdm -s /bin/bash
- gsettings set com.canonical.unity-greeter draw-grid false
5: Disable Guest Account:
Guest account is enable by default in Ubuntu, It means anybody can login with guest account in your Ubuntu. So here is tweak to disable guest account.
Open Terminal and enter following command to open file in text editor:
Now add the following line at the end of file.
- sudo gedit /etc/lightdm/lightdm.conf
allow-guest=false
If you want to disable Remote Login, Then add following line at the end of file.greeter-show-remote-login=false
Save and close file, Now Restart to see effect.6: Improve Unity Performance, Remove Online Search Lenses:
If you don't like online search in Unity, You can disable it from Settings -> Privacy then Turn off online search.
You will not see anymore online searches in dash.
- sudo apt-get autoremove unity-lens-shopping
- sudo apt-get autoremove unity-lens-music
- sudo apt-get autoremove unity-lens-photos
- sudo apt-get autoremove unity-lens-gwibber
- sudo apt-get autoremove unity-lens-video
Unity Record your activity, You can adjust your privacy by enable/disable these features.
7: Disable overlay Scrollbars:
You can disable overlay scrollbars, if you don't like that.
If you want to get back overlay bar, enter following command:
- gsettings set com.canonical.desktop.interface scrollbar-mode normal
- gsettings reset com.canonical.desktop.interface scrollbar-mode
8: Show username on panel:
UserName is disabled by default in Ubuntu, So here is tweak you can enable it very easily.
- gsettings set com.canonical.indicator.session show-real-name-on-panel true
To remove name from panel, Enter following command:
- gsettings set com.canonical.indicator.session show-real-name-on-panel false
9: Disable System Crash Reports:
If you are experiencing something crashes in your Ubuntu, and you don't like to be notify with reports. You can disable them easily.
Now text file will open, In the last line you will see "enabled=1" change it to "enabled=0". Save and close file.
- sudo gedit /etc/default/apport
Now enter following command in terminal to stop apport service:
- sudo service apport stop
10: Firewall for Ubuntu:
Linux don't need Anti-virus but Firewall is important for any kind of Operating System. UFW is installed by default in Ubuntu but it is command line and disable by default. You can install best firewall GUFW enable and manage it graphically.
[[ view more ]]
No comments