One of the first things I do for my desktops is set them with a static IP. Below is how I go about it.
Read more »OpenSSH Speed Tips and Tricks
Although using public key authentication instead of passwords is a great method for increasing the security of SSH transfers, transferring SSH identity keys can be a royal pain. First, you create your key pairs; then, you copy the public key into the correct locations on all the machines you want to log into.
Read more »Category: High End Tags:
- Login to post comments
Elisp Wrapper For Perl Scripts - Xah Lee, 2008-10
"This page shows a example of writing a emacs lisp function that process text on the current region, by calling a external perl script. So that you can use your existing knowledge in a scripting language for text processing as emacs commands..."
Read more »Category: Beginner Tags:
- Login to post comments
Famous Awk One-Liners Explained, Part I
"...This is going to be a three-part article in which I will explain every single one-liner in Mr. Pement’s compilation. Each part will explain around 20 one-liners. If you follow closely then the explained examples will turn you into a great Awk programmer..."
Read more »Category: High End Tags:
- Login to post comments
Working in the bash shell
Get an introduction to the Bash shell, which you can use on nearly any UNIX®-based operating system. Bash is a mature, powerful, yet easy-to-use shell that is freely available.
Read more »Category: End User Tags:
- Login to post comments
10 things you wanted to do with Ubuntu but didn't know how!
In this post we're going to look at 10 useful tutorials written by the How-to Geek himself.
Read more »Category: End User Tags:
- Login to post comments
Blacklist your pc speaker to disable system beeps
I hate the internal beep speaker. I hate it, I hate it, I hate it. Okay, maybe not that much hate, but I really don’t like having it enabled. It beeps anytime the terminal cursor goes in the wrong direction. Or if the sound isn’t working quite right when I’m setting things up. Or if it’s time to put another quarter in the dryer. It’s just a nuisance.
Read more »- Login to post comments
Tutorial - An Introduction to Linux CLI
The shell, basic commands and concepts, shell built ins, and directory structures.
Read more »- Login to post comments
Build a customized SystemRescueCd with your own kernel
"... A new tutorial has been written to explain how you can compile your own kernel and add it to SystemRescueCd. This can be done from SystemRescueCd itself ..."
Read more »Category: High End Tags:
- Login to post comments
GitCasts: Video Tutorials for Using Git
Git is a free and open source version control system designed to handle very large projects with speed and efficiency. Scott Chacon started GitCasts to help teach people what Git is and how to use it.
Read more »Category: High End Tags:
- Login to post comments
KDE Tip - Switch NumLock On at Startup
I personally like the num lock key to be switched on by default once I’ve logged in to KDE. For me, it’s much more useful to have access to the numeric keypad as, just that, a numeric keypad, than it is to have a glorified arrow key navigation pad.
Read more »Category: End User Tags:
- Login to post comments
Quick Command Line Tip - Whois from the Command Line
A very quick command line tip today, for users of pretty much any Unix-based operating system, including Linux distributions. When you're looking up information on a certain web site or domain name, you might be used to using whois functions on websites such as to see who owns a domain.
Read more »Category: End User Tags:
- Login to post comments
Unison - file synchronization tool
Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
Read more »Category: High End Tags:
- Login to post comments
Git from the bottom up
"In my pursuit to understand Git, it’s been helpful for me to understand it from the bottom up — rather than look at it only in terms of its high-level commands. And since Git is so beautifully simple when viewed this way, I thought others might be interested to read what I’ve found, and perhaps avoid the pain I went through finding it..."
Read more »Category: High End Tags:
- Login to post comments
Introducing OpenDocument
The OASIS Open Document Format for Office Applications (ODF) is an XML standard that lets you store and exchange office application documents, including word-processor, spreadsheet, and presentation files. Whether you try to perform special tasks on files saved from such applications or work on applications to process such files, you should become familiar with this important format.
Read more »Category: Legal Tags: