Title | Body | Authored on |
---|---|---|
Creating Docker-Compose Applications | ||
Google Font Equivalents | This reference lists common Microsoft fonts and their Google Open Source equivalents, along with two |
|
The Pros and Cons of Open Source Software | Open source refers to the practice of making the source code of software freely available to the pub |
|
Setting Up a Domain Website on a Raspberry Pi | |
|
Installing, Configuring, and Running a Pi-Hole Server on a Raspberry Pi | A Pi-Hole server is a piece of software that can be installed on a Raspberry Pi computer, which functions as a ne |
|
OpenAI GPT-3: What is it Exactly? | ||
Do You Own a Raspberry Pi? If so, What Do You Do With it? |
|
|
Benchmarking a Storage Device in Linux | There are a couple of CLI tools that can be used to benchmark an HDD (external or internal). These are dd and hdparm. However, for Debian Linux, there’s a great GUI application that performs Disk Read speed benchmarking and both Disk Read & Write speed benchmarking if the drive being tested is unmounted. The dd command is used to monitor the writing performance of a disk device on a Linux and Unix-like system. An example for testing an internal SSD would be: $ sudo dd bs=1M count=256 if=/dev/zero of=test |
|
Bash Directory Stack | What is a stack and why is it important in Linux or Computer Science, for that matter? A stack, in the context of this article, refers to a last-in-first-out (LIFO) list or more affectionately referred to as a pushdown store. This is in contrast to another arrangement called first-in-first-out (FIFO) used in granaries since the grain is loaded at the top of the tower and dispensed at the bottom into trucks or other vehicles for delivery to its destination. |
|
Doas: Super Lightweight Replacement For sudo | The long-time use sudo command in Linux has been subject to |
Copyright © 2025 Dan Calloway.com - All rights reserved
Developed & Designed by Alaa Haddad