Linux

TwitterFacebook
Get flash to fully experience Pearltrees

worldwide mirror sites

This is a complete list of mirrors of Debian. For each site, the different types of material available are listed, along with the access method for each type. Some of the old releases also included the so-called debian-non-US archive, with sections for Debian packages that could not be distributed in the US due to software patents or use of encryption. http://www.debian.org/mirror/mirrors_full
http://www.ibm.com/developerworks/linux/library/l-10sysadtips/index.html?ca=drs- The best systems administrators are set apart by their efficiency. And if an efficient systems administrator can do a task in 10 minutes that would take another mortal two hours to complete, then the efficient systems administrator should be rewarded (paid more) because the company is saving time, and time is money, right? The trick is to prove your efficiency to management. While I won't attempt to cover that trick in this article, I will give you 10 essential gems from the lazy admin's bag of tricks. These tips will save you time—and even if you don't get paid more money to be more efficient, you'll at least have more time to play Halo.

Lazy Linux: 10 essential tricks for admins

http://www.bashscripts.org/forum/index.php?sid=baa2e73f37877a531e7351de675e319e Programming Functions, Variables, String Operators, Command Substitution, Arrays, if/else, while/until, for, case, select, I/O Redirectors, String I/O, Process ID's, Job Control, trap, signals, subshells, debugging.,

Index page

Linux Admin Tips

http://www.fullspan.com/articles/linux-tips.html#runlevels Runlevels determine what mode the operating system is running in. Also, some services are launched only in certain runlevels. The file /etc/inittab shows the list of runlevels and the selected runlevel. Here is an excerpt from the file:
http://lpicprep.com/ Certifiable is a series dedicated to helping you get ready to take the LPIC 1 exams, both in mental state and how to study and experiment more effectively. Which Distribution to Study With? A great question, one that is asked by almost every single person who has or will take the LPI exams. What with the amount of distributions that exist (in the 100′s), the differences between the methods that software is packaged and distributed, and the fact that you could encounter any of these or just a few in the work world, means that some thoughtful discussion is needed.

LPIC Prep

Redmine is a web-based project management system, often called a forge, built using the Ruby on Rails framework. It provides bug/issue tracking, time tracking, wiki pages, gantt charting and calendar, multiple project support, and role-based access control for users to name a few. This article will cover the process of installing Redmine on Debian Squeeze using MySQL for data storage, Thin for serving Ruby, and nginx as the outward-facing server.

Debian Administration - Debian Administration Resources

http://www.debian-administration.org/

Free On-line Linux Technical Books and Tutorials

http://www.linuxtopia.org/online_books/ All Guides eBook Store iOS / Android
Linux is the server OS (Operating System) and administering it is no picnic. You need a lot of training comparable to finishing college to get stuff done in the right way. http://www.kavoir.com/category/manage-your-own-server/linux-server-administration-tips

Linux Server Administration Tips

Bash Guide for Beginners

http://tille.garrels.be/training/bash/ Why this guide? Who should read this book? New versions, translations and availability Revision History Contributions Feedback Copyright information What do you need? Conventions used in this document Organization of this document

Linux System Administration with Tips and Commands

chkconfig is a tool for maintaining the /etc/rc[0-6].d directory hierarchy by relieving system administrators of the task of directly manipulating the numerous symbolic links in those directories. http://www.devside.net/articles/linux/sysadmin

Linux Sytem Administration Tips

The binary log files and its data are likely to be very huge, thus making it almost impossible to read anything on screen. However, you can pipe the output of mysqlbinlog into a file which can be open up for later browsing in text editor, by using the following command: mysqlbinlog binlog.000001 > filename.txt To reduce the amount of data retrieved from binary logs, there are several options that can be used to limit the data that is been returned. Among the useful ones are listed below: –start-datetime=datetime

The Linux Cookbook: Tips and Techniques for Everyday Use - Admin

Every Linux system has an administrator ---someone who installs the hardware and software, maintains the system, and generally keeps things running smoothly. A single-user home Linux system, once installed and running, needs little administration -- but the occasional upgrade or maintenance task is necessary. This appendix exists as a reference for those users who will also be performing the administrative duties on their system. While a complete administrative guide is out of the scope of this book, the goal of this appendix is to point the new Linux administrator in the right direction, giving tips on how to choose the computer you'll use for Linux, install Debian GNU/Linux on it, and get it ready for use.

5 Tips for any Linux administrator | HostingRealm

The above will deny Johnny access to login to your Linux system via sshd, etc. What this does is it adds ! in front of the encrypted password in /etc/shadow. Should Johnny decide to behave, and you’re bored enough to unlock him, issue the below:

nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

A dobe announced that the Flash player for Linux will only be available for Google Chrome browser on Linux and has announced their plans to abandon future updates of Flash player for Linux. From the blog post: For Flash Player releases after 11.2, the Flash Player browser plugin for Linux will only be available via the “Pepper” API as part of the Google Chrome browser distribution and will no longer be available as a direct download from Adobe . Adobe will continue to provide security updates to non-Pepper distributions of Flash Player 11.2 on Linux for five years from its release. M an pages are written by sys-admin and developers for IT techs, and are intended more as a reference than as a how to.