• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » set
Trace: • VBoxManage (The VirtualBox CLI) • Android Apps • Mercurial • jax-ws • link • apple • Clear DNS Cache • Mac • rman • andunix Infos

set
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (19)
  • blog (7)
  • z (4)
  • p (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • settings
  • setup
  • Set PHP Variables in .htaccess Files
  • Set PHP Variables in .htaccess Files

Fulltext results:

Oracle: SQLplus Scripting @info:oracle
9 Hits, Last modified: 13 years ago
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
9 Hits, Last modified: 12 years ago
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
6 Hits, Last modified: 13 years ago
==== <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
6 Hits, Last modified: 12 years ago
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
5 Hits, Last modified: 16 years ago
~~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
4 Hits, Last modified: 15 years ago
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
3 Hits, Last modified: 13 years ago
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
3 Hits, Last modified: 17 years ago
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
3 Hits, Last modified: 10 years ago
====== 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
3 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 10 years ago
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
2 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 16 years ago
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
2 Hits, Last modified: 13 years ago
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
2 Hits, Last modified: 13 years ago
# 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" > /
Formatting Syntax @wiki
2 Hits, Last modified: 5 years ago
MySQL: Backup @info:mysql:database
2 Hits, Last modified: 13 years ago
root login with bash @info:script
2 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
2 Hits, Last modified: 13 years ago
Generate a Test Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Convert a Key @info:cryptography:openssl
1 Hits, Last modified: 7 years ago
JAX-WS Debugging @info:java
1 Hits, Last modified: 11 years ago
base-ssh-login @z:relax:api:base
1 Hits, Last modified: 13 years ago
Set the Timezone on Debian @info:sysadmin:debian
1 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
Serial Protocol @p:dmx
1 Hits, Last modified: 12 years ago
base-exec-user @z:relax:api:base
1 Hits, Last modified: 13 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
1 Hits, Last modified: 16 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
MySQL: Create User @info:mysql:user
1 Hits, Last modified: 10 years ago
fstyp @info:solaris
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki