We send mail with unicode asian characters to our mail server on the other side of our WAN... immediately after upgrading from a FWSM running 2.3(2) to an ASA5550 running 8.2(5), we saw failures on mail jobs that contained unicode.
The symptoms are pretty clear... using the ASA's packet capture utility, we snagged the traffic before and after it…
There's something really weird happening in my server.
But first things first: I wanted to have my website and chose the domain name "myowndomain.com", Now on my domain registrar I point "myowndomain.com" to the address of my recently setup VPS, let's say 50.50.50.50
So I installed everything I needed to run my website, and I started to notice…
I'm using PHP with Apache on Ubuntu 12.10. Errors are not being displayed to the browser for some reason and I can't figure it out.
I have the following in my php.ini file:
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = On
display_startup_errors = On
log_errors = On
I am also positive that I have edited the correct ini file by…
I'm writing a simple bash script to do the following:
1) Check two files (foo1 and foo2).
2) If foo1 is different from foo2 and foo1 NOT blank, send an email.
3) If foo1 is the same as foo2... or foo1 is blank... do nothing.
The blank condition is what's confusing me. Here's what I've got to start with:
diff --brief <(sort…
I have 4X 2GB RAM sticks installed, Windows 7 Ultimate x64 shows "Installed Memory (RAM): 8GB (4GB Useable)" in the system information. The motherboard says it supports up to 16GB of memory. I had Windows XP x64 and I'm pretty sure it was able to use all 8Gigs of memory. I've just formatted and am not burning through 4GB for sure.
*The…
I'm on Mac OSX and i I have apache2 installed via MacPorts, running as the _www user.
I have some files I want to serve in the /Users/Me/Documents/abc folder.
Right now, though, the permissions of /Users/Me/Documents are 700. So, _www can't get in, even if abc is chmod 777.
I recognize the following options:
Allow _www access to…
One of my co-workers once saw a device that plugged into a RJ45 jack, that emulated a PC. It could be configured with an IP address, and respond to pings.
I was wondering if anyone knew about these, or even what they are called?
This will be used to simulate a PC in a classroom environment.
Thanks in advance.
Edit: This is a CCNA…
Just upgraded my system to Windows 7 a few hours ago and noticed that there was no shared overlay icon on my shared folders anymore and after doing some reading I discovered that the icon was removed in Windows 7, stupid decision but w/eve.
Anyway I have been reading that if a folder is shared then you can still see the shared status…
A third-party email gateway relay is refusing to process a message for an email address we're sending to. The address is in the format of firstname..lastname@recipientdomain.com (note the two periods). Is this allowed by RFC guidelines?
RFC 2822 seems to object to this in section 3.4.1:
The locally interpreted string is either…
After I have successfully connected to a Windows 7 box via the built-in VPN: how do I access shares, shared printers, network appliances, etc.?
So, call me bad at googling, but: I can find dozens of articles on "How to Set up a VPN Connection" and "How to connect to a VPN" for Windows 7... but I can't find a single article on how…
Please help me
I am using the following code to hide rows if cell values are 0:
Private Sub Worksheet_Calculate()
Dim LastRow As Long, c As Range
Application.EnableEvents = False
LastRow = Cells(Cells.Rows.Count, "I").End(xlUp).Row
On Error Resume Next
For Each c In Range("I9:I48")
If c.Value = 0 Then
…
I am using Git for a test and production server and I'm trying to figure out the best way to update the production server.
I have limited SSH access, and don't want to manually update my production server using FTP.
I essentially would like to just be able to run a simple command and have the whole production…
In Outlook 2003 or 2007, if you:
Open your Contacts folder
From the File menu, select Print
The Print dialog box will open
Beneath "Print style", select Phone Directory Style.
This will print all your contacts as a phone directory. Can the same be done from OWA?
So about a week ago, I finally figured out what was causing my server to continually crash.
After reviewing my mysqld.log I keep seeing this same error,
101210 5:04:32 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
Here is a link to the bug report,…
I work on a website at my work. The issue is that if I visit the site, which uses the cached versions of the CSS and JS files, and then upload an updated copy of a CSS/JS file, Firefox will still use the cached version.
I can go to 'Tools-Clear Recent History' and clear the Cache of "Everything"…
I would like to set up an archive folder in Windows XP that would allow me to drop several different versions of the same file, and have it store each version. I would envision this to work similar to the recycle bin, where you can drop the same file 10 times and it stores each version. Anybody…
I put a logrotate configuration file in /etc/logrotate.d/ and expected the logs to rotate at a consistent time; however, they do not... log rotation times are seemingly random +/- one hour.
Why are the log rotation start times random, and how can I change this?
Informational: my logrotate…
Hello, I have a pretty big problem. My son just moved back to work for me in my firm. We set his computer up and installed Outlook03 connected to an Exchange 2000 server. All emails work, (internal/external) but I cannot for the life of me get his outlook to see the public shared calendar.…
I have a user that repeatedly has this issue. A 3 month password change is enforced on the domain, but when the user changes his, Office 2003 will re-ask for the POP account password, even though it has not changed. Entering the correct POP account password causes it to repeatedly fail. If…
Using Excel 2010, I have a spreadsheet that is used by 3 different people at any one time. But if one person has the spreadsheet open on there PC the other people can only view it as read only. I have since shared the workbook and put the spreadsheet on a shared network drive and now…
I recently got a Mac for use at home and really like the feature whereby an app is minimized when you double-click the top of the window. I've gotten so hooked on this behavior that, without thinking about it, I expect it to work on Windows (only to be quickly reminded that it…
I have been searching for a way, script, rain dance, to automate the deployment of several BESR 8.5 created images (v2i file extension). Does anyone have any experience on how to pull this off?
I have tried Ghost Solution Suite 2.5, but it doesn't seem to work with images…
Hi
I need to sum 9 cells of data, each one on a separate sheet, but always in the same location. I only want a figure returned when all the cells have data, even if it's a 0. But, if one of the cells is blank I want a blank return.
I'm trying to get my head around,…
Let's say I have one large file server that has a company-wide share. That file server constantly runs into space issues. Now let's say I have a dozen or so random servers (print servers, web servers, etc) that have a ton of free space. Is there a way to utilize…