2023-03-05

You Should Use /tmp/ More

The /tmp/ directory, typically used for temporary system files, can be leveraged as a powerful self-cleaning workspace for downloads, research materials, and temporary documents. By redirecting ephemeral files to /tmp/, users can maintain a cleaner file system and make better decisions about long-term storage while benefiting from automatic cleanup during system reboots.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

Netboot Windows 11 with iSCSI and iPXE

An in-depth guide demonstrates how to netboot Windows 11 using iSCSI and iPXE, enabling Windows to run from a NAS instead of local storage. The solution allows gaming on Windows while maintaining Linux as the primary OS, providing a practical workaround for AAA games that restrict virtual machine usage.

macOS Tips & Tricks

A comprehensive guide detailing keyboard shortcuts, gestures, and hidden features across various macOS applications and system functions, focusing on productivity enhancements for Sonoma users. The guide covers essential shortcuts for system navigation, window management, and application-specific commands to optimize workflow efficiency.

GitHub - deepseek-ai/awesome-deepseek-integration

A comprehensive directory of software tools and applications that integrate with DeepSeek API, including desktop assistants, browser extensions, IDE plugins, and development frameworks, enabling AI-powered features across various platforms.

Tokio + prctl = nasty bug

A detailed analysis of a bug in HyperQueue where tasks were unexpectedly terminated after 10 seconds due to an interaction between tokio thread management, PR_SET_PDEATHSIG, and process spawning optimization. The bug emerged from moving process spawning to a worker thread, causing processes to receive SIGTERM when tokio cleaned up idle threads.

Yocto, RockPi and SBOMs: Building Modern Embedded Linux Images

A developer explores building a modern disk image for Rock Pi 4 using Yocto, incorporating CUPS and Docker while leveraging Yocto's advanced SBOM generation capabilities. The process demonstrates how to create custom Linux distributions for embedded systems, with detailed instructions for setup and configuration. The guide addresses common challenges in maintaining up-to-date software for Chinese SBCs while highlighting Yocto's sophisticated approach to dependency tracking and SBOM generation.

Home | Substack

The progression of AI capabilities should be measured by the ratio of useful output per unit of human input, rather than through AGI timelines. Drawing parallels between self-driving cars and language models, the focus should shift to measuring how long AI systems can operate effectively without human intervention. While AI systems are becoming increasingly productive, they may never achieve complete autonomy without human guidance.

A system to organise your life

Johnny.Decimal is a numerical filing system that helps organize digital files using a structured approach of areas, categories, and unique IDs. The system uses a simple decimal notation (XX.YY) to create an organized hierarchy, limiting each level to ten items for easier navigation and improved file findability.

File Pilot - Next-gen file explorer

A high-performance file management application with modern interface and extensive customization options. The software offers rapid file navigation, advanced search capabilities, and intuitive file operations through both mouse and keyboard controls.

14 years of systemd

Lennart Poettering's FOSDEM keynote discusses systemd's 14-year evolution from an init system to a comprehensive suite of Linux OS building blocks, highlighting its growth to 150 binaries, adoption by major distributions, and future focus on boot integrity, IPC improvements, and image-based deployments.

GitHub - decrazyo/nes86: x86 emulation on the NES

An IBM PC emulator for NES that runs the Embeddable Linux Kernel Subset (ELKS) and supports x86 software with basic serial terminal functionality. The project features compatibility with select NES emulators like Mesen2, FCEUX, and Rustico, while providing detailed build instructions for custom deployments.