Wednesday, February 8, 2012
Linux, Security, Rants and Raves

Categories


 

February 2008
S M T W T F S
« Jan   Mar »
 12
3456789
10111213141516
17181920212223
242526272829  

Archives


Thin is in: Ars Technica reviews the MacBook Air

February 5th, 2008 by LinuxChick

Does the reality ever live up to the hype?

Everyone knew it was coming—they just weren’t entirely sure what, exactly, it would be. The MacBook Air was rumored to have a lot of things—a black (or silver) aluminum case, a multitouch screen, massive trackpad, 12- or 13-inch screen, a solid-state hard drive, the moniker of “MacBook Thin” (“Pro” was optional). The rumors and speculation just went on, and on, and on, and on, and on, and on, and on, and on, and on.

Source: Ars Technica

Technorati Tags:

Posted in News | No Comments »

An Easy Tutorial on IP Tables and Port Knocking

February 5th, 2008 by LinuxChick

Do you wish you had access to your home file server without leaving your firewall wide open to attacks? Well today’s your lucky day! While you can implement this on any OS its easiest to do this on Linux. This article will show you how to lock down your firewall and implement a port knocker to let you in.

Source: Linux Planet

Technorati Tags: , , , ,

Posted in Linux, Networking, Security | No Comments »

Microsoft’s Linux claims patent fear mongering, says Torvalds

February 5th, 2008 by LinuxChick

“They’re perfectly happy to use anything at all as fear, uncertainty and doubt in the marketplace,” says Linus Torvalds about Redmond’s claim that Linux violates a number of its patents.

Read the rest: IT Business Canada

Technorati Tags: , ,

Posted in Linux, Windows | No Comments »

Learning the shell

February 5th, 2008 by Baldy

Why bother?

Why do you need to learn the command line anyway? Well, let me tell you a story. Not long ago we had a problem where I used to work. There was a shared drive on one of our file servers that kept getting full. I won’t mention that this legacy operating system did not support user quotas; that’s another story. But the server kept getting full and stopping people from working. One of the software engineers in our company spent the better part of a day writing a C++ program that would look through the directories of all the users and add up the space they were using and make a listing of the results. Since I was forced to use the legacy OS while I was on the job, I installed a version of the bash shell that works on it. When I heard about the problem, I realized I could do all the work this engineer had done with this single line:

du -s * | sort -nr > $HOME/space_report.txt

Read the Rest

Posted in Help & Howtos, Humor | No Comments »

Get started with GnuPG

February 5th, 2008 by Baldy

GnuPG is an open replacement for PGP Corporation’s PGP (Pretty Good Privacy) encryption tool, and based on the OpenPGP standard. What GnuPG (or GPG for short) does is allow for the encryption and decryption of files using a public/private keypair. It can be used to encrypt regular files or e-mail, in either binary or ASCII format, and can also verify the integrity of files or e-mail via cryptographic signatures. GPG is a command-line tool and is available with every Linux distribution.

Read the Entire Article

Posted in Help & Howtos, Security, Software | No Comments »

Linux Command Line Reference

February 5th, 2008 by Baldy

This is a linux command line reference for common operations.
Examples marked with • are valid/safe to paste without modification into a terminal, so
you may want to keep a terminal window open while reading this so you can cut & paste.
All these commands have been tested both on Fedora and Ubuntu.
That is what the site says when you get there and yes they even marked the ones that are not safe for the beginner or even some medium experience users. Good site to bookmark for the new user as you can use the old copy and paste for learn some great commands.

Visit the Site

Posted in Linux | No Comments »

Linux Clues

February 5th, 2008 by Baldy

At last, friendly, informed, and understandable Linux advice. Written by Linux users, for Windows users or anyone who wants to test the Linux waters.
Sounds good right? Well here is a site that I have suggested to people for a long time now and I have mentioned here more than once. The first lines tell it all really simple hints on some of the most asked questions from new linux users. If you are new to linux this one of the first sites you should bookmark. Try it I know you will like it.

Visit the site

Posted in Linux | No Comments »