Slashdot Mirror


User: Gunstick

Gunstick's activity in the archive.

Stories
0
Comments
403
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 403

  1. big heap of crash on Cinnamon 2.6: a Massive Update Loaded With Performance Improvements · · Score: 1

    This dreadfull bastard of slowness and bugs has been dumped by me after I encountered about 1 crash, freeze or reboot per week. (on frssh LMDE install beginning 2015)
    It is completely utter sillyness to expect endusers to use a kiddy fiddely software piece of junk.
    Switched to Mate (i.e. gnome2) and it was 10 times faster, and has not crashed since 2 months.

  2. switch off personalized search on Ask Slashdot: What Features Would You Like In a Search Engine? · · Score: 1

    Today's search engine like to optimize results for you. So you get the results based on past searches and clicks.
    This puts you into your own personal bubble. You only find stuff you already know because you only get links relevant to your personal knowledge field. But what you actually search is a different view on the world, not your own view.
    To escape that, you would need to remove all cookies and even change to a completly different PC or ISP or country.
    This should be a user user accessible feature. Sort of "amnesia search".

  3. luxembourg: 3 languages and more on Speaking a Second Language May Change How You See the World · · Score: 5, Interesting

    In Luxembourg, from the first years in school on, we learn french and german.
    And additionally learn the local Luxembourgish.
    Later, english is added.

    So everybody is trilingual, but often from parents there are 1 or 2 other languages added.
    And learning 5 languages as a kid is in fact no problem at all.

  4. Re:themes and skins? on Ubuntu To Officially Switch To systemd Next Monday · · Score: 1

    I would like to have the ASCII theme for the log deamon instead of the sandard BINARY theme

  5. This is how you solve "Bug 1" on Ubuntu To Officially Switch To systemd Next Monday · · Score: 1

    Yeah, bug 1 was resolved recently. https://bugs.launchpad.net/ubu...
    But as I see it, using systemd makes linux as useless and undebuggable than windows.
    So there is no point to use linux, nothing different, sam black box as windows. Result: microsoft has won. Thanks Poettering.

    Solving Bug 1 by making linux the same as Windows. Yeah! Sure, that's how you do it!

  6. just shutdown twitter on ISIS Threatens Life of Twitter Founder After Thousands of Account Suspensions · · Score: 1

    yeah, that will maybe piss everyone off, but still not enable ISIS to spread their terror messages.

  7. Re:Windows XP? on Microsoft Fixes Critical Remotely Exploitable Windows Root-Level Design Bug · · Score: 2

    yes. and not patched.
    like windows 2003, which is stull in support, but so badly designed that a patch is not possible.

  8. Re:Just so I understand on Microsoft Fixes Critical Remotely Exploitable Windows Root-Level Design Bug · · Score: 1

    on patch day, not only the trutype thingie got fixed, but 35 other remote code executions in MSIE.
    thirtyfive!
    Shows code quality.

  9. Re:It's funny... on Microsoft Fixes Critical Remotely Exploitable Windows Root-Level Design Bug · · Score: 1

    and glibc "ghost"
    oh wait...
    that one was mostly a publicity stunt from the security company.

  10. so I can't customize other extensions to my liking on Firefox To Mandate Extension Signing · · Score: 1

    It heppens that an extension does not install because the firefox version does not match.
    The only thing not OK is the developer not having submitted a new file where the version is changed.
    I usually unpack the extension, change the firefox version and repack it again.
    And it works flawlessy.
    Now, with signing, this will probably be impossible.

    Pinning firefox in apt ...

  11. You did upgrade systemd! on Live Patching Now Available For Linux · · Score: 1

    it actually updates systemd in ram by doing a reexec
    Something which was possible for other processes.
    To do this with the PID1 is something new.
    And if that is going to work all the time is a mystery.

    You could expect kernel panic on a systemd update.

  12. let 4.0 be the one requiring systemd ... on Torvalds Polls Desire for Linux's Next Major Version Bump · · Score: 1

    ... so I can stay away from it and know when to change to BSD

  13. Re:Attack vector Port is SSH (22), passwd guessing on New Multi-Purpose Backdoor Targets Linux Servers · · Score: 1

    just renamed all my "root" users to "admin" :-)
    Try to bruteforce that!
    Maybe I should rename to "Ht695rdwP"

  14. Re:Attack vector Port is SSH (22), passwd guessing on New Multi-Purpose Backdoor Targets Linux Servers · · Score: 1

    google translate, translates correctly to SSH

    DrWeb, such good "researchers" they can't even translate their own shit

  15. 0118 999 881 99 9119 7253 on The Most Popular Passwords Are Still "123456" and "password" · · Score: 1

    Now that's easy to remember!
    Spaceballs is old, now it's IT crowd, and it makes for way better passwords.

  16. I have a solution for this... on Obama: Gov't Shouldn't Be Hampered By Encrypted Communications · · Score: 1

    ... but noone listens to me anyway.
    You can also ask any cryptoexpert. There are ways to crypt and also have decrypting by court order only.
    PKI plus public key of authorities, decryptable by 2 keys. government decrypt key is owned by multiple people so decrypting without court order is difficult
    Won't work for OTR obviously

  17. Re:Let me make sure I understand this . . . on Grinch Vulnerability Could Put a Hole In Your Linux Stocking · · Score: 1

    or reboot, interact with grub, start a shell ...
    instructions are a google search away for "recover from lost root password"

  18. Re:Quite possibly the stupidest vulnerability ever on Grinch Vulnerability Could Put a Hole In Your Linux Stocking · · Score: 1

    we need a tacky name for that windows vulnerability, else it's never going to make the news!

  19. Re:Wheel Group on Grinch Vulnerability Could Put a Hole In Your Linux Stocking · · Score: 3, Informative

    centos:
    # grep wheel /etc/group
    wheel:x:10:root

    redhat 5
    # grep wheel /etc/group
    wheel:x:10:root

    redhat 6
    # grep wheel /etc/group
    wheel:x:10:root

  20. Re:Grinch is not a flaw - has no CVE!!! on Grinch Vulnerability Could Put a Hole In Your Linux Stocking · · Score: 1

    in other news: chmod +s bash does not work as bash has code which does not allow itself to be SUID.
    Seems too many people actually did that :-)

  21. Re:Why dislike something you know nothing about? on Ask Slashdot: Can You Say Something Nice About Systemd? · · Score: 1

    how does systemd compare to solari's SMF?
    I did not at all get along well with SMF. Too cumbersome for the little bonus it brings.

  22. at least bash will never execute variables... on How Poor Punctuation Can Break Windows · · Score: 1

    ...except for shellshock.
    that's a bug and got fixed.
    prove me wrong.
    and not with the classic file '-rf' as that's not executing but just plain parameter passing (which really should get fixed to be less likely to break stuff, i.e. fix GNU getopt)

  23. Re:Systemd distribution on What's Been the Best Linux Distro of 2014? · · Score: 1

    is this from an old Microsoft presentation? Sound like it.
    Yeah, systemd will make linux into windows, i.e. it will die. because if you want unmaintainable OS, just use windows, it has all the softwares.

  24. Re:systemd on What's Been the Best Linux Distro of 2014? · · Score: 0

    systemd basically transforms linux into windows.
    If you want to use windows, with it's hidden startup, binary logfiles and other cumbersome and useless administrator (non-)functionality then just go ahead and install windows. Don't shovel those silly concepts down the throats of millions of happy linux users.

    I have seen similar stuff on other unixes, like AIX and Solaris. It's a headache, non controllable and impossible to debug. After linux goes to systemd, the only OS left with a file-based philosophy will be BSD and... HP-UX!

    Maybe we can hope that HP-UX gets ported to x86 after Itanium is dead. And that HP never gets the idea "oh everyone else uses databases/xml/binary for system relevant data, let's just fuck it up and do the same"

    Well my next linux is going to be non-systemd, and if there's none, well then it's to be a BSD.
    After linux for the desktop never happened, linux in general will not happen.
    It was a nice time, I'll move on.
    Which BSD is the best "distro"?

  25. Re:String concatenation operator in awk on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    well, looks like awk borrowed stuff from everywhere.
    Like the invisible string concat reminds me of what echo does with it's parameters in the shell.

    and it's still my preferred way of doing things.
    I solved a lot of problems on codeeval.com with awk, and got quite good results. The code is really fast.