Monthly Archives: November 2009

How to Start a Samba Server?

Samba is a software package that enables Linux clients to connect to the network resources (such as file shares and printers on a network) with the computers that use the Server Message Block (SMB) protocol. The Samba software package contains … Continue reading

Share
Posted in Important for LPI 117-101 | Tagged | Leave a comment

Process or Thread in Linux? Which and When–

For some programs that benefit from concurrency, the decision whether to use processes or threads can be difficult. Here are some guidelines to help you decide which concurrency model best suits your program: · All threads in a program must … Continue reading

Share
Posted in Linux Tricks, Reviews | Tagged , , , , , | 207 Comments

Essentials to Pass LPI 117-202 exam

This LPI 117-202 test is designed for those who want to enhance their knowledge in various fields of Linux such as networking configuration, Web services, network client management, etc. Before taking the L117-202 exam, you should practice the following: 1. … Continue reading

Share
Posted in About LPI | Leave a comment

How to Search Inside a Text File for Patterns?

The locate command searches the names of files and directories, but it can’t search inside those files. To do that, you use grep. grep is a command line text search utility originally written for Unix. The grep command searches files … Continue reading

Share
Posted in Linux How to | Tagged , , , , , , , , | Leave a comment

Rejoice Cyber Monday with uCertify

Cyber Monday is the best day for all of 2009’s top holiday sales! It’s time to shop smarter, not harder. My all time favorite uCertify is also giving the huge discount offer in its PrepKits.  Buy any three PrepKits for … Continue reading

Share
Posted in Reviews | Leave a comment

Benefits of Wine

# Wine makes it possible to take advantage of all the Unix strong points (stability, flexibility, remote administration) while still using the Windows applications you depend on. # Unix has always made it possible to write powerful scripts. Wine makes … Continue reading

Share
Posted in Reviews | Leave a comment

How to transfer files in Linux?

Linux File Transfer Options Aspects to consider when choosing a file transfer method for a Linux server include: Security – Most servers require some level of confidentiality when transferring files, along with a mechanism for authentication of both the user … Continue reading

Share
Posted in Linux How to | 1 Comment

The Principle of Least Privilege

A truly secure network makes sure that the Principle of Least Privilege is applied across the enterprise, not just to the servers. The roles taken on by servers and desktops also mandate how the operating system, and the computer itself, … Continue reading

Share
Posted in Linux Networking | Leave a comment

Nagios 3.0- Monitoring Software

“Nagios is a monitoring software designed to let you know about problems on your hosts and networks quickly. You can configure it to be used on any network. Setting up a Nagios server on any Linux distribution is a very … Continue reading

Share
Posted in Reviews | Tagged | Leave a comment

Allowed Memory Size of 20971520 Bytes exhausted (tried to allocate 131072 bytes) in PHP

Many times, you get the following error message when you perform any bulk operation in PHP. PHP Fatal error: Allowed Memory Size of 20971520 Bytes exhausted (tried to allocate 131072 bytes) in /usr/share/mediawiki/includes/OutputHandler.php on line 30 How can you fix … Continue reading

Share
Posted in Linux How to | Leave a comment