To install Sigil, in a terminal, type...
sudo add-apt-repository ppa:sunab/sigil-git
sudo apt-get update
sudo apt-get install sigil
sudo add-apt-repository ppa:sunab/sigil-git
sudo apt-get update
sudo apt-get install sigil
sudo swapoff -aRemove the SWAP line (e.g. /dev/sda3)
sudo cryptsetup remove /dev/mapper/cryptswap1
sudo gedit /etc/crypttab
sudo /sbin/mkswap /dev/sda3Replace /dev/mapper/cryptswap1 with /dev/sda3.
sudo swapon /dev/sda3
sudo gedit /etc/fstab
sudo ecryptfs-setup-swapIf it all goes wrong, just repeat the process above.
free -m
sudo add-apt-repository ppa:indicator-multiload/stable-daily... and then run 'System Load Indicator' from the dash.
sudo apt-get update
sudo apt-get install indicator-multiload
$ gstreamer-propertiesClick on the 'Video' tab. Under 'Default Output' choose the 'Plugin' dropdown and select 'Custom'. Add the following line to the 'Pipeline' box.
videobalance hue=-1 ! autovideosinkIf that doesn't work, it might be worth turning off 'Xv optimizations'. Under the same tab choose...
X Window System (No Xv)If this method doesn't work... try the following here.
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x643dc6bd56580ceb1ab4a9f63b22ab97af1cdfa9Refresh packages list in Synaptic and install.
sudo fdisk -lYou should see something like....
Device Boot Start End Blocks Id SystemMy Ubuntu partition is /dev/sda2. The partition now needs mounting...
/dev/sda1 * 1 2611 20972826 7 NTFS
/dev/sda2 2612 60279 463218210 83 Linux
/dev/sda3 60280 60801 4192965 5 Extended
sudo mount /dev/sda2 /mntTo install the GRUB2 boot loader, type...
sudo grub-install --root-directory=/mnt /dev/sdaNote, that's /dev/sda (The hard disk itself) NOT The Ubuntu partition /dev/sda2. Once completed unmount the partition and reboot...
sudo umount /dev/sda1 ; sudo rebootNB -- If you have more than one OS installed, re-detect your various Operating Systems with...
sudo update-grub** Do this before unmounting the partition.
cd Downloads
sudo alien -k libmatroska0-0.8.0-0.1.102plf.i586.rpm
sudo add-apt-repository ppa:and471/kazam-daily-buildsTo start Kazam press Alt+F2 and type: kazam
sudo apt-get update
sudo apt-get install kazam
sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt... into a terminal, or remove "appmenu-gtk", "appmenu-gtk3" and "appmenu-qt" manually through the Software Centre.
sudo apt-get install appmenu-gtk appmenu-gtk3 appmenu-qtAlso disable the Global Menu Bar Integration add-on in Firefox (Tools>Add-ons>Extensions.)
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
cd /etc...save and exit, close terminal, and launch ntfs-config by typing...
sudo mkdir hal
cd hal
sudo mkdir fdi
cd fdi
sudo gedit policy
gksu ntfs-config
gksudo gedit /etc/default/grub... and unhash the line...
#GRUB_GFXMODE=640x480... so it reads...
GRUB_GFXMODE=640x480... or whatever resolution you desire, then save and exit the document.
sudo update-grub
sudo update-java-alternatives --set java-6-sun


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x1024"
Horizsync 24.0 - 80.0
Vertrefresh 50.0 - 75.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 1024
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "ServerFlags"
Option "DontZap" "False"
EndSection
sudo nano /etc/apt/sources.list
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install build-essential libssl-dev
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install subversion
sudo -i
sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-ng
cd madwifi-ng
echo "" >> /etc/modprobe.d/blacklist
echo "#Remove To Install MadWIFI Drivers" >> /etc/modprobe.d/blacklist
echo "blacklist ath9k" >> /etc/modprobe.d/blacklist
echo "blacklist ath5k" >> /etc/modprobe.d/blacklist
make && make install
echo ath_pci >> /etc/modules
sudo -i

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get install libdvdcss2

sudo apt-get install flashplugin-nonfree
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo update-alternatives --config java