Use GUI Network dialog or append to /etc/environment
http_proxy="http://127.0.0.1:8080/"
https_proxy="https://127.0.0.1:8080/"
socks_proxy="socks://127.0.0.1:8080/"
| # This will take 5-30 mins depending on your internet speed and machine performance | |
| # Install Dependencies | |
| sudo apt-get install libtool intltool libgtk2.0-dev libspeexdsp-dev \ | |
| libavcodec-dev libswscale-dev libx11-dev libxv-dev libgl1-mesa-dev \ | |
| libglew-dev libv4l-dev libxml2-dev cmake yasm libpulse-dev | |
| # Create directory | |
| mkdir ~/dev | |
| cd ~/dev |
| # Compress and encrypt all current subfolders on Windows | |
| FOR /D %%X IN (*) DO "C:\Program Files\7-Zip\7z.exe" a -mhe -pMYPASSWORD "%%X.7z" "%%X" |
| # To start screen recording | |
| ffmpeg -f x11grab -r 25 -s 1366x768 -i :0.0 -vcodec huffyuv screencast.avi | |
| # Stop recording | |
| ^C | |
| # Compress to mkv | |
| ffmpeg -i screencast.avi screencast.mkv |
| # To configure ssh access, open or create "~/.ssh/config" file and add these lines: | |
| # Host domain.com | |
| # User username | |
| # IdentityFile /path/to/certificate.key | |
| # Dry run | |
| rsync -rvz -c --dry-run --force --delete --progress --exclude-from=rsync_exclude.txt -e "ssh -p22" ./ username@domain.com:~/public_html | |
| # Real run | |
| # rsync -rvz -c --force --delete --progress --exclude-from=rsync_exclude.txt -e "ssh -p22" ./ username@domain.com:~/public_html |
I hereby claim:
To claim this, I am signing this object: