This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lame -b 32 --resample 8 -a <wavefilename> <mp3filename> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xset -display :0 s off -dpms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sox --guard Taped_Recording_15-jul-16_1003-CEST002.wav bla.wav gain -l 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lame -V0 -vbr-new bla.wav bla5.mp3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -size -9000k -exec rm {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fullfile=$1 | |
filename=$(basename "$fullfile") | |
extension="${filename##*.}" | |
filename="${filename%.*}" | |
sox --guard "$fullfile" temp.wav gain -l 15 | |
lame -V0 -vbr-new temp.wav "$filename.mp3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 apt-get update | |
2 apt-get upgrade | |
3 vi /etc/network/interfaces | |
4 ifup eth1 | |
5 ifconfig | |
6 vi /etc/hosts | |
7 pvecm add 172.20.150.219 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
losetup --offset 32256 /dev/loop2 harddrive.img | |
ntfs-3g -o offset=32256 a07207ad-4310-4200-aaa0-f0c0888bed9f.raw /tmp/bla | |
losetup --offset 32256 /dev/loop20 a07207ad-4310-4200-aaa0-f0c0888bed9f.raw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat hosts | orgalorg -s -u deploy -k ~/.ssh/imim2016 -C 'echo password | sudo -S sh -c "curl -fsSL https://experimental.docker.com/ | sh"' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orgalorg -o 192.168.10.6 -u deploy -k ~/.ssh/imim2016 -C 'echo password | sudo -S do-release-upgrade -f DistUpgradeViewNonInteractive' |