Category: virtual

  • stupid docker tricks #239192

    1) Limit max processes on container; unfortunately docker seems intent on me not doing docker stupid tricks, so this is actually a bit of a pain on some systems… but if you figure out/etc/security/limits.conf, or can use prlimit (or write your own; use RLIMIT_NPROC instead of RLIMIT_NOFILE), you can do “prlimit –pid 666 –nproc=3:3” to limit the processes…

  • VMware Fusion

    Finally got Solaris 11 to work under VMware Fusion (5.03) – add (or replace whatever is there) line to the “solaris 11.vmx” in the VMware solaris location: ethernet0.virtualDev = “e1000” Works under bridged, at least! Now to engage the beast the Solaris has become over the years… hopefully dtrace will work well under the Real…

  • everything looks good, but….

    So at first, this looks normal: The emulated hardware consists in the following devices: 32 bit x86 compatible CPU 8259 Programmble Interrupt Controller 8254 Programmble Interrupt Timer 16450 UART Real Time Clock. IDE interface and hard disk. But then… he goes on to say it’s written in… javascript. http://bellard.org/jslinux/tech.html  Astonishing demo here (requires somewhat of…

  • jenny’s got a pony

    Ran across one of the all time great command line arguments while working with virtualbox’s VBoxManage: –eula accept Yes, my perl program accepts your EULA. Now go away…. (Los Lobos is in the house, hence the title)