One of the cool things about today Internet is how we can use several computers in different locations as if we were our single home computer (...) The solution I recently found was to create a free account at hasfiles.com. They give you 100Mb for free and let you access those files via webdav. Using davfs2, I can mount it as a partition on my system.
Read more »Interactive HTML development in Emacs
"I accidentally discovered mozrepl today. It’s clearly designed for JavaScript development, but I thought it might be interesting for HTML development as well, and hacked the following together: ..."
Read more »Category: High End Tags:
- Login to post comments
Tip: Commands To Find Out The Shell You Are Using
Many times you might not be sure about which shell you are currently using. Especially if you are not on your system and logging into someone else’s, or maybe ssh’ing into a remote server. Worry not, because here are few simple commands that you can use to find out which shell you are using currently.
Read more »Category: High End Tags:
- Login to post comments
10 Tips for Writing Efficient Bash Scripts
Bash is the default command line interface for many Linux distributions and a powerful scripting language. Here are some suggestions that will keep your Bash scripts efficient and lean. Feel free to comment with your own suggestions.
Read more »Category: High End Tags:
- Login to post comments
Understanding Network Address Translation, NAT
Network Address Translation (NAT) is one of the basic functions of a circuit level gateway. The simple purpose of NAT is to hide the IP addresses of a private network from the outside world.
Read more »A GNU/Linux Utility You Should Know About: Pipe Viewer
"..The first post in this series is going to be about not so well known GNU/Linux program called Pipe Viewer or pv for short. Pipe viewer is a terminal-based tool for monitoring the progress of data through a pipeline.
Read more »Version 1.2 of GNU ed released
"I am pleased to announce the release of GNU ed 1.2. GNU ed is an 8-bit clean, more or less POSIX-compliant implementation of the standard Unix line editor..."
Read more »Category: High End Tags:
- Login to post comments
Free Linux training materials posted
An embedded Linux training and consulting firm in the South of France has published some 360 pages of free training presentations on embedded Linux topics. The Free Electrons presentations cover topics including Linux changes since 2.6.10, power management, device driver development, and porting Linux to ARM platforms, says the company.
Read more »Category: High End Tags:
- Login to post comments
GCC 4.3.3 Released
"The GNU Compiler Collection version 4.3.3 has been released. GCC 4.3.3 is a bug-fix release containing fixes for regressions and serious bugs in GCC 4.3.2. This release is available from the FTP servers listed at: ..."
Read more »Category: High End Tags:
- Login to post comments
Tramp 2.1.15 Released
"Hello, The Tramp team is happy to announce the release of Tramp 2.1.15. This is mainly a bug fix release. For production systems, it is recommended to upgrade to this version..."
Read more »Category: High End Tags:
- Login to post comments
Grub 2 in Debian Etch
Now you can use grub2 in Debian GNU/Linux 4.0 Etch. Grub2 supports high quality background images. Grub2 also supports booting an OS in an ext4 partition.
Read more »Category: High End Tags:
- Login to post comments
Ruby 1.9.1 released
"Ruby 1.9.1 is released. This is the first stable release of the Ruby 1.9 series..."
Read more »Category: High End Tags:
- Login to post comments
Compiling Lighttpd on GNU/Linux
"Lighttpd, affectionately known as Lighty is an extremely efficient and lightweight web server. I run Apache 2.2 on all my servers, but have been using Lighttpd for a couple years now to stream video files for a very popular web site I run. Lighttpd has a flv streaming module which can handle more advanced streaming than the usual progressive http streaming.
Read more »Virtual Domain Aliases on Postfix
Virtual aliases can map to addresses that do not terminate on the local system while regular aliases can only map to addresses which terminate on the local system. If you were going to add a number of domains you would want to create a map file. Create the file /etc/postfix/virtual_alias_domains and enter one domain on each line and include the creation date on the right.
Read more »Some Thoughts about a Django Template Mode for Emacs
"I keep a Emacs mode for editing Django templates (specifically HTML Django templates) on Launchpad. There are more people interested in enhancing the support for Django on Emacs, and I'd like to help. But first, I want to discuss what is needed from a editing mode..."
Read more »Category: High End Tags:
- Login to post comments