Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Chat
  • Search

What do you guys suggest to replace these Windows programs?

Opinions, ideas and thoughts about Gentoo. Anything and everything about Gentoo except support questions.
Post Reply
  • Print view
Advanced search
128 posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
Author
Message
Maheriano
l33t
l33t
Posts: 623
Joined: Sat Jun 18, 2005 9:46 pm
Location: Calgary, Alberta

What do you guys suggest to replace these Windows programs?

  • Quote

Post by Maheriano » Fri Jul 15, 2005 4:13 am

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
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

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

  • Quote

Post by Headrush » Fri Jul 15, 2005 4:22 am

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
Top
Maheriano
l33t
l33t
Posts: 623
Joined: Sat Jun 18, 2005 9:46 pm
Location: Calgary, Alberta

  • Quote

Post by Maheriano » Fri Jul 15, 2005 4:25 am

Ya sorry, I'm using KDE.
Top
raf
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Sun Jan 16, 2005 8:20 pm

  • Quote

Post by raf » Fri Jul 15, 2005 1:15 pm

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!
-Raf
Top
mikegpitt
Advocate
Advocate
User avatar
Posts: 3224
Joined: Sat May 22, 2004 6:49 pm

  • Quote

Post by mikegpitt » Fri Jul 15, 2005 1:23 pm

FYI - There is a linux version of realplayer10 that you can emerge, although I prefer mplayer. For some reason mplayer just works better...
Top
vonhelmet
l33t
l33t
Posts: 770
Joined: Tue Apr 06, 2004 12:18 pm
Location: Somewhere in a school
Contact:
Contact vonhelmet
Website

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

  • Quote

Post by vonhelmet » Fri Jul 15, 2005 1:53 pm

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...
My blog
nvtuner software - enhance your AGP Geforce 6800 or 6200!
Top
djh-world
Apprentice
Apprentice
User avatar
Posts: 281
Joined: Sun Jan 04, 2004 6:52 pm
Location: Nottingham, UK

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

  • Quote

Post by djh-world » Fri Jul 15, 2005 1:53 pm

FTP uploader - gFTP
HTML editor - Bluefish
Peer to peer file sharing - Bit Tornado, Azureus
Professional image editing - The Gimp
CD burner - K3b or graveman
djh-solutions :: freelance web design | solution provider
Top
grassushi
n00b
n00b
Posts: 54
Joined: Fri Feb 11, 2005 10:21 pm

  • Quote

Post by grassushi » Fri Jul 15, 2005 1:54 pm

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.
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Fri Jul 15, 2005 2:12 pm

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.
Top
raf
Apprentice
Apprentice
User avatar
Posts: 158
Joined: Sun Jan 16, 2005 8:20 pm

  • Quote

Post by raf » Fri Jul 15, 2005 6:29 pm

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.
-Raf
Top
songpenguin
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Tue Jun 21, 2005 3:41 pm
Location: USA

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

  • Quote

Post by songpenguin » Fri Jul 15, 2005 7:20 pm

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
Bill, I don't do Windows. --Ray Bradbury
You've got to jump off cliffs and build your wings on the way down. --Ray Bradbury
Top
/dev/random
l33t
l33t
User avatar
Posts: 704
Joined: Fri Nov 26, 2004 5:32 pm
Location: Austin, Texas, USA

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

  • Quote

Post by /dev/random » Fri Jul 15, 2005 7:20 pm

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
Top
InTheFlatField
n00b
n00b
User avatar
Posts: 30
Joined: Mon Mar 14, 2005 12:21 am

  • Quote

Post by InTheFlatField » Fri Jul 15, 2005 7:53 pm

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
For a million empty faces
For a million hollow smiles
Cancer for my education
Watch the body hit the files
Waiting for another war and
Waiting for my valentine

The Sisters
Top
skellr
Veteran
Veteran
User avatar
Posts: 1037
Joined: Sat Jun 18, 2005 1:34 am
Location: The Village, Portmeirion

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

  • Quote

Post by skellr » Fri Jul 15, 2005 8:13 pm

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
Top
Mo6eB
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Mon Oct 25, 2004 5:51 pm
Location: Bulgaria

  • Quote

Post by Mo6eB » Sat Jul 16, 2005 8:46 pm

Image Editing - GIMP for raster images, Inkscape for svg
W:P
Top
Aries-Belgium
l33t
l33t
User avatar
Posts: 730
Joined: Fri Jul 08, 2005 12:38 pm
Location: Willebroek, Belgium

  • Quote

Post by Aries-Belgium » Sat Jul 16, 2005 9:08 pm

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
Top
Q-collective
Advocate
Advocate
User avatar
Posts: 2077
Joined: Mon Mar 22, 2004 5:21 pm

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

  • Quote

Post by Q-collective » Sat Jul 16, 2005 11:43 pm

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
Top
Maheriano
l33t
l33t
Posts: 623
Joined: Sat Jun 18, 2005 9:46 pm
Location: Calgary, Alberta

  • Quote

Post by Maheriano » Sun Jul 17, 2005 2:40 am

Thanks guys. What about a NES emulator? I was using TuxNes but I can't get it full screen.
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Sun Jul 17, 2005 4:22 am

Maheriano wrote:Thanks guys. What about a NES emulator? I was using TuxNes but I can't get it full screen.
fceultra
Top
Maheriano
l33t
l33t
Posts: 623
Joined: Sat Jun 18, 2005 9:46 pm
Location: Calgary, Alberta

  • Quote

Post by Maheriano » Sun Jul 17, 2005 4:56 am

What are the advantages of Konqueror over gFTP and what is the Konqueror interface like? Is it the same as using FTP with Explorer?
Top
/dev/random
l33t
l33t
User avatar
Posts: 704
Joined: Fri Nov 26, 2004 5:32 pm
Location: Austin, Texas, USA

  • Quote

Post by /dev/random » Sun Jul 17, 2005 5:08 am

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.
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Sun Jul 17, 2005 5:16 am

/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.
Last edited by Headrush on Sun Jul 17, 2005 5:17 am, edited 1 time in total.
Top
Maheriano
l33t
l33t
Posts: 623
Joined: Sat Jun 18, 2005 9:46 pm
Location: Calgary, Alberta

  • Quote

Post by Maheriano » Sun Jul 17, 2005 5:16 am

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?
Top
Q-collective
Advocate
Advocate
User avatar
Posts: 2077
Joined: Mon Mar 22, 2004 5:21 pm

  • Quote

Post by Q-collective » Sun Jul 17, 2005 6:01 am

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.
Top
Nanoy
Tux's lil' helper
Tux's lil' helper
Posts: 77
Joined: Tue Aug 03, 2004 7:16 pm
Location: Denmark

  • Quote

Post by Nanoy » Sun Jul 17, 2005 6:50 am

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
Top
Post Reply
  • Print view

128 posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Return to “Gentoo Chat”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic