Google
 
Web www.warpedsystems.sk.ca

 Welcome to Warped Systems Saturday, April 01 2023 @ 04:48 PM CST  
About Us |  Projects |  Services |  Shop | 
Main Menu
Home
Gallery
Submit Article
Calendar
Stats
 RSS Feed
Links
Mail
Search

User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User

Who's Online
Guest Users: 10

Misc
Commonwealth Playlist
A Fan's Guide To Boxing

Recommended Sites
Linux Today
Linux Weekly News


pix pix pix
pix
Scripting Best Practices  View Printable Version 
Tuesday, September 02 2008 @ 01:54 PM CST
Contributed by: Linegod

General NewsScripting languages are incredibly useful for quick-fix scripts. The problem with this is when the quick-fix script is still in place  months down the line, at which point the corners you cut because, hey, it's just a short-term fix, come back to bite you. Read on for some best practice tips to make the experience less painful.

Read the full thing at http://www.linuxplanet.com/linuxplanet/tutorials/6523/1/

read more (4 words) 0 comments
Post a comment  [ Views:: 1,275 ]  
pix
pix pix pix

pix pix pix
pix
The Joy of xargs  View Printable Version 
Monday, September 01 2008 @ 10:59 AM CST
Contributed by: Linegod

General NewsFrom LinuxPlanet:

xargs is an incredibly useful command: it takes in input and executes your chosen command on it: xargs command. Deceptively simple in concept; extremely powerful in execution. It's most commonly used to execute one command on the output from another command (command1 | xargs command2), and most often;the output-generating command is find (xargs is more flexible than the built-in -exec option). Here we'll look at xargs with find, and then at some other possibilities.

Read the full thing at http://www.linuxplanet.com/linuxplanet/tutorials/6522/1/

read more (4 words) 0 comments
Post a comment  [ Views:: 1,380 ]  
pix
pix pix pix

pix pix pix
pix
How To Set Up A Cisco Lab On Linux (CentOS 5.2)  View Printable Version 
Saturday, August 09 2008 @ 08:56 AM CST
Contributed by: Linegod

General NewsI recently decided to study for the Cisco CSSP certification. My main concern in the beginning was the fact that most of the lab simulation software that I found out there could only run on Windows, this was a problem for me given the fact that I do not own a windows computer.

