scribbleghost

scribbleghost

Author and editor of scribbleghost.net - A classic good old blog about tech, programming, computing, system administration, scripting, gaming, web development and a lot more...

HTML cheat sheet for web scraping

This is a cheat sheet for the not-so HTML/CSS savvy out there. Remember that you can always search the page with your browser for elements. Tags These are the most common tags: <!–…–> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area>…

Offline update Windows 10

Want to update Windows 10 without connecting a computer to the internet? Let’s start with a clean installation of Windows 10 Pro on a virtual machine without an internet connection. Let’s run winver.exe to see which version we have first.…

Rotate images in Windows with ImageMagick

Since rotating images in Windows causes images to loose quality, I decided to use ImageMagick to rotate images instead. ImageMagick is a small command-line tool for image processing. Rotating images with ImageMagick is fairly simple: Rotate right magick convert -rotate…