BLOG

Latest Articles

15+ tar command examples in Linux [Cheat Sheet]

Create and extract any archive using tar command. List content of an archive, exclude files, create bzip2 or gzip archive using tar command in Linux

By rohantimalsina · 5 min read · CheatSheet

sysctl reload without reboot [100% Working]

Use sysctl -p FILE or sysctl --load FILE or sysctl --system to perform sysctl reload without reboot. Update the initramfs using dracut -f or update-initramfs …

By admin · 7 min read · CheatSheet

Java read file using 5+ methods [Easy Examples]

Java read file using Desktop class, FileInputStream, BufferedReader, FileReader, Scanner, and readAllLines() methods by taking different examples

By bashiralam · 8 min read · JAVA