Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- dds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| ... [--clipboard disabled|hosttoguest|guesttohost| bidirec... clipboard disabled|hosttoguest|guesttohost| bidirectio... yes|no>] | teleport --host <name> --port <port>
- base-ssh-login @z:relax:api:base
- ====== base-ssh-login ====== Logs into a remote host using ssh. This can be used to open a remote sesss... [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this, the following properties are used: * ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''R
- host-user-list @z:relax:api:host
- ====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns =====
- base-exec-user @z:relax:api:base
- is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAN... this, the following properties are used: * ''HOST_REF'' (required if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HOST'' (optional): If ''REM
- host-user-tab @z:relax:api:host
- ====== host-user-tab ====== Lists the users on a given host as a colon separated table. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns =====
- Drupal: Reverse Proxy @blog:2010
- ssl.proxy.org'' with ''$_SERVER['HTTP_X_FORWARDED_HOST']''. Additionally, I added the line \\ ''ini_set... cookies to the path, which is associated with the host. That the cookie will bei set for the path ''/an... php> $request_type = ($_SERVER['HTTP_X_FORWARDED_HOST'] == 'ssl.webpack.de') ? 'SSL' : 'NONSSL'; if ($r... ase_url = 'https://' . $_SERVER['HTTP_X_FORWARDED_HOST'] . '/' . $_SERVER['SERVER_NAME']; // NO trailin
- host @z:relax:api:host
- ====== host ====== The ''host'' module implements the methods to maintain a host. ===== Methods ===== {{indexmenu>.}}
- IPS Repository Appliance @blog:2010
- eck the repository server by opening "http://localhost" with the browser. {{osolrepo08.png?nolink|}} =... onfig -a'' and set it as publisher on the another host, where you want to update or install packages, as
- Home Server Goals @blog:2010
- ation at home. Usually, I'm hosting my webapps at Host Europe, but there are some apps which I can't or don't want to host there. This includes PHP and JEE applications wit
- Debug Server Certificate from Client @info:cryptography:openssl
- nnect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made to connect to the local host on port 443. ===== Example Output ===== <file>
- ZFS Playground @blog:2009
- ations. You will need a Solaris 10 or OpenSolaris host and 1,2GB of disk space. ===== Preparation =====
- Program @p:dmx
- of the program counter ist exchanged between the host an the controller with the command [[p:dmx:protoc
- Serial Protocol @p:dmx
- rotocol ====== For the communication between the host (PC) and the controller (Arduino), there is a ser
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- want to share the filesystem ''/share'' from the host to the guest, then first create the share. Go to
- MySQL: Create User @info:mysql:user
- = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin dat