Fulltext results:
- base-exec-superuser @z:relax:api:base
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. Before executing the command, the privileges will be elevated
- ZFS Playground @blog:2009
- 2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </c... o the existing, creating a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/c0d1 zp... So, let's replace c0d1 with c1d0. <code bash> pfexec zpool replace demo /var/tmp/c0d1 /var/tmp/c1d0 z... xpanding the capacity of the pool. <code bash> pfexec zpool add demo /var/tmp/c0d1 </code> <code> inva
- base-exec-user @z:relax:api:base
- ====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER'': A key of an user
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ystem Adminitrator" profile. The commands will be executed with the rights given by this profile, so they need to be executes with ''pfexec''. First, create the mountpoint if it doesn't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <cod
- base-ssh-login @z:relax:api:base
- lly it's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ===== Usage ===== base-ssh-login SERVICE [ COMMAND ] * ''... esent. * ''REMOTE_USER'' (optional): The user execute the command remotely. If not present, same as ... r will be taken. * ''COMMAND'': a command to be executed. If not present, an interactive shell will be
- Set PHP Variables in .htaccess Files @blog:2010
- If your PHP scripts run longer than the maximum execution time set by your webhoster, then you will se... a message like this: <code> Fatal error: Maximum execution time of 30 seconds exceeded in ... </code> ... ns no limit, add this line: <code> php_value max_execution_time 0 </code> I suggest to either set it t
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- unplugcpu <id>] [--cpuexecutioncap <1-100>] [--r... unplugcpu <id> | cpuexecutioncap <1-100> discardstate <uui... <vmname>|<uuid> exec[ute] --image <path to
- IPS Repository Appliance @blog:2010
- e> {{osolrepo06.png?nolink|}} NOTE: You need to execute the following commands with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -
- fstyp @info:solaris
- output truncated// ==== ZFS: ''fstyp'' ==== pfexec fstyp /dev/rdsk/c7d0s0 <file> zfs </file> ==== ZFS: ''fstyp -v'' ==== pfexec fstyp -v /dev/rdsk/c7d0s0 <file> zfs version: 14
- Make your Mac feel at Home @info:mac
- n (home) WLAN. <code bash> # # Path to 'airport' executeable, as of Mac OS X 10.5. AIRPORT="/System/Lib
- Travian Map Download Script @z:travian
- IR=/srv/glassfish/domains/domain1/docroot/sql # # executables MYSQL="/srv/mysql/bin/mysql --default-char
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- oot (''su'') or with appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environm
- Formatting Syntax @wiki
- on. If disabled, the code is displayed instead of executed. ===== RSS/ATOM Feed Aggregation ===== [[Dok
- MySQL: Backup @info:mysql:database
- BASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DATABASES} do
- Compare directories @info:script
- ate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt