Select Menu

Slider

Windows

Apple | Mac

Linux

Mobile

Hardware

Tutorial

Android

» » » Things/Tweaks to do after Install of Ubuntu 13.04 Raring Ringtail
«
Next
Newer Post
»
Previous
Older Post

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:
  • sudo apt-get install unity-tweak-tool
  • sudo apt-get install gnome-tweak-tool
Also Checkout Ubuntu Tweak


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+.
CCSM, short for CompizConfig Settings Manager, is a configuration tool for Compiz Fusion. It is used to configure the many plugins included in Compiz and Compiz Fusion, as well as the use of various profiles and intergrating better with existing desktop settings.
To install Compiz Config Setting Manager enter following command in Terminal:
  • sudo apt-get install synaptic
  • sudo apt-get install compizconfig-settings-manager compiz-plugins-extra
Go to Dash and Search "CCSM" or "synaptic"


3: Enable Hibernate option:
Ubuntu has disabled hibernate option, So here is tweak to enable hibernate.
Open Terminal and enter following command:
  • sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla
copy and paste the following code in file:
[Re-enable Hibernate]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
Save file and Exit, then Restart and check.


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.
Enter following commands in Terminal:
  • 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:
  • sudo gedit /etc/lightdm/lightdm.conf
Now add the following line at the end of file.
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.
Alternatively you can remove online search lenses from Unity, Following commands will remove Shopping, Music, Photos, Gwibber and Video lenses and make Unity much responsive:
  • 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
You will not see anymore online searches in dash.

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.
Enter following command in terminal to disable overlay scrollbar:
  • gsettings set com.canonical.desktop.interface scrollbar-mode normal
If you want to get back overlay bar, enter following command:
  • 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.
Enter following command in terminal:
  • 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.
Enter following commands to disable crash reports:
  • sudo gedit /etc/default/apport
Now text file will open, In the last line you will see "enabled=1" change it to "enabled=0". Save and close file.
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 ]]

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply