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
- y Appliance ====== Brian Leonard wrote a good guide how to setup a [[https://blogs.oracle.com/observa... pen 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 fo... "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pk
- Upgrade Solaris 11/OpenSolaris from Text to Graphical
- ETA:date created = 2010-10-04 14:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ===... talled with a text interface. Here is how to upgrade to a graphical system. Do the following as root ... th appropriate permissions (''pfexec/sudo''). <code bash> echo Existing boot environments: beadm list... e -R /mnt beadm umount $be beadm activate $be </code> Now, reboot the system to enter the new boot en
- Drupal: Reverse Proxy
- e the very helpful article "[[http://drupal.org/node/339552|Drupal via HTTPS/SSL Proxy Server (shared ... names for one installation. It has also a nice side effect: I separated my normal editor account from... time, I can do this using different domains. <code php> $request_type = ($_SERVER['HTTP_X_FORWARDED_HOST'] == 'ssl.webpack.de') ? 'SSL' : 'NONSSL'; if ($request_type != "SSL")
- Set PHP Variables in .htaccess Files
- oster, 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 can use the php_value directive in a .htaccess file.... to "0", which means no limit, add this line: <code> php_value max_execution_time 0 </code> I sugges
- 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... information about processes and zones. In this mode, ''prstat'' displays separate reports about proce... t RAM in the zone, use one of these commands: <code bash> prstat -z zone -s rss prstat -z zone -s siz
- Home Server Goals
- ls ====== As Constantin [[http://constantin.glez.de/content/seven-useful-zfs-home-server-tips|suggest... ist of services, which my home server should provide: * **Personal Video Recorder**: I'm using the
- Hello Drupal
- for this solution go to [[http://constantin.glez.de/|Constantin Gonzalez]] which implemented this coo