Search

You can find the results of your search below.

Fulltext results:

my_own_ipv6_tips_for_servers @public
16 Hits, Last modified:
===== SSH ===== add to /etc/ssh/sshd_config: <code> ListenAddress :: </code> ===== Lighttpd ===== add this to your main lighttpd configuration file: <code> server.use-ipv6 = "enable" $SERVER["socket"] == ... .0.0.0:80" { # listen on all ipv4 interfaces. } </code> ===== vsftpd ===== you'll have to run to differe
wipeliveserver @public
2 Hits, Last modified:
mportant>WIP. Only tested on Debian 7.x</note> <code bash> #!/bin/bash # script used to chroot/pivot ... boot or halt commands (warning: they are not the real thing...)" echo echo "happy wiping!" echo </code>
postgresql_upgrade_on_freebsd @public
1 Hits, Last modified:
und was to disable locale detection in the source code: ```diff --- /var/ports/basejail/usr/ports/datab
gemini_toaster @public
18 Hits, Last modified:
== ===== Get the sources and compile 'em ===== <code bash> $ git clone https://tildegit.org/solene/vger.git $ cd vger $ make $ sudo make install </code> ===== Create a dedicated user ===== Create a user with no shell and no password <code bash> # adduser Username: gemini Full name: gemin... tabase. Add another user? (yes/no): no Goodbye! </code> ===== Add a service ===== inetd requires a def
groupware_toaster @public
24 Hits, Last modified:
e also already up and running. ===== nginx ===== <code> server { # put listen directives & tls... cgi_path_info; } } } </code> ===== Baïkal ===== <code bash> curl -L -O https://github.com/fruux/Baikal/releases/download/0.4.6/baik... m -f baikal-0.4.6.zip ln -s baikal-0.4.6 baikal </code> ===== Roundcube ===== * First, you need to cre
ssh @public
18 Hits, Last modified:
h/config, you can make SSH aliases very simply: <code> Host shortname HostName longname.... 22 User username </code> typing "ssh shortname" will be the same as "ssh... ve to add something like that in ~/.ssh/config: <code> Host hostname ProxyCommand ssh userna... e_ip_adress 22 User username </code> "ssh hostname" connects to the distant_private_
nagios_toaster @public
8 Hits, Last modified:
ww/monitor/index.html, and fix the links inside: <code html> <script type="text/javascript" language="Ja... nagios/side.html" NAME="side" TARGET="main">'); </code> ===== Munin ===== - Install Munin - Change in munin.conf: <code>htmldir /www/monitor/munin</code> ===== NConf ===== - Get it from [[http://sourceforge.net/projects/
syntax @wiki
29 Hits, Last modified:
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
mysql @public
42 Hits, Last modified:
ips&Tricks ====== ===== set root password ===== <code sql> shell> mysql -u root mysql> SET PASSWORD FOR... FOR 'root'@'host_name' = PASSWORD('password'); </code> ===== grant access to a remote machine ===== <code sql> mysql> GRANT ALL PRIVILEGES ON *.* TO 'user'... nt' IDENTIFIED BY 'password' WITH GRANT OPTION; </code> ===== create user with a dedicated database ===
vimbashfactory @public
4 Hits, Last modified:
eate the following script in .vim/templates/sh: <code bash> #!/bin/sh VERSION="$0 v1.0" usage() { cat... # "this is the end, my friend" # echo "" exit 0 </code> * Add the following line in .vimrc: <code vim> au BufWritePost * if getline(1) =~ "^#!" | if get... n/" | silent !chmod a+x <afile> | endif | endif </code> * That's it! next time you will edit a new .s
fofox @public
3 Hits, Last modified:
alling extensions * [[http://ted.mielczarek.org/code/mozilla/tabpreview/|Tab Preview]] : shows a previ... switch the user agent of the browser * [[http://code.google.com/intl/fr/speed/page-speed/|Page Speed]]... ort folders]] : sort account folders * [[http://code.google.com/p/firetray/downloads/list|Firetray]] :
deinstall_removed_port @public
2 Hits, Last modified:
. I use jails so I have to do this in basejail: <code> cd /path/to/basejail/usr/ports cp -vrp openssl o... / openssl111/Makefile cd openssl111 make deinstall </code> Voila! You just have to install openssl now.
backup_your_mailbox_with_gmail @public
2 Hits, Last modified:
just crate a simple shell script like this one: <code> #!/bin/sh IMAPSYNCOPTS='--ssl1 --host1 my_mail_... sync ${IMAPSYNCOPTS} --folder INBOX$folder done </code> Replace my_mail_server, my_email_user, my_gmail
dokuwiki_goes_mobile @public
4 Hits, Last modified:
somewhere before the template definition stuff: <code> require_once(DOKU_INC.'inc/common.php'); if (cli... mobile()) $conf['template'] = 'dokumobile'; </code> Of course, if you installed [[http://www.dokuwi... mobile|minimal_mobile]], the last line will be: <code> $conf['template'] = 'minimal_mobile'; </code>
zsh @public
9 Hits, Last modified:
ze world) ====== ===== History timestamps ===== <code> HISTFILE=~/.history HISTSIZE=9999 SAVEHIST=9999 ... xtendedhistory alias history='history -i -d 1' </code> ===== Prompt ===== ==== A nice colorfull prompt ==== <code> autoload -U colors && colors if [ $UID = 0 ] the... }%n@%m %{$fg[blue]%}%2~ %{$reset_color%}%# " fi </code> Some notes on this: * Adding the autoload stu
android_camera @public
2 Hits, Last modified:
ics4n1 @public
4 Hits, Last modified:
ipsec @public
34 Hits, Last modified:
vpn_vs_proxies @public
13 Hits, Last modified:
bash_tips @public
8 Hits, Last modified:
openvpn @public
21 Hits, Last modified: