• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » me
Trace: • ReLAX • Travian Analyzer Bookmarklet • certificate • Travian Village Planner - Tribe & Village Name • exam • thunderbird • zone • recommendation • network • plan

me
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:cryptography (6)
  • info:oracle (4)
  • info:mac (3)
  • info:script (3)
  • info:solaris (3)
  • info:android (2)
  • info:java (2)
  • info:linux (2)
  • info:mysql (2)
  • info:code (1)
  • info:prog (1)
  • info:sysadmin (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Set a Mac's Hostname
  • Make your Mac feel at Home
  • Setting the Timezone
  • Cursor Size
  • Gnome
  • Set the Timezone on Debian

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
124 Hits, Last modified: 12 years ago
groups showvminfo <uuid>|<name> [--details] [--machi... nereadable] showvminfo <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--delete] createvm --name <name>
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
16 Hits, Last modified: 13 years ago
ci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e100... o_inst]]'' maps physical device paths to driver name and driver instance number. Example: "/pci@0/p... i@1/pci@0/pci@2/network@0" 0 "e1000g" === /etc/name_to_major === Maps driver name to major device number. Example: e1000g 51 ==== Save and Restore t
Make your Mac feel at Home @info:mac
9 Hits, Last modified: 10 years ago
2010-05-03 16:24~~ ====== Make your Mac feel at Home ====== A small snippet from one of my scripts which tests whether your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' execute... Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=
jps - Java Virtual Machine Process Status Tool @info:java
8 Hits, Last modified: 13 years ago
ong listing) and ''-m'' (arguments) most of the time: /usr/java/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 5571... ters: ''jps -v'' <code> 56053 Jps -Dapplication.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home -Xms8m 55719 hourglass.jar 51299 jEdit 51610 Main
Set a Mac's Hostname @info:mac
7 Hits, Last modified: 10 years ago
====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === Credi
Command Line Audio @info:mac
6 Hits, Last modified: 13 years ago
and 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 he... p://osxdaily.com/2007/04/28/change-the-system-volume-from-the-command-line/|OS X Daily - Change the sy
DynDNS Updates without a Client @info:script
5 Hits, Last modified: 13 years ago
earching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as g... <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n
Generate a Test Key @info:cryptography:openssl
5 Hits, Last modified: 11 years ago
out|-keyout testkey.key]]'': this gives the filename to write the newly created private key to. If this option is not specified then the filename present in the configuration file is used. * ''... testkey.crt]]'': this specifies the output filename to write to or standard output by default. Now y... 12.html#item__out|-out testkey.p12]]'': the filename to write certificates and private keys to, standa
exiftool @info:script
5 Hits, Last modified: 9 years ago
====== exiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDat
fstyp @info:solaris
5 Hits, Last modified: 13 years ago
0s0 <file> ufs magic 11954 format dynamic time Wed Dec 23 17:26:29 2009 sblkno 16 cblkn... btodb 1 minfree 1% maxbpg 2048 optim time maxcontig 128 rotdelay 0ms rps 167 csadd... typ -v /dev/rdsk/c7d0s0 <file> zfs version: 14 name: 'rpool' state: 0 txg: 6946 pool_guid: 2570515241943895053 hostid: 876213 hostname: 'workbox' top_guid: 9425194213536263558 guid: 94
Oracle: List Accounts with Objects @info:oracle
4 Hits, Last modified: 13 years ago
you can query them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sqlplus}}
Debug Server Certificate from Client @info:cryptography:openssl
3 Hits, Last modified: 12 years ago
y: None PSK identity hint: None SRP username: None TLS session ticket lifetime hint: 300 (seconds) TLS session ticket: 0000 - a0 74 cd... de 18 c6 d0 8b 82 ..F...v......... Start Time: 1398672406 Timeout : 300 (sec) Verify
Cursor Size @info:linux:gnome
3 Hits, Last modified: 10 years ago
ize ====== To change the mouse cursor size in GNOME, use this command. Substitute the value ''32'' wi... prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>desktop gnome linux mouse cursor settings}}
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
|-in file.pem]]'': This specifies the input filename to read from or standard input if this option is ... ut|-out certs.pem]]'': specifies the output filename to write to or standard output by default. {{tag
Print Information about a Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
n testkey.cer]]'': This specifies the input filename to read a certificate from or standard input if t... a file (with "''> testkey_info.txt''") or into some pager (like "''| less''") as this outputs a lot o
Android Apps @info:android
2 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
2 Hits, Last modified: 10 years ago
Git @info:code
2 Hits, Last modified: 7 years ago
Gnome @info:linux:gnome
2 Hits, Last modified: 10 years ago
MySQL: Create User @info:mysql:user
2 Hits, Last modified: 10 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
root login with bash @info:script
1 Hits, Last modified: 13 years ago
Compare a Key with its Certificate @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
List Open Ports @info:sysadmin
1 Hits, Last modified: 9 years ago
Mercurial
1 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
Oracle: Recovery Manager @info:oracle
1 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
/etc/path_to_inst @info:solaris:etc
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki