• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » code
Trace: • Travian Map Download Script • Virtual Network Visualization • ISO 3166-2 • reference • init • SSH • Solaris: List Devices • andunix Infos • Oracle: SPFile and PFiles • Formatting Syntax

code
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog:2010
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

How To Create a Moveable VM with VirtualBox
15 Hits, Last modified: 16 years ago
'' 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
6 Hits, Last modified: 15 years ago
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
4 Hits, Last modified: 16 years ago
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)
4 Hits, Last modified: 16 years ago
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
4 Hits, Last modified: 15 years ago
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
2 Hits, Last modified: 13 years ago
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}}

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki