Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
#!/bin/bash | |
set -e | |
# Clean out /var/cache/apt/archives | |
apt-get clean | |
# Fill it with all the .debs we need | |
apt-get --reinstall -dy install $(dpkg --get-selections | grep '[[:space:]]install' | cut -f1) | |
DIR=$(mktemp -d -t info-XXXXXX) | |
for deb in /var/cache/apt/archives/*.deb |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
# download compat wireless (compat-wireless-2010-06-26-p.tar.bz2) | |
# http://linuxwireless.org/download/compat-wireless-2.6/ | |
cd ~/Downloads | |
ls | |
tar -jvxf compat-wireless-2010-06-26-p.tar.bz2 | |
ls | |
cd compat-wireless-2010-06-26-p | |
make unload | |
make load |
If you don't want to build Squid from scratch, you can simply Setup a Squid anonymous proxy
Please note that this whole manual refers to the version 3.5.23 of Squid. You probably would have to adapt some commands to the version you will actually download.
#!/bin/sh | |
# Shell script to install your public key on a remote machine | |
# Takes the remote machine name as an argument. | |
# Obviously, the remote machine must accept password authentication, | |
# or one of the other keys in your ssh-agent, for this to work. | |
# | |
# http://www.devthought.com/2009/09/19/get-ssh-copy-id-in-mac-os-x/ | |
# |
# http://perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/ | |
<FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh)$"> | |
order allow,deny | |
deny from all | |
</FilesMatch> | |
# http://css-tricks.com/snippets/htaccess/shock-teenage-gangsters-with-wp-config-redirect/ | |
Redirect 301 /wp-config.php http://svr.gov.ru/ | |
# Turn on the rewrite engine: |