Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- f the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <command>
- Cleanup Packages @info:linux:debian
- ckage is removed, it is only uninstalled, but the configuration remains on the system. This is a good ... you are able to reinstall the package and have it configured with the old configuration. But if you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packages with this command: <code bash> dpkg --get-selections | grep '
- localeadm @info:solaris
- caleadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [[http://docs.oracle.com/cd/E18752_01/html/816-5166/localeadm-1m.html#REF... o mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd
- Virtual Network Visualization @info:solaris
- upports virtual networks using virtual interfaces connected with virtual switches. This feature was in... ight also be interested in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_de... tual Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $STYLE{'phys'} = "color=black"; $STYLE{'vnic'} = "color=blue"; #$STYLE
- Mercurial
- s ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directo... also exclude ''bin'', ''gen'', ''nbbuild'' or the complete ''nbproject'' directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </code> On
- Oracle: SPFile and PFiles @info:oracle
- o a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SI... path to the PFile instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE=... ' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is located at ''/db/oracle/conf
- Debug Server Certificate from Client @info:cryptography:openssl
- .sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:443 Informations about the ... p://www.openssl.org/docs/apps/s_client.html#item__connect|-connect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made
- Oracle: Recovery Manager @info:oracle
- ====== Oracle: Recovery Manager ====== ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the
- Command Line Audio @info:mac
- ~~META:date created = 2009-06-19 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volume from Command Line ===== To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdaily.com/2007/04/28/change-the-system-volume-from-the-com
- MacPorts @info:mac
- = ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is
- Firefox Extensions @info:prog:firefox
- addons.mozilla.org/firefox/addon/self-destructing-cookies/|Self-Destructing Cookies]] |Removes cookies after closing the tab or navigating to another site. | ===== Web Developer... // ^ |[[https://addons.mozilla.org/firefox/addon/colorzilla/|ColorZilla]] | | |[[https://addons.moz
- Disable Core Dumps @info:linux
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limit
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.txt INPUT.txt Converts ''INPUT.txt'
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- for the two exams to achieve the [[http://www.sun.com/training/certification/solaris/scsa.xml|Sun Cert... t the system's devices, you can use the following commands: * ''dmesg'' * ''format'' * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices, you can perform any of
- JAX-WS Debugging @info:java
- m property to set depends on your Java version. <code> com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.ws.transport.http.HttpAdapter.dump=true