Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Process explorer features (Score 1) 423

As for my feedback, I'd like to see more features from process explorer available. The tool provides _a lot_ for detailed information about a process:
- the tcp/ip connections the process has open.
- the libraries it has loaded
- the environment variables the process has.
- the security context of the process (think selinux)
- the strings the process contains (both image and memory)
- the threads it has open, including their starting point.
- the cpu and memory usage per process.

See https://bugs.kde.org/show_bug.cgi?id=127728

Oh and other nice features of it:
- killing an app by pressing delete
- a brief highlight of a row on process creation and destruction.

Could you consider some of these points? It would be yet a reason less to open a terminal, and rival `top` :-)

Comment Re:Some questions (yes rpm, but not bad anymore) (Score 1) 121

1) does it force the use of RPM? Some prefer DEB, or even ebuilds.

Yes, because it produces a openSUSE derivative.

Fortunately, openSUSE also comes with zypper as high level tool. It's quite like apt is a high level tool to dpkg and DEB packages.
For a comparison:

  • rpm -i <-> dpkg -i
  • zypper install <-> apt-get install

Zypper is also just as fast as apt-get. So it may not be that bad after all. :-)

Secondly the openSUSE build service allows you to search for an insane number of packages in community / addon repositories.

Comment Re:Microsoft's excuse for not updating (Score 1) 211

The Linux way isn't perfect either because running applications do not benefit from the update. Such an application will effectively use the old DLL until it is restarted giving a false sense of security. If an affected service is not restarted, then the computer is still at risk.

this is a realy good point, and most people seam to forget that. After running updates, you can use this command to see which processes use old library versions:

lsof | grep inode=

I'd wish linux update tools/applets would check this too...

Comment Re:Strategy fail (Score 1) 828

Just three days ago at FUDCon, I saw someone try to use KGPG on their GNOME desktop. He had localized GNOME in Dutch, and when KGPG pops up...everything was in English

And that's something this distribution could have addressed already. The package manager knows the language setting too.

Cellphones

E17, Slimmed Down For Cell Phones 166

twitter writes "Want to run Enlightenment on your cell phone? The Rasterman's recent efforts bring E17 to Open Moko FreeRunner and Treo 650: 'According to the Rasterman, when used with his updated illume stack and new Elementary widget set, E17 can now run in just 32MB of RAM, on an ARM9 processor clocked at 317MHz. To prove it, he is distributing a Linux kernel and E17/Illume/Elementary stack for Palm's Treo650. The stack can be launched from PalmOS without touching the device's flash storage, he says.' While Microsoft fumbles with limited 'instant on,' GNU/Linux rules the embedded world and that's the only thing going in the IT market right now."
The Internet

The Pirate Bay About To Relaunch Suprnova.org 285

kungfujesus writes "The Pirate Bay crew has been working on this secret project for quite some time now. Back in April they wrote a cryptic post on their blog announcing that something was coming. In a response to this announcement TPB admin Brokep told TorrentFreak: "The past, the present and the future. It's all the same, but one thing's for sure, we will radiate for weeks", today it became clear that he was referring to the resurrection of Suprnova."

Comment Re:Nothing to see here (Score 3, Interesting) 100

I happen to remember that many, many, many years ago some magazine editor decided to rag on some company that had sent the magazine some doodads. The doodads weren't even promoting a game! Instead they were announcing the creation of a new videogame company. The doodad was actually a knick knack with a bloody brain in it (or something like that) with the name of the company printed visibly on it. For some reason this irked the game magazine editor, and he proceeded to expound, on said magazine's editorial, on how gimmicky the whole affair was, and what a loser of a company this was going to be.

For some reason, Croal's post reminded me of that editorial... And I will tell you this: PR is PR, that's why we have hot babes selling beer and spam emails to make our dicks longer. But in the end, the game will stand alone and speak for itself, gamers will either love it or hate it.

You see, that company the magazine editor ragged on? A couple of years later it went on to release Grand Theft Auto for the PS2, and arguably single-handedly brought open-ended sandbox gaming to the masses...
Operating Systems

Gentoo On Server Considered Harmful 372

Siker writes in to point out his blog post — Why Gentoo Shouldn't Be On Your Server — which seems to have stirred up a lot of discussion, including a thread on the Gentoo forums. From the post: "I firmly believe in updating server software only when you need to. If you don't need new features, and things are working, why change anything? If you update anything you will undoubtedly need to update configuration files. You will need to fix things that break in the upgrade process... This is hard with Gentoo. Gentoo wants you to change a lot of stuff. It wants to be bleeding edge."

Slashdot Top Deals

Never invest your money in anything that eats or needs repainting. -- Billy Rose

Working...