How to create SmartOS Windows VM

How to create SmartOS Windows VM Today i’m explaining you step by step how to create SmartOS Windows VM for Windows 2008/Win7 First you need to get the pkgin Tool ready to install some needed...

fifo smartos gui web management

fifo smartos gui web management gui web management Heinz N. Gies has developed fifo smartos gui web management to create, modify, delete and control virtual machines via his rock solid web gui. The latest release...

solaris smartos illumos precompiled binary resources

solaris smartos illumos precompiled binary resources You know finding or building own packages for solaris, illumos based distributions is a very hard task. so its good to have alternatively some solaris smartos illumos precompiled binary...

Replace string within text files using Perl

Replace string within text files using Perl To Replace string within text files using Perl all you have to do is: perl -pi -e ‘s/oldstring/newstring/g’ * The search string has to be written in regular...