Articles by Tag #cleanup

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Automated Cleanup in C

Table of Contents: Intro Documentation Usage Errors and Branching Inside...

Learn More 5 1Jun 18

How I cleaned my MacBookPro 2015 and released 50Gb of disk space

A set of techniques to find and eliminate old files which you don't usually need anymore

Learn More 0 0Oct 24 '24

Performing Maintenance Task For A Large Codebase

Quick Summary As a codebase starts growing, it gets harder and harder to keep track of the...

Learn More 0 0Jul 28 '24

Powershell Search Big File

Run as admin. Get-ChildItem -Path "C:\path" -Recurse -File | Where-Object { $_.Length -gt 1GB...

Learn More 0 0Jun 10

How to free up space on your Mac's ssd (256GB)

Learn how to free up space on your Mac's SSD using simple Terminal commands

Learn More 0 0Mar 8