• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป de
Trace:

de
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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:2010 (8)
  • blog:2009 (5)
  • blog:2014 (2)
  • blog:2011 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Blog
  • 2009
  • OpenSolaris / VirtualBox: Mount Shared Folder
  • Project Idea: WikiTable
  • 2010
  • Upgrade Solaris 11/OpenSolaris from Text to Graphical
  • 2011
  • 2013
  • Workaround for FolderSync with ownCloud 7
  • 2014

Fulltext results:

ZFS Playground @blog:2009
38 Hits, Last modified: 17 years ago
disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo state: ONLINE scrub: none
How To Create a Moveable VM with VirtualBox @blog:2010
20 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 @blog:2010
8 Hits, Last modified: 15 years ago
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
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
8 Hits, Last modified: 17 years ago
he file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' fr... 't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <code bash> pfexec mount -F vboxfs share /s
Simulating slow network connections with trickle @blog:2014
6 Hits, Last modified: 12 years ago
irefox browser to 512 KB/s with this command: <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More informations can be found on these pages: ... |trickle Homepage]] * [[http://wiki.ubuntuusers.de/Trickle|Trickle in the Ubunutuuser Wiki]] (german) === trickle -h === <code> Usage: trickle [-hvVs] [-d <rate>] [-u <rate>] [
Dice Roller @blog:2009
6 Hits, Last modified: 17 years ago
://andunix.net/pub/dice.html]]. And here's the code. You can use it under the [[http://apache.org/lic... bution 3.0 Unported]]. ===== HTML Form ===== <code html> <form name="rolldice" method="GET"> ... ue" type="text" name="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.ro
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
6 Hits, Last modified: 15 years ago
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 @blog:2010
5 Hits, Last modified: 13 years ago
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 @blog:2010
5 Hits, Last modified: 16 years ago
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) @blog:2010
5 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... 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
Start and Stop the Apple File Server from Command Line @blog:2011
4 Hits, Last modified: 10 years ago
Apple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo /sbin/service com.apple.AppleFileServer stop </code> {{tag>cli mac osx share shell sysadmin}}
Workaround for FolderSync with ownCloud 7 @blog:2014
3 Hits, Last modified: 11 years ago
t I found the solution [[http://www.android-hilfe.de/synchronisation/625383-foldersync-owncloud-funkti... p: In ''${OWNCLOUD_DIR}/config/config.php'': <code> 'trusted_domains' => array ( 0 => 'www.e... le.org', 1 => 'www.example.org:443', ), </code> {{tag>android owncloud webhosting workaround co
Home Server Goals @blog:2010
2 Hits, Last modified: 10 years ago
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 @blog:2010
1 Hits, Last modified: 16 years ago
for this solution go to [[http://constantin.glez.de/|Constantin Gonzalez]] which implemented this coo
Project Idea: WikiTable @blog:2009
1 Hits, Last modified: 17 years ago
uthorisation and wiki syntax in the table. The code should be small and simple so that it can easily
Found Geocache GC1VY11 "Ringpromenade" @blog:2009
1 Hits, Last modified: 16 years ago

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