Google
 
Web www.warpedsystems.sk.ca

 Welcome to Warped Systems Saturday, May 18 2013 @ 08:39 CST  
About Us |  Projects |  Services |  Shop | 
Main Menu
Home
Gallery
Submit Article
Calendar
Stats
 RSS Feed
Links
Search

User Functions
Username:

Password:

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

Who's Online
Guest Users: 19

Misc

Recommended Sites
CanOpenER
ROSPA
Linux Today
Linux Weekly News
Newsforge


pix pix pix
pix
First 5 Minutes Troubleshooting A Server  View Printable Version 
Tuesday, March 12 2013 @ 04:51 CST
Contributed by: Linegod

HowtoBack when our team was dealing with operations, optimization and scalability at our previous company, we had our fair share of troubleshooting poorly performing applications and infrastructures of various sizes, often large (think CNN or the World Bank). Tight deadlines, “exotic” technical stacks and lack of information usually made for memorable experiences.

The cause of the issues was rarely obvious: here are a few things we usually got started with.

Read the full thing at http://devo.ps/blog/2013/03/06/troubleshooting-5minutes-on-a-yet-unknown-box.html

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

pix pix pix
pix
Python Scripts as a Replacement for Bash Utility Scripts  View Printable Version 
Thursday, January 17 2013 @ 06:24 CST
Contributed by: Linegod

HowtoFor Linux users, the command line is a celebrated part of our entire experience. Unlike other popular operating systems, where the command line is a scary proposition for all but the most experienced veterans, in the Linux community, command-line use is encouraged. Often the command line can provide a more elegant and efficient solution when compared to doing a similar task with a graphical user interface.

Read the full thing at http://www.linuxjournal.com/content/python-scripts-replacement-bash-utility-scripts

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

pix pix pix
pix
Unix Toolbox  View Printable Version 
Sunday, October 21 2012 @ 08:54 CST
Contributed by: Linegod

HowtoThis document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.

Read the full thing at http://cb.vu/unixtoolbox.xhtml

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

pix pix pix
pix
Bash One-Liners Explained, Part IV: Working with history  View Printable Version 
Saturday, October 13 2012 @ 06:49 CST
Contributed by: Linegod

HowtoThis is the fourth part of the Bash One-Liners Explained article series. In this part I'll teach you how to work with bash history. I'll use only the best bash practices, various bash idioms and tricks. I want to illustrate how to get various tasks done with just bash built-in commands and bash programming language constructs.

I'll break this part into several sub-parts as it's very tiring to write long articles, and I'd rather publish many short articles and make quick progress.

Read the full thing at http://www.catonmat.net/blog/bash-one-liners-explained-part-four/

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

pix pix pix
pix
Linux TCP/IP tuning for scalability  View Printable Version 
Friday, September 28 2012 @ 06:42 CST
Contributed by: Linegod

HowtoWe’re a performance company, and performance and scalability go hand in hand. Better scalability results in more consistent performance and at LogNormal, we like pushing our hardware as far as it will go.

Today’s post is about some of the infrastructure we use and how we tune it to handle a large number of requests.

We have separate components of our software stack to handle different tasks. In this post I’ll only cover the parts that make up our beacon collection component and how we tune it. Only a few of the tuning points are specific to this component.

Read the full thing at http://www.lognormal.com/blog/2012/09/27/linux-tcpip-tuning/

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

pix pix pix
pix
Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption)  View Printable Version 
Friday, September 21 2012 @ 06:03 CST
Contributed by: Linegod

HowtoThis tutorial explains how you can manage multiple MySQL servers from one phpMyAdmin installation. For security reasons, communication between phpMyAdmin and any remote MySQL server is using SSL encryption (this is not necessary for a local MySQL server since communication between phpMyAdmin and MySQL is not leaving the server). phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL.

Read the full thing at http://www.howtoforge.com/managing-multiple-mysql-servers-from-one-phpmyadmin-installation-using-ssl-encryption

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

pix pix pix
pix
Bash One-Liners Explained, Part II: Working with strings  View Printable Version 
Monday, July 02 2012 @ 06:19 CST
Contributed by: Linegod

