BlogHide Resteemsharekrishnarama (25)in linux • 5 years agoAdvanced Linux Shell Techniques (with sample commands)change one character in a file: tr "\r" "\n" < in > out execute arguments from a file: find /home -name 'weblog_config.pl' -exec {} ; -print execute commands from arguments of a file: awk…harekrishnarama (25)in tails • 5 years agoMount encrypted Ubuntu LVM partition under TAILS#!/bin/sh cryptsetup luksOpen /dev/sda1 internal vgscan --mknodes vgchange -ay mount /dev/dm-2 /home/amnesia/Persistent/mnt