Ubuntu

Nautilus Elementary

sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo apt-get update && sudo apt-get upgrade
nautilus -q

breadcrumbs:
cd
wget http://gnaag.k2city.eu/nautilus-breadcrumbs-hack.tar.gz
tar -xvf nautilus-breadcrumbs-hack.tar.gz

open Nautilus file browser and goto Edit – Preferences – Tweaks
tick the show like breadcrumbs option.
nautilus -q

source

By WladyX on 5 August, 2010 | Gnome, Style, Ubuntu | A comment?

How to speed up boot of Ubuntu 10.04 Lucid Lynx

sudo gedit /etc/default/grub
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release  -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet profile"
GRUB_CMDLINE_LINUX=""

sudo update-grub2

Now edit the grub once again and remove the word profile  that we added. Update grub(sudo update-grub2) and then reboot.

source
By WladyX on 6 July, 2010 | Ubuntu | 1 comment

Ubuntu Automatic Updates

sudo apt-get install unattended-upgrades

/etc/apt/apt.conf.d/50unattended-upgrades:

Unattended-Upgrade::Allowed-Origins {
"Ubuntu lucid-security";
// "Ubuntu lucid-updates";
};

/etc/apt/apt.conf.d/10periodic:

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgrade "1";

log: /var/log/unattended-upgrades
source

By WladyX on 2 July, 2010 | Scripts, Security, Ubuntu | A comment?

How to change your GRUB loader view using BURG

sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update
sudo apt-get install burg-pc burg burg-themes burg-emu
source

By WladyX on 30 June, 2010 | Style, Ubuntu | A comment?

Debian / Ubuntu Linux: Clear the Package Cache

# apt-get clean

source

Upgrade from Ubuntu 8.04 LTS to 10.04 LTS

apt-get install update-manager-core
sudo do-release-upgrade --proposed

if you use proxy:
http_proxy="http://ip:port" do-release-upgrade

source source2

Ubuntu Grub2 Splash Image

Ubuntu Adobe flash problem.. Can’t click on flash video

* Hit ALT+F2 and enter
* gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer
* add the following line BEFORE the last line of text
* export GDK_NATIVE_WINDOWS=1
* Save.
* Restart any applications using flash

source

By WladyX on 29 June, 2010 | Firefox, Ubuntu | 1 comment

How To Select The Splash Screen in Ubuntu Lucid

sudo update-alternatives --config default.plymouth

source

By WladyX on 7 May, 2010 | General, Style, Ubuntu | A comment?

Restore hidden menu icons in gnome

You can add the icons to the main menu as follows:

1) In the terminal, call up gconf-editor
2) Navigate to desktop/gnome/interface
3) Scroll down and check the menus_have_icons box.

Done!!

source

By WladyX on 14 April, 2010 | General, Style, Ubuntu, X11 | A comment?