10.1.
|
Configuring network interfaces... (taking too long to load) |
|
|
10.2.
|
Synchronizing clock to ntp.ubuntulinux.org... (taking too long to load) |
|
|
10.3.
|
How to disable system time/date from being reset to UTC (GMT)? |
|
-
sudo cp /etc/default/rcS /etc/default/rcS_backup
sudo gedit /etc/default/rcS
-
Find this line
...
UTC=yes
...
-
Replace with the following line
UTC=no
Save the edited file (sample/rcS_disablesystemtimedateutc)
-
->->
Set the correct time/date
-
sudo /etc/init.d/hwclock.sh restart
|
10.4.
|
How to configure sound with Flash? |
|
-
sudo ln -fs /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
|
10.5.
|
How to forcefully empty Trash in
Ubuntu?
|
|
-
sudo rm -fr $HOME/.Trash/
|
10.6.
|
How to remove duplicate menu/menu items in GNOME? |
|
Launch Smeg from
->->
Disable or remove each duplicate item as needed.
|