You can find this setting in gconf-editor under /apps/nautilus/preferences with the name show_advanced_permissions.
Enable the Advanced File Permissions Dialog in Nautilus | Tombuntu
bash /usr/share/doc/wordpress/examples/setup-mysql -n wp_mortiablog blog.mortia.org.uk
1. Open nautilus as root
gksudo nautilus
Navigate to /home/username/.themes and copy all of them to /usr/share/themes
(.themes is a hidden folder, press “ctrl+h” to view them)
2. Change the gdm behaviour
In a terminal copy/paste this
sudo gedit /etc/gdm/gdm.conf
Look for [gui] and make sure these lines look like this:
GtkTheme=all
GtkThemesToAllow=all
If there is a # before them, delete it.
Now synaptic and other root applications should use the gtk theme you are using on your desktop.
Mark the area which is to be commented using the *blockwise* visual mode (CTRL-V, in Windows this is CTRL-Q).
Press I (capital i) and write the text you want to prepend to each line of the selected block, e.g. %.
Then press ESC and the text will be inserted to the left of each line of the selected block.
VIM – Comment blocks of code « Not So Frequently Asked Questions
# +——————————— min (0-59)
# | +————————- hour (1-31)
# | | +—————– day of month (1-31)
# | | | +——— month (1-12)
# | | | | +- day of week (0-6, sun=0)
# | | | | |
# * * * * * <command>
inspired from here