
Linux Handbook
@LinuxHandbook • 150,612 subscribers
Learn to use Linux commands, SysAdmin tools, Self-hosting, Docker and other DevOps stuff with us.
Shorts
Videos

Linux tip of the day 💡 Create a sparse file with an apparent size of 10GB but allocate minimal physical disk space initially. truncate -s 10G sparsefile.img It simply sets the file size metadata to 10 GB without writing data blocks. The file "appears" large without consuming actual disk space. Very fast and does not impact system performance at creation. Disk blocks are only allocated when you write non-zero data to this sparse file later.
Linux Handbook69,475 просмотров • 5 месяцев назад

Linux tip of the day 💡 Get any previous argument In bash shell, you can use the syntax !:n to get the nth argument for the previous command. For example, if you have a command: ls -l agatha.txt agatha_complete.txt You can get the 2nd argument of the above command, that is agatha_complete.txt by using !:2 .
Linux Handbook23,707 просмотров • 6 месяцев назад

Linux app highlight 🌟 NeoHtop: A beautiful GUI system monitor Built with Rust 🦀 🌐
Linux Handbook34,246 просмотров • 1 год назад
Больше нет контента для загрузки