etc/kbd/config no such file or directory - Raspberry Pi Forums
System & Network Admin
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.
How to create loop devices on Linux
A loop device is a pseudo-device which doesn’t correspond to a real, physical block device, but can be used to make a file appear and be treated like one. To manage loop devices on Linux…
15 Linux sfdisk Command Examples to Manage Disk Partitions
If you are a sysadmin, managing your Linux server’s hard disk partition is a critical task. In this tutorial, we’ll focus on how to use sfdisk command-line utility to manage your hard disk partitions. While sfdisk is similar to fdisk, there are few partition manipulation activities that are very easy to perform in sfdi
How to Install Mattermost on Debian 12
Mattermost is an open-source alternative to Slack and Microsoft Teams. It allows you to self-host online chat and offers many features, such as file s...
How to Install Syncthing on Debian 12
Syncthing is an open-source, peer-to-peer file synchronization tool designed to sync files across multiple devices securely. This tutorial will show y...
webOS Open Source Edition
News webOS Studio v2.1.0 and CLI v3.1.0 has been released! On-ramp to the Future of Smart Devices Driven by webOS Open Source Edition, the open-source software platform built for smart and connected devices of tomorrow.
Versatile Software Platform for Open Innovation Join the ride and bring your ideas to life with webOS Open Source Edition.
Learn more
Best of both worlds — web and native technologies Supports rapidly changing web technologies as well as powerful native technologies including Qt.
How to resolve Git fatal: the remote end hung up unexpectedly
A guide on how to increase the size limit of a Git commit to avoid this error.
Crafting a Custom Linux Kernel for Your Embedded Projects | Linux Journal
Hardening Linux Servers Against Threats and Attacks | Linux Journal
PDFtk - The PDF Toolkit
PDFtk is a simple tool for doing everyday things with PDF documents. It comes in three flavors: PDFtk Free, PDFtk Pro, and our original command-line tool PDFtk Server.
How to Monitor Apache Load and Requests in Real-Time
In this article, you’ll learn how to monitor your Apache web server’s load and track requests using the mod_status module.
Why Duplicating Environments for Microservices Backfires
Typical ways of testing microservices are too slow and unsustainable as engineering teams grow and architectures grow more complex.
How to Run Databases on Kubernetes: An 8-Step Guide
Learn how to run MySQL, PostgreSQL, MongoDB and other stateful applications on Kubernetes in this step-by-step tutorial.
How to resize an image file before writing to SD card?
I've been trying to create a new Raspbian image with a different kernel (with CAN support) and with Python 3.3 installed. Rather than doing all of this on the Raspberry Pi, I thought it would be
How to Unzip Files in Linux
Unzip is a command line tool that allows you to list, test, and extract compressed zip archives. In this article, we will explain how to use the unzip command to unzip files in Linux systems.
Using Nix to Fuzz Test a PDF Parser (Part One)
Fuzz testing is a technique for automatically uncovering bugs in software. The problem is that it’s a pain to set up. Read any fuzz testing tutorial, and the first task is an hour of building tools from source and chasing down dependencies upon dependencies.
I recently found that Nix eliminates a lot of the gruntwork from fuzz testing. I created a Nix configuration that kicks off a fuzz testing workflow with a single command.
Spacedrive, A Cross Platform File Manager for the Modern Era
This cross-platform file manager, for both Linux and Mac, shows serious promise once a few rough edges are smoothed out.
36 Useful .htaccess Tips for Security and Performance
The .htaccess file is a powerful configuration file used on Apache-based web servers to manage and modify settings at the directory level.