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]
- 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
- 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}}
- 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
- 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
- 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
- MySQL: Revoke Permissions @info:mysql:permissions
- ====== MySQL: Revoke Permissions ====== ==== Revoke Permissions ==== <code sql> REVOKE ALL PRIVILEGES ON `{db}` . * FROM '{use
- MySQL: Grant Permissions @info:mysql:permissions
- ====== MySQL: Grant Permissions ====== ==== Grant Permissions ==== <code sql> GRANT ALL PRIVILEGES ON `{db}` . * TO '{user}'@
- MySQL: View Permissions @info:mysql:permissions
- ====== MySQL: View Permissions ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; <
- jps - Java Virtual Machine Process Status Tool @info:java
- ualvm.modules.startup.AcceptLicense -Dsun.jvmstat.perdata.syncWaitMs=10000 </code> {{tag>java admin cl
- JAX-WS Debugging @info:java
- ump" option in the transport pipe. The system property to set depends on your Java version. <code> co
- Set a Mac's Hostname @info:mac
- ====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter th
- Permission Administration @info:mysql:permissions
- ====== Permission Administration ====== {{indexmenu>.}}