A solution to the umask problem: inotify to force permissions
Thu, 11/17/2011 - 18:06 — sandipFinding a good solution for sharing files between Linux users is a nightmare.
If using a unique UID is not a problem, it's the most simple solution. All clients access files with the same UID. This way you cannot know who does what, and users cannot fine tune access rights.
Dec to hex converter
Mon, 11/14/2011 - 14:31 — sandipDec to hex converter (or a dec to hex convertor) is a tool used to convert numbers expressed in the decimal format into hexadecimal or short hex format. Dec to hex conversion is common when working with web sites and graphics...
EDAC - Error Detection And Correction
Tue, 10/25/2011 - 16:47 — sandipThe 'edac' kernel module goal is to detect and report errors that occur
within the computer system running under linux.
How to use ftp in a shell script
Wed, 08/24/2011 - 15:08 — sandipSometimes I want to FTP a file from one machine to another. Usually, I can do the transfer interactively, but every so often, I would like to have a shell script do the file transfer. This task has eluded me in the past, but I finally figured it out. I've not seen this particular trick documented in the past, so I submit it for your approval...
GPG Quick Start
Fri, 07/22/2011 - 13:29 — sandipA quick gpg HOWTO for getting started with GnuPG.
RBLSMTPD with SYSLOG
Thu, 07/21/2011 - 10:03 — sandipThis modified rblsmtpd features parameter-enabled syslog-based RBL server and source-IP logging.
Review the FAQ for the compile, install and testing...
The Guide to IP Layer Network Administration with Linux
Wed, 05/25/2011 - 09:36 — sandipThe Guide to IP Layer Network Administration with Linux was conceived as a project to document and provide examples for the use of Linux-specific IP networking tools.
The book includes coverage of the following topics: network address translation (NAT), address resolution protocol (ARP), routing, and masquerading. There is a nascent section on bridging, although the focus of the documentation is the use of layer 3 Linux technologies.
Tuning and Optimizing RHEL for Oracle 9i and 10g Databases
Thu, 03/31/2011 - 14:14 — sandipThis article is a step by step guide for tuning and optimizing Red Hat Enterprise Linux on x86 and x86-64 platforms running Oracle 9i (32bit/64bit) and Oracle 10g (32bit/64bit) standalone and RAC databases. This guide covers Red Hat Enterprise Linux Advanced Server 3 and 4 and the older version 2.1. For instructions on installing Oracle 9i and 10g databases, see Oracle on Linux. Other Linux articles can be found at www.puschitz.com...
Java's Runtime.exec and External Applications
Thu, 03/31/2011 - 14:10 — sandipJava was developed with an eye toward platform independence, freeing the software developer from the unpleasant and tedious task of cross-platform porting and testing of software. All too often, however, developers are not able to write completely new applications, but have to interface to existing legacy software and operating systems. This poses a problem as Java cannot make use of many utilities and system-dependent features that these programs have relied upon in the past...
Dive Into Python
Fri, 03/04/2011 - 00:35 — sandipDive Into Python is a Python book for experienced programmers. You can buy a printed copy, read it online, or download it in a variety of formats. It is also available in multiple languages...