Subham Acharyasubhamacharyadev1399.hashnode.dev·Aug 26, 2024Rethinking Caching: Beyond Memory, Embracing Disk-Based SolutionsCaching is a well-known strategy used in software engineering to optimise performance by temporarily storing data in memory for faster access. For years, when we thought of caching, we immediately imagined high-speed memory (RAM), allowing rapid data...Discuss·1 like·87 readsdisk space
Lalitkumar Waghulkarlalitwaghulkar.hashnode.dev·Jul 16, 2024Backup and Restore FailuresBacking up and restoring data is critical to managing a website or application. However, backup and restore failures can occur due to various reasons such as server errors, corrupted files, or insufficient permissions. Let's explore how to identify c...DiscussCorrupted backup
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 16, 2024Project # 2 - Monitoring Disk Space with Email AlertIn this project we'll be creating a powerful shell script for monitoring free disk space with email alert functionality. In today's data-driven world, managing disk space efficiently is crucial for maintaining system stability and preventing unexpect...Discuss·54 readsDevops
Girish Vgirishv.hashnode.dev·Dec 10, 2023Simplify Disk Space Analysis with TopNDiskAnalyzerIntroduction Managing and understanding file sizes within a directory is a common task for developers, sysadmins, sre, and users. To simplify this process, I've created a tool called TopNDiskAnalyzer. This tool allows users to analyze and retrieve th...Discuss·112 readsdiskusage
Pratik MforThe Tech Deckthetechdeck.hashnode.dev·Nov 29, 2023Does Partitioning a Drive Erase Data?When it comes to managing data storage, partitioning a drive is a common task. Partitioning divides a drive into separate sections, essentially creating logical sections that operate as independent drives. This can help organize your data and files m...Discussdisk management
Joseph Ganbwgjoseph.com·Oct 21, 2023Reclaim disk space used by Docker Desktop (WSL2)Problem I was always out of disk space in my C drive, and even though I clear my stuff often, I notice that my space is never reclaimed, instead, it kept going down. I used WizTree to view which file is taking up my disk space, and I noticed this No...Discuss·524 readsDocker
Abhishek Kumarabhishk.hashnode.dev·Mar 16, 2023What is Swap Space in Linux and Should You Use It?Swap space is a feature of Linux that allows the system to use some disk space as additional memory when the physical memory (RAM) is full. Swap space can be either a dedicated partition on the hard disk or a special file on the filesystem. In this b...Discuss·45 readsswap
Duru Cynthiaceceteras.hashnode.dev·Jan 27, 2023Linux Commands for checking how much space is left on diskAs Linux users, we often continuously save documents and media on our machines but have no idea how to check how much more space is available on our disk, especially if it's a Linux environment without a GUI. With a distribution like Ubuntu, Linux-mi...Discuss·60 readsLinux
sycuredsycured.hashnode.dev·Nov 10, 2019How to clean old OCI/Docker imagesTo save disk space, you need to clean old OCI/Docker images for your servers (prod and also CI/CD). In this example, you have a script for podman and docker. Why doing it? I use Drone Agent to build images so I can have a lot of old images. 1 image =...Discuss·51 readsDocker