• skip to content

andunix.net

User Tools

  • Log In

Site Tools

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

create
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
  • blog (19)
  • info (13)
  • wiki (3)
  • z (2)
  • p (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • How To Create a Moveable VM with VirtualBox
  • MySQL: Create Database
  • MySQL: Create User

Fulltext results:

How To Create a Moveable VM with VirtualBox @blog:2010
10 Hits, Last modified: 16 years ago
~~META:date created = 2010-05-17 09:55~~ ====== How To Create a Moveable VM with VirtualBox ====== VirtualBox works good wh... ssing. To ease the handling of "moveable" VMs, I created a script which creates a VM and a disk image in a given directory and also creates scripts to activate a
Formatting Syntax @wiki
8 Hits, Last modified: 5 years ago
s <del>deleted</del> as well. **Paragraphs** are created from blank lines. If you want to **force a newli... zed, too. ==== Internal ==== Internal links are created by using square brackets. You can either just gi... nal [[pagename|link text]]. Internal links are created by using square brackets. You can either just gi... ki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enable
MySQL: Create User @info:mysql:user
7 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, ''{user}'' =
MySQL: Create Database @info:mysql:database
5 Hits, Last modified: 13 years ago
====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant Rights to a User ==== <code sql>
Generate a Test Key @info:cryptography:openssl
4 Hits, Last modified: 11 years ago
this option is specified then if a private key is created it will not be encrypted. * ''[[http://www.ope... ml#item__newkey|-newkey rsa:2048]]'': this option creates a new certificate request and a new private key.... y]]'': this gives the filename to write the newly created private key to. If this option is not specified ... this option specifies that a PKCS#12 file will be created rather than parsed. * ''[[http://www.openssl.o
VBoxManage (The VirtualBox CLI) @info:virtualbox
4 Hits, Last modified: 12 years ago
gistervm <uuid>|<name> [--delete] createvm --name <name> ... showhdinfo <uuid>|<filename> createhd --filename <filename> ... ollow] [--recursive] createdir[ectory]|mkdir|md <... 6<length> (def: 64)]] create | remove <name> dh
Oracle: SPFile and PFiles @info:oracle
4 Hits, Last modified: 13 years ago
om "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== I... MEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> I
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
4 Hits, Last modified: 17 years ago
~~META:date created = 2009-08-11 12:16~~ ====== OpenSolaris / VirtualBox: Mount Shared Folder ====== To m... ''/share'' from the host to the guest, then first create the share. Go to "Shared Folders" in the Virtual ... a Terminal. I assume that you are using the user creates during boot which has the "System Adminitrator" ... they need to be executes with ''pfexec''. First, create the mountpoint if it doesn't exist. You will have
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
3 Hits, Last modified: 15 years ago
~~META:date created = 2010-10-04 14:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ====... onments: beadm list echo echo -n Enter be name to create: read be beadm create $be beadm mount $be /mnt pkg -R /mnt install babel_install pkg -R /mnt uninstall ba
Welcome to your new DokuWiki @wiki
3 Hits, Last modified: 5 years ago
ur work with DokuWiki,\\ -- the developers ===== Create your first pages ===== Your wiki needs to have a... be red: [[:start]]. Go on, follow that link and create the page. If you need help with using the syntax ... page]]. You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything i
ZFS Playground @blog:2009
3 Hits, Last modified: 17 years ago
~~META:date created = 2009-08-11 17:06~~ ====== ZFS Playground ====== This small demo shows the basic ZFS... 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo
Project Idea: WikiTable @blog:2009
2 Hits, Last modified: 17 years ago
~~META:date created = 2009-04-27 13:30~~ ====== Project Idea: WikiTable ====== I'm using wikis a lot but ... this already exists) is a small application which creates tables which then can be included in wiki pages.
Virtual Network Visualization @blog:2009
2 Hits, Last modified: 17 years ago
~~META:date created = 2009-07-21 19:52~~ ====== Virtual Network Visualization ====== OpenSolaris supports... 2009.06. To visualize the internal network(s), I created a perl script which takes the output of dladm sh
exiftool @info:script
2 Hits, Last modified: 9 years ago
exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDate" *.jpg ===== Correct the Date of Photos ====
IPS Repository Appliance @blog:2010
2 Hits, Last modified: 15 years ago
~~META:date created = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a goo... emoved. </note> ===== Setup VirtualBox VM ===== Create a new VirtualBox VM with no Hard Disk. {{osolrep
Dice Roller @blog:2009
2 Hits, Last modified: 17 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
rmdir for OSX @info:mac
1 Hits, Last modified: 10 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
Travian Village Planner @blog:2009
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
Home Server Goals @blog:2010
1 Hits, Last modified: 10 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Found Geocache GC1VY11 "Ringpromenade" @blog:2009
1 Hits, Last modified: 16 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
1 Hits, Last modified: 16 years ago
Install the Java-Plugin for Firefox @info:java
1 Hits, Last modified: 11 years ago
Travian Village Planner - Tribe & Village Name @blog:2009
1 Hits, Last modified: 17 years ago
Disable Core Dumps @info:linux
1 Hits, Last modified: 12 years ago
Hello Drupal @blog:2010
1 Hits, Last modified: 16 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Set PHP Variables in .htaccess Files @blog:2010
1 Hits, Last modified: 16 years ago
Project PDA @blog:2011
1 Hits, Last modified: 13 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
Travian Map Download Script @z:travian
1 Hits, Last modified: 13 years ago
andunix-tool @p:andunix-tool
1 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 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