All posts by PF
Da Fresh – Luv Doesn’t Love Me (Weaked Records) (Vitalic Remix)
As heard on Vitalic @ Radio Fg – 27-10-2006.
Nathan Fake – The Sky Was Pink (James Holden Remix)
https://soundcloud.com/musical-journey-1/nathan-fake-the-sky-was-pink
As heard on Vitalic @ Radio FG – 01-12-2006
Gas – Königsforst (1999) [full album]
Google Code Shutdown
|
How to create animated GIF images of a screencast?
Found this awesome tutorial of “How to create animated GIF images of a screencast” on AskUbuntu.com
http://askubuntu.com/questions/107726/how-to-create-animated-gif-images-of-a-screencast/

How to mirror a FTP folder and subfolders – lftp
I had to copy almost 10Gb from one server to another.
Usually I use rsync but this time the user that I have on the remove server is just an FTP user.
My first and dumb option was to use wget to fetch the content! *DUMB!*.
After a few hours/day… I got Write failed: Broken pipe.
OK!, I’v decided to use lftp.
So… I needed to install simply by doing….
apt-get install lftp
Let’s go!
Connect to the server
lftp storage.domain.org
Enter the username
user userexport
then enter the password…
and the the magic command!
mirroc -c -p
-c – resume option
-p – download files in parallel
HOORAY!, thats kinda it.
lftp [email protected]:~> mirror -c -p Total: 2184 directories, 97729 files, 0 symlinks New: 25548 files, 0 symlinks 9900721069 bytes transferred in 2750916 seconds (3.5 KiB/s) lftp [email protected]:/>
OPS – ITOps, DevOps & CloudOps

Windows 10 – NSA wet dreams
First login @ the new server at kimsufi
First login @ the new server at kimsufi
[email protected]'s password: Welcome to Ubuntu 15.04 (GNU/Linux 3.14.32-xxxx-grs-ipv6-64 x86_64) * Documentation: https://help.ubuntu.com/ Ubuntu 15.04 server : 226969 ip : 198.27.69.69 hostname : ns696969.ip-198-69-69.net System information as of Tue Aug 4 11:11:24 EDT 2015 System load: 0.0 Processes: 121 Usage of /home: 0.0% of 897.05GB Users logged in: 0 Memory usage: 1% IP address for eth0: 198.69.69.69 Swap usage: 0% Graph this data and manage this system at: https://landscape.canonical.com/ 0 packages can be updated. 0 updates are security updates. *** System restart required *** Ubuntu 15.04 Linux ns696969.ip-198-69-69.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux server : 225804 ip : 198.27.69.69 hostname : ns696969.ip-198-69-69.net superuser@ns696969:~#