HowtoThis is the second part of the Bash One-Liners Explained article series. In this part I'll show you how to do various string manipulations with bash. I'll use only the best bash practices, various bash idioms and tricks. I want to illustrate how to get various tasks done with just bash built-in commands and bash programming language constructs.

Read the full thing at http://www.catonmat.net/blog/bash-one-liners-explained-part-two/

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

pix pix pix
pix
SSH Tunneling - Poor Techie's VPN  View Printable Version 
Monday, April 02 2012 @ 07:37 CST
Contributed by: Linegod

HowtoThis post is on SSH tunneling, or as I like to call it 'Poor Man's VPN'. Contrary to the sysadmin's popular belief, SSH tunneling actually can be very valuable use for both techies and home users. I say contrary to popular belief because 'reverse tunneling' and tunneling http traffic through SSH can bypass firewalls and content filters. But this article isn't about how to violate your corporate internet use policy, it's about how to create SSH tunnels to make your life just a little bit easier.

Read the full thing at http://www.linuxjournal.com/content/ssh-tunneling-poor-techies-vpn

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

pix pix pix
pix
Why Vim?  View Printable Version 
Friday, March 23 2012 @ 07:49 CST
Contributed by: Linegod

HowtoPeople ask me why on Earth would I subject myself to such dreadful text editor as vim. With it’s weird mode system, nonstandard keyboard shortcuts and all kinds of strange quirks it is not what you would call a user-friendly piece of software. Most users new to this particular editor hit a brick wall at step one: entering text. When you open vim and try to type into it will do strange things. It will mostly beep at you, or display some messages in the status bar but not type. Unless of course you happen to hit a vovel lie a or i or o, in which case it will suddenly come alive and let you type.

Read the full thing at http://www.terminally-incoherent.com/blog/2012/03/21/why-vim/

read more (5 words) 0 comments
Post a comment  [ Views:: 336 ]  
pix
pix pix pix

pix pix pix
pix
Screen - The Path For Beginners  View Printable Version 
Wednesday, November 16 2011 @ 10:59 CST
Contributed by: Linegod

HowtoScreen is a great tool, and highly recommended, tool for any Linux user. It provides a Terminal environment that can withstand network disconnects, random computer restarts, power outages at home and more. With screen you can be assured that if PuTTY, or whatever SSH Client you use, closes you will almost never lose your work. Sadly this is not true for a server restart, as far as I'm aware, but it still provides amazing possibilities. In this wiki you'll find instructions for installation and customization that will not only enhance screen for the best, but will also make it more enjoyable to use. If you're like me, once you start to use screen you'll never go back to mundane old terminal.

Read the full thing at http://www.linuxforum.com/content.php/131-Screen-The-Path-For-Beginners

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

Poll
Pick a colour
red
white
black
green
Results
104 votes | 0 comments

Google

Topics
Home
General News (347/0)
The Gimp (9/0)
Mandrake Cooker (11/0)
Postfix (6/0)
Apache (10/0)
AMD64 (36/0)
Mandriva Linux (195/0)
Mandriva Cooker (53/0)
Asterisk (32/0)
Cacti (27/0)
Open Source (85/0)
Linux (183/0)
GeekLog (0/0)
Mandrake Linux (90/0)
Warped Systems (5/0)
Games (66/0)
Gnome (2/0)
Howto (160/0)
KDE (294/0)
Hardware (65/0)
Humour (4/0)
Mageia (33/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

Older Stories

Wednesday20-Feb

  • Vim After 11 Years (0)

  • Saturday16-Feb

  • What you can learn from the monster LibreOffice project (0)

  • Wednesday06-Feb

  • Time for tests! Mageia 3 beta 2 is out (0)

  • Sunday03-Feb

  • Hairy Tales to be ported to Linux if enough interest is shown (0)

  • Monday28-Jan

  • What Is BlackBerry-Py? (0)

  • Saturday26-Jan

  • systemd Biggest Myths (0)

  • Thursday17-Jan

  • Python Scripts as a Replacement for Bash Utility Scripts (0)

  • Sunday06-Jan

  • Steambox is Linux based and launching this year (0)

  • Thursday03-Jan

  • Open source Linux driver supports 3D acceleration with all GeForce GPUs (0)

  • Monday31-Dec

  • After 3 Years of Development, ToME 1.0 is Finally Released (0)


  • Created this page in 0.28 seconds


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