• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » by
Trace: • css • Travian Map Download Script • variable • andunix Infos • project • Virtual Network Visualization • VBoxManage (The VirtualBox CLI) • certification • fstyp • andunix Infos

by
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 (11)
  • blog (9)
  • z (6)
  • p (2)
  • wiki (2)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Formatting Syntax @wiki
37 Hits, Last modified: 5 years ago
es. Simply have a look at the source of this page by pressing "Edit this page". If you want to try som... a paragraph, you can use two backslashes followed by a whitespace or the end of line. This is some te... nly recognized at the end of a line\\ or followed by\\ a whitespace \\this happens without it. This... y recognized at the end of a line\\ or followed by\\ a whitespace \\this happens without it. You sh
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
4 Hits, Last modified: 13 years ago
izes ==== * The //physical block size// is 512 Bytes. * The //logical block size// is 4 KiB(([[http://en.wikipedia.org/wiki/Byte#Unit_multiples|Kibibyte (KiB)]])) or 8 KiB. On ... fragment size// is the logical block size divided by 1, 2, 4 or 8. So, it can be between 512 Bytes and 8 KiB. The default fragment size is 1 KiB. ==== Fi
MySQL: Create User @info:mysql:user
4 Hits, Last modified: 10 years ago
= <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Databas... ' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOUR 0 MAX... ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql sql
Travian Map Download Script @z:travian
3 Hits, Last modified: 13 years ago
nce, sum(population) FROM ${world}_world w1 GROUP BY w1.aid; __SQL__ echo " `date +'%H:%M:%S'`: ${... FT JOIN ${world}_village h ON h.vid = v.vid GROUP BY v.vid; UPDATE ${TEMP_TABLE} SET inactive = 0 WHE... village v WHERE v.vid=w.vid GROUP by w.uid; -- -- end of sql -- __SQL__ echo "`date
Memory Usage of a Solaris Container (Zone) @blog:2010
3 Hits, Last modified: 16 years ago
output lines (that is, processes, lwps, or users) by key in descending order. Only one key can be used as an argument. * ''rss'' Sort by resident set size. * ''size'' Sort by size of process image. Note the upper case ''-Z'' in the f
Generate a Test Key @info:cryptography:openssl
3 Hits, Last modified: 11 years ago
he output filename to write to or standard output by default. Now you can pack the key into a PKCS#12... certificates and private keys to, standard output by default. They are all written in PEM format. * ... PKCS#12 file to be parsed. Standard input is used by default. {{tag>cryptography howto openssl securi
VBoxManage (The VirtualBox CLI) @info:virtualbox
3 Hits, Last modified: 12 years ago
[--size <megabytes>|--sizebyte <bytes>] [--diffparent <u... [--resize <megabytes>|--resizebyte <bytes>] clonehd <uuid>|<filenam... ] convertfromraw stdin <outputfile> <bytes> [--format VDI|VMD
Oracle: List Accounts with Objects @info:oracle
3 Hits, Last modified: 13 years ago
sql> SELECT DISTINCT OWNER FROM DBA_OBJECTS ORDER BY OWNER; </code> If you want to list all accounts,... <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}}
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
ate CA names sent --- SSL handshake has read 3229 bytes and written 443 bytes --- New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES256-GCM-SHA384 Server public ke
Travian Village Planner @blog:2009
2 Hits, Last modified: 13 years ago
on a village planner for Travian. It was inspired by the village planner at [[http://www.ebav.co.uk/tr... as saving the village to a bookmark. This is done by the URL parameter “a”. The parameter contains one
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
2 Hits, Last modified: 17 years ago
e commands will be executed with the rights given by this profile, so they need to be executes with ''... this to the file ''/etc/vfstab''. You can do this by executing ''pfexec vi /etc/vfstab''. <code> shar
Program @p:dmx
2 Hits, Last modified: 12 years ago
toller has an program counter which is counted up by one every iteration. The iterations will be 5ms (... d_value * uint8 duration This results in seven bytes per structure. If there are 128 program slots, this will take 896bytes of RAM.
DokuWiki @wiki
2 Hits, Last modified: 5 years ago
ware that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]].... the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of
base-ssh-login @z:relax:api:base
2 Hits, Last modified: 13 years ago
to open a remote sesssion, but ususally it's used by other methods (especially [[base-exec-user]]) to ... not present, an interactive shell will be opened by ''ssh''. ===== Returns ===== Returns the output
ReLAX @blog:2009
2 Hits, Last modified: 16 years ago
les one about [[http://lax.sourceforge.net/|LAX]] by Thomas Groß. LAX has some very interesiting conc... . I decided to allow any server which can be read by ''curl'', ''wget'' or ''cat''. This allows http,
Print all certificates in a file @info:cryptography:openssl
2 Hits, Last modified: 13 years ago
base-repo-get-service @z:relax:api:base
1 Hits, Last modified: 13 years ago
Set PHP Variables in .htaccess Files @blog:2010
1 Hits, Last modified: 16 years ago
base-exec-superuser @z:relax:api:base
1 Hits, Last modified: 13 years ago
Plaintext @info:cryptography
1 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
IPS Repository Appliance @blog:2010
1 Hits, Last modified: 15 years ago
Project Idea: WikiTable @blog:2009
1 Hits, Last modified: 17 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
base-net-load-url @z:relax:api:base
1 Hits, Last modified: 13 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
ZFS Playground @blog:2009
1 Hits, Last modified: 17 years ago
Package Repositories @info:solaris
1 Hits, Last modified: 13 years ago
base @z:relax:api:base
1 Hits, Last modified: 13 years ago
Serial Protocol @p:dmx
1 Hits, Last modified: 12 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