Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- [-q|--nologo] suppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--
- 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
- Setting the Timezone @info:linux:debian
- ====== Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check ... # 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" > /
- AirPort Command Line Interface @info:mac
- X Daily]] ==== AirPort On ==== networksetup -setairportpower airport on ==== AirPort Off ==== networksetup -setairportpower airport off ===== Select AirPort Network ===== networksetup -setairportnetwork {Network} AirPort {{tag>mac osx de
- 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
- 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
- Cursor Size @info:linux:gnome
- ' with your prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>desktop gnome linux mouse cursor settings}}
- 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='*';
- rmdir for OSX @info:mac
- .DS_Store'' files in the directories to store its settings. This makes removing directories from the co
- Print Information about a Certificate @info:cryptography:openssl
- erial number any extensions present and any trust settings. You should redirect the output into a file
- Print Information about a Key @info:cryptography:openssl
- erial number any extensions present and any trust settings. You should redirect the output into a file
- SSH @info:sysadmin
- SSH config file (''sshd_config'') contains these settings: <code> PubkeyAuthentication yes PasswordAu