Fulltext results:
- Setting the Timezone @info:linux:debian
- ====== Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- on|off] [--boot<1-4> none|floppy|dvd|disk|net>] [--nic<1-N> none|null|nat|bridged|intnet|hostonly| ... [--nicbandwidthgroup<1-N> none|<name>] [--bridgeadapter<1-N> none|<devicename>] [--host
- Debug Server Certificate from Client @info:cryptography:openssl
- t Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1.2 Cipher : ECDHE-RSA-AES256-GCM-SHA384 S... 34B75571C934E58D96C10DEC47A071B3 Key-Arg : None PSK identity: None PSK identity hint: None SRP username: None TLS session ticket lifet
- Virtual Network Visualization @info:solaris
- ink'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be ren... pen INPUT, "dladm show-linkprop -o link,value -p zone|"; # skip first line <INPUT>; while (defined($lin... </code> == dladm show-linkprop -o link,value -p zone == <code> LINK VALUE e1000g0 -- e100
- DynDNS Updates without a Client @info:script
- user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the login credentials (the ''$LOG... must be whitespace separated, I recomment to put one domain per line. In the for loop, curl is used t
- localeadm @info:solaris
- 1, es_MX.UTF-8, fr_CA.ISO8859-1, fr_CA.UTF-8 ] Done. A copy of this report can be found in /var/sadm/... th_TH.UTF-8 ] Hindi (hi_in) [ hi_IN.UTF-8 ] Done. </code> ==== Install all North Americal (nam) a
- Set the Timezone on Debian @info:sysadmin:debian
- ====== Set the Timezone on Debian ====== Just run the following command as ''root'' (use ''su'' or ''sudo''): dpkg-reconfigure tzdata {{tag>sysadmin linux debian timezone configure}}
- Generate a Test Key @info:cryptography:openssl
- request and a new private key. The argument takes one of several forms. rsa:nbits, where nbits is the n
- Print all certificates in a file @info:cryptography:openssl
- are preceded by their subject and issuer names in one line format. * ''[[http://www.openssl.org/docs/
- Make your Mac feel at Home @info:mac
- our Mac feel at Home ====== A small snippet from one of my scripts which tests whether your Mac is in
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- up> <raw device> * Directly transfer VTOC from one disk to another: prtvtoc <source raw device> |
- Automatic Submission of a Form if an Element is changed @info:javascript
- ase select a value</option> <option value="1">one</option> <option value="2">two</option> <
- MySQL: Backup @info:mysql:database
- {DB}_${DATE_YMD}.sql & # sleep 10 # optional done wait # for child processes to end </code> {{tag>
- Change Encoding with iconv @info:script
- -o ${f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cl
- rmdir for OSX @info:mac
- m "${f}" fi /bin/rmdir "${d}" || ls -al "${d}" done } </code> With this function you can remove the