Any experience with MS Messenger clone in Linux?
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Any experience with MS Messenger clone in Linux?
Are there some guy who had tried some MS Messenger compatible program under Linux?
If yes AND it works, what is the program name?
If yes AND it works, what is the program name?
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
-
WishMaster
- Enthusiast

- Posts: 277
- Joined: Fri Jun 17, 2005 7:13 pm
- Location: Franconia
- Contact:
-
codemaniac
- Enthusiast

- Posts: 289
- Joined: Mon Apr 02, 2007 7:22 am
- Location: Finland
there are even Commandline clients for those of us who like the comfort of commanding their system instead of holding the mouse^^ for example centericq
Visit www.sceneproject.org
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
hmm well depends on what you do, i think for most non Graphical tasks (I won't try Photo editing on the CLI) CLI can be faster and as easy as GUI if you know what you do. And for many tasks I use the CLI because it's less work, for example when I want to downlaod a huge file and I want to downlaod it comfortable I just fie up my terminal (1. click) and type in "wget " then I press strg+v and enter, thats much faster than I could do with a normal Download amager especially when the Terminal is already open. Another example would be to remove every textfile in a given folder (for example notes taht don't belong in your phtots directory) on the CLI I simply switch to the folder and type "rm *.txt" and thats it. Now try to do the same task in a graphical file manager. Let me give another example, I want to know wether progarm xyz is running, it's easy with a task manager but looking through the process list (when the program has no window for example) may take a few seconds on the cli I simply type "ps ax | grep xyz" and It shows me wether the program is running, I'm not realy a CLI Wizard but if I where there were even more tasks which I could do in no time on the cli.
If you look for example at a list like this: http://www.pixelbeat.org/cmdline.html
you might imagine the possibilitys.
Btw how long does it take you in Purebasic to write a program that sends random data to some host port to do stress testing.
If you look for example at a list like this: http://www.pixelbeat.org/cmdline.html
you might imagine the possibilitys.
Btw how long does it take you in Purebasic to write a program that sends random data to some host port to do stress testing.
Visit www.sceneproject.org


