Archive for April, 2011



jnettop: Another network monitor?! Why not?

I only have a few minutes today, and so I’ll just tack down one more network monitor I scrounged up the other day. This is jnettop.

It would be unfair of me to make light of jnettop for being one in a long list of network monitors for the console.

After all, I don’t know who was first and who followed who, and it may be that jnettop can trace its history back into the early days of network monitoring.

Be that as it may, there are a lot of options out there for network monitors, and jnettop is just one of them.

When I finally break down and acknowledge the overwhelming obviousness (and need, although I dread saying that) of a CLI-app-a-day blog, one whole month will be devoted just to network monitors.

All the same, I won’t make a recommendation for, or slur against jnettop, since it does much the same job as its brethren, but displays the information in a slightly different arrangement.

Like many things in life, you’ll have to examine this one and weigh it on its merits, and then decide if you’ll use it over the others. Beware, the list is long. … :shock:

Same place, slightly different way

I have been slack in updating this page in the past couple of days, for a couple of reasons. Mostly because real life commitments pounced on me on Friday, but also because I have been lately thinking about something a tiny bit distressing.

It started when I heard about elementary OS, the sort of new-kid-on-the-block Ubuntu knockoff. Dutifully, I gave it a try.

Nice startup screen. Has a clean look about it. Keeps to “lighter” software, although it might as well tuck in to things like Firefox and OpenOffice, so long as it’s going to ride at around 185Mb for a live environment.

Nothing distressing there, really. But the more I thought about it, the more I began to ask myself: What’s so different about this that sets it apart from, say, Xubuntu, or Lubuntu, or Peppermint OS, or even something I put together myself?

Not that there’s anything wrong with elementary OS itself, although I find the home page uncomfortably lacking in fundamental information — what the goal is, what machines it’s intended for, what sets it apart from other distros.

And I’m not sure why I would want to “order” it, unless that means I get a pressed CD for my efforts.

What is bothering me here — and one of the reasons I haven’t distro-hopped much lately — is that unless the core elements are changed, there’s not much that’s different between any two distros.

The same software, the same arrangement, the same “claims” in most cases (lighter! faster! revives old hardware!), and short of using one package manager or another, not much tangibly distinct.

Honestly, you or I could probably put together a pixel-perfect rendition of elementary OS, or any other distro, using any other distro, in about an hour.

That’s the distressing part, and I’ll thank you in advance for suggesting distro X in reply, and I hope in advance that it really did astonish you and convert you to The Happy Land of Linus.

And my point here is not that there should be less distros, only that there isn’t much difference between Fedora or Ubuntu or Fuduntu, until you scrape through all the frills and doodads and get down to the core software that manages it.

I suppose, in a brief way, that’s a good thing though. Despite all those frills and doodads, everyone is more or less on the same page.

We all get to the same place, we just get there is slightly different ways. No harm in that. :|

A bash loop, for pacman

So long as I am mentioning rather esoteric bash solutions to even more esoteric file management problems, here’s one just for Arch Linux.

I’ve been transforming my Debian-based system into a ConnochaetOS-based one, and wanted to strip out a lot — a lot — of packages in one fell swoop.

pacman didn’t like my primitive attempts with wildcards though, and so as a means to yank anything that contained a particular string — like xf86, for example — I did this:

for i in `pacman -Q | grep xf86 | cut -d' ' -f-1` ; do pacman -Rcsn ${i} ; done

grep strains through pacman’s list of installed packages, and gives the list that includes anything in xf86.

Of course, pacman’s output includes version numbers, so those are trimmed off with cut, setting the delimiter to a single space.

Not great, not fancy, but for the most part, a solution.

« Previous Page


Welcome!



Visit the Wiki!

Some recent desktops


May 6, 2011
Musca 0.9.24 on Crux Linux
150Mhz Pentium 96Mb 8Gb CF
 


May 14, 2011
IceWM 1.2.37 and Arch Linux
L2300 core duo 3Gb 320Gb

Some recent games


Apr. 21, 2011
Oolite on Xubuntu 11.04
L2300 core duo 3Gb 320Gb

Enter your email address to subscribe to this blog and receive notifications of new posts.

Join 144 other followers

License

This work is licensed under the GNU Free Documentation License. Please see the About page for details.

Blog Stats

  • 3,164,314 hits

Archives


Follow

Get every new post delivered to your Inbox.

Join 144 other followers