I have a dual-boot Windows 7 64 bit/Linux 64 bit machine that uses ATI's Catalyst drivers. Sometimes I attach it to a 1080p LCD TV over HDMI. ATI is daft enough to provide a border to account for overscan.
I'm using an LCD TV. No overscan, or it looks like crap because the pixel mapping is not 1:1. How do I disable this driver "feature" in Windows? in Linux?
I would like to clone a smaller LVM-formatted disk onto a larger one using dd, and boot that disk in the same machine. Do I need to make any special considerations for LVM?
I'm using a case-sensitive web application to serve a few URLs that will be printed, so we expect UsErs to type them with inexact case. How do I tell mod_rewrite to redirect to the correct case URL as in [NC] without also redirecting on the case-exact URL and creating a loop?
I'd like to get a notification when my server's free disk space drops below 10GB. How do I configure cfengine3 to tell me when / has less than 10GB of free space?
I'm using cfengine to start the foobar process. Apparently the LHS is discarded when I use process_select? Can I simply pass the LHS to a function, rather than having to put the command match pattern in a body argument?
bundle agent foobar {
processes:
"foobar" # documented way would be to use .* here
process_select => command("foobar"),
restart_class => start_foobar;
commands:
start_foobar::
"/usr/bin/foobar";
}
body process_select command(c) {
command => "$(c)";
process_result => "command";
}
Possible Duplicate:
Looking For Video Editing Software for Ubuntu
I'd like a working video editor for 720p MPEG4 (.mov) with 16Khz ulaw audio in Linux. I've already tried pitivi (audio encoding issues) and kdenlive (crashes almost immediately after a clip is imported). What should I try?
Sometimes it is useful to have e-mail address like [email protected], where randomnumber identifies the conversation between a robot such as a mailing list server and a user. Is this possible with Microsoft Exchange?
What kind of setup do I need to live stream a presentation with audio and video of the presenter coupled with a screencast of their slides?
I would like to use a Linux or Windows machine to do the capture (the slides will always come from a Windows machine) and Red5 to serve the video to Flash.
I'm using Ubuntu 9.04 64 bit on an AMD. It regularly hangs for a few minutes at a time when some of the processes's CPU usage % goes into 'disk sleep'. During that time I can't start new programs and most of the programs on the desktop become unresponsive.
I would rather it didn't hang and my applications remained reliably responsive. Why does this happen and how can I stop it?
My ISP's DHCP server specifies 3 DNS servers that provide ads on mistyped domain names. I'm using a third party DNS provider that only has 2 DNS servers, but unless I put something in the third box dd-wrt fills it with the ISP's 3rd crappy DNS server and mistyped domain names go to their ad page.
I've used an unused IP address on the LAN. Is this the best solution?
Our internal DNS queries go through ActiveDirectory. We are hosting a site that is not in our domain, but internal users need to get the internal IP address for routing.
How do I configure ActiveDirectory to return A records for a few arbitrary domain names, not just those in our own domain?
Our internal DNS queries go through Active Directory. We are hosting a site that is not in our domain, but internal users need to get the internal IP address for routing.
How do I configure Active Directory to return A records for a few arbitrary domain names, not just those in our own domain?
Instructions for using mod_auth_kerb to authenticate a Linux web server against a Windows domain say it doesn't work to link a machine account with the service name HTTP\[email protected].
Why is it necessary to have a dummy user account instead of a machine account?
The Progress docs spill plenty of ink on SOAP, but I'm having trouble finding the example for a simple HTTP GET/POST with Progress ABL.
How do I GET and POST strings to/from a URL?
Can the URL be https://?
Can Progress provide HTTP Basic or HTTP Digest authentication?
What is the syntax for caps, specifying media capabilities, in gstreamer? Caps are strings that specify the type of media allowed and look like "audio/x-raw-int,..." but I haven't been able to find good documentation on exactly what is allowed in a caps string.
I am using plone.app.blob to store large ZODB objects in a blobstorage directory. This reduces size pressure on Data.fs but I have not been able to find any advice on backing up this data.
I am already backing up Data.fs by pointing a network backup tool at a directory of repozo backups. Should I simply point that tool at the blobstorage directory to backup my blobs?
What if the database is being repacked or blobs are being added and deleted while the copy is taking place? Are there files in the blobstorage directory that must be copied over in a certain order?
I am developing a CSS dropdown menu based on the suckerfish CSS. I would like to put it on the right hand side of the page but the menus extend from the leftmost edge of each menu to the right, instead of from the rightmost edge of each menu to the left (as is necessary to keep the rightmost dropdown menu from opening outside the visible area.)
How do I position my suckerfish dropdown menus to extend to the left, instead of the right?