Hello All
Does anybody know how you can make files show their suffix on default in finder. Currently I have to open the info window for each file and deselect "Hide extension".
Greetings
elhombre
Hello.
tune4fs can use many undocumented (I mean they are not yet in man tune4fs) options for ext4 filesystem. For example, huge_file, flex_bg, dir_nlink, extra_isize and some others. Is there a comprehensive list of them with description what each option does?
Hello
The venerable EccoPro offered a great in-place outliner to organize tasks into sub-tasks, and add a Due Date to any item so that they would be also displayed in the Calendar (and in a Palm pilot if the used had one).
It seems like Outlook only supports a single-level task list:
Is there an add-on to Outlook to do this, or another application than Outlook provided it's also capable of syncing with a BlackBerry?
Thank you.
Hello,
A DAS box is attached to my linux box using LSI SCSI HBA.
Volume is properly detected on the linux box and
filesystem is created using
mkfs.ext2 /dev/sdc #No partition table
I can not mount the volume using
mount/dev/sdc /mnt/temp -t ext3
But I can mount it using
mount /dev/sdc /mnt/temp -t ext3 -o loop
Can anybody please tell me what "-o loop" option does
internally? Has anybody faced this option before?
Thanks in advance,
prashant
Hello,
I'm using Linux in a large multi-user network. Let A be some group which I'm am member of, but which is not my primary group. According to chmod(2) I should be able to chgrp a file to group A. Trying to do so succeeds on a local as well as on a NFSv3 mount, but not on a NFSv4/Kerberos mount (EPERM). Are there any special considerations regarding chgrp when using NFSv4 mounts?
Hello.
I am upgrading LAMP stack on customer's server and need to ./configure mysql and apache with exact last settings they were compiled with last time. Where do I get these? PHP configure string can be got by php -i. What about others?
Hello guys,
I am looking for a solution to do streaming of 5 videos streams (with audio) on the Internet.
What kind of OpenSource can I use ?
I heard about Red5 but we need Flash Player.
Is it yet possible do to that with HTML5 video tag ?
hello,
i have exchange server 2007 ,and i want to create two emails for each employee in ex.
[email protected][email protected]
can anyone help me
thanks,
Hello everyone!
At home, I have 4 PLC devices for my home network. Two of them are 85Mb/s powerlan PLC adapters, while the others are 10Mbps powerlan PLC adapters. I have not been able to determine reliably whether the presence of the 10Mb/s ones impact on the speed of the 85Mb/s ones.
Is it possible that the bitrate is limited by the slowest devices on the network?
Thanks!
Hello,
Windows Server 2008 , Server Manager- File Services-Share and Storage Management-File Server Resource Manager Right click - Configure options- Email Notifications tab
I have already configured what I need but when I write for example smpt.google.com
in the log it writes UNABLE TO CONNECT TO THE REMOTE SERVER
I have been through this article http://support.microsoft.com/kb/947057
Please help me..
maybe this is a firewall problem?
Hello Folks,
I have a LDAP master server installed on CentOS-5.4 and I have installed LDAP on one more machine and I want it be configured as LDAP slave server but when I am importing the LDIF file or trying to create any new object in slave LDAP getting the below errors:
LDIF text import Could not add object
dc=transcomus,dc=com LDAP said: Server
is unwilling to perform Error
number: 0x35
(LDAP_UNWILLING_TO_PERFORM)
Description: The LDAP server refused
to perform the operation.
There is no permission issue already checked that on /var/lib/ldap
Any help much appreciate..
Thanks
Ramesh
Hello,
i have a binary, which indexes some stuff, it eats all my ram and my swap. Then the server hangs.
I would like to limit its ram usage.
I've looking at cpulimit and /etc/security/limits.conf but both of them focus on cpu limits and user/processes .
Have somebody limited the usage of a certain binary? How can I approach this issue?
Thanks
Hello everyone,
I am using MacBook Pro Mac OS 10.5. I am new to this development environment. I am previous working on Windows. I am wondering whether there is similar function like "show desktop" (shortcut is Windows Key + D) on Mac to Windows, which will hide all applications and show a clean desktop? THis function is very convenient for my development on Mac.
thanks in advance,
George
Hello,
I was wondering if there are any free / open source solutions that will start and stop a windows service based on load? I have some pubsub subscriber services that do background work which is not critical. Ideally i would like tot be able to automate things so that these services could start if memory/cpu/disk i/o was under a certain threshold and stop gracefully if that threshold was met.
Do you know of any solutions?
Thanks
JP
Hello,
I'm running a small hosting VPS with CentOS and I have installed the WHM/cPanel control panel.
The problem is that the email, either sent from the cPanel webmail or other client like Outlook does not get sent out with no visible error message on the client side.
Are there any log files I should check out? Is there any way I could find what the problem is?
Thanks in advance for your answer,
Constantin TOVISI
Hello,
Im trying to install windows xp (sp 3), ps/2 keyboard works when working in BIOS but when I want to install windows and there is a screen when Im suposed to hit enter my keyboard is freezed, and doesnt react ...
any hints ?
Hello,
I'm trying to setup a site to site VPN, with a Cisco ASA 5505 at one end.
The documentation tells me to use the Ipsec VPN wizard but under the wizards drop down menu there's nothing VPN related there.
I have a 'base' license, is that the issue? or am I being stupid?
The versions I have are: Cisco Asa 5505 with ASA 8.2(1) and ASDM 6.2(1), the firewall was already setup when I got it (I'm leasing a dedicated server).
Thanks for your help
Hello. I am considering the purchase of some software (AutoCAD) that requires the CPU to support SSE2. My PC's CPU is an Intel® Core™ i5-650 Processor, which supports SSE4.2. Basically what I am wondering is if SSE4.2 is simply a newer version of SSE2, so that it would be fullly backwards compatible. Thanks.
I have a CentOS 5.2 server set up with Apache 2.2.3 and Tomcat 5.5.27. The server hosts multiple virtual hosts connected to multiple Tomcats. For instance we have one tomcat for development and testing and one tomcat for production. project.demo.us.com points to dev tomcat and project.us.com points to production tomcat.
Here's the virtual host's configuration:
<VirtualHost *:80>
ServerName project.demo.us.com
CustomLog logs/project.demo.us.com/access_log combined env=!VLOG
ErrorLog logs/project.demo.us.com/error_log
DocumentRoot /var/www/vhosts/project.demo.us.com
<Directory /var/www/vhosts/project.demo.us.com>
Allow from all
AllowOverride All
Options -Indexes FollowSymLinks
</Directory>
##########
##########
##########
JkMount /project/* online
</VirtualHost>
JkMount line defines that we use online worker and our workers.properties contains this:
worker.list=..., online, ...
worker.online.port=7703
worker.online.host=localhost
worker.online.type=ajp13
worker.online.lbfactor=1
And tomcat's conf/server.xml contains:
<Connector port="7703"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
URIEncoding="UTF-8" maxThreads="80"
minSpareThreads="10" maxSpareThreads="15"/>
I'm not sure what redirectPort is but I tried to telnet to that port and there's no one answering, so it shouldn't matter?
Tomcat's webapps directory contains project.war and the server automatically deployed it under project directory which contains index.jsp and hello.html. The latter is for static debugging purposes.
Now when I try to access http://project.demo.us.com/project/index.jsp, I get Tomcat's HTTP Status 404 - The requested resource () is not available. The same thing happens to hello.html so it's not working with static content either.
Apache's access_log contains:
88.112.152.31 - - [10/Aug/2009:12:15:14 +0300] "GET /demo/index.jsp HTTP/1.1" 404 952 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2"
I couldn't find any mention of the request in Tomcat's logs.
If I shutdown this specific tomcat, I no longer get Tomcat's 404 but Apache's 503 Service Temporarily Unavailable, so I should be configuring the correct Tomcat.
Is there something obvious that I'm missing? Is there any place where I could find out what path the Tomcat is using to look for requested files?
Hello,
I am searching for it on Google, but i didn't find anything. Is there a way tho set up proftpd that it will only accept a connection on ftp.website.ext and not on website.ext or test.website.ext
I am running proftpd on Debian 5
Tom
Hello everyone
I try to use APIKit
http://ericasadun.com/2009/12/apikit-goes-beta/
to scan my codes to detect if there is private api.
apiscanner should run as
apiscanner ~/Desktop/MyPath/myapp.app
I used command 'cd' go to the directory where apiscanner is.
But if I call apiscanner ~/Desktop/MyPath/MyApp.app
Last login: Sun Jun 13 07:22:07 on ttys002
unknown required load command 0x80000022
Trace/BPT trap
logout
Even I copy file 'apiscanner' and 'doit' to MyPath, the execute
same problem
I think there is somethin wrong when I run apiscanner under mac osx
Welcome any comment
Thanks
interdev
Hello,
I have computer connected to internet directly.
But once very hour IP changes and I do not want that for sure.
How can I set IP lease time for like a year or so?
Thank you
Possible Duplicate:
Which is the best subtitle file editor (srt)?
Hello everyone I'm having trouble finding english subtitle for this movie Torrente 3: El protector (2005), I found a bunch of subtitles but none of them are displaying at the correct time, how can I correct that? tweak display times? but not for individual subtitles .. just the beginning one and others should sync themselves .. like to setup delay or create minus delay something like that
hello there
i am a engineering student. I am doing my project which requires mobile to pc real time voice transfer via bluetooth and vice versa.is it possible? I am using windows 7. plz help me.