Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Useful nix utilities

  • 17-08-2008 01:22PM
    #1
    Closed Accounts Posts: 12,807 ✭✭✭✭


    Might be handy as a sticky if people contribute. Basically useful little utilities that you can't live without once you start using them.

    I'll get the ball rolling:

    Yakuake (in Debian repos): Terminal which scrolls down from top of screen a la Quake terminal. It's for KDE but works fine in Gnome too. Handy for kicking things off and scrolling back up to leave them running out of the way.
    mrxvt: Multi-tabbed terminal. DE independant.
    Notecase: hierarchical note manager. Quite simply brilliant.


Comments

  • Registered Users, Registered Users 2 Posts: 1,193 ✭✭✭liamo


    screen

    A marvelous little utility that allows you to detach from a running session while leaving it running in the background.

    Particularly useful if you're working on a remote machine with dodgy internet. If your ssh session gets disconnected - no problem. Reconnect when it comes back and simply re-attach to your still-running session.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    for loops!

    for i in *; do echo "filename is $i"; done


  • Registered Users, Registered Users 2 Posts: 1,105 ✭✭✭larryone


    I used to use screen all the time.

    reverse history search in bash.
    Ctrl-r and type in a couple of characters. Ctrl-r again for the next match, etc...


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    ++ for yakuake and screen. There's a Gnome-oriented equivalent of yakuake called 'tilda' if you don't want to have to install konsole etc, but IMO yakuake works better.


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    Useful nix utilities?

    All of nix is useful utilities!!!

    Anyhoo, screen++, also for yakuake, though I have the habit of using alt + Tab, for manouvering windows, and alt + tab seems to get confused with yakuake.

    After years of using RPM I have to add apt to this list. It is just fantastic! I don't understand why other distro's waste time trying to invent new package managers when apt works so well.

    Using the tunneling feature of ssh is also very cool.

    Thats all I can think of short of just listing the contents of /bin


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    freenx / nx (www.nomachine.com). Absolutely savage remote desktop application. Using it right now to write this. :)


  • Registered Users, Registered Users 2 Posts: 1,110 ✭✭✭Skrynesaver


    First Yakuake is definitely the business and while others have recomended yum, I tend to agree on the apt tools, never happier since I switched from RPM, but that may be me not staying current as new tools became available.

    So if I can't have Perl does Vim count ? (see subject)

    Wget for generating local documentation and generally just mirroring stuff

    imageMagick's convert in particular for batch processing files

    And loads I've forgotten about, for inspiration take a look at the Debian package of the day site


  • Closed Accounts Posts: 12,807 ✭✭✭✭Orion


    What's the edit limit on posts? Thought it was a month and was going to edit the first post to include the others listed. Forgot about ImageMagick - it does kick ass. And FreeNX is fantastic for remote desktop.

    Like that Package of the Day site. Today's is EasyTag - for batch manipulating ID3 tags - me likey. That'll be added to my RSS reader :)


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 95,927 Mod ✭✭✭✭Capt'n Midnight


    testdisk saved my partitions more than once and it includes photorec


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    Nmap and netcat are two utilities I use pretty much every day (particularly nc)

    Does rsync count?


  • Advertisement
  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 95,927 Mod ✭✭✭✭Capt'n Midnight


    ddrescue

    bc -l
    scale 1000
    a(1)*4


Advertisement