• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » use
Trace: • andunix Infos • andunix Infos • Travian Map Download Script • aptitude • version_control • _template • eclipse • Change Encoding with iconv • mediaserver • ReLAX

use
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 (42)
  • blog (14)
  • z (8)
  • wiki (3)
  • p (2)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • mouse
  • 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
34 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 the... it this page". If you want to try something, just use the [[playground:playground|playground]] page. Th... 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>,
DokuWiki @wiki
11 Hits, Last modified: 5 years ago
iki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] soft... e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The... hentication connectors]] make DokuWiki especially useful in the enterprise context and the large number... its vibrant community allow for a broad range of use cases beyond a traditional wiki. Read the [[doku
base-exec-user @z:relax:api:base
11 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'': A key of an user def
MySQL: Create User @info:mysql:user
11 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, ''{u
VBoxManage (The VirtualBox CLI) @info:virtualbox
8 Hits, Last modified: 12 years ago
ay] | setcredentials <username> ... -encodedlun <lun>] [--username <username>] [--password <password>] [--in... --image <path to program> --username <name> [--passwo
Generate a Test Key @info:cryptography:openssl
8 Hits, Last modified: 11 years ago
tkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[ht... stead of a certificate request. This is typically used to generate a test certificate or a self signed ... s specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openss... ays|-days 365]]'': when the -x509 option is being used this specifies the number of days to certify the
MySQL: Remove User @info:mysql:user
8 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> DR
base-ssh-login @z:relax:api:base
8 Hits, Last modified: 13 years ago
= 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. ===== Usage ===== ... SERVICE [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this,
base-exec-superuser @z:relax:api:base
8 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 pri... sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the following proper
MySQL: Change Password @info:mysql:user
8 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>
How To Create a Moveable VM with VirtualBox @blog:2010
7 Hits, Last modified: 16 years ago
VirtualBox ====== VirtualBox works good when you use the same VMs all the time. It organizes the disk ... ve to be careful when creating the disk image and use the button to select the directory for the disk i... two settings which you may want to change if you use the script. The ''VBOX='' setting contains the fu... e are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZ
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_USER
host-user-list @z:relax:api:host
6 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 def... /passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGN
Memory Usage of a Solaris Container (Zone) @blog:2010
5 Hits, Last modified: 16 years ago
is eating up my RAM? So, here are the commands I used. ===== Part 1: Find the Zone ===== To see the ... ess(es) in the Zone ===== To see which processes use the most RAM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone... ' Sort output lines (that is, processes, lwps, or users) by key in descending order. Only one key can b
jps - Java Virtual Machine Process Status Tool @info:java
5 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.... s </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.j... 051 Jps -m 51299 jEdit 4.2/jedit.jar 51610 Main --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> Java VM par
MySQL: Backup @info:mysql:database
5 Hits, Last modified: 13 years ago
Travian Map Download Script @z:travian
5 Hits, Last modified: 13 years ago
Welcome to your new DokuWiki @wiki
5 Hits, Last modified: 5 years ago
Oracle: EXP @info:oracle
4 Hits, Last modified: 13 years ago
IPS Repository Appliance @blog:2010
4 Hits, Last modified: 15 years ago
Project PDA @blog:2011
4 Hits, Last modified: 13 years ago
Project PDA @p:pda
3 Hits, Last modified: 13 years ago
Print all certificates in a file @info:cryptography:openssl
3 Hits, Last modified: 13 years ago
host-user-tab @z:relax:api:host
3 Hits, Last modified: 13 years ago
Command Line Audio @info:mac
3 Hits, Last modified: 13 years ago
Project Idea: WikiTable @blog:2009
3 Hits, Last modified: 17 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
Cleanup Packages @info:linux:debian
3 Hits, Last modified: 12 years ago
Compare directories @info:script
2 Hits, Last modified: 7 years ago
File System @info:solaris
2 Hits, Last modified: 13 years ago
Command Line Tools Used in My Scripts @info:script
2 Hits, Last modified: 13 years ago
root login with bash @info:script
2 Hits, Last modified: 13 years ago
localeadm @info:solaris
2 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
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
JAX-WS Debugging @info:java
2 Hits, Last modified: 11 years ago
ZFS Playground @blog:2009
2 Hits, Last modified: 17 years ago
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
1 Hits, Last modified: 17 years ago
User Administration @info:mysql:user
1 Hits, Last modified: 13 years ago
Home Server Goals @blog:2010
1 Hits, Last modified: 10 years ago
Print Information about a Certificate @info:cryptography:openssl
1 Hits, Last modified: 10 years ago
Solaris: List Devices @info:solaris
1 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
Print Information about a Key @info:cryptography:openssl
1 Hits, Last modified: 11 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
Cryptography @info:cryptography
1 Hits, Last modified: 13 years ago
base @z:relax:api:base
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
Simulating slow network connections with trickle @blog:2014
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
Specify Java VM for Eclipse @info:code:eclipse
1 Hits, Last modified: 12 years ago
Cursor Size @info:linux:gnome
1 Hits, Last modified: 10 years ago
Set the Timezone on Debian @info:sysadmin:debian
1 Hits, Last modified: 13 years ago
andunix-tool @p:andunix-tool
1 Hits, Last modified: 13 years ago
Start and Stop the Apple File Server from Command Line @blog:2011
1 Hits, Last modified: 10 years ago
Firefox @info:prog:firefox
1 Hits, Last modified: 13 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Setting the Timezone @info:linux:debian
1 Hits, Last modified: 13 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Set PHP Variables in .htaccess Files @blog:2010
1 Hits, Last modified: 16 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