Sunday, August 26, 2012

Tips and Tricks for Linux Mint after Installation [Mint 10 and 11] Updated

Introduction

Linux MintLinux Mint is one of the top free operating systems widely used in the world and currently receives the highest hits at DistroWatch.

Even though it's an Ubuntu-based system, Linux Mint features only one panel at the bottom which looks closer to the taskbar in the Windows system, and a well-organized start menu complete with a useful Search box. It also pre-installs some proprietary software, including the Adobe Flash plugin and necessary media codecs, by default so that you can view streaming media, such as YouTube videos in a browser, and play mp3, mp4 or most other media files with a player right away out of the box.

If you have the Linux Mint system which comes with the default Gnome-2 desktop environment installed in your PC, you might find these tips and tricks useful for working with the system.

Note: The steps described in this article work best with Linux Mint 11 and Linux Mint 10. If you're using Linux Mint 13 Maya, please check out the articles for the Cinnamon Edition and MATE Edition.



   Pin Programs to the Panel
Frequently used programs can be easily pinned to the panel.
  1. Browse to a program from Menu > Applications.
  2. Drag and drop the program to an empty space in the panel, or right-click the program and select "Add to panel".
  3. Right click the program icon, select "Move" and drop it to a new place in the panel.
  4. Right click the program icon and select "Lock to Panel".
See also "Enable Superbar".

   Set Fully Transparent Panel
When you set the panel to be transparent in the default Mint-X-Metal theme, you will find that some panel items' backgrounds are not transparent, but you can opt for one of the other themes, such as AuroraMint theme, which comes with the transparent background for the panel items. If you prefer the default theme with the items' backgrounds transparent, some tweaks are needed with the steps below:
  1. Set Full Transparent PanelClick Menu and select Terminal.
  2. Enter cp -R /usr/share/themes/Mint-X-Metal ~/.themes/
  3. Enter gedit ~/.themes/Mint-X-Metal/gtk-2.0/panel.rc to open the file with gedit.
  4. Search for three instances of "Panel/panelbg.png"
  5. Comment out all three lines by placing a # at the beginning of the lines, for example: #   bg_pixmap[NORMAL] = ..., or #   file = ...
  6. Save the file.
  7. Go to Menu > Applications > Preferences > Appearance, switch to the other theme and then back to the Mint-X-Metal theme.
Note: If you'd like to change to the Mint-X theme, replace Mint-X-Metal with Mint-X in the above command lines.

   Set Preferences for the Start Menu
Like the Windows' Start button, Linux Mint has an advanced Gnome menu called "mintMenu" where you can start doing things like running a program, looking for files, log out or quit the system and so on.
This menu allows you to set your personal preferences with the steps below, for example:
  1. Start MenuRight click "Menu", select "Preferences".
  2. In the "Main button" tab, remove the word "Menu" from the "Button text" box if you like to hide the text.
  3. Change the keyboard shortcut from <Control>Super_L to others, such as Super_R, if you'd like to just press the right Windows key to get to the menu. (This change only takes effect after logging out and back in the system.)
  4. Change the Button icon from /usr/lib/linuxmint/mintMenu/visualisation-logo.png to /usr/lib/linuxmint/mintMenu/mintMenu.png, as shown in the screenshot. (Caution: avoid changing to a huge size image which might affect the panel.)
  5. In the Places tab, untick the items in "Toggle Default Places" to hide from the Menu.
  6. In the System tab, untick the items in "Toggle Default Items" to hide from the Menu.
Other preferences can also be set in the Options, Theme, Applications and Favorites tabs.

   Enable Superbar
In Windows 7, frequently used programs can be pinned to the taskbar (hence called Superbar). Likewise, DockBarX, a Gnome panel plugin, can be added to Linux Mint to achieve almost the same effect to pin and unpin or launch the applications from the panel.
  1. DockBarX AppletGo to Menu > Software Manager > Edit > Software Source.
  2. Select "Other Software" and click "Add"
  3. At APT line, enter ppa:dockbar-main/ppa, click "Add Source" "Refresh" and "Close"
  4. In the Software Manager window, enter dockbarx inside the Search box to look for dockbarx, which is available after the above steps.
  5. Select Dockbarx and click "Install"
  6. Log out and back into the system, then right click the panel and click “Add to Panel”.
  7. Select the DockBarX Applet and click "Add".
Note: A thumbnail preview of a running program is also available to DockBarX. To enable this feature, right-click the DockBarX item on the panel, select Properties, choose Window List and tick "Show Previews". Other preferences such as appearance, window item and group button can also be configured by users.

   Change Font Type and Color of Panel Clock
The font type and color of the panel clock follow the windows text in a theme by default. In particular, if the font color is black and shown on a dark background through a transparent panel, you can't read the clock clearly, but you can tweak it by changing the font color. And you can define the font type for your panel clock as well.
The code in Step 1 below sets the font color to white and applies Digital Face font (Note 1), bold and size 16.
  1. Panel ClockOpen up the text editor Gedit and paste the following code:
    style "my-panel-clock"
    {
    fg[NORMAL] = "#FFFFFF"
    font_name = "digital-7 bold 16"
    }
    widget "*.clock-applet-button.*" style "my-panel-clock"
  2. Save the file as .gtkrc-2.0 (including the dot in front of the filename) inside your home directory /home/your_user_name.
  3. Log out and log back in (OR enter killall gnome-panel into the Terminal) to see the change.
Note 1: The Digital Face font can be downloaded here. After downloading, unzip the file, enter sudo mv digital-7.ttf /usr/share/fonts/truetype into Terminal to move the font file to the restricted folder. See also Install Extra Fonts.
Note 2: The filename leading by a dot represents it's a hidden file and visible by toggling the key Ctrl-H in the Nautilus file browser.

   Open Up a Window in Center
