Fulltext results:
- How To Create a Moveable VM with VirtualBox
- '' is the extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" </code> Next, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks for the parameters and uses the
- IPS Repository Appliance
- Open a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.png?nolink|}} NOTE: You need to execute the foll... , "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pk... donly=true svcadm enable application/pkg/server </code> {{osolrepo07.png?nolink|}} You can check the r
- Set PHP Variables in .htaccess Files
- bhoster, then you will see a message like this: <code> Fatal error: Maximum execution time of 30 seconds exceeded in ... </code> To override the default for your webspace, you ... ue to "0", which means no limit, add this line: <code> php_value max_execution_time 0 </code> I suggest to either set it to unlimited, run the long running
- Memory Usage of a Solaris Container (Zone)
- To see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http://docs.oracle.com/cd/E19082-01/819-2240/prstat-1m/index.html|p... ost RAM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone -s size </code> From the [[http://docs.oracle.com/cd/E19082-01/
- Upgrade Solaris 11/OpenSolaris from Text to Graphical
- with appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list... ive -R /mnt beadm umount $be beadm activate $be </code> Now, reboot the system to enter the new boot environment. Then enable the GDM service: <code bash> svcadm enable gdm </code> Based on the OpenSolaris [[http://hub.opensolaris.org/bin/view/Project
- Drupal: Reverse Proxy
- me time, I can do this using different domains. <code php> $request_type = ($_SERVER['HTTP_X_FORWARDED_... 'reverse_proxy_addresses' => array($_SERVER['REMOTE_ADDR']), ); } </code> {{tag>blogging drupal php}}