Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Am I paranoid? (Score 4, Interesting) 87

I don't know if I'm being paranoid, but I'm pretty sure there are backdoors in every major open source project : gcc, the linux kernel, ssh, gpg and bash to name a few.
They've been either actively introduced by NSA/FSB/... or found and jealously kept secrets.
It's not like recent history has proven this theory wrong. :-/

Comment Re:Hope! (Score 0) 522

bcat /var/log/blablabla_log.bin | less
bcat /var/log/blablabla_log.bin | vim -
bcat /var/log/blablabla_log.bin | grep pattern
where bcat is an alias to whatever command you need to open systemd binary logs.
and with the appropriate plugin :
vim /var/log/blablabla_log.bin
just like you can do
vim /var/log/auth.log.2.gz

What's not *nix about it?

Comment Re:Debian (Score 1) 303

I'm not trying to start a flamewar, just asking a genuine question:
What are the main differences between Debian, Mint & Ubuntu now?
I took some time last month to install and test OpenBSD, Alpine Linux, Mint, Mint LMDE, Ubuntu & Debian.
I just wanted a basic graphical interface + terminal + tabs + vim + zsh + ssh
I was suprised to see that Debian wasn't that much smaller or faster than other Debian based distros.
Ubuntu UI sucked, but I really liked the speed and small footprint of Alpine Linux.

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...