When you work on your computer, there are so many things you take for granted: operating systems, programming languages, they all have to come from somewhere. In the late 1960s and 1970s, that somewhere was Bell Labs, and the operating system they were building was UNIX. They were building more than just an operating system though. They were building a[…]
Read moreTag: UNIX
Systemd. Joys and sorrows of a misunderstood demon
Systemd is a software suite of daemons, libraries and administration utilities designed with the aim of centralizing the management and configuration of Unix-like operating systems. Systemd is generally used as init system to use to bootstrap user space during startup and manage user processes. It replaces the classic origin, which is the descending one from the Unix System V (SysVinit).[…]
Read moreTar and gzip. Extract that files
Tar, tarball, gzip. A kind of tape archive, a tar file is a collection of files archived in a single ‘tarball’ file and compressing it with gzip to save disk space results in a tar.gz compressed file. Simple, no? GNUzip is also used in HTTP compression GNU Gzip, or gzip, is a file format and a software application used for[…]
Read more