Slashdot Mirror


User: armanox

armanox's activity in the archive.

Stories
0
Comments
1,824
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,824

  1. Re:Don't use Drupal. It's a piece of shit. on Drupal Multimedia · · Score: 1

    So what actually didn't work? You never stated the problem.

  2. Re:a FOSS project that requires extensive hacking on Drupal Multimedia · · Score: 1

    Because its commercial competitor (Sharepoint) doesn't require any do it yourself code/hacks...

  3. Re:No. on Plug vs. Plug — Which Nation's Socket Is Best? · · Score: 2, Informative

    I don't think any of the circuits in my house are > 15A (excluding the huge AC unit, which is 30A on its own circuit).

  4. Re:It says: 256MB RAM... on Ubuntu 9.10 Officially Released · · Score: 1

    Slackware installs a DE by default. Just not GNOME. And, Slackware works just as well for the average user as Ubuntu does.

  5. Re:It says: 256MB RAM... on Ubuntu 9.10 Officially Released · · Score: 1

    I have my CD-Drive on the IDE bus on my 486. Now, being able to boot to it is another story...

  6. Re:Will it... on Ubuntu 9.10 Officially Released · · Score: 1

    Yes it does. Last video cards I bought were an ATi Radeon HD 4550 and (years ago) a GeForce 3. Both worked perfectly for me (after downloading drivers).

    I have two Sound Blaster Live! cards at home that I also purchased at Best Buy, that also worked without issue.

  7. Re:Will it... on Ubuntu 9.10 Officially Released · · Score: 1

    I haven't had any issues with picking up hardware from Best Buy and dropping it in Linux systems for years.

  8. Re:flash? on Ubuntu 9.10 Officially Released · · Score: 1

    Because we have 64bit flash in Windows and Mac OS...

  9. Re:It says: 256MB RAM... on Ubuntu 9.10 Officially Released · · Score: 3, Interesting

    Let me introduce you to Slackware. Slackware requires:

    * 486 processor
    * 64MB RAM (1GB+ suggested)
    * About 5GB+ of hard disk space for a full install
    * CD or DVD drive (if not bootable, then a bootable USB flash stick or PXE server/network card)

  10. Re:The problem... on Psystar's Rebel EFI Hackintosh Tool Reviewed, Found Wanting · · Score: 2, Interesting

    Well, not in the consumer market at least. If you remember NeXTSTEP, IRIX, AIX, HP-UX, among others, that only ran on certain hardware. And Windows locks you into x86 based computers.

  11. Re:Yahoo mail being down? on Geocities Shutting Down Today · · Score: 1

    Doesn't only apply to Geocities owners - I can't access Yahoo! mail either (First web site was on angelfire).

  12. Re:as they would say on FARK.. on Yahoo Offered Lap Dances At Hack Event · · Score: 4, Funny

    Get the popcorn... this is going to be an epic thread. We've already had the "Wish I was there" post, it's time for the feminist wing to turn up. Oh the objectification!

    This is slashdot. I have yet to see a feminist wing.

  13. Re:Most "Features" Have Nothing To Do With Fedora on Fedora 12 Beta Released · · Score: 2, Interesting

    Most of these features that are listed are from the Red Hat and Fedora teams, and some make it upstream. DRI2 is pushed by RH/Fedora, Network Manager was created by Red Hat, and Fedora adds features to GNOME that have made it into upstream. Fedora stands out because they have many features before other distributions because Red Hat contributes much code to these projects.

  14. Re:Not a particularly exciting release on Fedora 12 Beta Released · · Score: 1

    I don't know too many people that are still using Ubuntu - they switched to either Fedora or Debian.

  15. Re:Bluetooth PAN tethering support in NetworkManag on Fedora 12 Beta Released · · Score: 1

    Send feature request to Red Hat and Fedora teams? They wrote Network Manager afterall.

  16. Re:What about RTF support on Sneak Preview of New OpenOffice 3.2 · · Score: 1

    Perhaps RTF isn't the format you want. The format lacks the advanced features of ODF and OOXML, and in my experience doesn't support images.

  17. Re:Import of password protected Microsoft Office X on Sneak Preview of New OpenOffice 3.2 · · Score: 1

    My school didn't. They recomended Open Office to people who did not have MS Office, and the "weird" guy in IT was using TeX.

  18. Re:WIll this be backported? on Sneak Preview of New OpenOffice 3.2 · · Score: 1

    Generally you should extract to /usr/src for compiling software. That's central self-compiled software directory,.

  19. Re:Actually the 47th on 12M Digit Prime Number Sets Record, Nets $100,000 · · Score: 1

    If you can prove it.

  20. Re:Test is pointless on Comparing Performance and Power Use For Vista vs. Windows 7 WIth Clarksfield Chi · · Score: 2, Interesting

    In the few test situations I've run Windows 7 in (My laptop (1.7GHz Celeron M, 1.5G RAM, ATi XPress 200m), my desktop (2GHz Pentium Dual-Core, 3GB RAM, ATi Radeon HD 4550), a Dell GX270 (3.2GHz P4 HT, GeForce 6200, 2GB RAM), and a Dell SX280 (3 GHz P4 HT, 1GB RAM, Intel i915 Graphics) I have seen it out perform XP, especially as RAM increases. With 1 GB they seem fairly even, at 2 7 is faster, and above 2 XP can't compete. Also, much better drivers for 64-bit 7 then XP.

  21. Re:Never did understand... on "Windows 7 Compatible" PCs Must Be 64-bit · · Score: 1

    I would say that the motherboard would seem to support 64-bit. I've been running 64-bit Linux (Fedora 8-10, now Slackware64) for quite some time, and my install of Windows 7 is 64bit.

  22. Re:Ask Slashdot on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 1

    It does appear that the '> at the end is an error

  23. Re:Ask Slashdot on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 2, Informative

    btw, numbers used to be higher, but I just archived the old secure logs, and have seen a massive drop in attacks since I started using denyhosts. Root used to see ~10k attacks in a week.

  24. Re:Login as root. Does any Linux distribution allo on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 1

    Plenty do. Slackware, Fedora, CentOS, Debian, just to name a few.

  25. Re:Ask Slashdot on Sloppy Linux Admins Enable Slow Brute-Force Attacks · · Score: 3, Interesting

    I see a lot of seemingly valid logins (could be valid, but not on my system...)

    Running awk 'gsub(".*sshd.*Failed password for (invalid user )?", "") {print $1}' /var/log/secure* | sort | uniq -c | sort -rn | head -10'> yields

    279 root
    20 test
    19 admin
    9 john
    9 guest
    8 PlcmSpIp
    7 oracle
    7 info
    6 webmaster
    6 mysql


    so, we have 6 that often are valid, a very common name, two that almost could be valid (info and webmaster), and one nonsense. Only one account on that system has ssh allowed, and it's certainly not root.