Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- etails] [--machinereadable] showvminfo <uuid>|<name> --log ... >] [--biosbootmenu disabled|menuonly|messageandmenu] ... virtio] [--cableconnected<1-N> on|off] ... [--mouse ps2|usb|usbtablet [--keyboard ps2|usb
- Disable a Service @info:linux:debian
- ====== Disable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </
- Cleanup Packages @info:linux:debian
- s on the system. This is a good thing, as you are able to reinstall the package and have it configured w... ONS] [PACKAGE]... The following options are available: --help, -h This help. --status-... Ignore hold flags. --nice-mode, -n Disable checks for `recommends' and `suggests'. --ignore-recommends Disable checks for `recommends'. --ignore-suggests
- MySQL: Backup @info:mysql:database
- abase ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Da... ually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DAT... r db in ${DATABASES} do mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} > ${DB}_${DATE_YMD}.sql
- Disable Core Dumps @info:linux
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with th... " article [[http://www.cyberciti.biz/faq/linux-disable-core-dumps/|Linux Disable Core Dumps]]. {{tag>linux sysadmin admin config}}
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <cod... </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>scripting bash sysadmin variable}}
- AirPort Command Line Interface @info:mac
- == Infos from [[http://osxdaily.com/2011/05/31/enable-disable-airport-wireless-connections-command-line/|OS X Daily]] ==== AirPort On ==== networksetup -
- Debug Server Certificate from Client @info:cryptography:openssl
- ited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local issuer certificate verify return:0 -... meout : 300 (sec) Verify return code: 20 (unable to get local issuer certificate) --- ^C </file>
- Firefox Extensions @info:prog:firefox
- .org/firefox/addon/private-tab/|Private Tab]] |Enables private tabs, so you can be logged in with two d... lock]] - Block Flash and shows a play button to enable it once. * [[https://addons.mozilla.org/firefox
- DynDNS Updates without a Client @info:script
- First, the login credentials (the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read ... Currently, I use the switch ''--insecure'' to disable the SSL certificate check. As soon a I found out
- localeadm @info:solaris
- ystem/data/locales.list </code> ==== List Installable Locales ==== <code bash> localeadm -lc -d /mnt/S... ---------------- The following regions are available to install from /mnt/Solaris_10/Product Austral
- init @info:linux:debian
- it script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): up
- Android Backup @info:android
- are havong problems with the connection ("adb: unable to connect for backup"), check the listing of con
- Oracle: List Accounts with Objects @info:oracle
- To list all accounts (users) the objects (like tables), you can query them with: <code sql> SELECT DI
- root login with bash @info:script
- .example.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Passwo