Resources, online or offline, that contain information relevant to specific subjects or would provide context for understanding Unix and GNU/Linux.

learn more… | top users | synonyms

1
vote
2answers
72 views

Cross Unix Command Reference

I am looking for a website that contains a reference between how to do things on the command line in different unix OSs. I have seen such site before, I am just unable to find it. I know such site ...
19
votes
3answers
421 views

Is there a tool/website to compare package status in different Linux distributions?

I am currently looking for a website or a tool that would allow me to compare the package state of a particular software in different Linux distributions. For instance, which version of gimp is ...
2
votes
2answers
607 views

/etc/hosts file refer to another configuration file

How can I get the /etc/hosts file to refer to another configuration file for it's list of hosts? Example /etc/hosts: ## My Hosts 127.0.0.1 localhost 255.255.255.255 broadcasthost #Other ...
3
votes
1answer
163 views

Unix dictionary add-on for Mac OS “Dictionary” app?

I've seen there's other dictionaries you can add to OS X's Dictionary app, but all I can find is spoken languages. It'd be nice to, while reading a software book, be able to right click a unix ...
13
votes
4answers
2k views

Best resources to learn bash scripting?

I've programmed in a number of languages for two years now, I mean that I know how to design and implement a decent solution for a given problem. However, bash is being a major headache to me, just ...
43
votes
5answers
848 views

Resources for portable shell programming

What resources exist for portable shell programming? The ultimate answer is to test on all targeted platforms, but that's rarely practical. The POSIX / Single UNIX specification is a start, but it ...
3
votes
1answer
158 views

EXT3 file system pre digest material

I am looking for understanding EXT3 filesystem source code. I think I need a little pre-digestion to fully understand the code. Can anyone please suggest some material(blog etc.) where I can get some ...
3
votes
6answers
539 views

How do I find a command if I don't know its name?

As a Unix beginner, I often find myself wanting to know the name of the command that achieves a particular function I'm after. How can I go about finding out the name of the command, given a ...