Fulltext results:
- localeadm @info:solaris
- ==== localeadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [[http://docs.oracle.com/cd/E18752_0... OIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List Installed Locales ==== <code ba
- Cleanup Packages @info:linux:debian
- ====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but ... n ge a list of uninstalled (but not purged) packages with this command: <code bash> dpkg --get-select... this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selecti
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| ... hostcpuids|hddbackends|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups s
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ====== Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) ====== I'm preparing m... inistrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''format''
- Generate a Test Key @info:cryptography:openssl
- nerate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -o... ttp://www.openssl.org/docs/apps/req.html#item__nodes|-nodes]]'': if this option is specified then if a private key is created it will not be encrypted. ... : when the -x509 option is being used this specifies the number of days to certify the certificate for
- Git @info:code
- -bare [DIR] === Log === See commits between branches: git log master..develop ===== Branches ===== === List Branches === git branch === Switch Branch === git checkout BRANCH === Delete Branc... ch === git push origin -d BRANCH === List unmerges branches === List branches with commits, which ar
- Package Repositories @info:solaris
- ====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, the Image Package System can be found at: * http
- Mercurial
- dy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== N... eans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/private''. De... Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </cod
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You ... ionally, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <
- MySQL: Backup @info:mysql:database
- se ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -... -p${PASS} ${DB} </code> ===== Export all Databases individually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execu
- Firefox Extensions @info:prog:firefox
- on/greasemonkey/|Greasemonkey]] |Customize webpages using JavaScript. | |[[https://addons.mozilla.or... s.mozilla.org/firefox/addon/self-destructing-cookies/|Self-Destructing Cookies]] |Removes cookies after closing the tab or navigating to another site. | ===== Web Developer Exte
- Print all certificates in a file @info:cryptography:openssl
- ====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store each certificate ... pkcs7.html#item__in|-in file.pem]]'': This specifies the input filename to read from or standard input
- rmdir for OSX @info:mac
- ==== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code
- Debug Server Certificate from Client @info:cryptography:openssl
- ate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remo... ect|-connect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not ... =PositiveSSL CA 2 --- No client certificate CA names sent --- SSL handshake has read 3229 bytes and written 443 bytes --- New, TLSv1/SSLv3, Cipher is ECDH
- Virtual Network Visualization @info:solaris
- s supports virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/os/pro... rnal network(s), I created a perl script which takes the output of ''dladm show-link'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be rendered using [[ht