Here is the original post from UbuntuGeek
Steps to install Rapid Photo Downloader:
sudo add-apt-repository ppa:dlynch3/ppa
sudo apt-get update
sudo apt-get install rapid-photo-downloader
This is more like my own memory dump...
sudo add-apt-repository ppa:dlynch3/ppa
sudo apt-get update
sudo apt-get install rapid-photo-downloader
cd ~And you can also use it like that
cp ~
cd ~/Documents/somethingelse/etc/
killall
killall app_name
topLook for the process in particular and then use:
kill 5689 (the number of the Id of the process)
sudo apt-get install htopTo start it just type:
htop
sudo !!
tocompress: tar -czf nametarfile.tar.gz namefolder
toextract: tar xvzf tarfile.tar.gz
Name: ted
command: java -jar /home/yourusername/.tedv09715/tedv09715\ 2/ted.jar
comment: torrent episode downloader
sudo apt-get install electricsheep
sudo apt-get install v86d- Replace the following line (line number 9):
gksu gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"with this one:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"- Replace the following line (line number 18):
#GRUB_GFXMODE=640x480with this one:
GRUB_GFXMODE=1280x1024Back in terminal:
gksu gedit /etc/initramfs-tools/modulesWhen the text window appears, add the following line at the end of the file:
uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrapBack in terminal:
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2
sudo update-initramfs -u