Tag: examples

Luks keys… and luks encrypted drives: Warning: Always backup the LUKS header before performing any maintenance on the hard drive!. How to backup the luks header:Drive: /dev/sdb [Example] Name: /tmp/mybackup [Example] Add a LUKS key: Deckey: Would be your passphrase key for decrypting your drive [first key when setting up the encrypted drive]. Slot: Luks

How to install PDF2SWF, PDFTools in Debian. First you need the needed repositories. The first solution. Given that, not even then I got to install it, proceed and clone the master branch on Github, that seems to work perfectly fine. So the solution I found somewhere:

Disk usage: working with du command in linux. Sometimes we need to work with disk usage in Linux terminals and work with files, such as finding the most critical files in the system for rogue backups or files or simply contraband. Lets go with: Find folder size in human readable [Gigs, Megs, Bytes…] On the

How to transfer files over servers flawlessly. If you followed the previous tutorial, you’d know how to transfer files over servers without passwords. So to transfer a file from server to server issue the following command (USING SCP). scp /path/to/my.file me@otherserver(link sends e-mail):/path/to/destination/my.file Now the same using Rsync: # apt-get install rsync Or # apt-get install