Fulltext results:
- Formatting Syntax @wiki
- is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
- mySQL @linux:databases
- ---- == mysqldump == dump a database to a .sql file. there are many parameters. check 'man mysqldump'... ter-set=utf8 --user=root --password=${PWD} $DB > $FILE If you get "error 34 too many open files".. inc... ---- == mysql import == works by piping an sql file into the 'mysql' command: mysql --host=127.0.... $PORT --password=${DBPWD} ${DBNAME} < ${MYSQLDUMP_FILE} ---- == execute mysql command == any sql sta
- Crypto @linux:filesystems
- mat /dev/mdX [/path/to/keyfile] If you add a key file, leave out "-y" **ciphers:** * aes-cbc-essiv:s... tsetup luksOpen /dev/mdX cryptname Open with key file: cryptsetup --key-file /path/to/keyfile luksOpen /dev/md1 cryptname The opened volume is available ... e after entering the correct passphrase or if the file is available ---- \\ **Create Logical Volume wi
- Nginx @linux:webserver
- nformation about frequently accessed files open_file_cache max=2000 inactive=20s; open_file_cache_valid 60s; open_file_cache_min_uses 5; open_file_cache_errors off; # buffers optimzed: client_max_body_size 20m; cl
- Apache @linux:webserver
- rsions of apache2 require a chain of certs in one file, not anymore separate files: cat /etc/apache2... t config for all vhosts in 000-default: # cert-file: # SSLCertificateFile /etc/apache2/ssl/cert.crt # replaced by chain-file: SSLCertificateFile /etc/apache2/ssl/chain.crt # the selfmade private key file associated with the certificate # generated via
- Synergy @linux:network
- n. mcedit /etc/gdm/PostLogin/Default If the file doesn't exist, create it and write the synergyc c... e way: **put the following line in a startup hook-file of gdm/kdm/xdm:** Just replace username with your... ace scripts in ~/.kde/Autostart/ directory**. The file must be executable and the first line must contai... OSTNAME> == LXDE autostart: == Put a .desktop file in here: **~/.config/autostart/** [Desktop Ent
- Replication @linux:databases:mysql
- = /var/log/mysql/relay-bin.index relay_log_info_file = /var/log/mysql/relay-bin.info expire_l... xyxyxyxyxyxyxyxyxy', MASTER_PORT=3306, MASTER_LOG_FILE='mysql-bin.000002', MASTER_LOG_POS=9235331, MASTE... the log position show master status\G; .. File: mysql-bin.000052 Position: 597 .. **On Serv... xyxyxyxyxyxyxyxyxy', MASTER_PORT=3306, MASTER_LOG_FILE='mysql-bin.000052', MASTER_LOG_POS=597, MASTER_SS
- vsFTPd @linux:network
- config with SSL in debian ===== Generate a pem file from an official SSL certificate ===== cat /et... sftpd/server.pem ===== Generate a selfsigned pem file ===== openssl req -x509 -nodes -days 365 -newk... v1=YES ssl_sslv2=YES ssl_sslv3=YES rsa_cert_file=/etc/vsftpd/server.pem require_ssl_reuse=NO p
- Android
- ds: adb devices adb shell adb pull <remote file> adb push <local file> <remote file> * http://www.androidlegend.com/how-to-use-adb-fastboot-commands-with-your-android-dev
- Redmine Project Mgmt @communitycloud:services
- backports main to your sources.list (or add a new file to /etc/apt/sources.list.d/) Run apt-get updat... ml(<br/><br/>)}} **inject an external JS or CSS file:** {{js_url('http://www.domain.com/js/widget.j... SS is not really required, but you could inject a file like this: {{css_url('http://redminehostname.in
- LXC @linux:virtualization
- s on host or in vs - only in the container config file!** **Move eth0 to br0 in /etc/network/interfaces... to the container, they have wrong uid/gid. if the file should belong to root, just run this from the roo... 000 /vservers/<containername>/rootfs/<path to the file in container> **Links:** * https://unix.stac
- PXE netboot @linux:debian_install
- an automated installer, which downloads a preseed file: label Install Automat MENU DEFAULT kernel ... everything :) Add a download url for the preseed file to the bootmenu in pxelinux.cfg/default. This can... and run it, with a similar command in the preseed file: d-i preseed/late_command string in-target wge
- Samsung Galaxy Note 9 @android_-_os
- ROM via ODIN (windows) Extract the firmware file you just downloaded. You should get 5 files: ... SC_*** (Country / Region / Operator) Add each file to its respective field in Odin v3.14.4. Use CSC_
- Shell Commands & Oneliner @linux
- fault :(** it enables a lot of auto complete for file paths, commands, command parameters(!) and more ... add-bash-completion-in-debian ==== Create Random File ==== count is in KiB dd bs=1024 count=1000 </