When running an application without maximized, Linux Mint always puts it in the left-top corner of the desktop by default, but you are allowed to set a program window to open up in the center of the desktop area.
  1. CompizConfig Settings ManagerPress Alt+F2 to bring up "Run Application" window.
  2. Type ccsm into the box and click Run to bring up CompizConfig Settings Manager.
  3. Select "Windows Management" from the left panel.
  4. Click "Place Windows".
  5. Change Placement Mode from "Smart" to "Centered", click "Back" and "Close".
Ideally, the window manager in Linux Mint should restore the last known position of an application window, but it does not do that unless an application remembers its own window position.

   Roll Up and Down a Window
When you double-click the title bar of a window, the default setting is to maximize a window. Since there's already a maximize button you can use for this, I always like to change the default setting to rolling up (or 'shading') a window when I double-click on its title bar.Window Shading
  1. Go to Menu > Control Center > Personal
  2. Click "Windows" to open up "Window Preferences".
  3. In "Titlebar Action", select "Roll up" (or "Shade") from the drop-down list.
Now you can roll up a window when you double-click its title bar, and roll it down by double-clicking the title bar again. Simple as that.

   Customize the Theme
Linux Mint is using the Mint-X-Metal as the default theme, but you can either select one of the other available themes or customize it to suit your preferences easily.
  1. Customize the ThemeGo to Menu > Applications > Perferences > Appearance
  2. Select the other theme, for instance AuroraMint, and your window will reflect the changes to the new theme.
  3. Click the "Customize" button.
  4. Select one of the tabs, such as Icons.
  5. Choose one of the icon packages, for example, Elementary Mint, and click the "Close" button.
  6. Now it becomes your Custom theme and you can save it as a new theme, such as "AuroraMint with Elementary Icons".

   Set Aero Glass Effect
In Linux Mint you can set nearly the same aero glass effect to window borders with alpha transparency as available in Windows 7.
  1. Aero Glass EffectPress Alt+F2 to bring up "Run Application" window.
  2. Type gconf-editor into the box, click "Run" to bring up Configuration Editor.
  3. Browse to apps > gwd, look for "metacity_theme_active_opacity" on the right panel.
  4. Change the value in "metacity_theme_active_opacity" from 1 to 0.75 (or smaller such as 0.5 for more transparency).
  5. Then go to Menu > Applications > Preferences > CompizConfig Settings Manager.
  6. Select "Effects" from the left panel.
  7. Tick "Blur Windows" and click the "Close" button. (Note: default values in Blur Windows can be applied.)
Note: If the aero glass effect doesn't work, check if you have updated your display driver. Go to Menu > Applications > Administration > Additional Drivers, activate the recommended graphics driver and restart the system.

   Enable Aero Snap (Linux Mint 10 only)
In Windows 7, you can click and drag a window to the left or right edge of the desktop and it will fill half of the screen, or snap a window to the top edge of the desktop and it will be maximized.
In Linux Mint 11, you can click and drag a window to the left, right or top edge of the desktop to achieve the same result, but in Linux Mint 10, you need some tweaking as follows.
  1. Go to Menu > Software Manager, type wmctrl into the Search box and press "Enter".
  2. Select "wmctrl" and click "Install" if it has not been installed.
  3. Go To Menu > Applications > Preferences > CompizConfig Settings Manager.
  4. Select "General" from the left panel and click "Commands".
  5. In Command line 0, 1 and 2, paste the following codes:
    1. Command line 0, paste WIDTH=`xdpyinfo | grep 'dimensions:' | cut -f 2 -d ':' | cut -f 1 -d 'x'` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,0,0,$HALF,-1
    2. Command line 1, paste WIDTH=`xdpyinfo | grep 'dimensions:' | cut -f 2 -d ':' | cut -f 1 -d 'x'` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,$HALF,0,$HALF,-1
    3. Command line 2, paste wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz
  6. In the same window, click "Edge Bindings" tab.
  7. Change Run Command 0, 1 and 2 from "None" to "Left", "Right" and "Top" respectively.
  8. Click "Back" button and select "General Options", change "Edge Trigger Delay" to about 500.

   Hide Drive Icons on the Desktop
In addition to the Computer and Home icons, Linux Mint adds an icon to the desktop for every removable drive that you attach to your system. The icons can be hidden by these steps:
  1. Press Alt+F2 to bring up "Run Application" window.
  2. Type gconf-editor into the box, click "Run" to bring up Configuration Editor.
  3. Browse to apps > nautilus > desktop.
  4. Untick "computer_icon_visible", "home_icon_visible" and "volumes_visible" and close the window.
As an alternative if Desktop Settings is available, you can go to Menu > Preferences > Desktop Settings > Desktop, then untick Computer, Home and Mounted Volumes.
The drive icons as well as Computer and Home icons would then disappear from the desktop. Remember that you can always access the drives from Menu > Places.

   Change Wallpapers Automatically
