Page 1 of 6

What do you guys suggest to replace these Windows programs?

Posted: Fri Jul 15, 2005 4:13 am
by Maheriano
Are you getting sick of helping me yet? :lol:

FTP uploader - I used to used Filezilla
HTML editor - I used to used Dreamweaver
Peer to peer file sharing - I used to use Kazaa Lite (but heard Bittorent is better)
Professional image editing - I used to use Photoshop
CD burner - I used to use Roxio
Virus scanner - I used to use Mcafee
Media streamer - I used to use Realplayer

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 4:22 am
by Headrush
FTP uploader - If using KDE, konqueror or FireFTP extension of Firefox
HTML editor - Quanta or Dreamweaver using Wine
Peer to peer file sharing - Apollon with gift plugins
Professional image editing - Gimp
CD burner - K3B
Media streamer - mplayer

Posted: Fri Jul 15, 2005 4:25 am
by Maheriano
Ya sorry, I'm using KDE.

Posted: Fri Jul 15, 2005 1:15 pm
by raf
Here is what I use:

FTP uploader:
This is not exacly what you are asking, but use scp it's more secure! It's command line driven, but once you figure it out it's SOOOOO natural and scriptable! (If something is not scriptable I don't want to hear about it!). I use it to transfer my files across windows, solaris, gentoo and redhat (I have a different distro on every system :) )


HTML editor:
I use vim and stylesheets. This way I just write the contents and let the style sheets take care of the rest. Very simple. If you really want a WYSIWYG html program, get NVU (www.nvu.com) It's very good and no reason to get wine setup.


Peer to peer file sharing:
I use mldonkey and just it's standard web interface. It also has a nice (text-only) interface which is convinient if you want to log in remotely and work on your filesharing.


Professional image editing:
Gimp


CD burner:
I've only done this on the command line to burn iso's, but I don't this it is a good way so I'm not going to mention anything here. I looked at the previous poster's K3B suggestion and it looks very good. However I don't use KDE or GNOME (just xfce) and I really don't want these huge libs just to run a CD burner.

NOTE TO OTHERS: Can anyone suggest a nice gui cd burning software which will handle mp3 --> audio, data, and iso's? I don't want it to be havy KDE or gnome based. Some nice gtk2 gui would be nice.


Media streamer:
mplayer hands down! Best tool on my box. I use it to watch ALL formats, DVD's, and encode movies. NOTE there are a TON of usefull use flags for this! The ones I remember right now are (these are for pentium4, some of these change if you have an AMD):
alsa dvd quicktime xvid mpeg sse sse2 mmx mmxext win32codecs encode


I would also add DVD burning:
This is hands down done best by DVDshrink which is only available on windows (damn it). So you have to wine this one! But NOTHING else compares!

Posted: Fri Jul 15, 2005 1:23 pm
by mikegpitt
FYI - There is a linux version of realplayer10 that you can emerge, although I prefer mplayer. For some reason mplayer just works better...

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 1:53 pm
by vonhelmet
FTP uploader - gftp
HTML editor - Quanta is OK, or Bluefish I think.
Peer to peer file sharing - Azareus if you're using BT. GiFT for all your P2P protocol needs.
Professional image editing - Gimp 2.0
CD burner - K3B, as I don't think any of the gnome ones have got their shit together as well yet.
Virus scanner - Not necessary in Linux :) You can use clamav if you're using the Linux box as a mail server, though you're probably not.
Media streamer - Realplayer for Linux, or there are probably plugins to do streaming media in xmms, mplayer, xine...

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 1:53 pm
by djh-world
FTP uploader - gFTP
HTML editor - Bluefish
Peer to peer file sharing - Bit Tornado, Azureus
Professional image editing - The Gimp
CD burner - K3b or graveman

Posted: Fri Jul 15, 2005 1:54 pm
by grassushi
As for the virus scanner, I personally recommend clamav. however, in linux, virus scanners are almost pointless, as *rarely* does anyone write viruses that actually attack linux or mac boxes. It might be fair to assume that most of the people who write/distribute viruses prefer linux as an OS anyway.

