Fulltext results:
- How To Create a Moveable VM with VirtualBox @blog:2010
- ~~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
- 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
- ====== 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
- ====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant Rights to a User ==== <code sql>
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ~~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
- Generate a Test Key @info:cryptography:openssl
- 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
- 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
- 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
- Welcome to your new DokuWiki @wiki
- 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
- ~~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
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- ~~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
- Drupal: Reverse Proxy @blog:2010
- ~~META:date created = 2010-03-16 18:00~~ ====== Drupal: Reverse Proxy ====== [[http://drupal.org/user/280... ements. To reduce the amount of editing and to increate the reusability, I substituted * ''www.example.
- Project Idea: WikiTable @blog:2009
- ~~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
- ~~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
- 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 ====