
linux
reference 1
hardware
security
shell
printing
mobile
reference 2
Chaos Laboratory - » How To: Setup a DHCP Server on Linux
This tutorial focuses on GRUB legacy. If you're looking for a tutorial on GRUB 2, the next generation of the popular bootloader, please take a look at this article. One of the most frightening things about Linux is the horrible word bootloader.
GRUB bootloader - Full tutorial
Linux Headquarters: Samba Configuration -
HOWTO: using gprof with multithreaded applications
What is gprof ? gprof is the GNU Profiler, a tool used when tracking which functions are eating CPU in your program. Anyway, you should already be familiar with it if you got interested in this page. One problem with gprof under certain kernels (such as Linux) is that it doesn’t behave correctly with multithreaded applications. It actually only profiles the main thread, which is quite useless. WorkaroundFailing Hard Drive: Linux to the Rescue - PC World
Over Thanksgiving, I had to deal with a Windows XP laptop, belonging to a relative, that blue screened during startup. Normal startup failed, as did safe mode, safe mode with command prompt, and Last Known Good. The first question that always needs to be answered in these situations is whether the problem is hardware or software.A thread on the lkml started innocently enough about proper spacing in source code, then grew and grew into a somewhat philosophical debate about evolution and code design. The subject of the thread was "Coding style - a non-issue" , the general consesus that ' scripts/Lindent ' solved the problem, a one line bourne shell script that executes indent with the "proper" options, as defined in the Documentation/CodingStyle document. The script: indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@"
Linus Says, Linux Not Designed
I often need to type characters that aren’t on the keyboard, like ½ ÷ © ¥ or ¢. On Mac , they’re done with the [option] key, but not always intuitive. For example: © is [option]-G and £ is [option]-3. I never did memorize all of these combinations, but there’s a nice cheat sheet of Mac accent codes, here . On Windows , it’s horrible. You need a separate numeric keypad on your keyboard, then you use the [Alt] key plus a 4-digit unicode number to create the character.
Linux Compose Key
Linux tips every geek should know | TuxRadar
What separates average Linux users from the super-geeks? Simple: years spent learning the kinds of hacks, tricks, tips and techniques that turn long jobs into a moment's work. If you want to get up to speed without having to put in all that leg-work, we've rounded up over 50 easy-to-learn Linux tips to help you work smarter and get the most from your computer. Enjoy!Abstract This document contains installation instructions for the Debian GNU/Linux 6.0 system (codename “ squeeze ”), for the 32-bit PC (“ i386 ”) architecture. It also contains pointers to more information and information on how to make the most of your new Debian system.
GNU/Linux Installation Guide
Learn 10 good UNIX usage habits
Introduction When you use a system often, you tend to fall into set usage patterns. Sometimes, you do not start the habit of doing things in the best possible way.Introduction The language of the UNIX® command line is notoriously versatile: With a panorama of small tools and utilities and a shell to combine and execute them, you can specify many precise and complex tasks. But when used in an office setting, these same tools can become a powerful ally toward increasing your productivity. Many techniques unique to UNIX can be applied to the issue of workplace efficiency. This article gives several suggestions and techniques for bolstering office productivity at the command-line level: how to review your current system habits, how to time your work, secrets for manipulating dates, a quick and simple method of sending yourself a reminder, and a way to automate repetitive interactions.
UNIX tips: Productivity tip
Ubuntu dapper -
From This guide is maintained at the Linux Center of the University of Latvia . Please help test and perfect this guide. To edit pages you need to register .If you're wondering what to read first, I recommend starting off with these tuXfiles: An introduction to the Linux command line Collection of selected Linux tutorials teaching you the basics of the Linux command line. If you know nothing about the Linux command line and don't know which tuXfiles you should read first, start here. Linux keyboard shortcuts If you already know how to use the command line, make sure you know the keyboard shortcuts listed in this cheat sheet.
the Linux newbie help files, tu
by Chip Turner Introduction You've always been told to write maintainable code.

