GNU/Linux.guru
envs.net | environments
envs.net | environments for linux lovers - since 9/2019
Advanced Programming in the UNIX Environment
daedalOS
Desktop environment in the browser
Home | Linux Journey
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software
For many using Unix-derived systems today, we take for granted that /some/path and /some/path/ are the same. Most shells will even add a trailing slash for you when you press the Tab key after the name of a directory or a symbolic link to one.
Virtual memory - Wikipedia
In computing, virtual memory, or virtual storage, is a memory management technique that provides an "idealized abstraction of the storage resources that are actually available on a given machine" which "creates the illusion to users of a very large (main) memory".
012. I Shipped, Therefore I Am
“Who are you and why are you here?” –Dave Cutler (DaveC)
Julio Merino (jmmv.dev)
Julio Merino’s personal website.
WebbyLab - developers baseline - Google Documenten
WebbyLab Developers Baseline Что требуется от тебя 4 Умение отладить запрос от клиента к серверу. 5 Понятия, которыми нужно владеть 5 Практические задачи для выполнения 5 Умение настроить доступ к серверу 6 Понятия, которыми нужно владеть 6 Практические задачи для выполнения 6 Шифрование...
Writing a Unix Shell - Part I | Cracking The Code
Building your own UNIX shell in parts. This post focuses on the semantics of the fork system call.