Recent posts

Ftp/sftp Vacuum

less than 1 minute read

FTP: lftp -c 'open FTPSERVER_ADRESS;user USERNAME PASSWORD;mirror / /LOCAFOLDER; quit' ex: lftp -c 'open 88.88.88.88;user paludia secret123;mirror / /home/p...

Linux bonding, increase network bandwidth

1 minute read

Hardware Setup Server 1 and 2 have 4 1GB nic: eno1 connected lan eno2,eno3 and eno4 directly connected their respective ports on the other server for bonding...

Xen 4.4 create HVM on Debian 8 Jessie

less than 1 minute read

I use lvm lvcreate -L 25G -n myvm /dev/rootvg Create the xen hvm file: nano /etc/xen/myvm.hvm builder = "hvm" name = "myvm" memory = 2048 vcpus = 2 vi...