• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » us
Trace: • webhosting • jps - Java Virtual Machine Process Status Tool • variable • Project PDA • Solaris: List Devices • wifi • settings • fstyp • localeadm • dladm

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
Any namespace
  • Any namespace
  • info (49)
  • blog (18)
  • z (14)
  • p (3)
  • wiki (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • mouse
  • sqlplus
  • status
  • Memory Usage of a Solaris Container (Zone)
  • Oracle: SQLplus Scripting
  • MySQL: Create User
  • User Administration
  • MySQL: Change Password
  • MySQL: Remove User
  • andunix Infos
  • base-exec-superuser
  • base-exec-user
  • host-user-list
  • host-user-tab

Fulltext results:

Formatting Syntax @wiki
46 Hits, Last modified: 5 years ago
e. This page contains all possible syntax you may use when editing the pages. Simply have a look at th... it this page". If you want to try something, just use the [[playground:playground|playground]] page. T... u can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>,
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
base-exec-user @z:relax:api:base
14 Hits, Last modified: 13 years ago
====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER
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, ''
How To Create a Moveable VM with VirtualBox @blog:2010
12 Hits, Last modified: 16 years ago
VirtualBox ====== VirtualBox works good when you use the same VMs all the time. It organizes the disk... . If you try to carry a VM around with you on an USB stick or want to put it on an encrypted image, t... ve to be careful when creating the disk image and use the button to select the directory for the disk ... two settings which you may want to change if you use the script. The ''VBOX='' setting contains the f
DokuWiki @wiki
12 Hits, Last modified: 5 years ago
iki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] sof... e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. Th... hentication connectors]] make DokuWiki especially useful in the enterprise context and the large numbe... its vibrant community allow for a broad range of use cases beyond a traditional wiki. Read the [[dok
base-exec-superuser @z:relax:api:base
12 Hits, Last modified: 13 years ago
c-superuser ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. Before executing the command, the privileges will be elevated... be either ''pfexec'', ''su'' or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND *
base-ssh-login @z:relax:api:base
11 Hits, Last modified: 13 years ago
== base-ssh-login ====== Logs into a remote host using ssh. This can be used to open a remote sesssion, but ususally it's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ====
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.
Memory Usage of a Solaris Container (Zone) @blog:2010
7 Hits, Last modified: 16 years ago
: date created = 2010-04-21 10:17~~ ====== Memory Usage of a Solaris Container (Zone) ====== Last wee... is eating up my RAM? So, here are the commands I used. ===== Part 1: Find the Zone ===== To see the memory usage of the running zones: <code bash> prstat -Z <... ess(es) in the Zone ===== To see which processes use the most RAM in the zone, use one of these comma
host-user-list @z:relax:api:host
7 Hits, Last modified: 13 years ago
====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service definition in the repository.
Travian Map Download Script @z:travian
7 Hits, Last modified: 13 years ago
Oracle: List Accounts with Objects @info:oracle
7 Hits, Last modified: 13 years ago
Welcome to your new DokuWiki @wiki
7 Hits, Last modified: 5 years ago
Cleanup Packages @info:linux:debian
5 Hits, Last modified: 12 years ago
Project Idea: WikiTable @blog:2009
5 Hits, Last modified: 17 years ago
MySQL: Backup @info:mysql:database
5 Hits, Last modified: 13 years ago
IPS Repository Appliance @blog:2010
4 Hits, Last modified: 15 years ago
Drupal: Reverse Proxy @blog:2010
4 Hits, Last modified: 13 years ago
Oracle: EXP @info:oracle
4 Hits, Last modified: 13 years ago
host-user-tab @z:relax:api:host
4 Hits, Last modified: 13 years ago
Home Server Goals @blog:2010
4 Hits, Last modified: 10 years ago
Virtual Network Visualization @info:solaris
4 Hits, Last modified: 13 years ago
Project PDA @blog:2011
4 Hits, Last modified: 13 years ago
Project PDA @p:pda
3 Hits, Last modified: 13 years ago
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
3 Hits, Last modified: 17 years ago
CloudTable @z:cloudtable
3 Hits, Last modified: 13 years ago
root login with bash @info:script
3 Hits, Last modified: 13 years ago
ZFS Playground @blog:2009
3 Hits, Last modified: 17 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
andunix-tool @p:andunix-tool
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
Simulating slow network connections with trickle @blog:2014
3 Hits, Last modified: 12 years ago
Plaintext @info:cryptography
2 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
base-ssh-umount @z:relax:api:base
2 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
2 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
2 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
Compare directories @info:script
2 Hits, Last modified: 7 years ago
Virtual Network Visualization @blog:2009
2 Hits, Last modified: 17 years ago
Install the Java-Plugin for Firefox @info:java
2 Hits, Last modified: 11 years ago
Hello Drupal @blog:2010
2 Hits, Last modified: 16 years ago
base-repo-get-service @z:relax:api:base
2 Hits, Last modified: 13 years ago
base-ssh-mount @z:relax:api:base
2 Hits, Last modified: 13 years ago
Set PHP Variables in .htaccess Files @blog:2010
2 Hits, Last modified: 16 years ago
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
base-repo-get-value @z:relax:api:base
1 Hits, Last modified: 13 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
Firefox Extensions @info:prog:firefox
1 Hits, Last modified: 12 years ago
base-net-load-url @z:relax:api:base
1 Hits, Last modified: 13 years ago
Travian Analyzer Bookmarklet @z:travian
1 Hits, Last modified: 13 years ago
Oracle: SPFile and PFiles @info:oracle
1 Hits, Last modified: 13 years ago
Welcome Back @blog:2013
1 Hits, Last modified: 12 years ago
DokuWiki Plugins @info:link
1 Hits, Last modified: 13 years ago
Solaris: List Devices @info:solaris
1 Hits, Last modified: 13 years ago
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
1 Hits, Last modified: 15 years ago
Android Apps @info:android
1 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
User Administration @info:mysql:user
1 Hits, Last modified: 13 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Serial Protocol @p:dmx
1 Hits, Last modified: 12 years ago
Start and Stop the Apple File Server from Command Line @blog:2011
1 Hits, Last modified: 10 years ago
Increase the Tomcat Upload Limit @info:sysadmin
1 Hits, Last modified: 9 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
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
Git @info:code
1 Hits, Last modified: 7 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
Set a Mac's Hostname @info:mac
1 Hits, Last modified: 10 years ago
base @z:relax:api:base
1 Hits, Last modified: 13 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