A very nice command-line tool that allows you to download videos from Youtube:
“sudo apt-get install youtube-dl”
After the installation process, run:
“youtube-dl video_url“
A very nice command-line tool that allows you to download videos from Youtube:
“sudo apt-get install youtube-dl”
After the installation process, run:
“youtube-dl video_url“
A very nice plugin for Google Chrome (or Chromium) that allows you to open as much videos as you want without them playing automatically where you must open each video and pause it yourself.
The surprise is: It’s pre-buffering 🙂
“sudo apt-get install openssh-server“
That’s it, you can now connect to your machine via SSH/SFTP from any other machine on the same network, it’s easy, fast and secure.
Installing an FTP server on your machine facilitates sharing and transferring files easily and quickly.
ProFTPD is an FTP server that is easy to install, use, and configure.
To install ProFTPD on ubuntu:
sudo apt-get install proftpd
To start proftpd;
sudo /etc/init.d/proftpd start
To configure proftpd, edit the file:
/etc/proftpd/proftpd.conf
This new method is easier than the old one which required you to edit your software sources manually, and then get the key and import it. The new one is as follows:
PPA = Personal Package Archives, i.e. the user-contributed software repositories.