I see the option in Visio 2003 to only trust macros stored in trusted locations, but I can't find any way to set up what these trusted locations are.
My problem is I have a template file that's not signed in the VBA project but the VBA project is locked (so I can't just sign it myself).
So, there are only two ways I can stop the warning:
lower…
I've read this tutorial about how to modify your .htaccess in order to server many web2py applications but it doesn't seem to work. Here is my .htaccess
RewriteEngine On
RewriteRule ^dispatch\.fcgi/ - [L]
RewriteRule ^(.*)$ dispatch.fcgi/$1 [L]
RewriteCond %{HTTP_HOST} =www.moublemouble.com [NC, OR]
RewriteCond %{HTTP_HOST} =moublemouble.com…
I want to collect information on what sudoers actions a user can perform on a server. From what I've read, you can do this with the command sudo -l -U username. However, one server that I have has a slightly older version of sudo (1.6.7p5) and the -U option doesn't seem to exist (I don't own the server so I can't just upgrade to a newer…
I have access to the Exchange Server but the domain controller RAID card died and the restored backup causes the new server to reboot without even a blue screen. I have rebuilt a new domain controller and another Exchange server. What is the best way to migrate the data to the new Exchange Store from the old Exchange Server?
I want my mailserver to send mail from my local application "from" any user supplied email address "to" my own address, say "contact@mysite.com". The MX records for "mysite.com" actually point to a different server, even though the outgoing mainserver is running with mydomain set as "mysite.com". Perhaps this is part of the problem?
…
I have two rules set up to sort incoming bug reports. The first is specific to a single device:
Apply this rule after the message arrives
sent to SMS Distribution
and with <source_device_number>: in the body
move it to the BugReports\<source_device_number> folder
..and the second is a catch-all for everything else:…
I run an Actiontec HD701D modem with NAT to an Airport extreme base station to laptop etc. As you might expect I get double NAT issues.
I tried a lot of different things to forward a port, but no luck.
Currently the airport is in bridge mode letting the modem handle the NAT, but still can't forward the port.
Also to note: firewall…
I have two Ubuntu 12.04 servers, which run mysql in a master-master setup, with mmm as manager. How can I set up heartbeat to make sure that mmm only runs at one node at the time?
*Edit to explain more clearly
My setup:
---------VIP (10.0.0.123)------
| |
Node1 Node2
Where…
I am having issues with transfer speeds from my desktop PC to my NAS. I have my NAS hooked up to a Gigabit Gateway as well as my Desktop with Cat 5e. I see up to 4.0 MB/Second Transfer Rates, the normal is about 2.5 MB/Seconds.
There is 3 Partitions on my NAS, Public, Private, Backup. When I transfer from Private to Public I see…
I would like to map ip address to specific localhost interfaces (e.g. 23.45.66.77 = 127.0.3.3). For named hosts I can use the hosts file. Naturally this doesn't work for IP address.
This has to work in windows, the only option I've found so far is implementing a TAP/TUN driver like openvpn does.
Are there any other options?
Up until a month ago, my girlfriend has used MobileMe to backup all the files on her MacBook. This turned out terribly when a quirk of MobileMe caused it to erase all of her files on MobileMe, and then sync the newly-erased MobileMe down to her computer, erasing everything. A week's worth of college essays and CS homework were…
We're using Cacti with RRDTool to monitor and graph about 100,000 counters spread across about 1,000 Linux-based nodes. However, our current setup generally only gives us 5-minute graphs (with some data being minute-based); we often make changes where seeing feedback in "near real time" would be of value. I'd like approximately…
In a corporate environment running Exchange and Outlook clients connecting to it why do server administrators not allow IMAP to be turned on for those that would like to connect to the server using IMAP?
I'm assuming the simple answer is port attacks and please excuse my naivety but does Exchange not suffer the same problems…
The computer I am using right now has 6 physical disks attached. Using the BIOS's "select boot device" functionality I have discovered that I can boot off 3 of these disks into the exact same bootloader. This means that all of these disks have the bootable flag set on their MBR, even though I had been under the impression…
We are about to get our first managed switch at work (Procurve 2520G-24-PoE), and this lowly programmer gets to put on his admin hat and try to configure it. The switch has an RJ45 serial port for console access. My laptop has USB ports but no serial port. In fact, there isn't a single computer in the office with a serial…
I've got a relatively limited broadband connection (I live miles from the nearest exchange) and from time to time net access (but nothing else) slows to a near crawl.
I know from a bit of monitoring software that the connection is being fairly heavily used which would explain it but I don't know what's using it. There…
I've taken the plunge and bought an SSD and want to move my existing Windows installation over. The current hard disk is 500Gb, but I've trimmed the contents down to about ~40Gb. I'm transferring it across to a 100Gb SSD and looking for the easiest way just to copy everything across and set the SSD up as a boot device.
…
I work at a company which uses a Fortigate 60 router, something I'm not really familiar with. Everything worked fine with it until a week ago when Comcast came in and replaced our modem.
It seemed as though the process went smoothly - our connection came back up and our static IP remained the same.
However, none of…
I updated my dev-box's WAMPSERVER, and along with updating PHP and Apache, MySQL updated to '5.6.12'. After doing that, I copied the data folder from my old (5.1.36) install to the new one and now MySQL takes up 580mB which is way too much, since I'm the only person using it (Locally) and there are only 20 or so…
From Wikipedia:
Most private trackers monitor how much
users upload or download, and in most
situations, enforce a minimum
upload-to-download ratio.
How exactly can a tracker figure out how much data was uploaded and downloaded by each user?
My understanding is that a BitTorrent tracker is merely a…
So my command line skills are a little rusty and I'm having trouble remembering the differences between the meanings of flags in different distro's os's. I also don't really remember all my technical lingo so manpages seem really unclear.
Basically I'm on Mac OS X and want to delete a directory along with all…
I have an issue with Terminal on MacOS X 10.7.4. I know where it comes from, but I don't know how to solve it :
Yesterday, I installed fish-shell as a shell replacement. Following the installation instructions, I ended typing the following command :
chsh -s /usr/local/bin/fish
I noticed I had to do a :
…
I'm in the process of setting up my own DNS+hosting on a couple of VPS and my home machines, mostly for academic/learning purposes, but also for convenient accessing of my files, hosting my personal websites, private git repositories etc.
I've got a main web server with DNS, and a slave DNS server. I've…