recommendations for software for a particular purpose
1
vote
0answers
62 views
Are there any GUI test suites for Linux?
I'm looking to automate some software testing that's currently done manually by a person. Are there any regression test suites for testing GUIs that run on Linux? I'm looking for a way to record and ...
6
votes
1answer
69 views
Personal health records software
Does anybody know personal health records software for Linux?
I want to record blood pressure, pulse, temperature, feel to analyze later. I will write information manually, as my measuring ...
0
votes
1answer
51 views
Looking for simple photo organizing software for Linux
I am looking for a simple Linux software to organize photos. What exactly I want to do with this application is the following: I want to view all images in a given folder and just tag/star/mark some ...
0
votes
4answers
105 views
Alternative Window Manager [closed]
Is there a window manager, easy to install on Debian, that uses very little resources?
I only need bash and Firefox/Chrome, java and flash.
And maybe something like notepad++ for Linux. Though I'm ...
4
votes
1answer
77 views
Email client that understands both HTML and maildir
I'm using Mutt as my main email client, but I'm looking for another one for my work email (because of HTML email). I need one that can handle my existing Maildir email, to be able to switch between ...
2
votes
0answers
42 views
Is there any remote GUI for ffmpeg?
I'm looking for some software with both Linux and Windows versions that can remotely run FFMPEG commands on my Linux server. Just like what transmisson-remote-gui does for Transmission.
In summary, I ...
2
votes
1answer
182 views
IM program to support yahoo video calls
I have been trying to migrate to Linux from Windows during the past one year. Until I completely deleted my windows and I have been using Linux mint 15 for the last 30 days. I am really satisfied.
I ...
1
vote
1answer
92 views
get free string genre id3-tag and not only genre number in bash script
I'd like to read the id3-genre tag within a bash script.
I tried id3tool, eyeD3, etc -- but these tools just support the genre number. How to get the free string genre tag?
My music players (Amarok, ...
3
votes
1answer
386 views
Is there any FileZilla Server alternative (GUI based) in Linux?
I'm wondering is there any alternative to FileZilla server in Linux?
I'm looking for a server with GUI manager which offers nearly zero configuration so I can run and manage FileZilla server within ...
4
votes
1answer
69 views
Alternatives to HUD
Are there alternatives to HUD (from unity) which work together with different window managers (especially with tiling WM's)?
0
votes
2answers
82 views
Open source MySQL performance tool
Are there any open source MySQL performance tools to help optimize SQL queries?
0
votes
3answers
420 views
ASCII art generator
I'm looking for an ASCII art generator (text is preferred, but images will do too) in the sl style, but with text instead of trains. Any suggestion?
3
votes
2answers
187 views
I need a text editor to edit/visualize >10GB text files
So as to vizualize, and hopefully edit, a very large text file, more than 10GBytes (a backup dump of whole database), I have tried using vim... it didn't behave very well.
I have also tried cat to at ...
4
votes
2answers
126 views
Looking for a good interactive pdf viewer
I like zathura for its simple UI, very nice for just reading.
I like xournal for its rich annotation features.
But what I still need is a reader that
is interactive,
has a "find" feature,
is able ...
1
vote
1answer
54 views
Is there a command line tool for validating RDF files?
I am looking for a substitution of the W3C RDF Validator, as it is broken, in addition I want something a bit more automated, such as a command line tool.
I have been using xmllint for checking XML ...
2
votes
1answer
493 views
Fedora 14 install Fedora 19 software?
I am using Fedora 14 right now and find some software in the fc14 repository is a little old.
I need some software in my machine to be updated, say, to the Fedora 19 version.
Without upgrading the ...
0
votes
1answer
144 views
A player/script which can show Image video and TV
I am looking for a script/player which can display Images, Videos, output of a TV, and some sort of ticker (text going from left to right or right to left).
All this components should be displayed ...
1
vote
0answers
48 views
GUI for find which can show video thumbnails
Is there a GUI for find (or just a graphical search tool which supports regex searches on filenames starting from a specific directory) which is able to show thumbnails found video and image files?
I ...
3
votes
2answers
392 views
What is a free open source webmail software with pgp support?
I've a virtual server not a ksm but with lighttpd and mysql and postfix. Can I use it to replace my existing free webmail and what is a good software? I also want to use pgp if it's possible?
7
votes
4answers
2k views
Note taking app that can sync both android and Linux
I've been looking high and low for an Evernote alternative for Linux. I know I can use Everpad or Evernote in WINE but they don't work natively.
Any note-taking app would be fine as long as it can ...
0
votes
1answer
1k views
SVN server with remote GUI administration
I have 2 Linux servers. One is Centos 5.5 another is Centos 6.
I want to install SVN server on both server separately.
Can anyone tell me which svn server has a good remote administration GUI.
Also ...
5
votes
2answers
92 views
Typing break with Awesome WM
Is there a program that implements typing breaks that works with the Awesome Window Manager?
1
vote
2answers
535 views
Recommendations for good MTA / groupware solutions?
I'm setting up a Debian server, and one of the things I need on it is an MTA. I don't want to use something like Exim or Postfix because I want something that ties in SMTP, POP3, and IMAP all in one ...
3
votes
1answer
145 views
Are there any comic book authoring programs?
Is there any software designed to assist with creating comic books? The basic features needed are pre-drawn frames around the panels and the ability to easily drag and drop characters into the scene, ...
2
votes
1answer
326 views
Chromakey -video-editing in Unix?
My friends are recommending me to use OSx for video-editing but trying to use old good OSs such as Debian and Ubuntu. How can I do chromakey -video-editing in some Unix or Linux?
0
votes
0answers
102 views
Connection status monitoring tool
I have an internet connection that is flaky; when it goes bad, there are things that can be done to restore it, so I've made a connection monitoring script to figure out if my connection is gone or ...
1
vote
1answer
171 views
Bandwidth usage monitoring [duplicate]
Possible Duplicate:
Find out network traffic per IP
I want to monitor my bandwidth usuage for wired as well wireless devices on my network.
Is there any tool, preferably one that does not ...
0
votes
1answer
169 views
Intruder nature detection by opensource tools like tripwire
I want to use different kind of intrusion detection tools like OpenSource Tripwire. Please suggest me some tools which can provide me some additional information to that provided by tripwire?
...
1
vote
4answers
830 views
How do you write specific bytes to a file?
Given a file myfile with the following contents:
$ cat myfile
foos
A hexdump of the file gives us the contents:
$ hexdump myfile
6f66 736f 000a
Currently, I can create the file by specifying the ...
1
vote
0answers
42 views
Is it possible to get specific information about how a file is compressed?
File compression works on the basic idea of assigning commonly recurring chains of strings to a common index of a table where the full string is stored.
For example:
Input file: foo bar bash baz foo ...




