sudo apt-get purge indicator-message
or just open the Ubuntu Software Center and search for "indicator-messages" then uninstall.
But i prefer the apt-get.
sudo apt-get purge indicator-message
sudo apt-get install grub2-splashimagesGRUB spalsh images are stored in the /usr/share/images/grub folder, you can access it with this command:
sudo nautilus /usr/share/images/grubIf you want to use a custom image, make sure it is in the TGA format, then place it in that folder. After deciding which image to use as splash screen for the GRUB2 boot loader, edit now the /etc/default/grub file with this command:
sudo gedit /etc/default/grubAt the end of the file, add this line:
GRUB_BACKGROUND=/usr/share/images/grub/YOUR-IMAGE.tgaReplace YOUR-IMAGE.tga with your custom image name.
sudo update-grubRestart now your computer to see if changes are successful (hold down the SHIFT key to bring up the GRUB boot screen while rebooting). Source
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
wget -O grub-customizer-2.5.7-i686.rpm http://goo.gl/vE2Ev
su
zypper in grub-customizer-2.5.7-i686.rp
wget -O grub-customizer-2.5.7-x86_64.rpm http://goo.gl/1GL6
su
zypper in grub-customizer-2.5.7-x86_64.rpm
wget -O grub-customizer-2.5.7-i686.rpm http://goo.gl/vE2Ev
sudo yum install grub-customizer-2.5.7-i686.rpm
wget -O grub-customizer-2.5.7-x86_64.rpm http://goo.gl/1GL6B
sudo yum install grub-customizer-2.5.7-x86_64.rpm
sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css
/* Application Launchers and Grid */You'll see this:
/* Application Launchers and Grid */
.icon-grid {
spacing: 36px;
-shell-grid-horizontal-item-size: 118px;
-shell-grid-vertical-item-size: 118px;
}
.icon-grid .overview-icon {
icon-size: 96px;
}
Edit the icon-size: 96px to whatever size you like.sudo add-apt-repository ppa:towolf/crack
sudo apt-get update
sudo apt-get install chromium-browser
If you have an old chromium installed, run this instead:
sudo apt-get upgrade
That's it, Enjoy
- mkdir ~/.themes
- wget -O GnomishDark.zip http://dl.dropbox.com/u/53319850/NoobsLab.com/GnomishDark.zip
- unzip GnomishDark.zip -d ~/.themes && sudo rm GnomishDark.zip
apt-get command is a normal way to download and install packages and update system. apt-fast is a shellscript wrapper for apt-get that can drastically improve apt download times by downloading packages in parallel, with multiple connections per package. It uses axel or aria2c as a download manager.sudo add-apt-repository ppa:apt-fast/stable sudo apt-get update sudo apt-get install apt-fast axel
After installation, configure apt-fast to use axel as download manager:
sudo gedit /etc/apt-fast.conf
# axel:
_DOWNLOADER=’cat /tmp/apt-fast.list | xargs -l1 axel -n ${_MAXNUM} -a’ # axel
sudo apt-fast update
mi@Mint8-KDEX64 ~ $ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth2 IEEE 802.11 Nickname:""
Access Point: Not-Associated
Link Quality:5 Signal level:207 Noise level:166
Rx invalid nwid:0 invalid crypt:0 invalid misc:0
mi@Mint8-KDEX64 ~ $sudo gedit /etc/rc.localsudo kate /etc/rc.localsudo leafpad /etc/rc.localiwconfig wlan0 rate 54M
- sudo add-apt-repository ppa:atareao/sunflower
- sudo apt-get update
- sudo apt-get install sunflower
sudo add-apt-repository ppa:indicator-multiload/stable-daily sudo apt-get update sudo apt-get install indicator-multiload
indicator-multiloadpsensor