your query returned 1 results
Operating Systems (OS)
The Software that allows a person to interact with a computer. It translates the binary code into a Graphical User Interface (GUI). Examples include Windows, Mac OS, Linux.
DEVELOPER LINKS
Unix screen command overview
Indiana University has written up a great overview on the screen command for Unix. With this great little command you can login to a bash environment and startup multiple processes from one login. It is resource efficient and not necessarily reliant on your connection to the remote system.
Handling command line arguments
Python scripts are fantastic tools for any OS, Mark Pilgrim shows how one can use command line arguments to make them even more versatile!
Guide to Everything Linux
This site has a ton of info all things Linux related. If you are a beginner with Linux, this website would be an excellent resource.