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
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- thcpu on|off] [--cpuidset <leaf> <eax> <ebx> <ecx> <edx>] ... i|efi32|efi64] [--chipset ich9|piix3] [--bioslo... ] [--biossystemtimeoffset <msec>] [--biospxedeb... <name> pause|resume|reset|poweroff|savestate| a
- 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
- 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
- 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'
- Dice Roller @blog:2009
- t. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the... s = parseInt(document.rolldice.s.value); var offset = parseInt(document.rolldice.o.value); var result = offset; var rolls = ""; var roll; for (var i = 0;
- 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 ===
- Shadows @info:webdesign:css
- eight: 50px; width: 100px;"></div></html> ==== Inset Shadow ==== The shadow inside the box: box-shadow: 1px 4px 8px #888888 inset; <html><div style="box-shadow: 1px 4px 8px #888888 inset; height: 50px; width: 100px;"></div></html> ====
- 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
- 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>
- Hello Drupal @blog:2010
- so the main reason to choose Drupal. I've already set up my Projects a special content nodes and thinki... K shows in the Blogroll channel in the sidebar. I set up a "Friend" content type and gave it attributes
- 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
- 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" > /