Bookmarks tagged [unix]
https://github.com/jlevy/the-art-of-command-line
Master the command line, in one page. Contribute to jlevy/the-art-of-command-line development by creating an account on GitHub.
- tags: windows, macos, linux, bash, documentation, unix
- source code
https://kapeli.com/cheat_sheets/screen.docset/Contents/Resources/Documents/index
- tags: gnu-screen, cheatsheet, linux, unix, terminal
http://cb.vu/unixtoolbox.xhtml?utm_medium=email&utm_source=topic+optin&utm_campaign=awareness&utm_co...
A collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users, a compact and practical reference.
A hard link is essentially a label or name assigned to a file. Conventionally, we think of a file as consisting of a set of information that has a single name. However, it is possible to create a numb...
- tags: unix, file-systems
https://www.geeksforgeeks.org/awk-command-unixlinux-examples/
awk introduction for beginners with examples
https://github.com/nix-rust/nix
- tags: rust, platform, unix
- source code
https://github.com/zargony/rust-fuse
FUSE bindings
- tags: rust, platform, unix
- source code
https://en.wikipedia.org/wiki/Glob_(programming)
In computer programming, in particular in a Unix-like environment, glob patterns specify sets of filenames with wildcard characters. For example, the Unix command mv *.txt textfiles/
moves (mv
...
http://openbook.rheinwerk-verlag.de/unix_guru/
http://openbook.rheinwerk-verlag.de/shell_programmierung/
http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/
Мошков. М
http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html
http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html
http://www.ee.surrey.ac.uk/Teaching/Unix/
- tags: free-programming-books, unix
http://cb.vu/unixtoolbox.xhtml
Colin Barschel
- tags: free-programming-books, unix
http://web.stanford.edu/class/cs124/kwc-unix-for-poets.pdf
Kenneth Ward Church (PDF)
- tags: free-programming-books, unix
http://www.cs.bu.edu/teaching/unix/reference/
Robert I. Pitts
- tags: free-programming-books, unix
https://github.com/mrzool/unix-as-ide
Tom Ryder (epub, mobi)
- tags: free-programming-books, unix
http://www.lemis.com/grog/Documentation/Lions/
J. Lions
- tags: free-programming-books, unix
http://www.oliverelliott.org/article/computing/tut_unix/
- tags: free-programming-books, unix
https://www.gnu.org/software/bash/manual/html_node/index.html
What is bash? This manual is meant as a brief introduction to features found in Bash. The Bash manual page should be used as the definitive reference on shell behavior.
http://www.codepedia.org/ama/a-developers-guide-to-using-aliases/
An original approach to use aliases. Makes your life as a developer much easier in the terminal... Some samples:
...
https://fossbytes.com/difference-between-shell-console-terminal/
Did you know that a terminal used to be a physical monitor and keyboard and a console was a port with a low-level connection to the operating system? But where does that leave the shell?
- tags: basic-knowledge, unix, linux