Hello. I know encryption questions are asked a lot and there's overload when googling for answers.
I have a very small application that will run either as a service or from task scheduler on windows that will connect to an email server over imap and download attachments from any new emails for...
Hello. I have not been able to find an answer to this after hours of searching. Hoping someone here knows the answer.
I'm running Microsoft's OpenSSH server on Server 2022. It's working fine but my vulnerability scanner is saying:
Insecure MAC algorithms in use...
Hoping someone here can point me in the right direction, preferably a step by step instruction of adding custom attributes to ADLDS.
I need to add some custom attributes so we can store and retrieve custom data for each user in ADLDS.
Through ADSI Edit that you can add an attribute, but...
Hopefully someone with HP-UX and/or Informix experience is out there because we haven't found anyone to help us yet. Thankfully our backup system is accessible still.
We moved out HP-UX/Informix/SAP system to a new data center and new storage. One thing we had to deal with was recreating the...
I googled and attempted things for several hours today without success.
I have a freshly installed CentOS 7 system that I'd like to disable the firewall and all iptables rules. Basically the equivalent of doing iptables -F
In a nutshell I've tried the following commands, in many different ways...
I installed patch Windows6.1-KB3079821-x64 on our Windows 2008r2 KMS host which is supposed to enable us to activate windows 10 clients. I can't find any good documentation on what to do after the patch. I assume I need to add our host KMS keys for Windows 10 to the KMS host, but not sure...
We are using 4 physical NICs with VMware 5.0. We have one vswitch, with the switch ports configured in an MLT, with multiple vlans on the ports, using route based on ip hash. I am not a traffic expert. I'm being told that "best practice" is having a separate vswitch for management and another...
We have a KMS host that licenses our Microsoft products, Windows 7, Office, and Windows 2008. I have a tool that extracts all the KMS event log entries so you can parse them out and see what is being activated, etc.
The problem I have is that the report shows 7 different activation IDs. If I...
I'm working on a program for a local group of guys I play basketball with. Basically something to help us know who's committing to playing then next two dates, instead of sending emails around. Anyway, I'm having trouble getting my program to automatically determine the Friday and Monday...
I'm hoping someone has seen this before. We're starting to move to Windows 2008 R2. Right now we're trying to get our server image created. The problem we are having is with terminal services. We have a license server for RDS cals with RDS cals available. We can start a remote desktop session as...
I'm using gpedit.msc to try and create a policy. I can create it using gpedit, and it works, but after reboot the setting is gone. The setting I'm trying to save is:
Local Computer Policy/Computer Configuration/Administrative Templates/Windows Components/Internet Explorer/Internet Control...
I have a couple 2003 servers that don't keep the settings I set in Local Security Policy. These are standalone servers, not members of domains or AD.
The first setting is "Security Options/Network Access: Sharing and security model for local accounts". I set it for Classic, do gpupdate /force...
I have several Windows 2003 stand alone servers. (no AD or Domain). I make several settings changes in Administrative tools/Local Security Policy:
A)User Rights Assessment
Change the system time - Administrators, LOCAL_SERVICE (remove Power Users)
Shut down this system - Administrators, Backup...
I'm not much of an ASP programmer. I'm working on a very small app to build a basic web page with url links to some pdfs. I have the main functionality done and working but the problem is sorting. I need to sort the list which I'm not sure how to do. To make it worse, I need to sort the files by...
I have an XPa farm (Win2K SP4, Metaframe XP SP4/FR3) of five servers. We had a power outage a while back and everything came up fine except one server would not connect to the farm.
Don't have the exact error messages. I've done a lot of searching and trying things others have tried but so far...
I have a program running on Fedora Core 2 that creates some symlinks. The same program works fine on RH9 and FC1, but on FC2 the symlinks get created but are not viewable over samba or nfs. If I create the exact same symlink manually it's fine.
If I look at the symlink with ls in my specific...
Hi. I've been having problems with a Proliant DL360 G2 running Redhat 8. The server was continually locking up. Looks like the problem is the NIC driver, because without the tg3 driver loaded the server has been up for a day now. I've been working with HP/Compaq to install the bcm5700 driver...
Hi. I have some code for doing port scans. TCP works well, UDP does not. Can anyone assist? The UDP scan code is below.
Thanks,
James
protected String scanUDP(InetAddress IP, int port)
{
try{
byte [] bytes = new byte[128];
DatagramSocket ds = new DatagramSocket();
DatagramPacket...
I'm reading an exported Windows 2000 registry file using the following:
Reader r = new InputStreamReader(new FileInputStream(c:\\ImageBuild.txt"), "UTF16");
BufferedReader br = new BufferedReader(r);
etc, etc.
The Stacktrace gives a NullPointerException in the main thread, but...
I have some code that's close to what I need but I need help figuring out the following things. They probably aren't that hard, but I can't figure them out. Current code is at the very bottom.
1) I have some other code that searches and returns information and I use:
SearchControls constraints...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.