Posted by Saba Ansari on June 26, 2010
On Sat, Jun 26, 2010 at 7:52 AM, John W Foster wrote:
You can find a working flash version in Debian multimedia. Doesn’t work for me in iceweasel 3.5.9 though but works fine in Chromium. You can find more info here: http://forums.debian.net/viewtopic.php?f=6&t=52992&start=0
Posted by Saba Ansari on June 24, 2010
On 23.06.10 10:38, Josu Lazkano wrote:
apparently you can use both. Otoh, you should ask in debian mailing list and I guess you should create new config file in /etc/apache2/sites-available/ Note that you should put only the definition there, not any general directives.
Finally I dislike the way of splitting apache’s config file to many parts, since that makes imho the configuration much harder, not easier and the apache configuration system is not made to be maintained in man files, no matter how different SW distribution administrators want it. (well, I guess they know it and they have hard work to do the configuration easier)
Posted by Saba Ansari on June 23, 2010
No, you’re hijacking yet another thread. Stop doing that.
– Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
Posted by Saba Ansari on June 23, 2010
Hello, this is my first post on this mail-list. I search on the web for questions and I got different solution, so I decided to write here to have best opinion about it.
I have a Debian Lenny server with apache2 stable package installed, it works great. I want to add the Monit web interface to my server on host/monit directory.
By default Monit comes on host:2812, and I want to change it to 80 port.
Where I must config it? /etc/apache2/apache2.conf? /etc/apache2/sites-available/?
I have this example:
ServerAdmin webmaster@localhost ServerName directe.ras.cat
ProxyRequests Off
ProxyPass / http://directe.ras.cat:8000/ ProxyPassReverse / http://directe.ras.cat:8000/
Order allow,deny Allow from all
ErrorLog /var/log/apache2/directe.ras.cat_error.log
# Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn
CustomLog /var/log/apache2/directe.ras.cat_access.log combined
It is on diferent host (directe.ras.cat), I just need to change to other directory (host/monit).
What I must change?
Thanks afor all and best regards.
Posted by Saba Ansari on June 20, 2010
Hello everybody,
I am new to Apache Lucene and it seems to fit perfectly my needs for my application. However I’m a little concerned about something (pardon me if it’s a recurrent question, I’ve searched the archives but I didn’t find something about that)
So here is my case :
I have index a few files (like 10) and I’m trying to search something stupid in it. The word “test”. So after opening everything etc… (assuming it works also) I do that :
*Term test = new Term(“text_comment”,”test”);* * Query query = new TermQuery(test);* * TopDocs top = searcher.search(query, 10);*
I want to recover the first document (I have 2 documents in TopDocs), I do :
*IndexSearcher.doc( top[0].doc)*
I searched a little bit in javadoc and I saw that this method uses “int” as a parameter I’m a little bit concerned about this… At the moment, I have 10 documents so that’s ok, but if I want to index let’s say 20 files documents, how will the IndexSearcher.doc(int) be able to retrieve documents ? Same problem if 100.000 files have the word “test” in “text_comment” will I still be able to get these 100.000 documents or is it going to be a problem ?
Thank you very much.
Posted by Saba Ansari on June 16, 2010
Hope some one finds this helpful
Posted by Saba Ansari on June 15, 2010
Hello,
I made a new installation of my Debian system two days ago and noticed that there is about 1 MB unallocated between partitions.
I would like to know the reason of this change.
Thanks in advance
Mélaine Aubin Guifo
Posted by Saba Ansari on June 14, 2010
Posted by Saba Ansari on June 14, 2010
Oh no. telnet as a user and then su.
Recently it changed from shell based compiler to perl based compiler. Hopefully efficiency improved.
Appears to be for the client side; but ETHNO lacks the capability. If the sshd can do that, it could help.
Thanks, … Peter E.
Posted by Saba Ansari on June 14, 2010
Telnet is used only between machines inside my Shorewalled network.
ETHNO telnetting to Squeeze. Trying … dalton.invalid not opened
Lenny telnetting to Squeeze. peter@joule:~$ telnet dalton.invalid Trying 10.4.0.2… telnet: Unable to connect to remote host: Connection refused peter@joule:~$
ssh from Lenny to Squeeze works just as well as ever.
Have yet to try it with Squeeze.
Never used it.
With my clunky old hardware, telnet from Heaviside to Joule or Dalton opens in about 1 s. ssh requires about 15 s. Please don’t tell me to get faster computers unless citing a specific liability from Shorewall.
Does anyone out there have a network with at least one machine running Squeeze? Would be nice to to confirm the failure or hear of a successful connection.
Thanks, … Peter E.