Posted on October 22nd, 2008 by Administration
If you’ve ever used SSH to connect to a server, you ‘ll know its limitations: if you want to open a new window, you’ll need to create a second SSH connection to the server. And if the connection breaks during the SSH tunnel, you’ve lost your progress. This is where Screen comes in.
Screen, which calls [...]
Filed under: free-open-source-software, linux | No Comments »
Posted on October 17th, 2008 by Administration
bm is a program that can make life at the terminal a little easier when you often have to deal with a couple of directories at the same time. It can be used to keep bookmarks of directories you use regularly, but are a drag to type and switch between.
Of course, there are the popd, [...]
Filed under: free-open-source-software, linux | No Comments »
Posted on October 17th, 2008 by Administration
Does anyone really know what will be better in Windows 7? I don’t and I follow Windows almost as closely as I do Linux. With Linux, on the other hand, we know exactly what we’re getting well in advance of its arrival. In this latest Linux kernel, I see several outstanding new features that have [...]
Filed under: linux | No Comments »
Posted on October 15th, 2008 by Administration
To find the 10 largest (filesize-wise) folders in your current working path type:
du -cks * | sort -rn | head -10
or
du -x –block-size=1024K | sort -nr | head -10
and remember if you just want to know how much free space is available don’t forget the classic old df -h command:
root@server [~]# df -h
Filesystem [...]
Filed under: howto, linux | 1 Comment »
Posted on October 14th, 2008 by Administration
Linux Foundation is organizing a end user collaboration summit this week. A major topic will be a presentation on the new upcoming filesystems - Ext4 and Btrfs. Ted Tso, who is a Linux kernel filesystem developer on a sabbatical from IBM working for Linux Foundation for a year, has talked about the two-pronged [...]
Filed under: free-open-source-software, linux | No Comments »
Posted on October 12th, 2008 by Administration
Linux kernel 2.6.27 officially released. Some highlights: improved webcam support, a new filesystem (UBIFS) optimized for “pure” flash-based storage devices and more…
Filed under: linux | No Comments »
Posted on October 9th, 2008 by Administration
Open source attack code framework gets even more automated to make exploits point and click. Testers, start your browsers.
Filed under: exploit, free-open-source-software, linux, security, vuls, wifi | 1 Comment »
Posted on October 8th, 2008 by Administration
Posted on October 8th, 2008 by Administration
eCryptfs is a kernel-native cryptographic filesystem. It’s also a stacked filesystem, eCryptfs must work on top of another filesystem such as Ext3. This means that you don’t need to allocate space for eCryptfs, it will grow and shrink as you add files to it.
eCryptfs will be used in Ubuntu 8.10 to provide an encrypted private [...]
Filed under: crypto, howto, linux | No Comments »
Posted on October 4th, 2008 by Administration
Linux creator Linus Torvalds gave an interview in which he talked about what he likes and doesn’t like in a Linux distribution…

I’ve used different distributions over the years. Right now I happen to use Fedora 9 on most of the computers I have, which really boils down to the fact that Fedora had fairly good [...]
Filed under: linux | No Comments »
Posted on October 3rd, 2008 by Administration
I was experiencing some screen tearing on video with Flash Player 9, and thought perhaps giving Flash Player 10 a try would help. It didn’t help much, but here’s how you can install Flash Player 10 yourself using nspluginwrapper on 64-bit Ubuntu. I did this on Hardy Heron, but similar steps will probably apply to [...]
Filed under: howto, linux | No Comments »
Posted on October 2nd, 2008 by Administration
Why aren’t the existing Linux viruses[1] anything more than a topic for conversation? Why don’t they affect you in your daily computing in the way that MS viruses affect Windows users?
There are several reasons for the non-issue of the Linux virus. Most of those reasons a Linux user would already be familiar with, but there [...]
Filed under: linux, malware | No Comments »
Posted on September 30th, 2008 by Administration
Here’s a decent writeup on how to tweak your bash scripts to be more reliable. It goes step by step and is easy to understand even for a novice. Cheers!
Many people hack together shell scripts quickly to do simple tasks, but these soon take on a life of their own. [...]
Filed under: b3st pract1c3s, linux | No Comments »
Posted on September 30th, 2008 by Administration
Web-based programs like Google’s Gmail will force people to buy into locked, proprietary systems that will cost more and more over time, according to the free software campaigner.
Filed under: b3st pract1c3s, free-open-source-software, linux, privacy | No Comments »
Posted on September 27th, 2008 by Administration
Getting new software installed on Linux doesn’t have to be hard, but it can differ depending on what you’re installing.
Filed under: howto, linux | No Comments »