Find all symlinks
2011-10-29 by xpheasBASH-Code:
| find / -type l -exec ls -l {} \; |
Ubuntu 11.04 OneiricOcelot Gnome2
2011-10-25 by xpheas
Today i upgraded to Ubuntu 11.04 OneiricOcelot.
The classic Gnome2 Desktop is gone. Gnome3 Shell or Unity is no option for me. The only usable option is to use Gnome3 in classic mode.
Logout an choose "GNOME classic" in the options menu.
So, this is only a fallback mode, to get 3D effects edit
/usr/share/gnome-session/sessions/gnome-fallback.sessions
and change/add some values:
To add applets to the panel you have to press ALT + right click on the panel instead of just right clicking.
The classic Gnome2 Desktop is gone. Gnome3 Shell or Unity is no option for me. The only usable option is to use Gnome3 in classic mode.
BASH-Code:
| sudo apt-get install gnome-session-fallback |
Logout an choose "GNOME classic" in the options menu.
So, this is only a fallback mode, to get 3D effects edit
/usr/share/gnome-session/sessions/gnome-fallback.sessions
and change/add some values:
BASH-Code:
| [GNOME Session] Name=GNOME fallback (Safe Mode) RequiredComponents=gnome-panel;gnome-settings-daemon; RequiredProviders=windowmanager; DefaultProvider-notifications=notify-osd DefaultProvider-windowmanager=compiz DefaultProvider-panel=compiz DesktopName=GNOME |
To add applets to the panel you have to press ALT + right click on the panel instead of just right clicking.
Root File System Is Read-Only
2011-10-15 by xpheas
After a crash my Debian box mounted / read only.
To get write access simply remout the device:
Dont forget to make a file system check!
To get write access simply remout the device:
BASH-Code:
| mount -n -o remount / |
Dont forget to make a file system check!