Archive for the 'Resources' Category

Installing Adobe Photoshop CS Tryout Version

Actually Posted 2nd April 2008

Hi Everyone. I have provided a link below as a guide to the installation of Adobe Photoshop CS Tryout Version. Obviously your steps will be a little different, since you do not have the CD as the guide suggests. You will need to locate the Adobe Photoshop CS installation files, and double click the “setup.exe” file. When the setup begins, you can continue with the guide from step 1.

Understanding the Photoshop CS Installation Process

If you missed the class that week, and can’t wait until the next lesson to get Photoshop CS, you can trying downloading it from either of these two locations.

Click-Now.Net

Brothersoft

Remember; I put these links and resources here for your use. So if they are of no use to you, too hard to understand or you feel they are off topic, then please let me know, via any of the communication channels you have with me. I am more then happy to make changes, source better content or even create fresh content from scratch, just for you! You need only ask …. nicely!

Share This:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • E-mail this story to a friend!
  • Slashdot

Downloading and Installing Paint.Net

Actually Posted on 7th April 2008

I recommend you read through this guide in it’s entirety at least once before proceeding any further on your computer.

Continue Reading Downloading and Installing Paint.Net

Share This:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • E-mail this story to a friend!
  • Slashdot

Comments and Registration

Hi Everyone, I decided to put up this little “how to” as a guide to posting comments on this website. If you are interested in receiving updates whenever I add something new here, it would be in your best interest to register an account on this website.

Worst Case Scenario, you are unable to register for some reason. You can use the “Contact” page instead.

Registration is easy peasy japeneasy and lets you post anywhere, including the Discussion Forum.

Continue Reading Comments and Registration

Share This:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • E-mail this story to a friend!
  • Slashdot

VMWare Server on CentOS 5

So you just installed CentOS 5, as your host operating system for the latest version of VMware Server, 1.0.3. However, vmware-config.pl tells you it is missing something.

libXtst.so.6

What is libXtst.so.6? Well, to keep a long story short, libXtst.so.6 is a set of shared libraries that are used by the X Windows system. Although the term X Windows has now been deprecated in place of Xorg, the libraries are still required and still retain the same name.

To install the libraries that you require, just enter the following as root (or you could use sudo if you have it set up nicely):

yum -y install libX11-devel libXtst

Once you have those two and their dependencies installed, vmware will no longer complain about missing components, but you may come across another problem.

VMware requires GCC to be installed, so that it can compile a kernel module and run happily each day forever until the sun goes down. As root, type the following:

yum -y install gcc

OK, so now you have GCC installed. If VMware complains about how it can’t find your “C Header Files”, you may need to do the following, as root:

yum -y install kernel-headers kernel-devel

Now, some people will argue that you just need one, and not the other. In my opinion, just get both. That way when you install something else that needs the other later on, you will already have it! Besides, it’s not like you are giving up gigabytes of space, it’s just a few megabytes.

Lastly, VMware will probably look for your C Header files in the following location:

/usr/src/linux/include

Unfortunately, it won’t be there. As root, type the following:

mkdir /usr/src/linux

cd /usr/src/linux

ln -s /lib/modules/<your current running kernel>/build/include include

Run the setup one last time, and hopefully everything will be fine! Don’t forget to add your selected remote access port to your firewall!

If anyone requires any further assistance, feel free to post a comment here and let me know!

If you found this helpful or interesting, why not Digg It?

Share This:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • E-mail this story to a friend!
  • Slashdot