Search

You can find the results of your search below.

Fulltext results:

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
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
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
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_
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
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/
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