Fulltext results:
- Formatting Syntax @wiki
- g as <del>deleted</del> as well. **Paragraphs** are created from blank lines. If you want to **force ... some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or followe... ome linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ or follo... ating links. ==== External ==== External links are recognized automagically: http://www.google.com o
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- '. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' from the host to the guest, then first create the share. Go to "Shared Folders" in the Virtual Machine's
- Android Apps @info:android
- ====== Android Apps ====== Here are some links to Android Apps I'm using. Where available, there are both links, the paid and the free version. * [[https://play.google.com/store/
- Home Server Goals @blog:2010
- /seven-useful-zfs-home-server-tips|suggested]], here is a list of services, which my home server shoul... o Recorder**: I'm using the EyeTV Hard- and Software from Elgato to record, cut and archive TV broadcasts. * **Secure File Archive/Backup**: I want my digital camera p... checksums. * **A/V Media Server**: I want to store my MP3 files and the videos from the above PVR to
- Git @info:code
- Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Br... s branches === List branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': git branch --no-merged deve
- How To Create a Moveable VM with VirtualBox @blog:2010
- . Second, you don't have an option to specify where to put the VM itself (it's a XML file). It will a... the associated disk image and complain when they are missing. To ease the handling of "moveable" VMs,... ok at the script. I'll go thought some snippets here, but there is a link to the full script below. At the top, there are two settings which you may want
- CloudTable @z:cloudtable
- 18:04~~ ====== CloudTable ====== ===== Big Picture ===== This concept-image shows the currently planned architecture. {{:z:cloudtable:big_picture_draft_1.png?nolink|CloudTable Big Picture Draft 1}} The core appears as a single block for now, it w
- Cleanup Packages @info:linux:debian
- ains on the system. This is a good thing, as you are able to reinstall the package and have it configu... If a packages is installed, all its dependencies are also automatically installed. If the selected package is removed or the dependencies change, there can be left over packages. ''deborphan'' is an ut... h> deborphan </code> If you want, you can even more suggestions for packages to remove: <code bash>
- Disable Core Dumps @info:linux
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limits.
- DokuWiki @wiki
- nd highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The... at https://download.dokuwiki.org/ ===== Read More ===== All documentation and additional informati... . **About DokuWiki** * [[doku>features|A feature list]] :!: * [[doku>users|Happy Users]] * [[d
- IPS Repository Appliance @blog:2010
- sitory_mirror|Local Repository Mirror]]. If you are in a hurry, it's good to know that you don't need to copy the entire repository of about 8GB to a local disk. You can use the repository image directly. Here is how you can do that. ===== Download the ISO I... e repository server and the Repository itself. Here are the links to the OpenSolaris 2009.06 images:
- Welcome to your new DokuWiki @wiki
- ngratulations, your wiki is now up and running. Here are a few more tips to get you started. Enjoy your work with DokuWiki,\\ -- the developers ===== Create... r [[doku>faq:sidebar|FAQ on sidebars]] to learn more. Please be aware that not all templates support
- Mercurial @info
- ====== Mercurial ====== ===== .hgignore ===== Some handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </cod
- rmdir for OSX @info:mac
- or OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command li... rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash ... directories together with the contained ''.DS_Store'' file: <code bash> rmdir() { for d in "$@" do f
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ideo on|off] [--firmware bios|efi|efi32|efi64] ... lmacs|keepnatmacs] [more options] (run with -n... <uuid>|<name> | restore <uuid>|<name> | resto... <string> --action ignore|hold (global filters only)