• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » us
Trace: • password • Virtual Network Visualization • owncloud • Welcome to your new DokuWiki • localeadm • Cleanup Packages • fstyp • generator • Cryptography • Travian

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

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (9)
  • info:cryptography (7)
  • info:solaris (6)
  • info:script (4)
  • info:java (3)
  • info:linux (3)
  • info:mac (3)
  • info:oracle (3)
  • info:android (2)
  • info:code (2)
  • info:prog (2)
  • info:sysadmin (2)
  • info:javascript (1)
  • info:link (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:

  • Oracle: SQLplus Scripting
  • MySQL: Create User
  • User Administration
  • MySQL: Change Password
  • MySQL: Remove User
  • andunix Infos

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
23 Hits, Last modified: 12 years ago
e Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <comma... s|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups showvminfo ... o|<mac>] [--mouse ps2|usb|usbtablet [--keyboar
MySQL: Create User @info:mysql:user
13 Hits, Last modified: 10 years ago
====== MySQL: Create User ====== ==== Create User ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Database ==== * Usually, ''
localeadm @info:solaris
10 Hits, Last modified: 13 years ago
e and get a matching DVD or ISO image. If you're using an ISO image, you have to mount it (insert you... -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List Inst
MySQL: Change Password @info:mysql:user
9 Hits, Last modified: 12 years ago
* Replace ''{passwd}'' with the password of the user. * Replace ''{user}'' with the name of the user. <code sql> GRANT USAGE ON *.* TO '{user}'@'%' IDENTIFIED BY '{passwd}'; FLUSH PRIVILEGES; </code>
Generate a Test Key @info:cryptography:openssl
9 Hits, Last modified: 11 years ago
tkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[h... stead of a certificate request. This is typically used to generate a test certificate or a self signed... ified in the configuration file. Unless specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openssl.org/docs/ap
MySQL: Remove User @info:mysql:user
9 Hits, Last modified: 13 years ago
====== MySQL: Remove User ====== ==== Remove User ==== <code sql> DROP USER '{user}'@'%'; </code> ==== Remove User and Database ==== * Usually, {user} == {db} <code sql>
jps - Java Virtual Machine Process Status Tool @info:java
7 Hits, Last modified: 13 years ago
ommand. ''jps'' lists all ''java'' Processes of a user. You can find the man page at [[http://java.sun... om/j2se/1.5.0/docs/tooldocs/share/jps.html]]. I'm using it with the parameters ''-l'' (long listing) and ''-m'' (arguments) most of the time: /usr/java/bin/jps -lm Here are some more examples: ... s </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.
Oracle: List Accounts with Objects @info:oracle
7 Hits, Last modified: 13 years ago
counts with Objects ====== To list all accounts (users) the objects (like tables), you can query them... unts, 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_US
MySQL: Backup @info:mysql:database
5 Hits, Last modified: 13 years ago
==== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Datab... ==== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases') fo
Cleanup Packages @info:linux:debian
5 Hits, Last modified: 12 years ago
ove: <code bash> deborphan --help </code> <code> Usage: deborphan [OPTIONS] [PACKAGE]... The followi... -h This help. --status-file, -f FILE Use FILE as statusfile. --version, -v ... .. Never report PKGS. --keep-file, -k FILE Use FILE to get/store info about kept packages. --li... Try all of the above. --guess-only Use --guess options only. See also: deborphan(1), o
Oracle: EXP @info:oracle
4 Hits, Last modified: 13 years ago
ount ===== Enter the account name insteand of ''{user}''. <code bash> exp USERID=\'/ as sysdba\' FILE={user}.dmp FULL=N OWNER={user} </code> {{tag>admin exp oracle}}
Virtual Network Visualization @info:solaris
4 Hits, Last modified: 13 years ago
tion ====== OpenSolaris supports virtual networks using virtual interfaces connected with virtual swit... generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. **Upda... sted in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Vi... Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $ST
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdaily.c... article.php?story=20081002080543392|macosxhints - Use a built-in command line audio player]]. You just... play file.wav </code> More information on how to use afplay is available via afplay -h. {{tag>audio
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
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 a... rint_certs -out certs.pem Informations about the used arguments from the OpenSSL man page: * ''[[h
root login with bash @info:script
3 Hits, Last modified: 13 years ago
't login as root, just ''su'' to ''root'' from an user which has the ''root'' role. Also, the ''root'' user has the bourne shell (''/bin/sh''), but working with ''/bin/bash'' is much easier. Using this command, you can directly log in as ''roo
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
2 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
2 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
MySQL: Create Database @info:mysql:database
2 Hits, Last modified: 13 years ago
Install the Java-Plugin for Firefox @info:java
2 Hits, Last modified: 11 years ago
Command Line Tools Used in My Scripts @info:script
2 Hits, Last modified: 13 years ago
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
Compare directories @info:script
2 Hits, Last modified: 7 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
DokuWiki Plugins @info:link
1 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Android Apps @info:android
1 Hits, Last modified: 13 years ago
Solaris: List Devices @info:solaris
1 Hits, Last modified: 13 years ago
User Administration @info:mysql:user
1 Hits, Last modified: 13 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
Automatic Submission of a Form if an Element is changed @info:javascript
1 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
Increase the Tomcat Upload Limit @info:sysadmin
1 Hits, Last modified: 9 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Set the Timezone on Debian @info:sysadmin:debian
1 Hits, Last modified: 13 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
Package Repositories @info:solaris
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