unix.md

July 15, 2021 · View on GitHub

Bookmarks tagged [unix]

www.codever.land/bookmarks/t/unix

GitHub - jlevy/the-art-of-command-line: Master the command line, in one page

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.


screen Cheat Sheet - Kapeli

https://kapeli.com/cheat_sheets/screen.docset/Contents/Resources/Documents/index


Unix Toolbox

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.


https://kb.iu.edu/d/aibc

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...


AWK command in Unix/Linux with examples - GeeksforGeeks

https://www.geeksforgeeks.org/awk-command-unixlinux-examples/

awk introduction for beginners with examples


nix-rust/nix

https://github.com/nix-rust/nix

Unix-like API bindings


zargony/rust-fuse

https://github.com/zargony/rust-fuse

FUSE bindings


glob (programming) - Wikipedia

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...


Wie werde ich Unix Guru?

http://openbook.rheinwerk-verlag.de/unix_guru/


Shell-Programmierung

http://openbook.rheinwerk-verlag.de/shell_programmierung/


Linux-UNIX-Programmierung

http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/


Введение в системное администрирование UNIX

http://lib.ru/unixhelp/

Мошков. М


Архитектура операционной системы Unix

http://lib.ru/BACH/


Linux From Scratch (version 6.8)

http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html


Beyond Linux From Scratch (version 2011-12-30)

http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html


UNIX Tutorial for Beginners

http://www.ee.surrey.ac.uk/Teaching/Unix/


Unix Toolbox

http://cb.vu/unixtoolbox.xhtml

Colin Barschel


Unix for Poets

http://web.stanford.edu/class/cs124/kwc-unix-for-poets.pdf

Kenneth Ward Church (PDF)


UNIX Commands and Concepts

http://www.cs.bu.edu/teaching/unix/reference/

Robert I. Pitts


Unix as IDE

https://github.com/mrzool/unix-as-ide

Tom Ryder (epub, mobi)


Commentary on the Sixth Edition UNIX Operating System

http://www.lemis.com/grog/Documentation/Lions/

J. Lions


An Introduction to Unix

http://www.oliverelliott.org/article/computing/tut_unix/


Bash Reference Manual: Top

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.


A developer's guide to using aliases – CodepediaOrg

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:

...


What Is The Difference Between Shell, Console, And Terminal?

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?