In terminal:
$ sudo apt-get autoremove cinnamon mate-desktop
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install gnome-shell nautilus gnome-tweak-tool gnome-shell-extensions
In terminal:
$ sudo apt-get install libnss-winbind winbind samba
$ sudo nano /etc/nsswitch.conf
On the line starting with hosts:
, insert wins
after files
so it looks similar to this:
hosts: files wins mdns4_minimal [NOTFOUND=return] dns
/etc/fstab
and add ,uid=1000
to the entry regarding the data partition.In terminal:
$ ( echo -n "#!" ; which bash ) >> ~/.xstartup.sh && chmod +x ~/.xstartup.sh
run gnome-session-properties
, click Add and browse for ~/.xstartup.sh
In terminal:
$ echo "sleep 1m ; xmodmap ~/.Xmodmap" >> ~/.xstartup.sh
$ cat > ~/.Xmodmap
keycode 112 = Home NoSymbol Home
keycode 117 = End NoSymbol End
keycode 110 = Prior NoSymbol Prior
keycode 115 = Next NoSymbol Next
^D
In terminal:
$ sudo add-apt-repository ppa:thp/gpodder && sudo apt-get update && sudo apt-get install gpodder
In terminal:
$ sudo add-apt-repository ppa:chris-lea/node.js && sudo apt-get update
$ sudo apt-get install nodejs
In terminal:
$ sudo apt-get install driconf steam
After install, run driconf
and enable S3TC texture compression under Image Quality.
In terminal:
$ sudo apt-get install php5 php5-mysql php5-gd mysql-server phpmyadmin bum
$ sudo nano /etc/apache2/apache2.conf
Uncomment the section starting with <Directory /srv/>
and replace /src/
with /path/to/htdocs/
To allow .htaccess files set AllowOverride
to All
$ sudo nano /etc/apache2/sites-enabled/000-default.conf
Set DocumentRoot
to /path/to/htdocs
sudo a2enmod rewrite
to enable RewriteEnginesudo cp /usr/share/php5/php.ini-development /etc/php5/apache2/php.ini
to preset PHP to developer settingssudo usermod -a -G plugdev www-data
if necessarygksu bum
and deactivate Apache and MySQL
sudo nano /etc/init/mysql.conf
and comment out lines starting with start on
In terminal:
$ sudo apt-get install nautilus-dropbox
In terminal:
$ sudo apt-get install virtualbox
In terminal:
$ sudo apt-add-repository ppa:fengestad/stable && sudo apt-get update && sudo apt-get install fs-uae-launcher