thumbsup · Static gallery generator

System & Network Admin
Set up a Woodpecker CI in Hetzner server for your Codeberg account
A guide to setting up a self-managed Woodpecker CI on a Hetzner server for continuous deployment of a website hosted on Codeberg.
How to Learn: Userland Disk I/O
Filesystems, file IO, and durability.
Configuring SSH Keys for Multiple GitHub Accounts | Steven Harman — Maker & Breaker of Things
Managing different SSH Keys for different Hosts is well-understood. But different keys for the same host (e.g., github.com), based on which Organization we'r...
Remove a file on Linux using the inode number
If you create a file on UNIX/Linux with special characters, such as touch \"la*, you can't remove it with rm "la*. You have to use the inode number (you can if you add the \ before the name, I know...
find . -maxdepth 1 -type f -inum 7404301 -delete
Linux Built-In Tools Are So Powerful, You Can Build a Database With Them. Here's How
Get to know these common tools and manage your tasks at the same time.
I Installed Gentoo So You Don’t Havtoo
A popular expression in the Linux forums nowadays is noting that someone “uses Arch btw”, signifying that they have the technical chops to install and use Arch Linux, a distribution des…
Infinite Mac: Macintosh Garden Library
The Glacial IPv6 Transition: Raising Questions On Necessity And NAT-Based Solutions
A joke in networking circles is that the switch from IPv4 to IPv6 is always a few years away. Although IPv6 was introduced in the early 90s as a result of the feared imminent IPv4 address drought c…
Calendly Features - Workflows, Integrations, Embeds, Routing | Calendly
Integrate your software stack with Calendly’s scheduling platform. Sync with Outlook and Salesforce, embed Calendly into your site, get the mobile app, and more.
[SOLVED]man: can't set the locale; make sure $LC_* and $LANG are corre / Newbie Corner / Arch Linux Forums
RaspbianMirrors - Raspbian
How to increase the size of a loop virtual disk?
I have generated an image file with dd. The image contains two partitions.
I created a loop virtual disk: losetup -P /dev/loop0 $image_file. I mounted the two loop created partitions (loop0p1, loop...
chdkptp.py — chdkptp.py 0.1 documentation
Why does make think the target is up to date?
This is my Makefile:
REBAR=./rebar
REBAR_COMPILE=$(REBAR) get-deps compile
all: compile
compile:
$(REBAR_COMPILE)
test:
$(REBAR_COMPILE) skip_deps=true eunit
clean:
-rm -rf deps ebi...
Resize image for use on a smaller sd card - Raspberry Pi Forums
"Re-size" the .img for smaller SD-card. How to SHRINK a bootable SD card image
Context
I have a 16 GB SD card with a Linux based OS for a Raspberry Pi.
Most of the space is empty.
I want to share the SD .img with other people but if I use the command
dd if=/dev/sdXX of=/home/
etc/kbd/config no such file or directory - Raspberry Pi Forums
Cython Changelog — Cython 3.1.0a0 documentation
Cython
The Cython compiler for writing C extensions in the Python language.
lupa
Python wrapper around Lua and LuaJIT
How to Insert a Line at the Beginning of a File on Linux
In Linux, modifying files from the command line is a common task. Whether you need to prepend configuration parameters, add headers to text files, or make bulk edits, knowing how to insert a line at…
How do I write the 'cd' command in a makefile?
For example, I have something like this in my makefile:
all:
cd some_directory
But when I typed make I saw only 'cd some_directory', like in the echo command.
How to Create an Image of a Raspberry Pi SD Card? (Win/Linux/Mac) – RaspberryTips
Creating an entire image of your SD card can be really useful on Raspberry Pi. The system and your data are on this little piece…
How can I burn a Raspberry Pi image to SD card from Ubuntu?
I'm sure this must be fairly simple but can't find it here.
How does one go from having a blank SD card to having an SD card that boots a Raspi?
How can I get apt to use a mirror close to me, or choose a faster mirror?
Downloading from the main Ubuntu archive is slow even when it's not release day, how can I get apt-get to automatically use a mirror that is close to me?
How To Resize A Partition In Linux: The Ultimate Guide - SysAdminSage
Learn how to resize a partition in Linux using various methods like GParted, fdisk, parted, and more. Troubleshoot common issues and discover best practices.
Kosmik 3
Meet Kosmik 3. Browse, think, create, and more. Sign up for the waitlist.
Darling |
Darling — macOS translation layer for Linux
Multi-cursor code editing: An animated introduction
Animated and interactive intro to multi-cursor editing using Command D and clever text navigation techniques.