My Linux Guide
  • Home
Sign in Subscribe
Systems Administrator

Backup Master Boot Record

  • Nishant

Nishant

Apr 20, 2010

dd if=/dev/sda of=/tmp/mbr.img bs=512 count=1

Sign up for more like this.

Enter your email
Subscribe
How to Set Up a Third-Party Mail Relay with Postfix

How to Set Up a Third-Party Mail Relay with Postfix

Learn how to configure Postfix to relay mail through a third-party SMTP provider securely and efficiently, including TLS and authentication settings.
Jun 6, 2025 2 min read

Run Python Projects with Docker Compose and Volume Mounting

Learn how to use Docker Compose to run your Python project with a mounted local directory, allowing seamless development and testing inside a container.
May 29, 2025 1 min read

How to Extract MP3 from MP4 in All Subdirectories Using a Bash Script

Use this Bash script to recursively find all MP4 videos and convert them to MP3 audio using ffmpeg. Organize the output neatly into folders.
May 29, 2025 1 min read
My Linux Guide © 2025
Powered by Ghost