You can right click your desktop, select "Change Desktop Background" and choose any one of the wallpapers pre-installed, but you need to do it each time you want to change a wallpaper. What about changing a wallpaper automatically within a certain time interval? Try Wally.
  1. Change Wallpapers with WallyGo to Menu > Software Manager, enter wally into the Search box and click "Install". (Note)
  2. Press Alt-F2, enter wally and click the "Run" button.
  3. Right-click the Wally icon on the panel, select Settings.
  4. Click "Folders" in the left column, then add /usr/share/backgrounds to the Folder box and tick "Include subfolders".
  5. Click "Settings" in the left column, then tick "Play automatically on application starts".
  6. Set the application to auto start, using this tip Auto Start Up an Application (as Wally's option to "Start automatically when system starts" being disabled).
Your wallpaper on the desktop will automatically change following these basic settings when you log back in the system (or right click the Wally icon on the panel and select "Play").
Note: If you like to get the latest version of Wally which has an option to disable splash screen and auto quit, go to developer's site to download. After which, right click the .deb file and select "Open with GDebi Package Installer" to install, then follow Step 2 above.

   Set a Default View in File Manager
Windows Explorer allows for users to set a default view to all folders. In almost the same way, Linux Mint's Nautilus File Browser allows for these settings:
  1. Set File BrowserGo to "Places" and open a folder.
  2. At the top of the File Browser, click "Edit" and "Preference".
  3. Under Default View, change "Icon View" to "List View", to see more details in columns.
  4. Tick "Show hidden and backup files" if that's your choice.
Other various settings, such as single or double click to open items, icon captions, list columns, preview files and media handling can be done in the same window as well.

   Create an Advanced File Manager
In the Mint file system, you can use Nautilus file manager to browse most files but can only write files in your home folder /home/your_name and its sub-folders such as Desktop and Documents. If you have to rename a folder or write files outside of your home folder using the file manager, you won't be able to but you can create an advanced file manager for this purpose.
  1. Advanced File ManagerGo to Menu > Applications > Preferences > Main Menu
  2. Select "Accessories" in the left panel and click "New Item" in the right panel.
  3. Enter a name such as Advanced Nautilus in the "Name" box.
  4. Enter gksu nautilus in the "Command" box.
  5. Click the "OK" button and the "Close" button.
Now you can go to Menu > Applications > Accessories and see that the Advanced Nautilus is ready for use. But be careful since you can use it to delete or change any files on your system.

   Add or Change Keyboard Shortcuts
Keyboard shortcuts are preset in the system, but you can add new ones or change them easily. For instance, change the default shortcut Ctrl+Alt+T (Run a Terminal) to Win+R (press R while holding down the Windows key, also known as Super key) by the following steps:
  1. Keyboard ShortcutsGo To System > Preferences > Keyboard Shortcuts
  2. Browse to Desktop > "Run a terminal"
  3. Click on the Shortcut, and it shows "New shortcut..."
  4. Press Win+R, and it shows Mod4+R
  5. Click the Close button and try the new shortcut.
Note 1: To disable a shortcut, press Backspace when it shows "New shortcut..." after the step 3 above.
Note 2: Shortcuts begin with XF86 refer to special keys available to some multimedia keyboards.
Note 3: Keyboard shortcuts can also be set by changing keybinding values with Configuration Editor. Press Alt+F2 and enter gconf-editor, then navigate to apps > gnome_settings_daemon > keybindings, or apps > metacity > global_keybindings and window_keybindings.

   Terminate Unresponsive Programs
Xkill is part of the X11 utilities pre-installed in Linux Mint and a tool for terminating misbehaving X clients or unresponsive programs. You can easily add a shortcut key to launch xkill with the steps below.
  1. xkillGo to Menu > Applications > Preferences > Keyboard Shortcuts.
  2. Click the Add button to create a custom shortcut.
  3. Enter xkill to both the Name and Command boxes and click the Apply button.
  4. Click on Disabled at the xkill row in the Keyboard Shortcuts window (Disabled is then changed to New shortcut...).
  5. Press a new key combination, e.g. Ctrl+Alt+X (New shortcut... is then changed to Ctrl+Alt+X).
  6. Click the Close button.
Xkill is ready for use. Press the above key combination to turn the cursor to an X-sign, move the X-sign and drop it into a program interface to terminate the unresponsive program, or cancel the X-sign with a right-click.
Note: As an alternative, you can right-click the panel, select "Add to panel", then choose "Force Quit" to add to the panel. This works similarly to the above but it's activated from a button on the panel instead of the keyboard shortcut.

   Re-start System without Rebooting
If you press Ctrl+Alt+Delete, Linux Mint brings you a menu to shut down, restart, or suspend your system. But for some reason you might encounter that the system freezes, the mouse cursor can't move, neither pressing Ctrl+Alt+Delete can work.
Remember that there's a shortcut key Alt+PrintScreen+K that can bring you back to the log-in screen immediately without the need to reboot the system. That's a time saver.
As an alternative, you can also use Ctrl+Alt+Backspace to do the same. If this shortcut key is disabled, you can easily enable it by the following steps:
  1. Go to System > Preferences > Keyboard.
  2. Select the “Layouts” tab and click the “Options” button.
  3. Select “Key sequence to kill the X server” and enable “Control + Alt + Backspace”.

   Set Sound Output
If you use a PC with an integrated audio device and it has no sound when playing a media file on a player, try these simple steps to set Sound Preferences for your PC. It works for me for the audio device I have.
  1. Go to Menu > Applications > Preferences > Sound to bring up the Sound Preferences window.
  2. Under the Hardware tab, change Profile to Analog Stereo Duplex from the drop-down menu.
  3. Under the Output tab, change Connector to Analog Output (LFE)/Amplifier from the drop-down menu.
As the items available from the drop-down menus might differ depending on the hardware devices detected by the system, you might want to try other items in the menus to see if they work for your devices.

   Disable or Change Login Sound
Each time when you login to Linux Mint, it plays a login sound. If you don't like to listen to it each time you login, you can easily disable it, or you can even change it to your favorite sound.
To disable the login sound:
  1. Go to Menu > Applications > Preferences > Startup Applications.
  2. Under the "Startup Programs" tab, untick "GNOME Login Sound"
  3. Click Close
To change the login sound, tick the above "GNOME Login Sound" if it's unticked, then follow these steps:
  1. Press Alt+F2 to bring up "Run Application" window.
  2. Paste gksu nautilus /usr/share/sounds/LinuxMint/stereo into the box, click "Run" to open Nautilus in the right folder.
  3. Rename the original file desktop-login.ogg to another such as desktop-login-original.ogg for backup.
  4. Copy your sound file in ogg format to the above folder and name the file as desktop-login.ogg
  5. Log out and log back in to listen to the new login sound.

   Install Extra Fonts
Do you prefer Windows TrueType fonts to the default fonts installed by Linux Mint? The mscorefonts package containing most Microsoft fonts can be installed and configured easily in a few steps below:
  1. Ubuntu Extra FontsGo to Menu > Terminal.
  2. Paste sudo apt-get install ttf-mscorefonts-installer into the Terminal (by pressing Ctrl-Shift-V in the Terminal after copying the highlighted code).
  3. Go to Menu > Applications > Preferences > Appearance > Fonts.
  4. Click each of them, pick a font and size to configure for window title and so on.
How about installing more TrueType fonts? With your font files, you can manually add them into the system following the steps below:
  1. Press Alt+F2 to bring up "Run Application" window.
  2. Paste gksu nautilus /usr/share/fonts/truetype into the box, click "Run" to open Nautilus in the right folder.
  3. Create a new sub-folder and copy your files ending with .ttf into the sub-folder.
  4. Enter sudo fc-cache -f -v in the Terminal to rebuild the font information.
Besides this, you can run an application such as Font-Manager to view, install, remove fonts and so on.
Note: If you like the Tahoma font which is not included in the mscorefonts package, you might want to copy the two files tahoma.ttf and tahomabd.ttf from /Windows/Fonts and install them.

   Install Screenlets
Screenlets are small applications to represent things such as sticky notes, clocks, calendars around on your desktop. You can launch a pre-installed screenlet from Screenlet Manager, or install a new one into the Manager for launching it. Here are the steps for installing and launching a screenlet, for example, WaterMark System Information.
  1. WaterMark ScreenletInstall Screenlets Manager if it has not been added.
    1. Go to Menu > Software Manager.
    2. Enter screenlets into the Search Box.
    3. Select Screenlets, click the "Install" button.
  2. Download the screenlet "WaterMark System Information" to a folder.
  3. Go to Menu > Applications > Accessories > Screenlets.
  4. Click Install, select Install Screenlet and click OK.
  5. Browse to the folder, select the file downloaded and click "Open" to install the screenlet into the Screenlets Manager.
  6. Select the screenlet "WaterMark" and click "Launch/Add". (Tips: you can add more than one WaterMark screenlet and set it to display other system information.)
More screenlets are available for installation from screenlets.org.

   Add More Useful Software
Linux Mint's Software Manager lets you search and get free software, or straight from the Menu, you can type an application name into the Search box to see if the software has been installed and ready for use. If it's not, you can click "Install package..." to install it if the available software package is shown in the panel. What's more? you can also go to Menu > Package Manager, type in an application name to search and install a software package from the repositories.
Alternatively, you can get the latest freeware applications by clicking the Install this now button from the GetDeb Repository after the getdeb package is installed with the instructions given.

   Auto Mount Drives at System Startup
Linux Mint is capable of reading and writing files stored on Windows formatted partitions, but partitions must be 'mounted' before they can be accessed each time you start up the system. With these steps, you can auto mount the drives or partitions without the need to manually mount them for access.
  1. Storage Device ManagerGo to Menu > Software Manager, type pysdm into the Search box and press "Enter".
  2. Select "pysdm" and click "Install" if it has not been installed.
  3. Go to Menu > Applications > Administration > Storage Device Manager.
  4. Extend the list of sda and select the sda you want to auto mount, click 'OK' to configure.
  5. Click the "Assistant" button.
  6. Uncheck "Mount file system in read only mode" and keep "The file system is mounted at boot time" checked.
  7. Click the "Mount", "Apply" then "Close" button, and restart the system.
In case you wish to remove the auto-mount of a certain drive or partition, you can similarly use Storage Device Manager to do the setting.
Note: If you need to identify disk partitions by label, paste ls /dev/disk/by-label -g in Terminal, or to view partition sizes and file systems, enter sudo fdisk -l. Disk Utility mentioned in "Name or Label a Partition" also gives you a glance of device numbers, partition types, sizes and labels.

   Manually Mount a USB Drive
A USB storage device plugged into the system usually mounts automatically, but if for some reasons it doesn't automount, it's possible to manually mount it with these steps.
  1. Go to Menu > Terminal.
  2. Enter sudo mkdir /media/usb to create a mount point called usb.
  3. Enter sudo fdisk -l to look for the USB drive already plugged in, let's say the drive you want to mount is /dev/sdb1.
  4. Enter sudo mount -t vfat /dev/sdb1 /media/usb -o uid=1000,gid=100,utf8,dmask=027,fmask=137 to mount a USB drive formatted with FAT16 or FAT32 system. OR:
    Enter sudo mount -t ntfs-3g /dev/sdb1 /media/usb to mount a USB drive formatted with NTFS system.
To unmount it, just enter sudo umount /media/usb in the Terminal.

   Name or Label a Partition
Nautilus file manager shows the root directory as File System for your Mint system partition. If you have other partitions (or volumes), it shows them as xx GB Filesystem if they’re not named or labelled.
Using Disk Utility is one of the effective ways to name a partition easily:
  1. Disk UtilityInstall Disk Utility if it has not been added.
    1. Go to Menu > Software Manager.
    2. Enter gnome-disk-utility into the Search Box.
    3. Select gnome-disk-utility, click the "Install" button.
  2. Go to Menu > Applications > Administration > Disk Utility
  3. Select the item Hard Disk.
  4. In the Volumes section, click a partition you want to label.
  5. Click "Edit Filesystem Label" (Note 1)
  6. In the Label box, enter a name, e.g. Data-Disk, and click Apply.
The file manager should now show the partition label, such as Data-Disk, instead of xx GB Filesystem.
Note 1: If the option for "Edit Filesystem Label" is not shown, click "Unmount Volume" before hand. In case you can't unmount a volume, try Storage Device Manager to unmount it. See Auto Mount Drives at System Startup.
Note 2: This tip is for naming a partition using Disk Utility, use other advanced features such as format, edit or delete partition with caution as they can delete data on your disk.

   Auto Start Up an Application
In Windows, you can place a program shortcut in a startup folder for running a program automatically when the system starts. In Linux Mint, you can do the same in this way:
  1. Auto Start Up ApplicationsGo To Menu > Applications > Preferences > Startup Applications
  2. Click the "Add" button.
  3. Name a program.
  4. Click the "Browse" button and navigate to File System > usr > bin, where programs are usually installed.
  5. Select a program, click the "Open" button followed by the "Add" button.
The above program will then be listed in additional startup programs. Check if the program runs automatically by logging out and back to the system.

   Change Default Boot Options
After full installation, Linux Mint is set to be the default operating system to boot up if no key is pressed within a few seconds on a multi-boot system. You might want to set your preferred operating system to boot up by default. This can be done easily with StartUp-Manager.
  1. Go to Menu > Applications > Administration > StartUp-Manager
  2. Enter password to perform pre-configuration tasks, which include searching bootloaders to operating systems.
  3. Select the default operating system from the pull-down menu, click "Close" to perform post-configuration tasks.
With StartUp-Manager, you can also do others such as manage Usplash themes, adjust bootloader menu resolution or set timeout in seconds. Avoid changing timeout to 0 seconds if you need to select a system to boot up from a multi-boot menu.
Note: If your startup splash logo is changed to text after applying a graphics driver, the StartUp-Manager can be used to change the text back to the logo by adjusting to higher resolution and color depth supported by the driver.

   Remove Old Linux Kernel, Clean Up Boot Menu
Each time when Linux Mint updates to a new Linux kernel, the old one is left behind and the boot menu gets longer. If your new Linux kernel works well, it's safe to remove the old one and clean up the boot menu. Do take these steps carefully as incorrect removal of the items can make your system unbootable.
  1. Go to Menu > Terminal.
  2. Enter uname -r to print the Linux kernel version you're running (e.g. 2.6.32-22-generic).
  3. Go to Menu > Package Manager.
  4. Click Status from the left panel and select Installed.
  5. Enter the main version number (e.g. 2.6.32) in the Search box.
  6. Right-click the items with smaller sub version number (e.g. 2.6.32-21) for older Linux kernel and select Mark for Complete Removal. The files for the older version to remove may include linux-headers-2.6.32-21, linux-headers-2.6.32-21-generic and linux-image-2.6.32-21-generic.
  7. Click Apply from the top panel.
  8. Click Apply again from the pop-up window to confirm removal of the marked packages. The boot menu will be cleaned up automatically after the removal is confirmed.
Note: Try also Grub Customizer which can be used to hide items from the boot menu. Just install the program by entering the following in the Terminal, then run the program, untick the items you want to hide and click 'Save'.
  1. sudo add-apt-repository ppa:danielrichter2007/grub-customizer
  2. sudo apt-get update
  3. sudo apt-get install grub-customizer

   Auto Shutdown the System
A simple command can be entered in the Terminal to schedule a time for the system to shut down.
  1. Go Menu > Terminal.
  2. Enter sudo shutdown -h +m (replace m with the number of minutes, e.g. +60).
    OR: enter sudo shutdown -h hh:mm (replace hh:mm with the time on the 24hr clock, e.g. 23:15).
  3. Enter password and minimize the Terminal window.
The system will then shut down within the minutes or at the time specified. To cancel a scheduled time, enter sudo shutdown -c in the Terminal.
Alternatively, you might want to download and install GShutdown, which is a GUI program for scheduling a time to shutdown the system.





74 comments:

  1. Having read this I thought it was very enlightening.
    I appreciate you finding the time and energy to put this article together.

    I once again find myself personally spending a
    lot of time both reading and commenting. But so what, it was still worth it!
    Feel free to visit my blog post ; Registry Cleaners

    ReplyDelete
  2. I νіsited multiple sites except the auԁio feature for
    audio ѕongs current at this website is truly marvelous.
    My page - Public Auctions

    ReplyDelete
  3. Greetings! Very helpful advicе in this particular post!

    Іt's the little changes which will make the greatest changes. Thanks a lot for sharing!
    Feel free to visit my website - Seized Cars

    ReplyDelete
  4. My codеr is tryіng to persuade me to move tо .

    nеt from PHP. I hаve always dislikeԁ the idea becauѕe οf the costs.

    But he's tryiong none the less. I've beеn uѕing Movable-tуpe on varіous wеbsites foг about
    a year and am worried аbout switching
    to another platform. I have heard excellеnt things about blogengіne.

    net. Is thеre a way I can import all my worԁpresѕ pоsts
    into it? Any help wοuld be really appreciatеd!
    Visit my web page ; Ekskluzywna Bielizna

    ReplyDelete
  5. Hmm is anyοne else experiencіng ргoblems ωіth thе picturеs on this blog loaԁіng?
    I'm trying to figure out if its a problem on my end or if it's the blog.
    Аnу feeԁback woulԁ be gгеatly appгeciated.
    Here is my blog post :: Make Money

    ReplyDelete
  6. whoah this weblog is ωonderful i love stuԁyіng your аrticles.
    Keep up the good work! You recognizе, lοtѕ of indіvіdualѕ
    aгe hunting round for this infоrmation, you could aid thеm
    greatly.
    Feel free to surf my web blog :: Noni Sok

    ReplyDelete
  7. Unquеstionably belіeνе that whіch yοu sаid.
    Yоur fаvorite reasоn aρpeared tο be on the web the easiеst thіng to be aωare of.
    I sаy tο you, I ceгtainly gеt annoyеd ωhilе pеople сonsiԁеr wоггies thаt they ρlaіnly do not κnow about.
    Yоu mаnaged to hіt thе nаil upon thе top and ԁefined out the whole thing ωithout having sіde-effects , peoplе cаn take a signаl.

    Wіll ρгobablу be bаck to get mοre.
    Τhanks
    Also visit my web page ... Car Page

    ReplyDelete
  8. Thanks for ѕhaгing уοur thoughts оn sok noni.

    Regards
    My homepage ... Sok Noni

    ReplyDelete
  9. I’m not thаt much of a online reаder to be honest but your blogs really niсе,
    κeep it up! I'll go ahead and bookmark your site to come back later on. Many thanks
    Check out my webpage Government Auctions Page

    ReplyDelete
  10. My spouse аnd I ѕtumbled οveг
    here bу а dіfferent webѕite and thought I might aѕ ωell chеcκ things out.
    I like what Ι seе so now i am following you.
    Look forwaгԁ to finding out about уouг web pаge уet again.
    Also visit my webpage : Sok Noni

    ReplyDelete
  11. Hеy theгe! Dο you knoω if they make аny ρlugins to help
    with Search Engine Optimization? I'm trying to get my blog to rank for some targeted keywords but I'm nоt
    seеing νery good suсcesѕ. If yоu know of any рleaѕe share.
    Many thanks!
    Here is my homepage : expekt

    ReplyDelete
  12. I am sure this artiсle hаѕ touchеd all
    the internet viewers, its reаlly геаllу
    fаstidious ρаragrаph on buіlding uρ
    new weblog.
    Here is my weblog Lotto Black Book

    ReplyDelete
  13. I don't even know how I ended up here, but I thought this post was good. I don't know who you are but definitelу
    you're going to a famous blogger if you aren't already ;) Cheеrs!
    My web-site :: Pimples Page

    ReplyDelete
  14. It's an remarkable paragraph designed for all the online viewers; they will get advantage from it I am sure.
    Feel free to surf my blog - Swtor Game

    ReplyDelete
  15. I liκe the helpful іnfo you provide іn your aгticlеs.
    I will boοkmark your blog аnԁ сheck again here
    fгequently. I'm quite sure I will learn many new stuff right here! Good luck for the next!
    Here is my web-site :: Weight Lose

    ReplyDelete
  16. You've made some really good points there. I checked on the internet for more info about the issue and found most people will go along with your views on this web site.
    My blog post - vehicles

    ReplyDelete
  17. Doеs your blog have a cоntact page?
    I'm having trouble locating it but, I'd like to send you an e-mаil.
    Ι've got some recommendations for your blog you might be interested in hearing. Either way, great site and I look forward to seeing it develop over time.
    Feel free to visit my webpage :: Meble Hotelowe

    ReplyDelete
  18. Hi there terгific blog! Dοеs running a blog similar to thiѕ take a largе аmount of work?
    I've no understanding of computer programming but I had been hoping to start my own blog in the near future. Anyhow, should you have any recommendations or tips for new blog owners please share. I know this is off subject but I just had to ask. Many thanks!
    Feel free to visit my site - Car Auctions Guide

    ReplyDelete
  19. Right now it sounds like BlοgEngine is the top blοggіng platform out there right noω.
    (frοm what I've read) Is that what you'гe uѕing on your blog?
    my page - Police auctions

    ReplyDelete
  20. Someone essentially help to makе severely articleѕ I
    might ѕtate. That is the fіrst tіme I frequented уouг ωebsitе pаge and
    up to nоω? ӏ surpriseԁ wіth thе
    reѕearch you mаԁе tо cгeate this actual post amazіng.
    Ϻagnificent taѕk!
    Have a look at my weblog ; search engine

    ReplyDelete
  21. Ηеllo i am kavin, іts my first time to cοmmenting anywhere, whеn i read this article i
    thought i сould also сгeate commеnt due to
    this sеnsible article.
    My blog post ; Vince del monte

    ReplyDelete
  22. This іs a topiс that is near tο my heагt.
    .. Takе cагe! Exactly wheгe are уοur сontact
    detailѕ though?
    Feel free to visit my site Noni

    ReplyDelete
  23. Spot on with this write-up, I honestly feel this
    web site needs a great deal more attention. I'll probably be back again to see more, thanks for the information!

    Scuba Diving Equipment
    Feel free to surf my web-site ; Scuba Diving Equipment

    ReplyDelete
  24. Mу deѵeloper is tгying tο convіnce me to movе to .
    net from PHP. I hаve alwaуs ԁisliked the іԁea becausе
    of the expensеs. But he's tryiong none the less. I've been usіng
    Movable-type on numerouѕ webѕіtes foг about a year and am nervous about switchіng to another plаtform.

    I have heaгd exсellеnt things about blogеngіne.
    net. Is thеге a wау I саn transfer all
    my wordprеss postѕ into it? Αny kinԁ οf hеlp ωould be really appгeciated!
    My web blog : work from home

    ReplyDelete
  25. What's up to all, the contents existing at this website are truly amazing for people knowledge, well, keep up the good work fellows.
    Here is my web site - work from Home

    ReplyDelete
  26. Woω, this article іs nice, my уounger sister
    is analyzing these kinds of things, thus I am goіng to let know her.
    Here is my site ... Extra Money

    ReplyDelete
  27. Ι've been surfing online more than 4 hours today, yet I never found any interesting article like yours. It is pretty worth enough for me. In my view, if all website owners and bloggers made good content as you did, the web will be much more useful than ever before.
    Also visit my web-site datinghot.net

    ReplyDelete
  28. Yes! Finally something about noni.
    Feel free to surf my web-site - kosmetyki

    ReplyDelete
  29. Gгeat blog! Do you have any suggеstions for aspiring wгiters?
    Ι'm hoping to start my own blog soon but I'm a little lost on eνerything.
    Would you suggeѕt starting with a freе platform like Wordpгess oг go
    fοr а paid оption? There аre so mаny оptiοnѕ
    out there thаt I'm totally overwhelmed .. Any ideas? Thanks a lot!
    Stop by my weblog ... mould

    ReplyDelete
  30. Іf you are going fοr bеѕt contents like I do, juѕt ѵisit this ѕitе all the timе because it gives qualіty contеnts,
    thanks
    My web site - Money

    ReplyDelete
  31. I truly lοve yοur blog.. Very nicе соlοгs & theme.
    Did yоu make this site yoursеlf? Plеаse reply bаck
    as I'm planning to create my own site and would love to learn where you got this from or just what the theme is called. Thanks!
    Here is my homepage : eonlinebusinesssite.com

    ReplyDelete
  32. I read this piece of writing completely about the comparison of latest and preceding technologies, it's amazing article.

    Medical Thermometer
    Have a look at my blog :: Medical Thermometer

    ReplyDelete
  33. Magnificent beat ! I would like to apprentice even as you amend your web
    site, how can i subscribe for a weblog web site?
    The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided shiny clear idea
    Also visit my site : online business

    ReplyDelete
  34. When someone writes an paragraph he/she keeps the idea of a user in his/her mind that how a user can be aware of it.
    Thus that's why this post is great. Thanks!
    Also visit my web-site - work online

    ReplyDelete
  35. Touche. Outstanding arguments. Keep up the great effort.
    Also visit my homepage :: easy money

    ReplyDelete
  36. Wow, this article is fastidious, my sister is analyzing such things, therefore I am going to tell her.
    My homepage ... Remove excess water

    ReplyDelete
  37. Yes! Finally something about affiliate.
    Feel free to surf my webpage ; work online

    ReplyDelete
  38. Very nice article, exactly what I needed.
    Here is my blog post :: home business

    ReplyDelete
  39. I want to to thank you for this good read!! I definitely
    enjoyed every little bit of it. I've got you book-marked to look at new stuff you post…
    Also visit my site ... work at home

    ReplyDelete
  40. I am sure thiѕ ρieсe of ωriting hаs tоuched all the inteгnet
    ρеople, its rеally reallу gooԁ pieсe of wrіtіng on building up new ωeblog.
    Feel free to surf my homepage ... Sok Noni

    ReplyDelete
  41. I discovered your weblog site on google and examine a number of of your
    early posts. Continue to keep up the superb
    Feel free to visit my weblog ... biustonosze do karmienia

    ReplyDelete
  42. hi!,I really like your writing so so much! proportion we keep up a correspondence extra
    about your post on AOL? I need a specialist on this house
    to unravel my problem. Maybe that's you! Looking forward to look you.
    Look into my web page : hairballs in cats

    ReplyDelete
  43. Fine wау οf telling, anԁ plеaѕant piece of writing to obtaіn
    factѕ conceгning mу presentation subјeсt, whіch і am goіng to conveу in аcademу.
    My webpage - http://news-asahi.com

    ReplyDelete
  44. hello!,I like your writing so a lot! share we be in contact extra approximately your
    post on AOL? I require a specialist in this area to unravel my problem.

    May be that's you! Taking a look ahead to look you.
    Review my web-site read more

    ReplyDelete
  45. Very nice post. I just stumbled upon your weblog and wished
    to say that I have really enjoyed browsing your blog posts.
    In any case I'll be subscribing to your rss feed and I hope you write again very soon!
    Also see my page: http://worba.org/?p=169

    ReplyDelete
  46. Simply want to say your article is as astounding.
    The clarity to your publish is just nice and that i could
    assume you're an expert on this subject. Fine with your permission let me to grasp your feed to stay updated with imminent post. Thanks 1,000,000 and please continue the enjoyable work.
    Also visit my web page : Aaliyah dvd

    ReplyDelete
  47. Hi there! I just wanted to ask if you ever have any problems with hackers?
    My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due to no back
    up. Do you have any solutions to prevent hackers?
    Feel free to visit my site : adenocarcinoma prognosis

    ReplyDelete
  48. Hi there, all is going sound here and ofcourse every one is sharing information, that's truly fine, keep up writing.

    Have a look at my weblog ... accounts payable job description

    ReplyDelete
  49. Thanks in support of sharing such a pleasant thinking, paragraph
    is good, thats why i have read it fully

    Feel free to surf to my homepage :: abbott laboratories

    ReplyDelete
  50. Wow, awesome blog layout! How long have you been blogging for?
    you make blogging look easy. The overall look of your site is wonderful, let alone the content!


    Also visit my homepage ... asp.net

    ReplyDelete
  51. Having read this I thought it was very informative. I appreciate you finding the time
    and effort to put this article together. I once again find myself
    spending a significant amount of time both reading and leaving comments.
    But so what, it was still worthwhile!

    Here is my web page http://nothing-2-declare.blogspot.com/

    ReplyDelete
  52. Spot on with this write-up, I actually believe this web site needs a lot
    more attention. I'll probably be back again to see more, thanks for the info!

    Feel free to visit my webpage ... earn online

    ReplyDelete
  53. Usually I do not learn post on blogs, however I would like to say that this write-up very compelled me to try and
    do it! Your writing taste has been amazed me. Thank you, very nice post.


    Feel free to surf to my web page; Www.Newscj.Com

    ReplyDelete
  54. I leave a response when I appreciate a article on a
    website or I have something to contribute to the conversation.

    It's caused by the fire displayed in the post I looked at. And on this post "Tips and Tricks for Linux Mint after Installation [Mint 10 and 11] Updated". I was moved enough to drop a thought :-) I actually do have a few questions for you if it's
    okay. Could it be just me or does it look like some
    of these responses come across like they are coming from brain dead folks?
    :-P And, if you are writing on other online sites, I would like
    to keep up with anything new you have to post. Could you
    make a list all of all your community pages like your twitter feed, Facebook page or
    linkedin profile?

    My homepage odkurzacz do kominka

    ReplyDelete
  55. Your method of describing all in this piece
    of writing is actually pleasant, all can simply be aware of it, Thanks a lot.



    Here is my weblog: tree service delaware

    ReplyDelete
  56. Very nice post. I just stumbled upon your blog and wished to say that I've truly loved surfing around your weblog posts. In any case I'll be subscribing on your
    feed and I'm hoping you write again very soon!

    Feel free to surf to my blog post ... www.risingoutlaws.com

    ReplyDelete
  57. I simply couldn't go away your site before suggesting that I really loved the standard information an individual provide on your visitors? Is gonna be back frequently in order to inspect new posts

    Also visit my page Website

    ReplyDelete
  58. It's not my first time to visit this website, i am visiting this web site dailly and obtain nice data from here every day.

    Feel free to surf to my homepage - http://www.bestfreewaredownload.com/freeware/t-free-best-mp4-to-mp3-converter-freeware-nvxruewh.html

    ReplyDelete
  59. Highly energetic article, I loved that bit. Will there be a part 2?


    Also visit my website - Pure Garcinia Cambogia

    ReplyDelete
  60. Excellent blog you have got here.. It's hard to find good quality writing like yours nowadays. I seriously appreciate people like you! Take care!!

    Here is my website: overnight reputation

    ReplyDelete
  61. Hi there, You have done an inсreԁiblе
    јob. Ι ωill definitеly digg it and personаlly recоmmend tο my frienԁs.
    I am confident they'll be benefited from this website.

    Here is my web site; diamondlinks review

    ReplyDelete
  62. Great blog here! Additionally your website loads up fast!
    What web host are you the usage of? Can I get your affiliate hyperlink to your host?
    I wish my website loaded up as quickly as yours lol

    Have a look at my weblog :: visit this weblink

    ReplyDelete
  63. Its like you read my mind! You seem to know so much about this, like you wrote the book in
    it or something. I think that you could do with a few pics to drive the message home a bit, but instead of that, this is great blog.
    An excellent read. I'll definitely be back.

    Also visit my web site ... Garcinia Ultra

    ReplyDelete
  64. Thanks for sharing yоur thoughts on bielizna online.
    Regaгds

    ReplyDelete
  65. It's a shame you don't have а donate button!
    I'd most certainly donate to this excellent blog! I suppose for now i'll settle
    fοr book-marking and addіng уour
    RSS feed to my Google аccοunt. I loοk forwarԁ
    to fгesh updаtеs and will share
    this sіte with mу Facebook group.
    Сhat soon!

    Here іs my websіte: bielizna satynowa

    ReplyDelete
  66. Ιnfοrmative aгtіcle, tοtally whаt I was
    lοoκing fοr.

    Here is my web pаge :: boelizna nocna

    ReplyDelete
  67. It's hard to come by well-informed people on this topic, but you sound like you know what you're talking about!
    Thanks

    Look at my website Male Enhancement Pills

    ReplyDelete
  68. I am really іmρresѕed with уouг writing abilities anԁ alsо
    with thе ѕtruсture to youг wеblog.
    Is that thiѕ a pаіd subject or did you customіze it your ѕelf?
    Αnyway keep uρ thе niсе high quаlіty wгіtіng,
    it іs rarе to peer а nіce blog liκe thіs one nоwadаys.
    .

    Stοp by my homepage; biustonosze

    ReplyDelete
  69. What's Taking place i am new to this, I stumbled upon this I have found It absolutely helpful and it has aided me out loads. I hope to contribute & assist different customers like its aided me. Good job.

    Here is my page - london escorts

    ReplyDelete
  70. Appreciating the time and energy you put into your website
    and detailed information you provide. It's great to come across a blog every once in a while that isn't
    the same out of date rehashed material. Fantastic read! I've saved your site and I'm
    adding your RSS feeds to my Google account.

    My web site: Link

    ReplyDelete
  71. All this techniques are proved efficient, what you need to
    have to do is holding on faithfully.

    Feel free to surf to my webpage: vision without glasses ()

    ReplyDelete
  72. There are books, home study courses, workshops and other means of
    information, to gain the knowledge required to become the alpha leader.
    This was exactly in the 6th day of august, in 1990; which marked the fourth day after their Iraqi invasion
    of Kuwait. Yes, this is the way of the world, but it
    doesn't have to be your world.

    Admiring the time and energy you put into your blog and detailed information you provide.

    It's awesome to come across a blog every once in a while that
    isn't the same outdated rehashed material. Wonderful read!
    I've bookmarked your site and I'm including your RSS feeds to my Google account.


    my site: website

    ReplyDelete
  73. Welcome to my AZ Piano News blog - I hope you enjoy my
    reviews

    ReplyDelete
  74. Kitchen remodeling in Greenwich makes use of fixing the damages in your kitchen
    that may be due to the passage of time or faulty human activities.
    I can not repeat this enough, but I will anyway: DO NOT
    GUESS your repair costs. If they are not licensed and insured move on to the next
    home remodeler as a possible source for your renovation needs.


    Look at my website; %anchor_text%

    ReplyDelete