Fulltext results:
- ZFS Playground @blog:2009
- pool: demo state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM ... er 0h0m with 0 errors on Tue Aug 11 15:45:59 2009 config: NAME STATE READ WRITE CKSUM... er 0h0m with 0 errors on Tue Aug 11 15:52:24 2009 config: NAME STATE READ WRITE CKSUM... er 0h0m with 0 errors on Tue Aug 11 15:52:24 2009 config: NAME STATE READ WRITE CKSUM
- Formatting Syntax @wiki
- t, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's en... n is used for typography replacements, but can be configured to use other HTML as well. ==== Text to Imag... s. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys ... quotes". They can be turned off through a [[doku>config:typography|config option]]. ===== Quoting =====
- base-repo-get-service @z:relax:api:base
- === base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDO... ===== Example ===== <code bash> # # get service config config=$(base-repo-get-service ${service}) if [ $? != 0 ]; then echo "ERROR loading service config for service '${service}'" >&2 exit 1 fi _debug "
- Cleanup Packages @info:linux:debian
- ckage is removed, it is only uninstalled, but the configuration remains on the system. This is a good thin... you are able to reinstall the package and have it configured with the old configuration. But if you want to cleanup this old stuff, you can ge a list of uninstall... lect only packages with priority >= PRIOR. --find-config Find "orphaned" configuration files
- Increase the Tomcat Upload Limit @info:sysadmin
- hin the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-file-size>524... threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75MiB change the file like this: <code xml> <multipart-config> <!-- 75MB max --> <max-file-size>786... threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat in ''/opt/
- Workaround for FolderSync with ownCloud 7 @blog:2014
- a second line with the HTTPS port ''443'' to your config.php: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 => 'www.example.org', 1 => 'www.example.org:443', ), </code> {{tag>android owncloud webhosting workaround config sysadmin}}
- SSH @info:sysadmin
- c Key Authentication only ===== === /etc/ssh/sshd_config === Make sure that your SSH config file (''sshd_config'') contains these settings: <code> PubkeyAuthentication yes PasswordAuthentication no </code> If you changed the config, make sure to restart sshd to activate ist: <cod
- Travian Map Download Script @z:travian
- rom Travian and import it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travi... sh> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo echo "`date +'%Y-%m-%d %H:%M:%S'` $0[$$... sh> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo "***" echo "`date +'%Y-%m-%d %H:%M:%S'`... ql> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo "***" echo "`date +'%Y-%m-%d %H:%M:%S'`
- config @tag
- ====== config ====== ===== Pages ===== {{topic>config&nouser&tags}} ===== Bookmarks ===== {{rss>https://shaarli.andunix.net/?do=rss&searchtags=config}}
- Generate a Test Key @info:cryptography:openssl
- to the certificate (if any) are specified in the configuration file. Unless specified using the set_seria... specified, the default key size, specified in the configuration file is used. * ''[[http://www.openssl.o... is not specified then the filename present in the configuration file is used. * ''[[http://www.openssl.o
- configure @tag
- ====== configure ====== ===== Pages ===== {{topic>configure&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/configure}}
- Welcome to your new DokuWiki @wiki
- have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first). You may also want to see what [[doku>plu
- How To Create a Moveable VM with VirtualBox @blog:2010
- rganizes the disk images in one directory and the configuration files in another. It kees a record of all ... the VM and the disk image are created. The VM is configured according to the parameters above. <code bas
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ed on|off] [--tracing-config <config-string>] [--tracing-allow-vm-access on|off]
- Oracle: SPFile and PFiles @info:oracle
- </code> If your PFile is located at ''/db/oracle/config/pfiles/initweb.ora'', the the second line would be: <code sql> STARTUP NOMOUNT PFILE='/db/oracle/config/pfiles/initweb.ora' </code> ===== Initialization