Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4847632
Topic
433747
Board
Off-topic
Re: Everyone who uses Linux for crypto currency should use Arch Linux
by
Kenshin
on
30/01/2014, 22:39:14 UTC
This is the privacy issue.
http://www.esecurityplanet.com/network-security/eff-warns-of-major-ubuntu-privacy-issue.html
Quote from: Cytality on January 26, 2014, 10:55:21 PM
What the hell is easier than:
Code:
sudo apt-get install bitcoin-qt
In Arch Linux this is what you type
Code:
sudo pacman -S bitcoin-qt
It is much shorter.
And in Ubuntu and Debian
Code:
sudo apt-get update && sudo apt-get dist-upgrade
In Arch for the same command
Code:
sudo pacman -Syyu
Now isn't this command shorter?