defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Back to hide:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
killall Finder
Anyway, a personal notebook for things I might forget
# cd /etc/httpd/conf/ssl.key # openssl req -new -x509 -days 365 -key server.key -out server.crt Country Name (2 letter code) [GB]:CA State or Province Name (full name) [Berkshire]:Quebec Locality Name (eg, city) [Newbury]:Montreal Organization Name (eg, company) [My Company Ltd]:Xxxxxxx Organizational Unit Name (eg, section) []:IT Common Name (eg, your name or your server's hostname) []:xxxxxx Email Address []:xxxxxxxx@gmail.com
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ca" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Configured Video Device" Driver "nvidia" Option "NoLogo" "True" EndSection Section "Monitor" Identifier "Configured Monitor" Vendorname "Viewsonic" Modelname "G90f" Horizsync 30-97 Vertrefresh 50-180 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Defaultdepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" EndSection Section "Module" Load "glx" EndSection
service svnserve
{
socket_type = stream
protocol = tcp
user = root
wait = no
disable = no
server = /usr/bin/svnserve
server_args = -i -r /xxxx/xxxx/xxxx
port = 3690
}
# Canonical commercial (vmware, etc.)
deb http://archive.canonical.com/ubuntu feisty-commercial main
# Subpixel font rendering
deb http://www.telemail.fi/mlind/ubuntu feisty fonts
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts main
# Compiz-Fusion
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
# Ubuntu Studio (theme, icons, etc.)
deb http://archive.ubuntustudio.org/ubuntustudio feisty main
deb-src http://archive.ubuntustudio.org/ubuntustudio feisty main
# Pidgin for Feisty
deb http://repository.debuntu.org/ feisty multiverse
deb-src http://repository.debuntu.org/ feisty multiverse