Archive for the ‘Linux’ Category

Perl: Random dice game using array, case, and for Windows with Perl installed

Sunday, March 4th, 2012

I had a bit of free time, so I created this craps game for Windows. You can also run it on Linux and Unix by changing the path to where your Perl is located on the system. The application uses variable, a pre-defined array length, functions, and a do – while loop with a sentinal value to terminate the loop.
(more…)

Installing VNCserver on CentOS 5.7 and Ubuntu 11 for remote desktop in Windows

Monday, December 26th, 2011

I run an Apache web server from my home. It is basically used to create test and development websites for my domains. The problem I was experiencing was how to allow my son and others work within a desktop in CentOS similar to Windows.
(more…)