Posted: Fri Jul 15, 2005 2:12 pm
by Headrush
raf wrote:FTP uploader:
This is not exacly what you are asking, but use scp it's more secure! It's command line driven, but once you figure it out it's SOOOOO natural and scriptable! (If something is not scriptable I don't want to hear about it!). I use it to transfer my files across windows, solaris, gentoo and redhat (I have a different distro on every system :)
This would require a ssh daemon running. If you do that, use the fish:/ kioslave for konqueror and you get a nice and easy GUI for ssh file copying.
raf wrote:HTML editor:
I use vim and stylesheets. This way I just write the contents and let the style sheets take care of the rest. Very simple. If you really want a WYSIWYG html program, get NVU (www.nvu.com) It's very good and no reason to get wine setup.

Code: Select all

emerge wine
wine setup.exe
is all it took for setting up wine and Dreamweaver.
I find Quanta by far the fastest way to create web pages, but for a GUI tools with the power and features like Dreamweaver, NVU can't compare.
raf wrote:CD burner:
I've only done this on the command line to burn iso's, but I don't this it is a good way so I'm not going to mention anything here. I looked at the previous poster's K3B suggestion and it looks very good. However I don't use KDE or GNOME (just xfce) and I really don't want these huge libs just to run a CD burner
raf wrote:NOTE TO OTHERS: Can anyone suggest a nice gui cd burning software which will handle mp3 --> audio, data, and iso's? I don't want it to be havy KDE or gnome based. Some nice gtk2 gui would be nice..
The only package you need is kdelibs.
(Takes only about 50Megs of space. Considering the size of HDs today, I believe the huge library thing is over blown. The gtk libraries take up almost 40 Megs of space!)
raf wrote:I would also add DVD burning:
This is hands down done best by DVDshrink which is only available on windows (damn it). So you have to wine this one! But NOTHING else compares!
K3b can do video encoding also.

Posted: Fri Jul 15, 2005 6:29 pm
by raf
The only package you need is kdelibs.
(Takes only about 50Megs of space. Considering the size of HDs today, I believe the huge library thing is over blown. The gtk libraries take up almost 40 Megs of space!)
I agree with you. Next time I want to make a cd I will probably emerge k3b.

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 7:20 pm
by songpenguin
Maheriano wrote:Are you getting sick of helping me yet? :lol:

FTP uploader - I used to used Filezilla
HTML editor - I used to used Dreamweaver
Peer to peer file sharing - I used to use Kazaa Lite (but heard Bittorent is better)
Professional image editing - I used to use Photoshop
CD burner - I used to use Roxio
Virus scanner - I used to use Mcafee
Media streamer - I used to use Realplayer
FTP uploader - whatever, ftp
HTML editor - vim ;-)
Peer to peer - edonkey
Professional image editing - Gimp
CD burner - graveman
Virus scanner - you don't need one (really) but if you want to prevent distributing windows viruses via floppy disks you can use clamav
Media streamer - Realplayer still works, as does Helixplayer and mplayer (with mplayerplug-in). Use XMMS for sound and XINE for DVD.

Hope this helps,
Songpenguin

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 7:20 pm
by /dev/random
FTP uploader - gFTP if you want standalone otherwise I highly recommend Konqueror
Peer to peer file sharing - aMule, Limewire, Azureus (for torrents)
Professional image editing - Photoshop in wine or The Gimp
CD burner - k3b
Virus scanner - what do you need that for in Linux?
Media streamer - mplayer

Posted: Fri Jul 15, 2005 7:53 pm
by InTheFlatField
FTP: Sorry....no suggestion.....

HTML: Bluefish

P2P: Sorry...don't do that either...

Image Editing: GIMP

CD Burner: K3B

Virus Scanner: ClamAV

Media Streame: MPlayer

Re: What do you guys suggest to replace these Windows progra

