
June 17th, 2007 by

LinuxChick
All modern operating systems are able to run many programs at the same time. For example, a typical Linux server might include a Web server, an email server, and probably a database service. Each of these programs runs as a separate process. What do you do if one of your services stops working? Here are some handy command-line tools for managing processes.
Each process uses time on a system’s CPU, as well as other system resources such as memory and disk space. If a program goes wrong, it can start to use too much CPU time or memory and so deny other programs the resources they need to run.
Knowing how to manage rogue processes is an essential part of Linux system management. To help, turn to command-line tools such as ps, top, service, kill, and killall.
Complete Article: linux.com
~LC
Posted in Help & Howtos, Linux |
No Comments »

June 17th, 2007 by

Baldy
This article is the first of a three-part series about developing an end-to-end Ajax application using an open source middleware stack. If you’re a novice Web developer who can read and understand the code written in XHTML, CSS, JavaScript, PHP, and SQL, this article is for you. After you’re done, you will have a good understanding of the basic concepts of Ajax and its potential in the context of a three-tier Web application scenario.
Technorati tags:
Linux,
Programming
Develop an End-to-End Ajax Web Application
Posted in Linux, Programming |
1 Comment »

June 17th, 2007 by

Baldy
If you are reading this, chances are you are running a RT2500 based chipset wireless card that worked perfectly with Ubuntu Edgy and then stopped working after your upgrade to Feisty.
Technorati tags:
How-To,
Networking
Ralink – RT2500 Help For Ubuntu Feisty
Posted in Help & Howtos, Networking |
No Comments »

June 17th, 2007 by

Baldy
In addition to Chris DiBona’s words about NVIDIA and ATI binary display drivers, Google had also made an interesting splash at the first-ever Linux Foundation Collaboration Summit (which they had kindly hosted at their Mountain View campus) during a presentation by the Google Linux Client Team. What was it? Well, there are some “significant accomplishments” and other new Google desktop applications coming out this year for the Linux platform.
Technorati tags:
Linux,
Software,
News
New Google Linux Apps Coming Soon
Posted in Linux, News, Software |
No Comments »

June 17th, 2007 by

Baldy
Steve Mills, the senior vice president and group executive of IBM’s software group, talks about the benefits of open source software, Web 2.0 tools for business, and taking programming for granted: “Open source has been a great help to us, because it helps accelerate standards. You get significantly improved interoperability and portability. I think where people misunderstand this is that it’s often not the money you make from the open source code; it’s the money you make around it.”
Technorati tags:
Software
IBM SVP Steve Mills: Open Source Is Inevitable
Posted in Software |
No Comments »