Category Archives: Linux (en)
Linux Directory Structure (cheatsheet)
When you look at the root of the Linux filesystem, it may feel weird: folders with strange names. In fact, it’s pretty logical once you know the abbreviations and acronyms: /bin USER PROGRAMS (binaries for users) /sbin SYSTEM PROGRAMS (binaries … Continue reading
Posted in Linux (en), OS
Leave a comment
Terminating processes when exiting SSH
When working with git and a server via SSH, there’s a common headache: ssh-agent (or other processes) keep running in the background, even after you exit the console with exit. This leads to dozens of ssh-agent processes piling up… and … Continue reading
Posted in Git (en), Linux (en)
Leave a comment