|
More site info...
Linux - Software | Forum profile
|
|
Forum profile page for Linux - Software on http://www.linuxquestions.org.
This report page is the aggregated overview from a single forum: Linux - Software, located on the Message Board at http://www.linuxquestions.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Linux - Software" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Linux - Software:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
463
|
1,581
|
4,524
|
|
Post:
|
993
|
3,605
|
11,137
|
|
|
Linux - Software Posting activity graph:
|
Top authors during last week:
user's latest post:
need help in installing mp3...
Published (2009-11-24 06:22:00)
Offline ... Fedora 9 packages http://download.fedora.redhat.com/pu...6/os/Packages/ xmms depends on glib-devel ( -1.2.10 ) xmms2 : glib2-devel ( -2.16.2 ) .....
user's latest post:
Convert CD disks to iso images...
Published (2009-11-22 18:02:00)
You need to unmount the cd, before using dd Find out where the cd is mounted with Code: mount and then unmount it Code: sudo umount /dev/cdrom sudo dd if=/dev/cdrom of=Pimsleur1n2.iso
user's latest post:
Compiz on CentOS 5.4
Published (2009-11-23 11:04:00)
any help is greatly appreciated .
user's latest post:
Convert CD disks to iso images...
Published (2009-11-24 03:22:00)
Some things to check: what kind of cd is it? multisession? audiocd? mixed mode? Only data cdroms can be saved to an ISO file . Audio cds do not have an iso9660 fs, hence you can't save an ISO image. Multisession cds and cd extra formats have many sessions. Each data session can be saved to an ISO (though you will need some extra magic to get any session but the last one). If there are audio tracks, these can't be saved as ISO. For...
user's latest post:
trouble with spreadsheets
Published (2009-11-24 09:09:00)
What spreadsheet program are you using? I don't know about converting to lower case, but almost any spreadsheet should be about to read csv.
user's latest post:
output_buffering problem: PHP...
Published (2009-11-24 04:59:00)
Ah, I've just found something new: the same output_buffering value does not always give consistent result. For example, I just set output_buffering value to 3650, which showed most (alas, not the entire) of my PHP page. But about five minutes later, the same 3650 value just gave me a totally blank page (just like when I'm using output_buffering=On) By the way, and I don't know if it's relevant, but it is a production...
user's latest post:
trouble with spreadsheets
Published (2009-11-24 13:07:00)
.csv is just plain text, so to convert upper to lower you can just do: Code: tr [:upper:] [:lower:] < input.csv > output.csv You can import .csv into most any spreadsheet program. I recommend gnumeric, but openoffice calc also works.
user's latest post:
use screenshot as icon for movie...
Published (2009-11-24 11:55:00)
Hmm. I'm not sure, but you maybe need some codecs? I'm using Nautilus 2.28.1 that came with Ubuntu. It shows screenshot icons fine, and I never changed any settings. But I did install some extra codec packages so the movies will play in Totem.
user's latest post:
gspiceui example needed
Published (2009-11-22 13:38:00)
Quote: Originally Posted by salasi Hmm, I'm not sure that anyone else was ever likely to spot that one from the information given...always difficult to do some remote debugging remotely, while it might have been obvious if we had had a conversation, just casually discussing what you were doing. Actually, when I opened the thread I hadn't even gotten that far. I was stuck so badly that there was simply no hope. With LTspice, I...
|
|
|
|
Latest active threads on Linux - Software::
Started 1 year, 11 months ago (2008-01-01 00:00:00)
by Old 09-17-2004, 12:13 PM
Started 15 hours, 45 minutes ago (2009-11-26 05:57:00)
by ddaemonunics
not sure..but on the web they say is 32.
Started 15 hours, 34 minutes ago (2009-11-26 06:08:00)
by kevinslair
It works in Mozilla Thunderbird, so I am assuming this is a problem with ms mail.
I like thunderbird better anyhow.
Thanks,
kevin
Started 2 days, 12 hours ago (2009-11-24 09:09:00)
by pixellany
What spreadsheet program are you using?
I don't know about converting to lower case, but almost any spreadsheet should be about to read csv.
Started 2 days, 16 hours ago (2009-11-24 05:37:00)
by quanta
Started 17 hours, 22 minutes ago (2009-11-26 04:20:00)
by timmeke
Not a Java / netBeans expert, but it sounds like the easiest way is to use different connection pools / JNDI Datasources for the 2 installations,
through the usual WEB_INF/web.xml (web-application specific) or $CATALINA_HOME/conf/context.xml (server-level, so for all web-applications).
That is, if you're using the Tomcat engine.
http://netbeans.org/kb/docs/web/mysq...html#settin gUp
Started 1 day, 12 hours ago (2009-11-25 08:49:00)
by kbp
You should be fine to follow the "Building from Source RPMs" instructions, you'll need to set up your machine for rpm building first though:
Code:
yum install rpm-build gcc cpp glibc-devel rpmdevtools
.. there will be a few dependencies added.
Then as a normal user (please do NOT build rpm's as root):
Code:
rpmdev-setuptree
cheers
|
|
Hot threads for last week on Linux - Software::
Started 1 year, 11 months ago (2008-01-01 00:00:00)
by Old 09-17-2004, 12:13 PM
Started 1 week, 2 days ago (2009-11-17 18:07:00)
by repo
What happens if you type in a terminal
Code:
sudo apt-get update
sudo apt-get upgrade
Started 4 days, 9 hours ago (2009-11-22 11:48:00)
by repo
If you use gnome try
Code:
gdm
Started 3 days, 7 hours ago (2009-11-23 14:00:00)
by rweaver
Try:
Code:
alias mv
alias cp
If they show up as having an alias you can unalias them via:
Code:
unalias mv
unalias cp
Edit: Might also want to run rkhunter and chkrootkit to be on the safe side.
Started 4 days, 21 hours ago (2009-11-21 23:54:00)
by Guyverix
Are other parts of the subdirectory still there, or is it only the files
themselves that are missing?
Started 1 week ago (2009-11-19 11:20:00)
by repo
Welcome to LQ
There are several, proftpd, vsftpd ....
Started 6 days, 9 hours ago (2009-11-20 12:00:00)
by timmeke
Try http://www. linuxquestions.org/linux/...files_to_AV I_0
and next time, search these forums...
Started 5 days, 4 hours ago (2009-11-21 16:49:00)
by bartonski
Quote:
Originally Posted by ruzvay
i tried installing wireshark by compiling it
i read the user guide which mentioned the following dependencies:
-------->GTK+, The GIMP Tool Kit.You will also need Glib
-------->libpcap, the packet capture software
i compiled libpcap, i saw gtk+ and glib in my package list so i did not compile them...
Started 2 days, 16 hours ago (2009-11-24 05:37:00)
by quanta
Started 1 week, 1 day ago (2009-11-18 09:32:00)
by adamk75
http://www.x.org/wiki/ModularDevelopersGuide
Unless you really know what you are doing, I would really recommend sticking with your distributions version, though :-)
Adam
|
|