How do you enable mod_rewrite with Apache in Ubuntu 10.04?
I tried copying rewrite.load from /etc/apache2/mods-available to etc/apache2/mods-enabled but that didn't work.
I have an external HDD (1TB) and I'd like to use it on OSX and Windows.
I had another external HDD using NTFS and I used NTFS-3G on osx to write files, but I found the reading/writing very slow.
Googling a bit I see many people recommend HFS+ in conjuction with HFS Explorer for Windows. Is this the best way ?
Is it possible to have two…
Hello,
I'm new to mocha for After Effects, but like the auto tracking feature.
There are a few markers I'm adding, but there's one which is giving me a bit of a headache.
I'm tracking a circle that moves around a larger object, so it moves in front of it initially, then behind, being occluded by the larger object, then in front again.…
I'm setting up a home NAS device (Synology DS409) that I'm planning to use for Time Machine backups (amongst other things).
What are the tradeoffs between using iSCSI or AFP to mount the backup volume?
The Synology wiki suggests that iSCSI is better if the Mac will be frequently disconnected from the network or sleeping, from the…
I'm setting up a demo lab environment in which each demo lab user is assigned 4 accounts to use in the lab. Users access the lab via Remote Desktop to the "client" machine in the lab - exposed at demolab.mydomain.com.
The Client machine is a Windows 2008 Server R2 Enterprise Edition server
The Remote Desktop Services role is…
I regularly plug my Macbook Pro into a network at work, but because of the way Mac networking works, my computer's name instantly becomes available to any other Mac on the network. Is there a way to hide my computer's name so that I do not appear on the network list of other people's computers? Also, can I set this up so as a…
I have two DNS servers in my domain, Windows 2003 and Windows 2008, but recently both are failing to route users to www.cdw.com. I have had no other complaints with any other websites, but when trying to use cdw.com the page never loads. I tried to resolve the hostname and get the NXDOMAIN error below:
MyComputer:~ me$…
After about 10 minutes of running, my computer will hang, exhibiting the following symptoms:
Both monitors act as if there is no image being sent to them (on, but blacked out)
The CAPS Lock key on the keyboard will not respond.
The computer appears to still be running: CPU Fan is whirring.
When I reboot, Windows…
I am interested in setting up an apt repository on my server to host some of my packages.
How would I go about doing this? It's a shared server.
Basically, I want to do what Google did in regards to the way they host Chrome downloads for Linux.
There are several questions around limiting ftp users to certain directories. However, most of them refer to vsftpd, which I don't think I have installed on my system. I'm running Ubuntu 9.04. How can I tell what ftp service I have installed, and then limit certain users to only the /home/ftpuser directory…
I have a Windows 7 Ultimate - 64 bit Operating System
When I'm trying to create virtual machine Windows Server 2008 64 bit I'm getting the same error neither with Virtual PC or Workstation 7.1
Error: 64 bit guest operating systems are not supported by this host and will not run
and
Status: 0xc000035a
info:…
I have a set of Windows 2008 Server R2 SP1 Enterprise Edition virtual machines running in Hyper-V. The host server has 64GB of RAM and two SSD drives (one drive for the host OS, and the second one for the VMs).
The virtual machines are as follows:
Domain Controller: 4GB RAM
Exchange Server: 4GB RAM…
I have a Dell Latitude D510 that went belly up around two years ago. It will run from the battery, however, the wall adapter will neither power the machine nor charge the battery. Once the battery is dead, the machine is dead.
Since it died I've searched repeatedly for solutions. I've tried a new…
Here is my rule:
RewriteRule ^user/(\d+)$ rewrite.php?id=$1
This redirects, but $_GET['id'] is not set. If I change the above rule to:
RewriteRule ^anything/(\d+)$ rewrite.php?id=$1
It works. Why does one work but not the other?
Here is more information:
There is no directory named user
The…
I'm running some C# / ASP.net code on an IIS6 server.
The code has triggered a "Debug.Assert", and now my IIS6 server is not responding for this site — at least that's what I strongly suspect given that this was the cause the last time this happened.
How do I bring the site back up? Stopping and…
Useful info:
OS: CentOS 5.8 final
Kernel: 2.6.32-042stab056.8
My kernel came prebuilt with the server, I don't know anything about kernels and not a lot about linux however as far as I do know I should have some modules loaded by the kernel.
I came across this problem because I am unable to run…
I have windows 7 prof on a aspire acer one netbook.
I want to access the "Manage wireless networks" panel from
Control Panel - Network and Internet - Network and Sharing Center - Manage wireless networks (on the left bar)
I click it, but it just won't open!
I right clicked the gnome menu and clicked on "Edit menus"
Then I clicked on "New item".
Type: Application
Name: gedit as root
Command: gksudo gedit
Comment: Launch gedit as root.
When I click it, the gksudo dialog appears as expected. But then... nothing.
How should I be doing this? (From…
We get this error from out citrix server:
Your user profile was not loaded correctly!
You have been logged on with a temporary profile.
Changes you make to this profile will be lost when you log off.
Please see the event log for details or contact your administrator.
I am well aware there is…
I have a user logging in to Citrix Server (on Windows 2003) to use Outlook 2007. In OWA, he sees all his drafts in Draft Folder and can easily access them, but when he is Citrix, he can see the folder, but not the messages.
I had him check Normal and Favorite Folders under View - Navigation…
I'm just revising for an exam on Networks and Data Communications, and there's one thing I don't get about CSMA/CD and Ethernet. It's supposed to be fairly stable, for instance if a computer drops out of the network, it's not a problem like it might be in a token ring network (I think).
But…
Hello,
We have several thousand 'contacts' setup in AD already for a faxing system. We're migrating to an online fax provider that uses e-mail rather than plain old telephone. So, we've bulk edited all the AD records so that the 'mail' attribute is populated with the right e-mail address…
The title is a bit misleading... what I want to do is a little complicated:
I want to set up my server (running Ubuntu 10.04 Desktop) to send email using PHP's mail() function.
I tried just using it, but the messages don't go anywhere and the return value of mail() is not FALSE, so I…