Category: Open Source

Optimized Open Source Software Stack (Cool Stack) 1.3.1 Final Release

Check out this article about Optimized Open Source Software Stack (Cool Stack) 1.3.1 Final Release. Please tell me what you think about it. You can contact me anytime!

Optimized Open Source Software Stack (Cool Stack) 1.3.1 Final Release…

Will be installing Ruby on Rails using Cool Stack… this is the first of sets of post.. Now downloading the packages from Sun.com

Optimized Open Source Software Stack (Cool Stack) for the Sun Solaris Operating System(TM). Cool Stack is a collection of some of the most commonly used open source applications optimized for the Sun Solaris OS. By using these binaries you will enjoy the best levels of performance from your system, while also reducing your time-to-service.

Instructions: Select the files you want, then click the “Download Selected with Sun Download Manager” (SDM) button below to automatically install and use SDM (learn more). Alternately, click directly on file names to download with your browser. (Use of SDM is recommended but not required.)

Top equivalent for AIX – Topas, Only Better

Check out this article about Top equivalent for AIX – Topas, Only Better. Please tell me what you think about it. You can contact me anytime!

Top equivalent for AIX – Topas, Only Better… That’s what I searched when I got a ticket from one of the AIX boxes here complaining about CPU being 99% used up.

Of course, you can use vmstat with interval, but for those sysadmin folks who are use to using Top, its still more comfortable using (and seeing) the top output.

Topas is the equivalent of Top for AIX.. it’s better than Top as a matter of fact according to some AIX gurus (and Solaris)

If you persists in using top, You’ll have to build it yourself from the sources at http://www.unixtop.org/ plus probably this fix: 

        http://sourceforge.net/tracker/index.php?func=detail&aid=934590&group_id=72892&atid=536044

Good luck!

 

Searching For Fee Car Classifieds Script

Check out this article about Searching For Fee Car Classifieds Script. Please tell me what you think about it. You can contact me anytime!

Cars are no longer a luxury nowadays (except if you want to own a Ferrari or something). Cars are now a necessity in today’s standard of living. And let’s face it, with the price of brand new cars and the forever raising price of gasoline, not every one can buy a new set of wheels.

Thanks to websites that offer to sell (and buy) second hand, used cars many people can have places to search for and are no longer limited to the restrictions of locations.

I bought my first car (my only car for that matter) from a dealer that posted their inventory online. So, thanks to this second hand used car website, I was able to find myself and buy my very own car.

Continue reading »

FireFTP | FireFox | Firefox Download | FireFox Tutorial

Check out this article about FireFTP | FireFox | Firefox Download | FireFox Tutorial. Please tell me what you think about it. You can contact me anytime!

FireFTP is an FTP program that works within the Firefox Web browser. Well, Firefox is not actually a full-pledge program but a Firefox plugin or addon. The best thing about this ftp client is that it’s FREE! (Just like any other open source applications/software).

If you’re not familiar with Firefox, it’s an open source web browser and I suggest you use it right now. Trash that IE and start using Firefox (or Google Chrome – cooler!).

File transfer protocol (FTP) is how we send large files from one computer to another using the Internet — not an e-mail attachment.

Here’s how to install and use FireFTP on Firefox.

Continue reading »

Configure Virtual Hosting in Apache Web Server

Check out this article about Configure Virtual Hosting in Apache Web Server. Please tell me what you think about it. You can contact me anytime!

When we say or mention the word Web Server, the first thing that comes to our mind is Apache, right? (if you don’t then what are you doing here reading this? :-) )

Apache is the most well known open source web server there is! Open source?? Make that the most wildly used webserver on the internet, period!

It is believed (and i know they made a survey or study about it) that Apache takes 90% of all web servers in the internet. Most web hosting company, and I’ve once worked in one, use Apache.

This post will talk about how to setup Apache for Virtual Hosting

Continue reading »

Sun Microsystems Owns Mysql AB

Check out this article about Sun Microsystems Owns Mysql AB. Please tell me what you think about it. You can contact me anytime!

Here’s the news that everyone involved in IT should know by now – Sun Microsystems bought Mysql AB!

For those who doesn’t know, MySQL AB is  the company behind MySQL, the world’s most popular open source database.

From the blog of Sun Microsystems’ CEO, Jonathan Schwartz‘ :

We announced big news today – our preliminary results for our fiscal second quarter, and as importantly, that we’re acquiring MySQL AB.

we’re putting a billion dollars behind the M in LAMP.

With this ground breaking event, I’m sure there will be some far out development in Mysql/Sun in the near future.

OpenLDAP Installation Using Packages (pkgadd)

Check out this article about OpenLDAP Installation Using Packages (pkgadd). Please tell me what you think about it. You can contact me anytime!

I would like to post an update on our previous OpenLDAP source installation, but I encountered an error so, enough with the source thing and let’s install one from packages which is available on Sunfreeware.

OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol. These build packages installs in /usr/local/

Requirements and Dependencies

Here’s what packages you’ll need:

Dependencies are:

This implementation of OpenLDAP was build on a sparc machine Sun Blade 100 workstation running Solaris 8.

Installing Packages

You can go ahead and refer to this post in using the pkgadd .

Once all the packages are installed above, the binary can be found in /usr/local/bin , /usr/local/sbin and config files are in /usr/local/etc.

There are some more setup and configuration to setup (like setting of variables) but as far as installation is concern, we’re done.

See you on the next post about configuration for OpenLDAP

The getent Command

Check out this article about The getent Command. Please tell me what you think about it. You can contact me anytime!

For the UNIX side of things, we’ll try to feature one command a week that is commonly used in system/user administration on a UNIX box. If anyone wants to contribute more, then we may do one command every two days or ‘Unix Command for the day’. Something like that.

For today, it’s all about getent.

getent is short for Get Entries. The command suppose to get entries from an administrative database. This database can be passwd, group, hosts, ipnodes, services, protocols, ethers, network or netmasks.

For each of these  databases, getent uses the appropriate library routines described in getpwnam, getgrnam, gethostbyaddr, gethostbyname,   getipnodebyaddr, getipnodebyname, getservbyname,  getprotobyname, ethers(3SOCKET), and getnetbyname(3SOCKET), respectively.

getent prints out the database entries that match each of the supplied keys, one per line, int the format of the matching administrive file: Examples, passwd, group, hosts, etc….

Example: To check if a user dpusp or information about the TIT group:

# getent
usage: getent database [ key ... ]
# getent passwd dpusp
dpusp:x:7781:500::/export/home/TIT/dpusp:/bin/sh
#
# getent group TIT
TIT::500:adleo,gfish,rpesc,ftpoper,amkor
#

There.

VirtualBox Installation

Check out this article about VirtualBox Installation. Please tell me what you think about it. You can contact me anytime!

innotek VirtualBox is a general-purpose full virtualizer for x86 hardware. VirtualBox allows an unmodified operating system with all of its installed software to run in a special environment, on top of your existing operating system. Just like VMware Workstation allows one physical machine to run two or more operating systems simultaneously


You’ll then be presented the User License Agreement. Selecting the custom installation will give you the next window. It shows which Virtual Box component to be installed and the location where it will be installed. After selecting your choice, click Next.

Continue reading »

(Open Source) Applications On The Go!

Check out this article about (Open Source) Applications On The Go!. Please tell me what you think about it. You can contact me anytime!

Here’ s one cool application for the Open-Source followers! Introducing the portable app. Now, you can enjoy the applications you love from a computer running you know what.

PortableApps.com Suite™ is a collection of portable apps including a web browser, email client, office suite, calendar/scheduler, instant messaging client, antivirus, sudoku game, backup utility and integrated menu, all preconfigured to work portably. Just drop it on your portable device and you’re ready to go.

Enough said… This is cool stuff!

Using a portable storage device, such as an IPod (5th Gen) or an USB thumdrive, you can bring along with you all your favorite programs by using PortableApps. You can use the Web, read email, transfer files, chat with friends, ssh into machines, edit images and sounds, watch movies and listen to music, write office documents, zip up the results, and store passwords securely!

From now on, no matter which computer you use, you can always bring your favorite applications with you.

There are lots more application on the website!