Fulltext results:
- Increase the Tomcat Upload Limit @info:sysadmin
- t-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </multipart-config>
- Formatting Syntax @wiki
- th curly brackets. Optionally you can specify the size of them. Real size: {{wiki:dokuwiki-128.png}} Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height((when the aspect ratio
- How To Create a Moveable VM with VirtualBox @blog:2010
- user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks f... s entered. For example, the question for the disk size: <code bash> echo -n "Enter disk size in MiB [${DISK_SIZE}]: " read a DISK_SIZE=${a:-${DISK_SIZE}} </code> The main part. The base directory
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- pe>] [--memory <memorysize in MB>] [--pagefusion... on|off] [--vram <vramsize in MB>] [--acpi on|of... [--guestmemoryballoon <balloonsize in MB>] [--audio none... guestmemoryballoon <balloonsize in MB> | usbattach <u
- fstyp @info:solaris
- cblkno 24 iblkno 32 dblkno 760 sbsize 2048 cgsize 8192 cgoffset 64 cgmask 0xffffffc0 ncg 427 size 20972160 blocks 20654449 bsize 8192 shift 13 mask 0xffffe000 fsize 1024
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- this: find / -mount -inum 4711 -ls ==== Block Sizes ==== * The //physical block size// is 512 Bytes. * The //logical block size// is 4 KiB(([[http://en.wikipedia.org/wiki/Byte#Unit_multi... iB is default and recommended. * The //fragment size// is the logical block size divided by 1, 2, 4 or
- Dice Roller @blog:2009
- " method="GET"> <input type="text" name="n" size="2"/> d <input type="text" name="s" size="2"/> + <input type="text" name="o" size="4"/> <input type="submit" value="roll"/> <input disabled="true" type="text" name="r" size="4"/> </form> </code> ===== Javascript Code ==
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ode bash> prstat -z zone -s rss prstat -z zone -s size </code> From the [[http://docs.oracle.com/cd/E19... s an argument. * ''rss'' Sort by resident set size. * ''size'' Sort by size of process image. Note the upper case ''-Z'' in the first an the lower case ''-z'' in t
- Cursor Size @info:linux:gnome
- ====== Cursor Size ====== To change the mouse cursor size in GNOME, use this command. Substitute the value ''32'' with your prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>desktop gnome linux mouse curso
- Oracle: SPFile and PFiles @info:oracle
- ash Recovery Area ==== === DB_RECOVERY_FILE_DEST_SIZE === The parameter ''DB_RECOVERY_FILE_DEST_SIZE'' specifies the size of the flash recovery area. * For more inforamtion, see the documentation: [[ht... <code sql> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=8G SCOPE=BOTH SID='*'; </code> {{tag>admin oracl
- andunix.net
- idth:auto; } table.ax-links td { border:none;font-size:150%;font-weight:bold;padding:0;vertical-align:middle; } table.ax-links td.ax-domain { font-size:200%;text-align:right; } table.ax-links td.ax-isolator { font-size:200%;padding:0 0.25em;text-align:center; } table.
- Generate a Test Key @info:cryptography:openssl
- the number of bits, generates an RSA key nbits in size. If nbits is omitted, i.e. -newkey rsa specified, the default key size, specified in the configuration file is used. *
- Cleanup Packages @info:linux:debian
- ow-section Do not show sections. --show-size, -z Show installed size of packages found. --all-packages, -a Compare all packages
- Oracle: Resize Instance @info:oracle
- ====== Oracle: Resize Instance ====== In this example, the SGA will be resized to 6GB and the PGA to 2GB. First, change the [[
- Oracle: SQLplus Scripting @info:oracle
- ng: <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 HTML OFF SPOO