Month: September 2019
RTC 10: Set watchdog
http://www.libelium.com/development/waspmote/examples/rtc-10-set-watchdog/
Wolf Trap National Park for the Performing Arts
https://en.wikipedia.org/wiki/Wolf_Trap_National_Park_for_the_Performing_Arts
beamer – Font display error in windows – TeX – LaTeX Stack Exchange
\usepackage{sansmathaccent}
\pdfmapfile{+sansmathaccent.map}
Source: beamer – Font display error in windows – TeX – LaTeX Stack Exchange
paper size – LaTeX beamer presentation-package 16:9 aspect ratio?
\documentclass[aspectratio=169]{beamer}
Source: paper size – LaTeX beamer presentation-package 16:9 aspect ratio? – TeX – LaTeX Stack Exchange
conversion – How to convert the Latex format to Mathematica input?
ToExpression["string", TeXForm, HoldForm]
Source: conversion – How to convert the Latex format to Mathematica input? – Mathematica Stack Exchange
Linux Delete / Remove MBR – nixCraft
Linux Delete / Remove MBR
last updated in Categories Linux
I‘ve installed an usb image on Pen drive along with MBR. Now, I need to use this USB pen for other purpose. Is there a way in Linux to delete the mbr (just like dos fdisk /mbr command)?
You can delete the mbr (master boot recored) using the dd command itself. A master boot record (MBR) is the 512-byte boot sector that is the first sector of a partitioned data storage device of a hard disk.
Understanding MBR size
The mbr size is as follows in bytes:
Where,446 + 64 + 2 = 512
- 446 bytes – Bootstrap.
- 64 bytes – Partition table.
- 2 bytes – Signature.
WARNING! These examples may crash your computer if executed. The following command will completely delete your MBR including all your partition information. So make sure you use the correct device name and block size in bytes.Option #1: Command to delete mbr including all partitions
Open a terminal and type the following command command to delete everything:
# dd if=/dev/zero of=/dev/sdc bs=512 count=1
Sample outputs:
1+0 records in 1+0 records out 512 bytes (512 B) copied, 0.00308483 s, 166 kB/s
Where,
- if=/dev/zero – Read data from /dev/zero and write it to /dev/sdc.
- of=/dev/sdc – /dev/sdc is the USB drive to remove the MBR including all partitions.
- bs=512 – Read from /dev/zero and write to /dev/sdc up to 512 BYTES bytes at a time.
- count=1 – Copy only 1 BLOCK input blocks.
Option #2: Command to delete mbr only
The following command will erase mbr, but not your partitions:
# dd if=/dev/zero of=/dev/sdc bs=446 count=1
Where,
- bs=446 – Read from /dev/zero and write to /dev/sdc up to 446 BYTES bytes at a time.
Riemann’s paradox: pi = infinity minus infinity
How Does a Switching Power Supply Work 2 (measurements)
How Does a Switching Power Supply Work 1 (schematic, explanation, example, modifications)
Hahn – Mozart – Violin Concerto No.3
5X RC Lipo Battery Balance Charger Plug Connector 22AWG Cable For IMAX B3B6