Posted: Fri Jul 15, 2005 8:13 pm
by skellr
Maheriano wrote:Virus scanner - I used to use Mcafee
Seen this the other day and thought it was interesting:
McAfee VirusScanner for Unix/Linux(Shareware)
http://adelielinux.com/phpBB2/viewtopic.php?t=2

I use clamav, just to make sure I don't send out any nasty stuff to people that are on Windows.

Edit:
rkhunter is nice to have around.
* app-forensics/rkhunter
Latest version available: 1.2.7
Latest version installed: 1.2.7
Size of downloaded files: 166 kB
Homepage: http://www.rootkit.org/
Description: Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers.
License: GPL-2

Posted: Sat Jul 16, 2005 8:46 pm
by Mo6eB
Image Editing - GIMP for raster images, Inkscape for svg

Posted: Sat Jul 16, 2005 9:08 pm
by Aries-Belgium
I think most things have been said, but anyway:

FTP: gFTP, FireFTP
P2P: LimeWire (Cross-platform)
HTML editor: Bluefish, Scite, Leafpad (Notepad)
Image editing: Photoshop via Wine
Media: MPlayer, Xine

Re: What do you guys suggest to replace these Windows progra

Posted: Sat Jul 16, 2005 11:43 pm
by Q-collective
Maheriano wrote:Are you getting sick of helping me yet? :lol:

FTP uploader - I used to used Filezilla
Konqueror
HTML editor - I used to used Dreamweaver
Bluefish
Peer to peer file sharing - I used to use Kazaa Lite (but heard Bittorent is better)
aMule (classis p2p) or Azureus (bittorrent)
Professional image editing - I used to use Photoshop
The Gimp, Inkscape, Bibble (commercial)
CD burner - I used to use Roxio
K3B
Virus scanner - I used to use Mcafee
None needed
Media streamer - I used to use Realplayer
Realplayer, Mplayer, Xine (I recommend the Kaffeine frontend), VLC

Posted: Sun Jul 17, 2005 2:40 am
by Maheriano
Thanks guys. What about a NES emulator? I was using TuxNes but I can't get it full screen.

Posted: Sun Jul 17, 2005 4:22 am
by Headrush
Maheriano wrote:Thanks guys. What about a NES emulator? I was using TuxNes but I can't get it full screen.
fceultra

Posted: Sun Jul 17, 2005 4:56 am
by Maheriano
What are the advantages of Konqueror over gFTP and what is the Konqueror interface like? Is it the same as using FTP with Explorer?

Posted: Sun Jul 17, 2005 5:08 am
by /dev/random
Maheriano wrote:What are the advantages of Konqueror over gFTP and what is the Konqueror interface like? Is it the same as using FTP with Explorer?
Yes it's like Explorer.

Posted: Sun Jul 17, 2005 5:16 am
by Headrush
/dev/random wrote:
Maheriano wrote:What are the advantages of Konqueror over gFTP and what is the Konqueror interface like? Is it the same as using FTP with Explorer?
Yes it's like Explorer.
Just not as slow and doesn't lock the menus up!!

Plus doesn't block once a transfer starts, so you can do multiple actions.

Posted: Sun Jul 17, 2005 5:16 am
by Maheriano
I'm using Bluefish, I have 2 questions. Can I view the html layout inside the editor, and do you have any idea why it does nothing when I click the icon to preview it in my browser?

Posted: Sun Jul 17, 2005 6:01 am
by Q-collective
Maheriano wrote:Can I view the html layout inside the editor
No, it's just a code-only editor, you can ofcourse use firefox to see the result, but I just upload the stuff to the server and see the result there or, if I have some bigger edits, I run an own apache server and use that for my viewing.

Posted: Sun Jul 17, 2005 6:50 am
by Nanoy
Maheriano wrote:I'm using Bluefish, I have 2 questions. Can I view the html layout inside the editor, and do you have any idea why it does nothing when I click the icon to preview it in my browser?
You can change this is prefs, I believe its set to be Galeon by default, you can also just choose the browser you wish to use under "External" drop down