Slashdot Mirror


User: tarka69

tarka69's activity in the archive.

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

Comments · 22

  1. Availability /and/ performance monitoring on Nagios System and Network Monitoring · · Score: 1

    Agreed; basically Nagios a mess, but it's pretty-much the standard unfortunately, as it kinda-sorta gets the job done.

    My main problem with the current crop of monitoring tools is that they are all either about availablility (Nagios, et al) or performance (MRTG, Cacti). Currently I'm using Nagios+Cacti, which kinda-sorta works for me, but it would be nice to have a single coherent interface to my systems. Zenoss also looks interesting, although I haven't tried it yet, but I'd like to hear of any other possibilities.

  2. Re:And here's how you do it .... on Critical Flaw Found in VNC 4.1 · · Score: 1

    Yes, a silly mistake, but ultimately it doesn't make any difference as any host on the internet is scanned and attacked all the time.

    Still, gives me an incentive to re-check my configuration.

  3. Re:And here's how you do it .... on Critical Flaw Found in VNC 4.1 · · Score: 1

    ... And obviously replace your hostname with mine

  4. And here's how you do it .... on Critical Flaw Found in VNC 4.1 · · Score: 5, Informative
    Start the vnc-server with the following:
    vnc4server -nolisten tcp -localhost

    Add the following to your ~/.ssh/config:

    Host lucretia
            HostName lucretia.dyndns.org
            Compression yes
            LocalForward 5901 localhost:5901

    Then ssh into the machine to create the tunnel. You then connect to the remote VNC session with "xvncviewer localhost:1".
  5. Re:Nice wrap-up on Miguel de Icaza on Mono, Ximian/Novell, XAML · · Score: 3, Informative
    Add to that the fact that Java is rapidly gaining first-class support in mono via IKVM. From the IKVM blog:

    The next Mono release will contain the C half of the IKVM JNI provider and the next IKVM snapshot will contain the C# half of the Mono JNI provider. This means that JNI will work out of the box on Mono (for the parts of JNI that are actually implemented).

    This will hopefully attract developers who want want to go the Mono route but can't afford to lose their existing codebase/knowledge.
  6. It'll be interesting to look back on on The Blues for LEDs · · Score: 2, Insightful
    Every now and then I have a look around me and wonder what will look really dated in a few years; you know, those little things that mark a particular time and look completely daft to look back on.

    Things from today:
    • Blue LEDs (natch)
    • Swoopy-sketch logos (e.g. the Java logo
    • Beige-fucking-everything

    Care to add?
  7. Access Grid on Good Demo System For A High-Bandwidth Link? · · Score: 5, Interesting

    You could set up an access-grid node:

    http://www.accessgrid.org/

    It's got a pretty-good 'wow'-factor, and is one of those things that people instantly want at their own site. The coolest thing is that it scales; it runs on hardware ranging from a laptop with a webcam to a custom-build facility.

  8. Re:Liars... I mean... Lawyers on Aussie Students Face Jail Over Music Sharing Site · · Score: 1

    The legality of file sharing remains in question.

    That in itself is the problem in many ways. There is no provision in Australian law for fair-use. You are not explicitly allowed to use any copyrighted material; there are implied uses of purchased material, but when it comes to the crunch there is nothing in Australian copyright law that says you are allowed to use something you have purchased for *anything*.
  9. This is exactly what is needed on Fight Woodworking Piracy: Add EULA Restrictions · · Score: 1

    The problem with trying to change these sort of laws at the moment is that no-one outside of the software industry understands the ridiculousness of this situation. Until now. The next time you want to explain this to the average bloke in the street there is the perfect real-world example: "Imagine you've just bought a wood-working tool, but when you open the packet you discover you've already agreed to these terms ...."

  10. In a way I hope for this ... on Sun Posts Increasing Loss · · Score: 1

    Given Sun's history of squabbling with MS, frequently just for spite, there's a possibility that as a last parting blow they may completely free Java, marginalising .NET and paving the way for a merging of the best parts of .NET and Java.

    I'm such a dreamer ...

  11. Busted on JetBlue Gives Away Passenger Info To TSA? · · Score: 1

    I certainly look middle eastern, and I have never been hassled (or singled out) because of the way I look. Certainly not at home in Australia.

    Ahha, gotcha! You are Philip Ruddock and I claim my autographed
    Pauline Hanson mug!
  12. Re-encoding for slower machines on Matrix Reloaded Trailer Released · · Score: 2
    If you're having problems playing the .mov under xine or mplayer (keeps skipping/freezing) mencoder can re-encode it to DivX. The following commandline gives good quality that'll play on my 700 athlon and is a third of the size too:


    mencoder -v trailer_final_1000_dl.mov -oac mp3lame -lameopts cbr:br=128 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1800


    HTH

  13. An alternative suggestion on Politicians Seek Spam Loophole · · Score: 5, Interesting
    Self-serving though the article is, it does make one good point: that the internet can lower the costs for candidates, potentially opening the doors to some who would not run. However, spamming is not the answer.


    An alternative would be for the government should create opt-in mailing lists (or web forums) in the spirit of equal-time laws, that allow posting by all registered candidates, that anybody may subscribe to. This would enhance public debate on issues (as candidates would be able to counter their opponents claims in the same forum), without forcing those debates upon those who have no interest.

  14. OK, now I'm confused ... on MS Oversight Committee Hopeful Stephen Satchell Answers · · Score: 0, Redundant
    With the TC (and some changes, hopefully, in the PFJ ...

    What has the People's Front of Judea have to do with the Technical Commitee?

    (Splitters!)

  15. Re:Preemptible kernel patch on Kernel 2.4.14 is out · · Score: 1
    This sounds CPU intensive. You need to hammer the IO subsystem to really see the effects of latency.
    It's not a question of the CPU being overloaded as a case of the the scheduler denying access to the CPU at critical times.


    Of course, I'm not a kernel hacker, so YMMV.

  16. Re:Preemptible kernel patch on Kernel 2.4.14 is out · · Score: 1
    > Does xmms normally skip a beat without the > pre-emptive patch?

    It does if you try and rip a CD at the same time :)

    Admittedly, I hadn't tried under the 2.4 series without preempt patch, but under 2.2 a CD rip caused an occasional audio dropout.

    Take a look at the results of the audio latency benchmark at the project page. That states that you'll start seeing dropouts at 5.8ms latency.

  17. Preemptible kernel patch on Kernel 2.4.14 is out · · Score: 4, Informative
    Once again it's worth mentioning the preemptible kernel patch. I've been running this for the last couple of releases, and for a developer's desktop system it give noticable results.

    Case in point from yesterday: Running gnome desktop, with a kernel build going in the background, while ripping a CD, running mozilla and netscape 4.x, and running and testing a mod_perl/mysql system, all on the same machine, xmms didn't miss a beat.

    No, I'm not exaggerating. This was all on a 700MHz Athlon, 256M, IDE.

  18. pre6 patch works on Kernel 2.4.11 Released · · Score: 1

    The .11-pre6 patch applies and builds. I'm running on it now.

  19. Schneier on voting systems on Microsoft, Unisys & Dell To Make New Voting System · · Score: 5
    You might want to have a look at the Bruce Schneier (inventor of the Blowfish algo. and crypto pundit) on electronic voting systems.

    Basically, he says they are a dangerous thing ...

    The comforts you demanded are now mandatory -- Jello Biafra
    --

  20. Cool .. but pink? on Successful Bionic Hand · · Score: 1
    I've never understood why these things have to be pink. I mean, it's not as if it's going fool anybody. I'd rather have one in black, or medical blue, or just bare.

    Better to get "You have a bionic hand? Cool!" than "Your hand .. erm .. it's very realistic. No really, I couldn't tell."

  21. What the hell is wrong with people? on Bill Gates's email - about Linux · · Score: 1
    All these people crying "It's a hoax!". No it's not, it's satire!
    Right at the bottom of the article :
    Note: This article is a piece of satire meant to brighten your day.
    Yet right after that are comments from readers about it being a hoax. Astounding. At times like this the terms "A new order" and "Swept clean by fire" spring to mind.
  22. Focus on Girls Don't Want To Be Geeks · · Score: 3
    My girlfriend and I had a discussion about this last week. It got a bit heated (wine was involved :), but in the end there was one main thing we agreed on: while men and women may be capable of the same things, men often go further because of focus.

    It's one thing to have a talent for something. But to to truly master a field requires a certain amount of mono-mania. This is what makes true masters of their art what they are. It's also what makes many geeks insufferable people to deal with.