Skip to content

Instantly share code, notes, and snippets.

View palerdot's full-sized avatar
💭
.

Arun Kumar palerdot

💭
.
View GitHub Profile
@palerdot
palerdot / Einstein.pdf
Last active August 29, 2015 14:21
Creating PDF thumbnails in JS with PDF JS
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@palerdot
palerdot / create_iso_from_cmdline.md
Last active August 29, 2015 14:03
Create iso image of dvd in linux from command line

If the dvd is mounted it is available via /dev/dvd

Run the following in terminal

sudo dd if=/dev/dvd of=/your/path/file_name.iso

Here, if denotes input file, of is output file. dd stands for device dump.