cd vger
$ make
$ sudo make install
</code>
===== Create a dedicated user =====
Create a user with no shell and no password
<code bash>
# adduser
Username: gemin... module
* Activate it in configuration file, and create a stream section at the same level as the http se... r's vhost parameter is set (-v), so we'll have to create one or more directories within gemini's home dire
D BY 'password' WITH GRANT OPTION;
</code>
===== create user with a dedicated database =====
<code sql>
mysql> CREATE DATABASE db;
mysql> GRANT ALL PRIVILEGES ON db.* ... SH TABLES WITH READ LOCK;
</code>
* use tar to create an archive that includes all databases
<code bas... GFILE}
mysqldump --add-drop-table --add-locks --create-options --disable-keys --extended-insert --single
#PIN = $ENV::PKCS11_PIN
#init = 0
</code>
* create /etc/openvpn/client.dummy:
<code>
###############... ;mute 20
;fragment 1400
mssfix
</code>
===== Create server config =====
* Edit/create /etc/openvpn/server.conf
<code>
port 1194
proto udp
dev tap
tls... s, you have to add a firewall forward rule.
edit/create /etc/init.d/fw, and make sure it is executable:
ode>
===== Roundcube =====
* First, you need to create a database. Here we created a mysql database name... ===== AgenDAV plugin =====
* First, you need to create a database. Here we created a mysql database name... '] = 'mysql';
</code>
* For french translation, create plugins/agendav/localization/fr_FR.inc:
<code php
ki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enable... Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and u... ables =====
DokuWiki supports a simple syntax to create tables.
^ Heading 1 ^ Heading 2 ^ Hea
ur work with DokuWiki,\\
-- the developers
===== Create your first pages =====
Your wiki needs to have a... be red: [[:start]].
Go on, follow that link and create the page. If you need help with using the syntax ... page]].
You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything i
====== How to quickly create fully functional shell scripts using VIM ======
* Download the [[http://ww... ]
* Install it (:source path_to_vim_script)
* Create the following script in .vim/templates/sh:
<code