Fulltext results:
- Oracle: SQLplus Scripting @info:oracle
- or other stuff, enter the following: <code sql> SET NEWPAGE 0 SET SPACE 0 SET LINESIZE 80 SET PAGESIZE 0 SET ECHO OFF SET FEEDBACK OFF SET VERIFY OFF SET HEADING OFF SET MARKUP HTM
- Simulating slow network connections with trickle @blog:2014
- dalone mode independent of trickled -d <rate> Set maximum cumulative download rate to <rate> KB/s -u <rate> Set maximum cumulative upload rate to <rate> KB/s -w <length> Set window length to <length> KB -t <seconds> Set default smoothing time to <seconds> s -l <length> Se
- Set PHP Variables in .htaccess Files @blog:2010
- ~~META:date created = 2010-04-29 16:07~~ ====== Set PHP Variables in .htaccess Files ====== If your PH... cripts run longer than the maximum execution time set by your webhoster, then you will see a message li... the php_value directive in a .htaccess file. To set the value to "0", which means no limit, add this ... max_execution_time 0 </code> I suggest to either set it to unlimited, run the long running script and
- Travian Map Download Script @z:travian
- ==== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_INST="travian" # set this to your database instance # # directories MA... s MYSQL="/srv/mysql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MYSQLD
- IPS Repository Appliance @blog:2010
- o IP Address of your box with ''ifconfig -a'' and set it as publisher on the another host, where you wa... to update or install packages, as repository. To set it as publisher, use this command (again with apr... ce ''{IP}'' with the IP address. <code bash> pkg set-publisher -O http://{IP} opensolaris.org </code> ... y, you can install a VM from the Live CD and then set up the repository server to use the mounted ISO i
- Drupal: Reverse Proxy @blog:2010
- OST']''. Additionally, I added the line \\ ''ini_set('session.cookie_path', '/'.$_SERVER['SERVER_NAME'... sociated with the host. That the cookie will bei set for the path ''/andunix.net/'' insted of the root... domain = $_SERVER['HTTP_X_FORWARDED_HOST']; ini_set('session.cookie_path', '/'.$_SERVER['SERVER_NAME'
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- econd>[k|m|g|K|M|G] | set <name> --limit <m... roperty> [--verbose] guestproperty set <vmname>|<uuid> <prop... -sh-eval| --cmd-set] <logdbg-setting
- Set a Mac's Hostname @info:mac
- ====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter the desired ... of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === Credits ===
- Setting the Timezone @info:linux:debian
- # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code bash> vi /etc/timezone </code> Or set it directy: <code bash> echo "Europe/Berlin" > /
- Oracle: Resize Instance @info:oracle
- ile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (opt
- base-repo-get-value @z:relax:api:base
- code bash> # # service must be a zone (have $ZONE set) if [ -z "$(base-repo-get-value ${service} ZONE)" ]; then echo "CRITICAL: service '${service}' is no zone (ZONE not set)" >&2 exit 1 fi # </code>
- Make your Mac feel at Home @info:mac
- framework/Versions/Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="myc... the road again..." fi </code> To use this code, set the ''HOMESSID'' to your ''SSID'' (the name of th
- Oracle: SPFile and PFiles @info:oracle
- 820/initparams063.htm#REFRN10235|11.2]] Example: Set flash recovery area to 8GB. The usage of ''SCOPE=... emory and in the SPFile. <code sql> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=8G SCOPE=BOTH SID='*';
- Formatting Syntax @wiki
- www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|Th... www.google.com or simply www.google.com - You can set link text as well: [[http://www.google.com|This
- MySQL: Backup @info:mysql:database
- === ===== Export a Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mys... t all Databases individually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD