public marks

PUBLIC MARKS from solrac with tags linux & solaris

August 2010

Bazaar: A Powerful, next-generation source control system

Bazaar is used to produce the Ubuntu Linux distribution, which is an enormous software project with thousands of components. If you're using a UNIX or Linux system, chances are that your distribution offers a pre-built Bazaar package. Bazaar is flexible enough to accommodate Subversion - a centralized system and Git - a decentralized system. This article introduces you to Bazaar's many appealing features.

November 2009

Linux app migration from Windows, Solaris, & OS2

Here's some help to port your applications from Windows, Solaris, and OS/2 to run natively on Linux on x86-based systems. The information here also covers porting from Windows to Java and porting and migrating x86-based Linux apps to Linux on multiple other hardware platforms.

September 2009

Guide to porting from Solaris to Linux on POWER

Accelerate your porting efforts by following this six-step guide to porting from Solaris to Linux on POWER. Learn the differences between Solaris and Linux on POWER that you commonly encounter during a port. Also learn about tools for performance analysis and software packaging for Linux on POWER.

August 2009

Learn Linux, 101: Text streams and filters

There's a lot more to text manipulation than cut and paste, particularly when you aren't using a GUI. This article introduces you to text manipulation on Linux using filters from the GNU textutils package. By the end of this article, you will be manipulating text like an expert.