Hello,
I want to limit connections number per ip on specific port.
Should I use some firewall or anything else?
Advice please.
P.S. Port doesn't have to be port 80, or 3389. It can be any port
We are running a Win2K3 Server box, and I'm a remote employee that connects via VPN. I've been frustrated for some time by the connection speed over the VPN (the office HQ has a decent speed and I have a biz class connection here), and decided to do some checking today.
This morning, I was dialed in and looked at the networking tab of the task manager, and I see that the adapter for the RAS Server (the box has 4 Gigabit adapters) has a speed that seems far too low.
The speed for the RAS Server link hovers between 300 - 600 Kbps. The local connection (and others) all say 1 Gbps.
Can I set this to a higher speed? Is this information accurate?
Thanks for the input.
I am trying to wipe an old laptops hard drive, it doesn't have a CD drive so have been using a USB to try and wipe the hard drive from the BIOS.
I have been using http://www.dban.org/ which I installed as an ISO on the USB Stick. When ever I try to boot into this I get an error saying 'No operating system'
Does anyone know of a way to wipe a hard drive?
I also tried to boot into safe mode but I just stay on a constant loop.
Thanks
This site for example: http://www.cultbox.co.uk/reviews/episodes/778-twenty-twelve-episode-3-review
Which has this CSS - http://www.cultbox.co.uk/style.css
body {
text-align: center;
font-size: 1em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
color: #000000;
background: #D3D8E1;
}
I think I first saw this problem on Tech Republic.
Also is it possible to find out which Font the browser chose to render in?
At work, I can remotely administer other computers by first adding my domain account as a local admistrator on another computer. After that, I can use remote registry, computer management, and file sharing (\\computer\c$).
How can I setup a remote user to be a local administrator on a simple home network without a domain (just a workgroup)?
For some reason my list of recently used programs has stopped updating.
Any program that I "pin" to the start menu remains, but where you would normally expect to see the recent programs is just blank space.
What setting do you think could have changed? I don't recall changing anything.
Thanks!
edit
Start MenuProperties Privacy "Store and display a list of recently used programs" is indeed checked.
In one of my Application and DB Server , SSIS package runs at night. Every morning i need to reset IIS to work the Application Fast and smoothly. One day i tried to SKIP the SSIS Package and next day i hvnt Done the IIS reset.
What could be the problem. Is there any alternate Solution for IIS reset.
How can i schedule and make sure the IIS is RESTARTED through Batch File / s.
Application is developed in .NET and DB is SQL latest version. The application is hostes on cloud server.
Your prompt reply will be helpful for me.
I noticed by accident today that I have some unknown webserver listening on port 8000. Opening http://localhost:8000 just returns 404, so I don’t get any hint what exactly is listening there.
I’ve used netstat -ano to find out, that the process with PID 4 is listening on that port. PID 4 is the System process. Why is my system listening on that port, without me actually starting a server? Or how can I find out what exactly is listening there?
I’ve read the related questions about port 80 and port 443, but none of the services mentioned there were running on my system. And the other suggestions there didn’t work either.
edit:
The HTTP response of the server lists Microsoft-HTTPAPI/2.0 as the server.
edit2:
As requested by Shadok, here are the entries of TCPView with 8000 as the port. But I doubt it’s useful at all…
I just got DirecTV. It worked for a day, but now the TV video constantly skips 1/2 second, then plays 1 second. Also, the bottom 5th of the screen is solid green. The audio does not skip.
I tried to do "Set up TV signal" (in Media Center) - but I get an error. See the post I just made here titled "Error - “IR Hardware not detected” - but it’s installed/working."
Thanks for your help.
dear sir,
please help me i have reliance bandwidth connection & i want to set local area network without use a router please help how set this
with regards
ritesh rana
[email protected]
What is the easiest way to tell IIS7 to restart Coldfusion Server at set time intervals (every 6 hours for example) without paying for something like Service Hawk?
For some reason my localhost is not recognized.
I have this in my hosts file as I've always had:
127.0.0.1 localhost
::1 localhost
I did do a flushdns, not sure if that caused it. Then I tried a /registerdns in the command prompt.
I still have the same issue.
I have registered URI scheme for my app. When I open it with "Run.." or in browser, it runs in hosted directory. For ex. Ive opened url in webpage, program's working dir is in browser.
What I want?
I want to run program test.exe located at
C:\data\test.exe
and to use dir.
C:\data
so it could use other data in relative path.
so test.exe would access file .\file.txt without using absolute path
Hope I wrote it understandable, sorry for bad English.
I am using a multi-touch HP PC, and I want to disable the on-screen keyboard that pops up when a text input field gets focus.
This is the same keyboard as when you touch the left side of the screen.
Is there a way to disable this keyboard?
Dear friends !
Please help me resolve very stupid question:
Here is situation:
OS: 2008 R2, DHCP service, 2 NICs
So, the main goal is to make two scope on DHCP service, each of scope will link to each of NIC.
Any ideas ? O_o
Thanks !
PS Don't ask to reinstall onto Linux,FreeBSD :)
I set up this computer with a Local account.
I have linked it to my 'primary' Microsoft account - which is used in the Mail and Store apps. There are no other accounts linked at this time.
I wish to use the Messaging app with a different Microsoft account. However, Add an account only lets me add a Facebook account! I don't want to remove or change my primary Microsoft account, since I do not wish to use the Messaging account with any other services.
I have a scheduled backup that backs up the shared files and system state. It is set to run as "normal" mode. However, when it runs it only makes a 2K size file when it should be like 60GB.What rookie mistake am I making?
Here's a version of the code I'm using, stripped down to just the parts that aren't working. This is all written to generate some basic pagination with jQuery.
In Chrome/Safari/Moz, I generate see spans, 1,2,3,4,...,etc
When I look in IE7/8, I see etc,...,4,3,2,1
The string seems to be concatenating backwards!!
This seems very strange to me, because there's not a whole lot going on in the code here, I can't figure out which bit could be causing problems.
Obviously, the 1,2,3,4,...,etc is what I'm aiming for here, so as well as an explanation of why this is an issue, I'd love it if someone could offer a quick fix.
myVar = {
arr:$.makeArray($('.my_li'))
};
var str;
str='';
for (s in myVar.arr){
r=parseInt(s,10)+1;
str+='<span class="my_class">'+r+'</span>';
}
$('#my_other_div').html(str);
I am trying to setup Continuous Integration in our office. Being a puny little developer I am facing this supposedly infamous problem:
" Source control operation failed: svn: OPTIONS of 'https://trunkURL': Server certificate verification failed: issuer is not trusted"
So I tried the following solution
- Run CC.NET service (server running as win service) using a domain account (rather than default LOCAL SYSTEMS) and accept cert permanently using command prompt under that user by using svn log/list on the repo.
Doesn't help :(. I am getting the following from my artifact/log files(or dashboard)
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'https://TrunkURL': Server certificate verification failed: issuer is not trusted (https://ServerAdd)
. Process command: E:\(svn.exe Path) log https://TrunkURL -r "{2010-11-08T02:12:20Z}:{2010-11-08T02:13:21Z}" --verbose --xml --no-auth-cache --non-interactive
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModificationsWithLogging(ISourceControl sc, IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)
We are using VisualSVN Server and CC.NET for this adventure. Tips, suggestions will be highly appreciated. Thanks
We have a program that compiles executables into a folder into c:\bin. Ideally I would like to share this folder so users can access the exe's within but stop them creating any other files in there. The reason for this is to stop users grabbing source code and putting it in a shared drive then taking it.
We have a Domain Controller setup and all the users belong to a specific security group.
Is there any way to achieve this?
EDIT: TO clarify, I need to stop users from creating or moving files INTO the C:\bin folder which are not executables.
I'd like to create a settings file for my logman command. I expect to have lots of perfmon counters.
Is there any easy way to get all the perfmon counters' exact text anywhere?
The only thing I thought of was to create a Perfmon Counter Log through the GUI and then export the list of selected counters--but I don't see an export option! I guess I could manually copy what I see on the screen, but that seems inefficient. I'm going to be dealing with tens of counters.
Maybe there is a list somewhere? That'd be easier to copy and paste from.
I would like to setup the Remote Desktop Connection Broker to allow better load balancing of the two terminal servers we have as well as allowing the user to re-establish to the correct server if they get disconnected.
My worry is, if I set this up and the server this service is running goes down, does the terminal server stop accepting connections or will they just lose the benefit of having RDCB turned on? I don't want to add another point of failure in this equation unless I have to.
Hi,
I have a Dell pc and when I ran the Vista installation disk which came with the machine, there is no obvious reference to the disk manager where you can add/delete partitions.
Can someone please explain how to find this? Is this an issue with the PC vendor or Microsoft?
Thanks
This may well be impossible; either way I'm sure people here will know. I'm trying to reduce three "OK" prompts to two.
As part of my application, users will download and run an executable I supply; call it privileged.exe. privileged.exe will have a coda that asks for the highest privileges available. That's two OK prompts, one to run privileged.exe and one for UAC.
I'd like privileged.exe to then install an ActiveX control, browser plugin or some such. The purpose of this ActiveX control is to allow the JavaScript running inside the browser to talk to the running privileged.exe process, to allow the user to perform certain operations that require high privileges by making choices in the browser. And I'd ideally like this to happen without the user having to restart their browser or explicitly OK the installation of the ActiveX control.
Is that possible? Can you install an ActiveX control from outside the browser in such a way that it becomes immediately available to pages running inside the browser? Or should I give up, and allow the user to be explicitly prompted to install the ActiveX control?
I have the following configuration:
Box 1. Running Win 7, connected to the Internet via Eth0. Has one wireless network adapter and one another ethernet adapter (say, Eth1).
Box 2. Running Win XP, has one ethernet adapter.
I'd like to share Internet connection of the Box 1 with Box 2 via cable and have box 1 also sharing the Internet with other wireless devices. I don't want to buy any additional hardware. Is it possible?
PS: Sorry if I'm unclear. I merely know nothing about NAT and network administration.