LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-15-2005, 07:12 PM   #46
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534

Aside from KDE; KNetStats http://knetstats.sourceforge.net/ , Synaptic and GIMP.

Heck all of them, the simple fact that I can install over 20,000 different packages is awesome. What other distro has access to so many different packages?

I spend most of my time online, so the programs I run most are Firefox and Kplayer (VirginRadio Classic rock playing), along with Kmail and Gaim.


If you are running Sid definitely install list-bugs, it is a life saver.
 
Old 05-20-2005, 04:05 AM   #47
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Festival is a general multi-lingual speech synthesis system. It offers a full text to speech system with various APIs, as well an environment for development and research of speech synthesis techniques. It includes a Scheme-based command interpreter.

Besides research into speech synthesis, festival is useful as a stand-alone speech synthesis program. It is capable of producing clearly understandable speech from text.

festival

festival-doc
 
Old 05-26-2005, 05:36 AM   #48
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Sharing my personal experience here. Gutenbrowser is actually very bad, has a very small reading screen. Moreover, can't change colors of background etc.,

Vijay
 
Old 05-26-2005, 05:39 AM   #49
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Text to speech software:

apt-get install kdeaccessibility

apt-get install sox

apt-get install xsltproc

Related Document:
http://docs.kde.org/en/3.4/kdeaccess...sing-kapp.html

Festival is also needed for this:

Festival is a general multi-lingual speech synthesis system. It offers a full text to speech system with various APIs, as well an environment for development and research of speech synthesis techniques. It includes a Scheme-based command interpreter.

Besides research into speech synthesis, festival is useful as a stand-alone speech synthesis program. It is capable of producing clearly understandable speech from text.

festival

festival-doc

Last edited by rvijay; 05-26-2005 at 05:40 AM.
 
Old 12-04-2005, 02:49 AM   #50
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
FreePOPS - Helps greatly with EMail it is said (Not tried this personally).

http://www.freepops.org/en/
 
Old 12-04-2005, 03:07 AM   #51
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
Quote:
Originally Posted by craigevil
What other distro has access to so many different packages?
I believe it would be Gentoo and though it's not a distro, Freebsd. Both of these have plenty of packages for their OS.
 
Old 12-08-2005, 03:53 AM   #52
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
  • debfoster
  • orphaner
  • localepurge
  • installwatch


To bring my experience on apt-build, on my system, it segfaults very easily..
by mistake (no command argument is given) I did this:
Code:
#apt-build --nowrapper airsnort
<shows usage>
Segfault
#
Or with a correct command:
Code:
#apt-build --nowrapper world
<...>
Unable to find source information for akregator
Segfault
EDIT: I'm using unstable (seems like apt-build is really unstable in this release)...

Last edited by nx5000; 12-08-2005 at 04:15 AM.
 
Old 12-08-2005, 06:01 AM   #53
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Excellent additions there, nx5000.
debfoster orphaner an localepurge work Very well for cleaning up your system. I would like to add cruft to that list also.

Here's another lovely program:
apt-cache search <search_string> | less

example:
Code:
$ apt-cache search classic fun games
kobodeluxe - a game of space battle
moon-lander - An SDL game based on the classic moon lander
moon-lander-data - Data files (sound, images) for moon-lander
kraptor - Classic shoot 'em up scroller game
kraptor-data - Classic shoot 'em up scroller game - data files
spellcast - The classic hand-waving multi-player X game of spellcasting:

After you see a package you like, type:
apt-cache show <package_name>


There are LOTS of other useful "apt-*" "deb*" tools. Try typing: "apt<tab><tab>" on the commandline and see all the tools you have installed. Then just start browsing through there manpages. You might be very suprised!
 
Old 12-08-2005, 07:01 AM   #54
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
I wanted also to post cruft but I dunno why it is very verbose on my distro, it finds problems on every file!

Also -n on apt-cache search restrict the search only on package names.

Code:
apt-cache search -n ethereal
I also like apt-cache showpkg. Imagine you want to search for available sniffers relying on the pcap library:

Code:
apt-cache showpkg lipbcap0.8
will give you **Reverse Dependencies** : which package rely on libcap.
But it lacks some information from apt-cache show , so I have a quick script that combines them:
Code:
#!/bin/sh
min=`apt-cache showpkg $1 | cat -n | grep "Reverse Depends" | awk '{print $1}'`
apt-cache show $1 | egrep -v "Architecture|Maintainer|Depends|MD5sum|Filename|Installed-Size"
apt-cache showpkg $1 | tail +$min
 
Old 12-08-2005, 07:34 AM   #55
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Wink

Hello all of you Debian-lovers! (thats offcourse including me..)

....yes, cruft is a little buggy, and listbugs is annoying, for me personaly....

The most usefull apps, imho, are Gkrellm, very nice!,with all the plugins, especialy the xmms-plugins, xmms (complete with all the plugins) qbbl, easytag, ripperx, these combined with icewm.
Wdm, wmanager, xfce-desktop (compleet! all what belongs to it)
GKsu, (evt. sux (cli)) (GKsu and sux lets you start all progs in rootmodus)
xfe, GkDebconf, di, (Dfontm, Xfontsel) Gimagevieuw.

I must admit they are not all original 'Deb', But the bastard i am, a bastard system i like, Krusader is the most complete fm, but KDE, and i donot use KDE on the laptop, because than there's no room left for me, but Krusader i do use, and than GKsu comes in real handy, because you can't get to root without it, unless you download a complete Kdebase, because it needs Kdesu, to get root.

Last edited by Monkey 9; 12-08-2005 at 07:52 AM.
 
Old 12-09-2005, 06:04 AM   #56
Col._Panic
LQ Newbie
 
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19

Rep: Reputation: 0
Not specifically Debian, but I am a big fan of Xine media player. I t will play any file you throw at it (with w32codecs installed, of course) and it is the only player which will work 'out of the box' with my KWorld VStream DVB-T card. I got tired of fiddling with Mplayer so I now just use Xine for all video playback (still trying to get video editing and analog video recording going in Linux, though).

My other faves are xfce4 desktop (it flies!), firestarter firewall (real easy to configure) and k3b (the only reliable linux CD/DVD burner programm).
 
Old 12-27-2005, 10:43 PM   #57
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
What is the best Debian games package you have tried ?

Here are a few suggestions:

ksudoku
scrabble
 
Old 01-12-2006, 06:25 AM   #58
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Two more debian-specific packages I really like
debtags (and debtags-edit)
apt-listchanges

debtags example:

debtags search 'hardware::camera && use::browsing'
Will search all packages to browse your photos on your camera.

Last edited by nx5000; 01-12-2006 at 10:57 AM.
 
Old 01-12-2006, 10:53 AM   #59
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally Posted by nx5000
Two more debian-specific packages I really like
debtags (and debtags-edit)
apt-listchanges
Thanks for sharing, this is good to know.

http://packages.debian.org/unstable/admin/debtags.html

Vijay
 
Old 01-12-2006, 03:14 PM   #60
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Weird, I just realized this post showed up in a different thread than the one I was answering, so I deleted all the text...

Last edited by pljvaldez; 01-12-2006 at 03:30 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
debian package mithereal Debian 7 09-12-2005 03:17 AM
Debian package installation VertX Linux - Newbie 2 01-30-2005 12:15 PM
propaganda-debian package 1madstork Debian 2 12-20-2004 03:53 PM
Which package to choose, when no debian available ? TroelsSmit Linux - Newbie 5 09-08-2004 08:20 AM
Debian package management markus1982 Linux - Distributions 12 02-16-2003 06:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration