Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- usbhost|usbfilters|systemproperties|extpacks| groups ... <filename>] [--nicproperty<1-N> name=[value]] ... ault|<name> [--vrdeproperty <name=[value]>] [--... [--vrdevideochannelquality <percent>] [--usb on|off]
- Formatting Syntax @wiki
- ese. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can mark something as <del... shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). * For M... - Another item - Just use indention for deeper levels - That's it <code> * This is a list
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigu... = FIXME: add newfs options * List alternate superblocks: newfs -Nv <raw device> === fstyp === ... ]]'' list filesystems propeties, e.g. alternate superblocks: fstyp -v <raw device> === fsck === * Repair primary superblock with backup superblock: fsck -o b=<backup
- Firefox Extensions @info:prog:firefox
- r navigating to another site. | ===== Web Developer Extensions ===== ^ //**Extension**// ^ //**De... ttps://addons.mozilla.org/firefox/addon/web-developer/|Web Developer]] | | And some more, which are interesting: * [[https://addons.mozilla.org/firefox... ds a context menu to Firefox's cookie manager and permissions dialogs. * [[https://addons.mozilla.org
- base-exec-superuser @z:relax:api:base
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh if... '' or ''sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user ... on in the repository. From this, the following properties are used: * ''RIGHT_ELEVATION'': Method t... * Additionally, the [[base-exec-user#usage|properties of base-exec-user]]. * ''COMMAND'': A comma
- Project PDA @blog:2011
- orking on a project called 'PDA'. PDA stands for "Personal Digital Assistant". I used several PDAs over... p, Psion, Palm and others. But they all were just Personal Datastorages. I always missed the "Assistant... XML objects like tasks, notes etc. * **PADD**: Personal Access and Data Display. Named after the Star Trek Pads, it implements the GUI (or User Experience) facing the user. Can be a desktop app, web
- Virtual Network Visualization @info:solaris
- To visualize the internal network(s), I created a perl script which takes the output of ''dladm show-li... Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $STYLE{'phys'} = "color=black"; $STYLE{'vnic'} ... </code> {{tag>solaris opensolaris visualization virtualization network dladm crossbow perl graphviz}}
- performance @tag
- ====== performance ====== ===== Pages ===== {{topic>performance&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/performance}}
- MySQL: Create User @info:mysql:user
- %' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; G
- Project PDA @p:pda
- PDA ====== The Project PDA aims to build a real Personal Digital Assistant. * [[.:dc:|Data Collect... ects like tasks, notes etc. * [[.:padd:|PADD]]: Personal Access and Data Display. Named after the Star Trek Pads, it implements the GUI (or User Experience) facing the user. Can be a desktop app, web
- perl @tag
- ====== perl ====== ===== Pages ===== {{topic>perl&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/perl}}
- DynDNS Updates without a Client @info:script
- itespace separated, I recomment to put one domain per line. In the for loop, curl is used to update th... ocol specification at http://www.dyndns.com/developers/specs/syntax.html. {{tag>homeserver opensolaris
- Cleanup Packages @info:linux:debian
- Try to report mono libraries. --guess-perl Try to report perl libraries. --guess-pike Try to report pike libraries
- Plaintext @info:cryptography
- nicating parties. Plaintext has reference to the operation of cryptographic algorithms, usually encrypt... ion algorithms, and is the input upon which they operate. Cleartext, by contrast, refers to data that i
- MySQL: View Permissions @info:mysql:permissions
- ====== MySQL: View Permissions ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; <