Blog Directory » Computer Blogs » Operating Systems » Linux Screw Details


   

Linux Screw Blog Details

www.linuxscrew.com thumbnail - Bloggapedia.com - Blog Directory

Website data:
(Actual information extracted from website)

Meta title:
Linux Screw

Meta description:
Linux/Unix sysadmin blog: tips, tricks, hacks and more.
This listing is not rated yet.   Rate it!  |  Report it!

Linux Screw
http://www.linuxscrew.com

Linux and Unix sysadmin blog: tips, docs, manuals and more.

Category:
Blog Directory » Computer Blogs » Operating Systems

Hits:
4

Date added:
2007-09-20 21:48:01

Alexa traffic rank:
289,262


Linux Screw Latest Posts

Comparing Bash with… Windows command line shell…
You may already be known that Microsoft claims that Windows PowerShell (comes with its Vista by default) script language helps IT professionals achieve greater control and productivity and to accelerate the automation during system administration process. As a non-Windows but *nix systems... Read more...
Published 3 days ago

OpenLDAP + Samba Domain Controller on Debian or Ubuntu
Historically domain controllers (DCs) were Windows servers responding to security authentication requests (logging in, etc.) within the Windows Server domain. Today Samba project goes beyond emulating Windows shares and can be used as Primary Domain Controller in Windows network. To help people... Read more...
Published 2 weeks ago

FAQ: How to install and configure MySQL cluster?
Question: Can you give me more information on how to set up MySQL cluster? Answer: Sure, below are the links to extremely informative Internet resources providing detailed guides on why and how to deploy MySQL cluster. By the way a cluster in IT field is a group of linked computers, working... Read more...
Published 2 weeks ago

Quick copy/paste MySQL Replication Manual
This quick manual tells how to set up database replication in MySQL. Basically it was written for 5.* MySQL versions but is also applicable for 3.23/4.0 ones (btw they are still in use, believe me). As you might already know, replication allows you to create a copy of certain MySQL database from... Read more...
Published 3 weeks ago

Install Firefox 3 in Debian Etch
If you downloaded fresh Firefox 3 installation e.g. from here and tried to install it in Debian Etch, you might notice that latest version of the popular browser requires GTK+ 2.10 while Etch contains only 2.8: We're sorry, this application requires a version of the GTK+ library that is not... Read more...
Published 4 weeks ago

FAQ: How to block/allow packets sent by specific Operating System with iptables?
Question: How can I block traffic coming from specific operating system in Linux? In other words, how can I block traffic from Windows users on my firewall and allows other people? Answer: There is an iptables module named OSF (passive OS Fingerprinting) that was written by Evgeniy Polyakov. This... Read more...
Published a month ago

#ln -s /dev/null /dev/clue
found at http://17outs.com/. Related PostsNo related posts Read more...
Published a month ago

Linux aternatives to Windows software roundup
Below are the links to sites you may want to visit in order to find Linux equivalent of certain commercial Windows software: 1. Open Source Alternative Quick and useful guide to the best open source software. You can fing here the open source alternatives to your favorite commercial products (not... Read more...
Published a month ago

Create .deb or .rpm from .tar.gz with checkinstall
Checkinstall is extremely useful utility to create .deb packages for Debian, Ubuntu (or .rpm packages for Fedora, RedHat, CentOs) from .tar.gz (or .tgz) source tarball after it’s compiled at your Linux box. In other words you can prepare binary package for later usage without need to compile... Read more...
Published a month ago

FAQ: How to set up atomatic Linux reboot if kernel panic occurs?
Question: How can I get my Linux server rebooted/restarted automatically if it caught a kernel panic? Answer: As you might know, kernel panic is an action taken by an operating system upon detecting an internal fatal error from which it cannot safely recover; the term is largely specific to Unix... Read more...
Published a month ago