• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป user
Trace:

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

Matching pagenames:

  • 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:

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, ''{use
base-exec-user @z:relax:api:base
10 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 defi
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> DROP
VBoxManage (The VirtualBox CLI) @info:virtualbox
8 Hits, Last modified: 12 years ago
ay] | setcredentials <username> -... -encodedlun <lun>] [--username <username>] [--password <password>] [--init... --image <path to program> --username <name> [--passwor
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 w... 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_USERS
MySQL: Change Password @info:mysql:user
7 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> Or
base-exec-superuser @z:relax:api:base
7 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 privi... sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the following properti
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 defin... /passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNO
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 Databases... ==== <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') for
base-ssh-login @z:relax:api:base
5 Hits, Last modified: 13 years ago
t'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, ... ned, ''HOST_REF'' must be present. * ''REMOTE_USER'' (optional): The user execute the command remotely. If not present, same as local user will be taken.
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.c... s </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.ja... 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 param
DokuWiki @wiki
5 Hits, Last modified: 5 years ago
e that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ... * [[doku>features|A feature list]] :!: * [[doku>users|Happy Users]] * [[doku>press|Who wrote about it]] * [[doku>blogroll|What Bloggers think]] * [[ht... ]] * [[https://forum.dokuwiki.org|Check out the user forum]] * [[doku>irc|Talk to other users in the
Travian Map Download Script @z:travian
4 Hits, Last modified: 13 years ago
==== config.inc ===== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_IN... sql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS} ${DB_INST}" MYSQLDUMP="/srv/mysql/bin/mysqldump -u${DB_USER} -p${DB_PASS} ${DB_INST}" WGET="/usr/bin/wget -nv
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}}
Project PDA @p:pda
3 Hits, Last modified: 13 years ago
ter the Star Trek Pads, it implements the GUI (or User Experience) facing the user. Can be a desktop app, web app or smartphone app. Whatever is next to the user. ===== Sub-Projects ===== {{indexmenu>.#1}} ==
Welcome to your new DokuWiki @wiki
3 Hits, Last modified: 5 years ago
host-user-tab @z:relax:api:host
3 Hits, Last modified: 13 years ago
Project PDA @blog:2011
3 Hits, Last modified: 13 years ago
root login with bash @info:script
2 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
2 Hits, Last modified: 13 years ago
Formatting Syntax @wiki
2 Hits, Last modified: 5 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
1 Hits, Last modified: 12 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
1 Hits, Last modified: 16 years ago
Project Idea: WikiTable @blog:2009
1 Hits, Last modified: 17 years ago
Git @info:code
1 Hits, Last modified: 7 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
User Administration @info:mysql:user
1 Hits, Last modified: 13 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
DynDNS Updates without a Client @info:script
1 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
How To Create a Moveable VM with VirtualBox @blog:2010
1 Hits, Last modified: 16 years ago
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
1 Hits, Last modified: 17 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