Browse articles by "linux" tag (12 total)
_This was contributed by a colleague from UCI, Harry Mangalam._
Having spent 3 days debugging ...
Awk is a Unix tool that can be very useful for dealing with text but can be hard to understand. H...
The page is meant to document some of the more useful, but obscure commands in vi. For commands e...
"This page":http://www.dc.turkuamk.fi/docs/soft/vim/vim_diff.html goes over some of the advantage...
This article is intended to provided reasons to use the UNIX program _less_ over its predicessor ...
As the root user, enter the following at the command line:
$ zdump -v /etc/localtime | grep 20...
"Learn UNIX in 10 minutes":http://freeengineer.org/learnUNIXin10minutes.html
"UNIX Tutorial fo...
Let's say that you like the color output that comes out of ls (different colors for different fil...
To get a list of shared libraries that a program needs:
ldd /path/to/program
T...
The obvious answer to this is to restore your backup onto a spare server. Or if it's just a drive...
