linux
12 posts tagged linux.
20261
- verify time and the wall clock
What the CTF timer actually measures, a small but important fix I shipped, and why I decided not to change the underlying model.
202111
- An intro to links in Linux
Link all the things
- An intro to archiving and compression in Linux
It's often useful to make copies of things an move large collections of files from place to place.
- An intro to redirection in Linux
Powerful pipelines!
- An intro to comm and diff commands
It's often useful to compare versions of text files.
- An intro to managing user environment variables
There are two types of variables: shell and environment.
- An intro to Process Management in Linux
A process is a program that is running and a Linux system typically has hundreds of processes running simultaneously.
- An intro to Linux file and directory permissions
No, everyone should not be root.
- An intro to adding and removing software in Debian-based Linux distributions
Download all the things!
- An intro to text manipulation in Linux
Almost everything is a text file in Linux.
- Adventures with Kali Linux on Azure #1
This image is old!
- An intro to finding things in Linux
locate, whereis, which and find commands