Search

You can find the results of your search below.

Fulltext results:

openvpn @public
19 Hits, Last modified:
-r /usr/share/doc/openvpn/examples/easy-rsa/2.0 /etc/openvpn/easy-rsa </code> ===== Customize scripts ===== * edit /etc/openvpn/easy-rsa/build-key and add: <code> mkdi... .crt /tmp/$1/ cp $KEY_DIR/ca.crt /tmp/$1/ cp /etc/openvpn/ta.key /tmp/$1/ cp /etc/openvpn/README.txt /tmp/$1/ sed s/%NAME%/${1}/g /etc/openvpn/clien
ipsec @public
18 Hits, Last modified:
= ==== On host A ==== === Configuration === == /etc/rc.conf == <code> cloned_interfaces="gif0" ifcon... m="/usr/local/sbin/setkey" ipsec_file="/usr/local/etc/racoon/setkey.conf" # allows setting up spd polic... yes" gateway_enable="YES" </code> == /usr/local/etc/racoon/setkey.conf == <code> #!/sbin/setkey -f f... -2001:db8:ab01::1/require; </code> == /usr/local/etc/racoon/psk.txt == <code> # /usr/local/etc/racoon
wipeliveserver @public
10 Hits, Last modified:
CHROOTDIR}/{bin,sbin,proc,sys,dev,run,usr,var,tmp,etc,root,oldroot} mkdir -p ${CHROOTDIR}/usr/bin mkdir... /usr/sbin/dropbear ${CHROOTDIR}/sbin/ #cp -vrp /etc/passwd* /etc/shadow* /etc/group* /etc/shells ${CHROOTDIR}/etc/ #cp -vrp /etc/dropbear ${CHROOTDIR}/etc/ cp -vrp /et
groupware_toaster @public
7 Hits, Last modified:
@ -149,7 +149,7 @@ */ function _fetch_assoc() { - return mysql_fetch_assoc($this->result_id); + return mysqli_fetch_assoc($this->result_id); } // ... -164,11 +164,11 @@ */ function _fetch_object() { - return mysql_
my_own_ipv6_tips_for_servers @public
7 Hits, Last modified:
rvers I personally use. ===== SSH ===== add to /etc/ssh/sshd_config: <code> ListenAddress :: </code>... s of vsftpd, one for ipv4, and one for ipv6. * /etc/vsftpd.conf: <code> listen=YES </code> * /etc/vsftpd_ipv6.conf: <code> listen=NO listen_ipv6=YES </... ch instance separately: <code> # /path/to/vsftpd /etc/vsftpd.conf # /path/to/vsftpd /etc/vsftpd_ipv6.co
gemini_toaster @public
5 Hits, Last modified:
rvice ===== inetd requires a defined service in /etc/services, so let's add it <code bash> echo "gemini 11965/tcp">>/etc/services </code> ===== Activate and launch inetd ===== * Add the following lines to /etc/inetd.conf. Adjust -d parameter to previously cre... de bash> # echo "inetd_enable=\"YES\"">/usr/local/etc/rc.conf.d/inetd </code> * Finaly, launch inetd
backup_your_mailbox_with_gmail @public
4 Hits, Last modified:
my_mail_server --user1 my_email_user --passfile1 /etc/secret1 --authmech1 LOGIN --ssl2 --host2 imap.gmail.com --user2 my_gmail_user --passfile2 /etc/secret2 --authmech2 LOGIN --syncinternaldates --d... r, my_domain by the appropriate values, and fill /etc/secret1 and /etc/secret2 with the respective passwords. Of course, for this to work, you have to have
ssh @public
4 Hits, Last modified:
f shortname is not defined in the DNS nor in the /etc/hosts file) ====== Bounce hosts ====== Here we ... lic longname.domain.tld host. Of course [[http://netcat.sourceforge.net/|netcat]] must be installed on the public server. ====== Tunnels ====== We can map... ===== Run a command on login ====== Commands in /etc/ssh/sshrc are executed by ssh when the user logs
fofox @public
2 Hits, Last modified:
tay logged in on services such as Youtube, Gmail, etc." * <del>[[https://addons.mozilla.org/firefox/a... olicy Continued]] : Protect from ligatus/outbrain/etc. crap * [[https://addons.mozilla.org/firefox/ad
bash_tips @public
1 Hits, Last modified:
History ===== Shortcuts can be customized using /etc/inputrc or ~/.inputrc; here are the lines to add
mysql @public
1 Hits, Last modified:
sca\ -H\ ${NAGIOS_HOST}\ -d\ ';;'\ -c\ /usr/local/etc/nagios/send_nsca.cfg HOSTNAME=`/bin/hostname -f |
vimbashfactory @public
1 Hits, Last modified:
if it needs args (they will be stored as $2, $3, etc. in the next while statement) TEMP=`getopt -o bhV
zsh @public
1 Hits, Last modified: