The upcoming version of OpenSSH (4.8p1 for the GNU/Linux port) features a new configuration option : ChrootDirectory. This has been made possible by a new SFTP subsystem statically linked to sshd.
New story links
OpenSSH SFTP chroot() with ChrootDirectory
Submitted by sandip on Tue, 06/11/2013 - 10:20sandboxed Python development environments with pythonbrew
Submitted by sandip on Thu, 05/30/2013 - 11:13As developers get started with a project, they prefer having total control over the development environment, as much as possible to perfectly match the deployment environment. The other strong requirement, especially in a team with mutiple developers would be to work on exactly replicated environments.
Python Ecosystem - An Introduction
Submitted by sandip on Tue, 11/20/2012 - 16:08When developers shift from PHP, Ruby or any other platform to Python, the very first road block they face (most often) is a lack of an overall understanding of the Python ecosystem. Developers often yearn for a tutorial or resource that explains how to accomplish most tasks in a more or less standard way.
What follows is an extract from the internal wiki at my workplace, which documents the basics of the Python ecosystem for web application development for our interns, trainees and experienced developers who shift to Python from other platforms.
mysqlbinlog Tips and Tricks
Submitted by sandip on Tue, 11/13/2012 - 14:43So, you have a binlog. You want to find out something specific that happened inside of it. What to do? mysqlbinlog has some neat features, which I thought we would look at here.
I should first explain what mysqlbinlog really is. It is a tool that lets you analyze and view the binlogs/relaylogs from mysql, which are stored in binary format. This tool converts them to plaintext, so that they’re human-readable.
NFS for clusters
Submitted by sandip on Mon, 10/01/2012 - 10:58Here are notes I've found useful for configuring reliable shared disk on a linux cluster...
host map: lookup (domain): deferred
Submitted by sandip on Tue, 08/21/2012 - 09:17This Sendmail error--also seen as "Transient parse error -- message queued for future delivery" or "Name server: domain: host not found"--indicates that Sendmail encountered a problem with one of its DNS resource record lookups of the destination domain.
Getting the most out of Grub
Submitted by sandip on Tue, 04/03/2012 - 07:40The grub bootloader is particularly useful, especially when upgrading and testing new kernels. I recently found a way to modifiy the default boot config to make it useful when you wish to remotely upgrade a kernel and boot into it once only without being at the console to change the default back.
How to install oracle java 7 in ubuntu 12.04
Submitted by david23 on Tue, 03/27/2012 - 09:31Java is a programming language and computing platform first released by Sun Microsystems in 1995. It is the underlying technology that powers state-of-the-art programs including utilities, games, and business applications. Java runs on more than 850 million personal computers worldwide, and on billions of devices worldwide, including mobile and TV devices.
nginx server status
Submitted by sandip on Wed, 12/14/2011 - 12:53The stub_status module provides the ability to get some stats from nginx...
active connections -- number of all open connections including connections to backends
server accepts handled requests -- nginx accepted connections, handled connections (no one was closed just it was accepted), and handles requests (requests per connection = handles requests / handled connections)
reading -- nginx reads request header
writing -- nginx reads request body, processes request, or writes response to a client
waiting -- keep-alive connections, actually it is (active - reading + writing)
Active Directory Integration with Centrify DirectControl Express on Ubuntu 11.10 (Oneiric)
Submitted by david23 on Fri, 12/02/2011 - 07:50Centrify Express is a comprehensive suite of free Active Directory-based integration solutions for authentication, single sign-on, remote access, file-sharing, monitoring The #1 Choice for Active Directory Integration and cloud security for cross-platform systems. It is the quickest and most proven solution for integrating UNIX, Linux and Mac systems with Windows, and delivers more functionality and more to upgrade to when compared to other free offerings.