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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNVr83Ypi4IOUKHQ+sR1uIRPwzv1dSdH0kOYIx2qfz7WeUiCRmjILSZypImzi/HORo6M3ngv/bKw2ujUReIuoG0VeXExVe3Ud+JPMVLiac6ZMIpL8lN94+fTlut9xYcsKbccpkHuVMkmjOKmTDJ0wJwb+kQVZ7IFowOnrwPqzA/nbc9YYT8vD0zASB29VP2L7QS95mvGtWCUJszDRve5qb2fImyCbcesDCE6RlCSTEmuMqNxNcsN6SEsjWtNtOJTltzs2/uJcdJhCoM8Isy6nkI4emIYxXSQxKf6L52Z5PcFTYtzg0tXIjVOzHTL56kzqGRHxqxJOXKUKBtDlMILQH Key for antespi@gmail.com |
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
| #!/bin/bash | |
| VIDEO_BIT_RATE=1500 | |
| AUDIO_BIT_RATE=128 | |
| # vlc --no-repeat --no-loop -I dummy __input_file__.mov --sout "#transcode{vcodec=h264,vb=1500,acodec=mp3,ab=128,channels=2,samplerate=44100}:standard{access=file,mux=mp4,dst='__output_file__.mp4'}" | |
| transcode() { | |
| local fin=$1 | |
| local fout=$2 |
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
| { | |
| # Default domains included | |
| "aol.com", "att.net", "comcast.net", "facebook.com", "gmail.com", "gmx.com", "googlemail.com", | |
| "google.com", "hotmail.com", "hotmail.co.uk", "mac.com", "me.com", "mail.com", "msn.com", | |
| "live.com", "sbcglobal.net", "verizon.net", "yahoo.com", "yahoo.co.uk", | |
| # Other global domains | |
| "email.com", "fastmail.fm", "games.com", "gmx.net", "hush.com", "hushmail.com", "icloud.com", | |
| "iname.com", "inbox.com", "lavabit.com", "love.com", "outlook.com", "pobox.com", "protonmail.com", | |
| "rocketmail.com", "safe-mail.net", "wow.com", "ygm.com", |
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
| APT (standard) | |
| ------------------------ | |
| VLC (vlc) | |
| ffmpeg (ffmpeg) | |
| Gimp (gimp) | |
| Diodon (diodon) | |
| Shutter (https://github.com/mvivarelli/shutter-on-wayland --> shutter) | |
| tilix | |
| git-cola |
OlderNewer