Live data from Hacker News

My Arch Linux Setup with Plasma 5

sadanand-singh.github.io

1–10 of 78 posts

Re: My Arch Linux Setup with Plasma 5

#3
When you overwrite the disk, you say you should use dd if=/dev/random, but the reason why this is much slower is because /dev/random blocks. Use /dev/urandom because it doesn't block -- Before you ask, yes this is still secure.

Or you can use dm-crypt and create a temporary container with a random key to wipe it. This will be a bit faster than the above. See the Arch wiki for details[1]

[1] - https://wiki.archlinux.org/index.php/Dm-crypt/Drive_preparat...

Re: My Arch Linux Setup with Plasma 5

#6
post #3

When you overwrite the disk, you say you should use dd if=/dev/random, but the reason why this is much slower is because /dev/random blocks. Use /dev/urandom because it doesn't block -- Before you ask, yes this is still secure. Or you can use dm-crypt and create a temporary container with a random key to wipe it. This will be a bit faster than the above. See the Arch wiki for details[1] [1] - https://wiki.archlinux.o…

Or, you can use the (S)ATA Secure Erase[1] command which was designed from the start to securely wipe a hard disk and should handle wiping reserve space etc. properly.

[1] https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase

Re: My Arch Linux Setup with Plasma 5

#10
Arch Linux is so powerful thanks to its amazing community. You got access to over 70k packages with one command (stable: pacman, community: yaourt). Whatever you're looking for, it's there.

I run the same setup for almost 7 years without any issues, and it's always fast, always reliable and productive. I prefer Xmonad over pretty stuff like KDE though, just like many Arch users. It's not beautiful and there is a learning curve, but once you got used to it, you can use it for years, just like me and lots of other people. And it'll give you a stability that lasts years.

Recently I created a distro based on Arch, to attract more pragmatic developers to use Arch. My distro is called Happy Hacking Linux and unlike Arch, it comes with a ready-to-use desktop. It's a niche distro made just for pragmatic developers, so its installation wizard starts with asking where your dotfiles are located, and sets up a system that you can immediately start building stuff. Last January, I converted my dad's old desktop pc to my personal development workspace within 30 minutes. And that useless machine was running my workspace as fast as a brand new Mac with bloated OSX.

If you're curious, check it out; http://kodfabrik.com/happy-hacking-linux

Post reply on HN