Jump to content

Major Software


Guest LinuxExplorer
 Share

Recommended Posts

Guest LinuxExplorer

What are some of the more common software apps that you all are using? I'm just discovering some software such as Ximian Evolution which isn't part of the MDK package. Also, I've been using GKrellm pretty much since I've installed MDK. Anything any of you use that isn't packaged normally or installed by default that you use on a regular basis?

Link to comment
Share on other sites

One program that I use all the time is called jEdit - www.jedit.org. It is an editor developed in java that is almost as powerfull as emacs.

 

A few other programs that I have installed, but don't necessarily use all the time are:

 

JBuilder

Kylix

Sun ONE Studio 4

Houdini 5.5 Apprentice Edition

 

These are the major ones.

Link to comment
Share on other sites

Guest jglen490

The KOffice suite, OpenOffice.org (occasionally), GIMP, xmms, mozilla, Konqueror (occasionally), gvim, jed/xjed ... there are others, but that's a start. I use IceWM as my GUI -- it runs everything that I need it to run, considering the low powered machine that I use.

Link to comment
Share on other sites

What are some of the more common software apps that you all are using? I'm just discovering some software such as Ximian Evolution which isn't part of the MDK package. Also, I've been using GKrellm pretty much since I've installed MDK. Anything any of you use that isn't packaged normally or installed by default that you use on a regular basis?

 

Funny, my Mandrake came with Evolution... At least it was on the CDs when I installed it onto my wife's PC... I don't use it. Too much extras for me. My mail client starts in under 2 minutes. ;) Er, seconds.

 

Anyhow, here's what I mostly use:

 

  • Gaim

Galeon

webmin

urpmi

rpm

XChat

XMMS

Checkinstall

Sylpheed

Konsole

Quanta

Gimp

Kate

gFTP

wget

POSE

GVIM/vim

Grip

Grep

Gawk

Pan

kcalc

Grub

Firestarter

OpenOffice.org

aumix

GCC

Gedit

Gkrellm (I don't really use it, but it's always running.)

 

There's other stuff, just isn't coming to mind at the moment. I have links to some of this on my links page on my site.

Link to comment
Share on other sites

I use Kile quite a bit for my writing, which is not part of MDK9. Though there is a MDK9 rpm at that address.

 

Most used apps: KMail, Mozilla, Kile, GAIM, Ksirc, XMMS, Konsole, K3B, Ogle, Grip, AbiWord, Kate, Quanta.

Link to comment
Share on other sites

The most used apps I use in Linux

 

Phoenix

Mozilla (some times phoenix acts up on some pages, and I have to use mozilla for it)

gaim

xmms

gkrellm (I don't run it.. but it's a permanent fixture in my desktop due to save session feature in kde)

pan

openoffice.org

xchat

k3b

grip

evolution

rpmdrake / urpmi

mplayer

gnomesword

Link to comment
Share on other sites

At work

 

kwrite writing html/php

mozilla browser and mail

konqueror as file manager

OpenOffice mainly clac and less writer

Gnome calc

NFS for file transfer

XCDRoast for writing backups

agata

 

At Home

 

Mozilla

konqueror

kwrite

mplayer

noatun

dcgui dc++ client

wget

gftp

And the most important software applications invented by humankind

GAMES!!!!!!

mostly

Urban Terror - quake3 mod

unreal tournament

tactical ops - unreal t mod

hopefully soon i will be wasting huge amounts of time on NWN :D

Link to comment
Share on other sites

Nice to see someone else that plays Urban Terror. I like it too !!

 

Stuff I use the most:

xmms, evolution, mozilla, galeon, kwrite, vim, konqueror.

 

Stuff I use less often:

gcc and all the other apps

 

Stuff I am still trying to figure out:

grip and programs like it that are all hard and stuff !!

Link to comment
Share on other sites

apache, openldap, fetchmail, procmail, postfix

gnome, icewm, nautilus

bash, aterm

nedit, vi

grep, sed, awk, cat, diff, man

tar, gzip, bzip2

gftp, ftpfs

openoffice 1.0

mozilla 1.0 (browser+mail), rolodap

xmahjongg, sol, armagetron

 

Yves.

Link to comment
Share on other sites

Guest birkarl

Everyday stuff from the distro would be

 

gcc (esp gcc-gnat), ddd, kdevelop, doxygen, expat, and more of their like (obviously using X and KDE here...)

 

and extra stuff would be

 

PGI Workstation (*great* compilers), Understand For Ada, and some obscure debuggers and libraries.

 

There's not much missing if you include contrib, texstar and plf - some for me noteably missing is djvulibre (gfx format), eagle-demo (PCB layout), xcircuit (also PCB), Xnview (great little imageviewer with support for weird formats) and finally the programming language Erlang.

 

Is there an official wishlist anywhere for us that made the option to buy the box rather than join the Club?

 

(EDIT: just remembered my first impression when I installed MDK9 for the first time: Where's all the emulators at??? I want all my game ROMs to run ;)

Link to comment
Share on other sites

  • 2 months later...

ok, so maybe not "major" apps by size anyway, but...

  • vi

ssh

find

su

mv

chmod

chown

md (with the -P option especially)

scp

mount

umount -l (for when it just refuses to umount nicely!)

mc (which is almost too cool to express)

w (might just be surprised..)

ls -ltr

 

..and for Windows Putty just rocks

Link to comment
Share on other sites

MozillaXFT

Open Office

Konsole

urpmi

jpilot

Bibletime (not a part of Mandrake)

gFTP (for downloading kde or iso's)

Pysol

KMahjongg

RTCW

k3b

Nautilus

QuakeII

Link to comment
Share on other sites

[arusabal@localhost ~]$ history | awk '

> { freq[$2]++ } 

> END { for ( command in freq )  print command, "-", freq[command], "times"}

> ' | sort -k3nr 



vi - 54 times

slrn - 29 times

ssh - 26 times

cd - 21 times

es_mutt - 21 times

sed - 21 times

cat -19 times

rm - 18 times

echo - 17 times

man - 17 times

sh - 15 times

for - 15 times

startx - 12 times

mub - 10 times

sincr.sh - 10 times

newscript - 7 times

zsh - 7 times

ll - 6 times

gv - 5 times

ls - 5 times

scp - 5 times

traceroute - 5 times

cp - 4 times

ssh - 4 times

xtitle - 4 times



....



[arusabal@localhost ~]$

 

;)

 

 

Of course, BASH.

 

The list only reprents a sorted list of just the FIRST command in a command line input of the last 400 commands I've typed; so other daily used commands are: grep, egrep, diff, awk, bash builtins such as if, while, pipes, redirections, ...

 

GUI apps:

opera

aterm

fluxbox

gkrellm

xli / wmsetbg

xscreensaver

...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...