Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
harekrishnarama
This account was instantly created via @steemwallet.app - available for iOS and Android!
Available
Used
Resource Credits
3 Followers
0 Following
https://steemwallet.app
December 26, 2019
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
harekrishnarama
linux
Thursday, December 26, 2019 9:22 PM
Advanced 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
$ 0.000
4
1
harekrishnarama
tails
Thursday, December 26, 2019 7:32 PM
Mount 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
$ 0.000
0