Fulltext results:
- 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
- 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
- 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> ====
- 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 ===
- 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
- 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
- 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
- root login with bash @info:script
- h ====== On our systems, the ''root'' account is set to be a role, so you can't login as root, just ''... o.lab.example.com -t "su - root -c /bin/bash"' I set it up as an alias in ''.bashrc'': alias demo_r
- 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='*';
- Generate a Test Key @info:cryptography:openssl
- he configuration file. Unless specified using the set_serial option 0 will be used for the serial numbe
- Convert a Key @info:cryptography:openssl
- stkey You can add ''-deststorepass PASSWORD'' to set the password on the command line. If you don't, k
- Cursor Size @info:linux:gnome
- ' with your prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code
- JAX-WS Debugging @info:java
- on in the transport pipe. The system property to set depends on your Java version. <code> com.sun.xml
- Set the Timezone on Debian @info:sysadmin:debian
- ====== Set the Timezone on Debian ====== Just run the following command as ''root'' (use ''su'' or ''s