I have an 1 TB data disk and the bios and Windows are reporting a "Smart" error. At least, I get a Smart event but it doesn't indicate how serious the failure could be. My system is about 6 months old, including the disk so the warranty will cover the damage. Unfortunately, I lack a second disk of 1 TB in size which I can use to make a full backup.…
Have received some reports from a customer (a very large company) they reported issues from clients who are using Facebook.
These clients claim that once in a while when they log in to Facebook they end up in someone else's session.
I know that network is NATed then Proxied before getting to Facebook.com.
Although I'm not able to explain how…
Is there a way in nginx to redirect everything from domain1.com to domain2.com, except for the homepage?
Right now I have:
server {
listen 80;
server_name www.domain1.com domain1.com;
rewrite ^ http://domain2.com$uri permanent;
}
This works, except that I'd like http://domain1.com (without any additional path) to be left alone…
I'm in the middle of upgrading, and purchasing licensing for 3 of our Servers.
One will be a Windows Server 2008 machine, running SQL Server 2008.
The other two machines will be domain controllers, both running Windows 2003.
Our organisation has 30 Users.
I understand (through our reseller) that a Windows 2008 licence gives "downgrade"…
We are trying to renew our existing web site certificate on our IIS 7 site under Windows Server 2008 R2, but we continue to get the "Access is denied" error that others have posted.
However, when we have gone to implement the common fix of making sure the Administrator group has full access to all folders and subfolders on the…
We have central HQ building and a lot of small branch offices connecting via VPN and want to implement AD (If you can believe we still haven't). We want everyone to log in using domain accounts and be policed centrally.
We are OK with having a RODC in a branch office with like 10 computers. But we have these small branches…
Hi,
At work I have EXCHANGE Server, so I am getting emails (Work related). I wanted to add my personal email (POP or IMAP) and get those emails too.
I am afraid that if i do that, my work can still have access to my personal emails? and they will see if I send or receive emails.
Any suggestions?
I've installed nginx server on my Mac from MacPorts: sudo port install nginx.
Then I followed the recommendation from the port installation console and created the launchd startup item for nginx, then started the server. It works fine (after I renamed nginx.conf.example to nginx.conf and renamed mime.types.example to…
I am using Ubuntu 11.04 and attached a Garmin data cable. The device gets recognized
[17718.502138] USB Serial support registered for pl2303
[17718.502181] pl2303 2-1:1.0: pl2303 converter detected
[17718.513416] usb 2-1: pl2303 converter now attached to ttyUSB0
[17718.513443] usbcore: registered new interface…
Can someone comment what they would add to the following list of SOP in terms of best practices? This is being set up on AWS, and then after further testing, back in our datacenter.
Standard Operation Procedure (SOP):
Installation Part: 2 - Installation of Software Components in Windows 2008 R2 (Updated).
…
I have an old Ubuntu 8.10 32-bit with MySQL 5.0.67.
There's 5.7GB of data in it and it grows by about 100MB every day.
About 3 days ago, the MySQL instance begin dying suddenly and quitely (no log entry) during the nightly mysqldump.
What could be causing it?
Upgrading MySQL is a long-term project for me,…
My Mac Mini outputs to my two new monitors - Dell U2311Hs.
The LED on the bezel displays blue when receiving a signal, or yellow otherwise. Both screens are displaying blue.
It also seems my Mini can see both of them...
However, one of them is black. It just displays black, but appears to be receiving a…
I have a thinkpad t61 with a UPEK fingerprint reader. I'm running ubuntu 9.10, with fprint installed. Everything works fine (I am able to swipe my fingerprint to authenticate any permission dialogues or "sudo" prompts successfully) except for actually logging onto my laptop when I boot up or end my…
We have setup ipsec and l2tp on linux. One question came up (due to firewall management policy) is whether it's possible to have 1 virtual interface instead of one per connected client.
Now we have:
ppp0 serverip clientip1
ppp1 serverip clientip2
Want to have:
l2tp_tun serverip …
I am a solo developer and the sites I'm deploying are very small, usually hobby sites and I have a few questions about the Amazon services.
Is there a reason for me to use beanstalk or should I just stick with a single ec2 instance?
Should I use RDS for database? I heard someone say that I…
My company already has a "local" backup strategy, but is willing to also backup data on our remote dedicated server as an additional "plus".
Some info:
Both machines are Windows Server (client is 2003, server is 2008)
Administrator rights on both machines
Valid SSL Certificate available…
I thought it would be cool to use Mozilla's Prism to create a webapp for min.us, but drag and drop is disallowed because the site doesn't see the program as Firefox, Chrome or Safari, those of which are apparently the only browsers allowed to do drag and drop for fear that something will…
So, we're wiping clean all PCs at our office and migrating them to a new server cluster and a new domain. Last night I tested on PC and it mostly worked except it refuses to join to the domain.
Now, our domain is named like EXAMPLE.COM. When I just type EXAMPLE the PC can't find the…
Facebook photo privacy is more complex than most people think - including the bloggers who fill the Internet trying to explain it in simple terms.
Not only there is the basic album-level privacy setting to consider, but also what happens with Tagging (and related privacy settings)…
I know in the "old days" it was good practice to shut this off.
But nowadays I have heard that it improves deliverability of email. In the old days people were not worried about spam (or having their outbound email rejected), so that made sense.
Of course, the question is only…
When I open firefox, it goes to what I closed it as.
I want it to open my home page and nothing else.
Not the stuff I closed it with.
How do I do that? thanks.
I have CentOs 5.5 with Apache 2.2 and SVN installed. Also I have Windows 2003 R2 with Active Directory.
I'm trying to authorize users via AD so each user have access to repo if he is a member of corespondent group in AD.
Here is my apache config:
LoadModule dav_svn_module …
I do "crontab -e" and add the following line:
0 9 * * * /usr/bin/python /home/g1/g1/utils/statsEmail.py > /home/g1/log/statsemail.log
But it doesn't work! Why? The script itself works. Also, the log is empty.
My other command in crontab is this, and it…
I have a web Linux-based infrastructure which consists of 15 virtual machines and over 50 various services. It is fully controlled by Chef. Most of the services are developed internally.
Basically the current deployment process is triggered by a shell script. A build…