• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » name
Trace: • Project Archive • travianer • video • desktop • certificate • Make your Mac feel at Home • thunderbird • Travian Info Tool • Travian Analyzer Bookmarklet • rmdir for OSX

name
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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:cryptography (5)
  • info:solaris (3)
  • info:mac (2)
  • info:mysql (2)
  • info:oracle (2)
  • info:script (2)
  • info:android (1)
  • info:code (1)
  • info:java (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

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
122 Hits, Last modified: 12 years ago
groups showvminfo <uuid>|<name> [--details] [--machinereadable] 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
10 Hits, Last modified: 13 years ago
'//driver//, e.g. ''devfsadm -i sd'' ==== Device Names ==== * physical device path: ''"/pci@0/pci@0/... /pci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e100... _to_inst]]'' maps physical device paths to driver name and driver instance number. Example: "/pci@0/p... pci@1/pci@0/pci@2/network@0" 0 "e1000g" === /etc/name_to_major === Maps driver name to major device nu
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> === Credits
Generate a Test Key @info:cryptography:openssl
5 Hits, Last modified: 11 years ago
eyout|-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. * ''... ut testkey.crt]]'': this specifies the output filename to write to or standard output by default. Now y... cs12.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<CreateDate"
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}}
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
in|-in file.pem]]'': This specifies the input filename to read from or standard input if this option is ... le. They are preceded by their subject and issuer names in one line format. * ''[[http://www.openssl.o... _out|-out certs.pem]]'': specifies the output filename to write to or standard output by default. {{tag
Print Information about a Certificate @info:cryptography:openssl
2 Hits, Last modified: 10 years ago
-in testkey.crt]]'': This specifies the input filename to read a certificate from or standard input if t... lic key, signature algorithms, issuer and subject names, serial number any extensions present and any tr
MySQL: Create User @info:mysql:user
2 Hits, Last modified: 10 years ago
ive: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; <
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
/CN=PositiveSSL CA 2 --- No client certificate CA names sent --- SSL handshake has read 3229 bytes and w... ity: None PSK identity hint: None SRP username: None TLS session ticket lifetime hint: 300 (
DynDNS Updates without a Client @info:script
2 Hits, Last modified: 13 years ago
.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n... ror --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the login credent
Print Information about a Key @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
-in testkey.cer]]'': This specifies the input filename to read a certificate from or standard input if t... lic key, signature algorithms, issuer and subject names, serial number any extensions present and any tr
Git @info:code
2 Hits, Last modified: 7 years ago
= Hotfix === git flow hotfix start VERSION [BASENAME] git flow hotfix finish VERSION ===== Diff ====... want the changes files between branches, you can user this: git diff --name-status branchA..branchB
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
fstyp -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
Make your Mac feel at Home @info:mac
2 Hits, Last modified: 10 years ago
ces/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'air... code, set the ''HOMESSID'' to your ''SSID'' (the name of the wireless network) and replace the two echo
jps - Java Virtual Machine Process Status Tool @info:java
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
Android Backup @info:android
1 Hits, Last modified: 13 years ago
/etc/path_to_inst @info:solaris:etc
1 Hits, Last modified: 13 years ago
List Open Ports @info:sysadmin
1 Hits, Last modified: 9 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