Hi All,
I am concerned that one of our servers is being abused for a few various reasons.
Is there a tool that can send a popup message when ever a user logons onto the server?
Thanks
We run a single Exchange 2003 Standard server. On two separate occasions we have had the following happen, both times with the same sender and recipients.
A user with an an email address in domain A sends a message to two others with email addresses in domain B. I must stress that this is all internal and on the same Exchange server. Both…
I really need help figuring out how to speed up graphing multiple series on a graph. I have seperate devices that give monthly readings for several variables like pressure, temperature, and salinity. Each of these variables is going to be its own graph with devices being the series. My x-axis is going to be the dates that these values were…
I installed Java as requested by Chrome's "missing plugin" prompt. But after restarting Chrome it is still not shown as installed, even though if I try to install again it detects an existing installation.
What can I do?
I'm running a program that uses WatiN to automate file uploads to different websites. I currently run it on a machine that I remote into via the standard Remote Desktop Connection in Windows - once I start an upload, I go ahead and continue using my local machine. Soon, I'll be needing to run it locally. The problem is that it requires…
I want to upgrade exchange from 2003 to 2010,
but now i have just one server having exchange 2003 mailbox, and its just working with internal network.
for receiving and sending email to outside, we have hosted mail server and we use Native POP3 to download mails from hosted server to our exchange server.
and now we want to have 2…
When I'm using the iwconfig command on my current wifi interface , wlan0 , the first line I get as output is wlan0 IEEE 802.11bgn.
When I try to do this when I am connected to other WiFi's, I sometimes get other versions, like IEEE 802.11bg or IEEE 802.11abgn. I want to ask, what's the meaning of this output? if the output…
Possible Duplicate:
How should I structure my users/groups/permissions for a web server?
I've seen a few answers to this on the internet, but I'm looking for a definitive answer. I have a new Ubuntu 12.04 LTS server with LAMP. Apache is set to run as "www-data" and /var/www is set as having "root" as the owner and…
I manage IT for a large organization with over 2000 people. The administration would like to send an email (often with up to 5 word document attachments) about once per week.
They also want to categorize people. For instance, about 40 people are "teachers," about 1800 people are "students," and about 10 people are "board…
I have a database which has 90% of read only tables. 10% of the tables has writable data. We need to scale the ASP.NET application.We need to add more users who will not be writing to the database. We are thinking of adding another server and routing the users who need read only access to that server. Is there a way to…
When I attempt to open Word 2003 I receive the following error "Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item."
This has only just started occurring. The operating System is Windows XP Professional
I have a VPS running Centos 6.3 with a fully updated NFS. When I mount the NFS directory from the client, everything works perfectly fine for approximately 3 minutes, then the client hangs attempting to see the directory.
nfs-utils-1.2.3-26.el6.x86_64
service nfs status
rpc.svcgssd is stopped
rpc.mountd (pid…
I will be connecting my laptop in an untrusted network. If I setup OpenVpn on a server and use a vpn client on the laptop to connect through it, is it enough? Can someone perform a MITM attack or otherwise eavesdrop on my traffic?
If someone on the local network port-scans my laptop, will the open ports be…
I'm timing how long it takes to run a command foo. I'm looking to append the results from the time command to a file, and discard the results from the foo command. I tried the following, but it didn't do what I want:
$ time ./foo > /dev/null >> output_from_time_command.txt
Any suggestions?…
Whenever I click a link from something like outlook or a program opens a web page (not when I click a link from within chrome). It opens up in Chrome since it is my default browser but if I already have a page open it will open in a new tab on that same window. I can't tell you how many times I forget…
Heres my situation, client PC is on the same network as the printer to start with:
192.168.1.X
Thats fine and printing is fine, however our clients are required to connect to the VPN using the installed cisco client - this creates a virtual adapter and now the PC is connected to a 10.0.0.X IP range…
i'm getting a strange error on my production install when i try and
create a new user using AL:
ActiveRecord::StatementInvalid: Mysql::Error: Column
'crypted_password' cannot be null: INSERT INTO users
especially strange b/c it works as expected on my local box.
RUnning Rails 2.3.2 and ruby…
My error is that the table headers of my two tables are not shown. Right now I am setting the header with new JTable(data, columnNames).
Here is an example which shows, my problem:
public class Test extends JFrame {
private static final long serialVersionUID = -4682396888922360841L;
…
Brian Dayton: My Doors - Why Standards Matter to Business
"My 1951 house wasn't built with me in mind. They built what worked and called it a day. The same holds true with a lot of business applications. They were designed and architected for one-time use with one use-case in…
On Tuesday night at the AIIM Awards Banquet, two Oracle customers and their implementation partners won awards for their Oracle Enterprise 2.0 implementations.
The Bureau of Indian Affairs, a division of the Department of Interior, won a Carl E. Nelson Best Practices Award for their…
Earlier this month the ASP.NET MVC developer community held the 2nd annual mvcConf event. This was a free, online conference focused on ASP.NET MVC – with more than 27 talks that covered a wide variety of ASP.NET MVC topics. Almost all of the talks were presented by…
In this Issue: András Velvárt, Bobby Diaz, John Papa/Laurent Bugnion, Jesse Liberty, Christopher Bennage, Tim Greenfield, and Cameron Albert.
Shoutouts:
Svetla Stoycheva of SilverlightShow has an Interview with SilverlightShow Eco Contest Grand Prize Winner Daniel James
…
The following code shows a simple method of parsing through an XML file/string. We can get the parent name, child name, attributes etc from the XML. The namespace System.Xml would be the only additional namespace that we would be using. string myXMl = "<Employees>" + …