After a quick search I found the wonderful Dynamips project that goes beyond what other simulators do by running actual Cisco IOS images, as well as the PEMU project which allows for running of CiÕ`o PIX images. To integrate the various pieces of software and provide an interface for interaction with the devices I used dynagen.

Read the full thing at http://www.howtoforge.com/how-to-set-up-a-cisco-lab-on-linux-centos5.2

read more (3 words) 0 comments
Post a comment  [ Views:: 1,621 ]  
pix
pix pix pix

pix pix pix
pix
10 Ultimate Rules for Effective System Administration  View Printable Version 
Saturday, August 02 2008 @ 09:37 AM CST
Contributed by: Linegod

General NewsThe following 10 items are guidelines more than rules, that I have learned over the years doing intensive work on the IT infrastructure. These guideyines are mostly common sense and can be helpful for anybody who administers an IT system, including Linux/Windows Administrator, Network Administrator and DBA.

Read the full thing at http://www.cyberciti.biz/tips/10-ultimate-rules-for-effective-system-administration.html

read more (3 words) 0 comments
Post a comment  [ Views:: 1,459 ]  
pix
pix pix pix

pix pix pix
pix
NetworkManager: Secret weapon for the Linux road warrior  View Printable Version 
Wednesday, July 23 2008 @ 05:39 AM CST
Contributed by: Linegod

General NewsFrom Red Hat Magazine:

For years I have envied how easy my Windows- and Mac-based peers had it when traveling with their laptops. They connect to hotspots with ease, get online while I was still logging into root and running some tools. It just wasn’t fair. I wanted an integrated easy-to-use tool that did not require bringing up a shell or logging into root.

I now have that tool in NetworkManager. In this article I will explain whit NetworkManager is, what capabilities exist in the tool (in both Fedora and Red Hat Enterprise Linux), and what you can do to extend it to give you more control over your system than before.

Read the full thing at http://www.redhatmagazine.com/2008/07/22/networkmanager-secret-weapon-for-the-linux-road-warrior/

read more (3 words) 0 comments
Post a comment  [ Views:: 1,703 ]  
pix
pix pix pix

pix pix pix
pix
Use xfs_fsr to keep your XFS filesystem optimal  View Printable Version 
Friday, July 18 2008 @ 01:05 PM CST
Contributed by: Linegod

General NewsFrom Linux.com:

The XFS filesystem is known to give good performance when storing and accessing large files. The design of XFS is extent-based, meaning that the bytes that comprise a file's contents are stored in one or more contiguous regions called extents. Depending on your usage patterns, some of the files contained in an XFS filesystem can become fragmented. You can use the xfs_fsr utility to defragment these files, thus improving system performance when it accesses them.

Read the full thing at http://www.linux.com/feature/141404

read more (15 words) 0 comments
Post a comment  [ Views:: 1,469 ]  
pix
pix pix pix

pix pix pix
pix
Judge Kimball Rules at Last!  View Printable Version 
Thursday, July 17 2008 @ 03:54 PM CST
Contributed by: Linegod

General NewsJudge Kimball rules in SCO v. Novell! Here it is [PDF] at last! I haven't read it yet myself, just quicky skimmed it enough to see that SCO owes Novell some money ($2,547,817 plus interest probably -- SCO can oppose -- from the Sun agreement) and it had no right to enter into the Sun agreement, but it did have the right to enter into the Microsoft and other SCOsource agreements. Requests for attorneys fees are separate, and that part comes next. Then appeals. I know you want to see it immediately, so let's read it together, and after it's clear, I'll come back and explain some more.

Read the full thing at http://www.groklaw.net/article.php?story=20080716182233901

read more (3 words) 0 comments
Post a comment  [ Views:: 1,353 ]  
pix
pix pix pix

pix pix pix
pix
Obsolete Information in LPI Study Materials  View Printable Version 
Thursday, July 10 2008 @ 03:42 PM CST
Contributed by: Linegod

General NewsFrom BeginLinux.com

As you study for your LPI exams, you may find that what's in your study materials doesn't always match what's on your Linux system. That's because the study materials still contain quite a bit of out-of-date information. To make things worse, as of this writing in July of 2008, the official LPI exam objectives also cover some out-of-date material. So, there's a chance that you could see some of it on your exams.

Read the full thing at http://www.beginlinux.com/index.php/server_training/12-server_admin/1040-obsolete_lpi

read more (4 words) 0 comments
Post a comment  [ Views:: 1,544 ]  
pix
pix pix pix

pix pix pix
pix
Upgrading to Ubuntu 8.04 Hardy Heron or Ubuntu sucks get a Mac  View Printable Version 
Wednesday, July 02 2008 @ 10:03 PM CST
Contributed by: Linegod

General NewsI should admit - I shamelessly borrowed part of the title for this post from Tyler. I had exactly same feeling after upgrading from Ubuntu 7.10 to 8.04.

Read the full thing at http://www.ivankuznetsov.com/2008/06/upgrading-to-ubuntu-804-hardy-heron-or-ubuntu-suck|-get-a-mac.html

read more (3 words) 0 comments
Post a comment  [ Views:: 1,486 ]  
pix
pix pix pix

pix pix pix
pix
The Definitive Guide to VoIP for Linux Users  View Printable Version 
Saturday, June 14 2008 @ 01:12 PM CST
Contributed by: Linegod

General NewsFrom VoIP Now Have you tried lately to figure out which Linux operating system you’d like to use? And, did you think about adding a VoIP (Voice over Internet Protocol) device to that Linux system? We can guess that you probably overwhelmed with the choices available to VoIP users today. In fact, to write a truly definitive guide to VoIP for Linux users, we would need to write a book.

Read the full thing http://www.voipnow.org/2008/06/the-definitive-guide-to-voip-for-linux-users.html

read more (23 words) 0 comments
Post a comment  [ Views:: 1,542 ]  
pix
pix pix pix

Poll
Select
A
B
C
Results
9 votes | 0 comments

Google

Topics
Home
General News (380/0)
The Gimp (9/0)
Mandrake Cooker (11/0)
Postfix (6/0)
Apache (10/0)
AMD64 (36/0)
Mandriva Linux (196/0)
Mandriva Cooker (53/0)
Asterisk (31/0)
Cacti (33/0)
Open Source (93/0)
Linux (194/0)
GeekLog (0/0)
Mandrake Linux (89/0)
Warped Systems (5/0)
Games (81/0)
Gnome (2/0)
Howto (189/0)
KDE (306/0)
Hardware (65/0)
Humour (4/0)
Mageia (51/0)

What's New

STORIES

No new stories

COMMENTS last 2 days

No new comments

TRACKBACKS last 2 days

No new trackback comments

LINKS last 2 weeks

No recent new links

Events
There are no upcoming events


Created this page in 0.08 seconds


 Copyright © 2023 Warped Systems
 All trademarks and copyrights on this page are owned by their respective owners.
Subscribe in a reader
J.P. Pasnak
Powered By