All Questions

Tagged with
Filter by
Sorted by
Tagged with
23 votes
1 answer
67k views

Can any c# application be run on linux [duplicate]

I am developing a game server in c#. Server talks to clients via sockets and sends byte[] using custom packet protocol. The question is, will this software be windows os specific or will be able to ...
Scavs's user avatar
  • 693
13 votes
9 answers
99k views

Start an application at system start without login

We have a new server running and we got some new programs doing import routines. So far so good... But there is one program that is put into autostart folder. So it doesn't run until admin logs in and ...
Daniel's user avatar
  • 835
10 votes
2 answers
10k views

Difference between Docker from DockerProvider and DockerMsftProvider

What is the difference between two methods to enable containers on Windows Server 2016. I found two sets of commands to do that. One using DockerProvider, and the other - DockerMsftProvider. First is ...
dawid's user avatar
  • 298
10 votes
1 answer
3k views

Visual Studio 2017 build tools not installing on windows server 2012

I am trying my best to setup a build server. I went to install and downloaded the latest build tools but as soon as I try to install it shows me this So I though ok maybe it does not support it so I ...
Pintac's user avatar
  • 1,565
9 votes
2 answers
7k views

RabbitMQ node authentification failed after changing cookie file

I have multiple RabbitMQ nodes running on different machines. After installing each node I failed to specify a common cookie for each of them to use so I had to go back and manually change the file ....
Iustinian Olaru's user avatar
9 votes
2 answers
26k views

Powershell invoke-webrequest not working

I have a Powershell script that is supposed to run an Invoke-WebRequest against a site. I want to use this script with PRTG Network Monitor to ensure that a web server is up and running properly. ...
Shawn L.'s user avatar
8 votes
3 answers
6k views

MongoDB error as setup Wizard ended prematurely, while installing it on windows 10

I have downloaded MongoDB from the official site as an .msi file and during installation it stops and freezes and after half an hour, and gives an error as the setup wizard ended prematurely. I have ...
GD- Ganesh Deshmukh's user avatar
8 votes
1 answer
28k views

Powershell 5.1 in Windows 2012 R2

I would like to install/upgrade powershell in my Windows 2012 R2 server. As default w2k12 have 4.0 powershell so I've downloaded Windows Management Framework 5.1 as file: W2K12-KB3191565-x64.msu When ...
Curl User's user avatar
  • 115
8 votes
1 answer
10k views

WebPack devServer - localhost refused to connect

I have configured WebPack for my application and added webpack-dev-server. It compiles successfully after running and gives me "Project is running at http://localhost:9000/". However, when I try to ...
mowie's user avatar
  • 191
8 votes
2 answers
14k views

How to kill process and process with PID could not be terminated. Access is denied

I use windows 10 so I try to kill the port this command netstat -ano | findstr :8006 taskkill /PID 3984 /F but I didn't kill the process. But it comes ERROR: The process with PID 3984 could not ...
Vignesh_E's user avatar
  • 167
8 votes
1 answer
2k views

PHP TCP socket connection Limit - Windows server

I have a weird issue and I can't seem to find a solution or anything closer to the issue I am having , Here is the thing , I have a scoket script run via php on command line, it accepts connection ...
Ronak K's user avatar
  • 1,567
6 votes
1 answer
27k views

Mounting Linux FS in Windows 10 using SSHFS

I don't exactly remember how my friend synched his changes in VS Code with remote machine(Gitlab). He commits, adds, changes the code in VS Code and it automatically applied to remote machine. The ...
Mark Ezberg's user avatar
6 votes
4 answers
17k views

MQTT broker windows [closed]

I've been trying to set up MQTT broker on windows but with not results. I am not very experience in this topic. I've downloaded the mosquitto files from http://mosquitto.org/download/ but I haven't ...
Fernando's user avatar
6 votes
2 answers
3k views

Get host computer information from within R code

I want to get host computer information from R code. For my machine setup program there are slight differences in initial setup of section of the script depending on the machine used, and I need to ...
Sergii Zaskaleta's user avatar
6 votes
0 answers
8k views

How to deploy a FastAPI web app on IIS server?

I have a FastAPI web app that I'm trying to deploy on IIS version 10.0.* on Windows server 2019. Right now, I can run the application locally with no issues, you can find the repository here: https://...
Shay Barak's user avatar
5 votes
1 answer
24k views

Corrupted MAC on input. ssh_dispatch_run_fatal:message authentication code incorrect unable to ssh jupyter notebook on remote server [closed]

I was trying to connect to my jupyter notebook which is running on my remote server so that I can access it on my local windows machine. These were the steps that I followed. On my remote server : ...
Himanshu Poddar's user avatar
5 votes
1 answer
2k views

Insert command in already open CMD through a .bat

I coded a website where my friends can start and close their Minecraft server over PHP. To stop their server, a .bat file kills the process, but normally Minecraft servers will be stopped with the "...
phrogg's user avatar
  • 888
5 votes
1 answer
1k views

How to write Git Server Hooks on Windows platform?

I can't find any clear examples of Git hooks for Windows. I use Bonobo Git Server on Windows Server. I need pre-commit and post-commit hooks as cmd or bat. Pre-commit should check empty comments and ...
JMLabs's user avatar
  • 71
5 votes
0 answers
4k views

Dropbear for Windows

I'm looking for an open source SSH server for Windows. I came across a some servers but they were all closed source. I want to believe that one exists already. I also tried to compile Dropbear for ...
Blondy314's user avatar
  • 761
4 votes
1 answer
5k views

Docker for Windows Server 2016 requires update KB3176936

I want to install Docker on a physical Windows Server 2016 Datacenter Evaluation (Version 14393). I tried following the instructions from Quick Start Windows Server but installation fails: Error ...
Enno Richter's user avatar
4 votes
2 answers
28k views

What is the theoretical maximum number of open TCP connections allowed on a Windows server [closed]

On my Windows server I have a port open listening to incoming TCP connections from multiple clients. Is there a limit to the number of unique clients that can concurrently establish a socket ...
Rahul J's user avatar
  • 93
4 votes
1 answer
34k views

Windows Server 2012 R2 - Error: Server Manager is collecting inventory data. The wizard will be available after data collection finishes

I am getting the following error when I try to open my Server Manager Roles under Windows Server 2012 R2: Server Manager is collecting inventory data. The wizard will be available after data ...
Valtinho's user avatar
  • 327
4 votes
2 answers
13k views

Running Node.js server on windows

How can I host node.js application on windows server?
Nikhil Taralekar's user avatar
4 votes
5 answers
11k views

How to install rabbitmq server on Windows?

How do I install RabbitMQ on Windows?
Hacker_PK's user avatar
  • 247
4 votes
1 answer
2k views

processor affinity group C#

I'm using Windows Server 2016 with 72 cores. I see that there are 2 groups of processors. my .net app will use one or the other groups. I need to be able to force my app to use the Group of my choice. ...
Andre DeMattia's user avatar
4 votes
0 answers
615 views

How to index file contents

I have a server at batalabs.tk where I use batch files as most of my CGI scripts, I am currently trying to make an Indexing service for a search script... Example files: Directory to search: <...
cascading-style's user avatar
3 votes
1 answer
2k views

Arabic url is not working in WordPress on Windows IIS Server

Urls with Arabic slugs are going to 404 on IIS Windows Server and working fine on Apache server. When I have Arabic in URL like /ar/product-categories/الأرز/ It is redirecting to 404 when I edit the ...
Owais Aslam's user avatar
  • 1,577
3 votes
2 answers
7k views

File upload 404 error on server

I have a PHP file up-loader that we use to upload around 10-15 5mb images every day. I have the image uploader locally and i can upload images fine. I changed all the settings in my php.ini to ensure ...
Gaz Smith's user avatar
  • 1,110
3 votes
2 answers
482 views

ejabberd module compilation error

I am new to ejabberd, trying to add new module for offline_message_posturl, on a Windows server. I couldn't find any blog post specifically for Windows other than the below. I am using ejabberd ...
Josh's user avatar
  • 1,029
3 votes
2 answers
3k views

Installing Docker on Windows Server 2016 TP4

I want to install Docker on a physical machine with Windows Server 2016 installed. (Using the Admin-Account, not a Guest or Normal User Account) So i tried this guideline. But the second command fails ...
nast's user avatar
  • 59
3 votes
1 answer
3k views

Named pipe: ReadFile after ConnectNamedPipe return ERROR_BROKEN_PIPE

I reactivated code that I am sure used to work some months ago. It drives me crazy but it does not anymore. I could not find an answer in other questions. On the server side, I create a pipe using #...
user2452157's user avatar
3 votes
2 answers
2k views

Schedule batch file not renaming file to name specified using %date% and %time% variables

As part of a regular file upload process we run a .bat file via Windows Task Scheduler. It opens WinSCPand runs it using a config file. Then it cds to the file where the upload is stored, renames it,...
Ya Guy Godzilla's user avatar
3 votes
3 answers
3k views

Using variables in ftp connection by cmd

How I can use variables in ftp? This is what have i done: file a.bat: set file=test ftp -s:b.txt IP file b.txt user password get %file% quit And log shows that there isn't any %file%.
Misha's user avatar
  • 117
3 votes
1 answer
734 views

Perforce: Cross-Migration from Windows to Linux fails to replay checkpoint

I am attempting to migrate my personal Perforce Server from Windows to Linux (Ubuntu 20.04), but am having trouble replaying the checkpoint file from the Windows Server on the Linux Server. I want to ...
Jambax's user avatar
  • 151
3 votes
1 answer
2k views

Programmatically login 10 users to remote desktop session

I am trying to create an application that will programmatically login 10 users using RDP. The purpose is to autologin these users so someone does not have to manually do it. The first server I ...
maltman's user avatar
  • 454
3 votes
1 answer
912 views

Must the grpc client and server run on the same system?

I have a question for help. Must the grpc client and server run on the same system? If the client runs on windows, is it feasible for the server to run on Linux?
henryhe's user avatar
  • 31
3 votes
1 answer
841 views

Linux client request certificates from windows NPS server

I am setting up EAP-TLS authentication using the manual https://networklessons.com/wireless/peap-and-eap-tls-on-server-2008-and-cisco-wlc/. My server and client details are below: Server: NPS 2008 ...
Sid's user avatar
  • 249
3 votes
1 answer
3k views

Error stopping service postgresql-x64-9.4

I'm new in postgreSQL. and I have some issue when I want to uninstall my postgreSQL in windows server 2016. I have error message "error stopping service postgresql-x64-9.4" on my windows server 2016. ...
biiboy's user avatar
  • 103
3 votes
1 answer
5k views

Task Scheduler - Custom event filter trigger is not triggering action

Our server has MANY tasks in Task Scheduler that run on varying schedules. I need to be notified by email only when one particular tasks completes. Seeing that the appropriate Event ID for a ...
H--'s user avatar
  • 95
3 votes
2 answers
8k views

MySQL Server command mysqld is not working

(Windows 7) I just installed MySQL Server 5.7 using the MSI installer, therefore as I understand, it is installed as Windows Service. I am having trouble launching the server using the command: C:\&...
Avo's user avatar
  • 63
2 votes
12 answers
6k views

File path is too long to delete

I used NetBeans IDE to import a project on to my system (Win 98 Server 64bit) and it created a filepath too long to delete the files again. How do I remove the files? Can't be removed using NetBeans,...
Krusing's user avatar
  • 197
2 votes
1 answer
14k views

How to ping a server/website with windows python?

Like the title says, Im trying to ping a website (Like google.com) with python in windows. All I want the program to do is return True if the ping was received, or False if it wasn't. What is the ...
Ashwin Gupta's user avatar
  • 2,169
2 votes
1 answer
10k views

Odoo server does not start in Windows 10

I download and install odoo 13 on its official community version page, then when I install everything fine and I start odoo, the browser opens with the localhost 8069 that is the odoo port and it ...
JOSE HERRADA's user avatar
2 votes
2 answers
4k views

Should I use Node express for production? [closed]

I wonder if it's safe to use node express for production server? Just to run node server.js in the cmd window (in windows 2012 server) on the server? If not, what are the available alternatives? ...
Shlomi Levi's user avatar
  • 3,207
2 votes
4 answers
2k views

How to Install IIS 8 through Code

For my Windows 2012 R2 school assignment I need to automatically install IIS 8 on my virtual machine. I guess the best way is with a script. I have found numerous solutions for the UI but non for the ...
Zwadderich's user avatar
2 votes
2 answers
4k views

how to log off from samba server on windows 10

I have access to a Samba server using a username and password. To logging the server on windows 10, I put its IP address on the RUN and then input my username and password. Then I can access the data ...
Mohsen Ali's user avatar
2 votes
1 answer
1k views

Python http.server Create Multiple Instances

How do you create multiple servers with Python's runtime command python -m http.server? The command creates a server based in C://Python/Python35 with index.html as its home base. If you have two ...
ds_secret's user avatar
  • 348
2 votes
1 answer
53 views

How do I stop my script from looping

I am running the attached script against my AD. I only need the script to return each AD account once, but it seems to be running in an infinite loop. How do I stop this? Thanks Search-ADAccount -...
Joshua Hill's user avatar
2 votes
1 answer
1k views

Show all users with "disconnected" state

I need powershell script which show me all users on server in disconnected state. I tried googling but with no luck.
user1994521's user avatar
2 votes
1 answer
4k views

Local SQL Server installed by other user account, how to access from new user account

SQL Server was installed on the local PC by User1. User1 has now left the company and a new account on the PC was created called User2. User2 cannot access the local SQL Server installation. Is it ...
Ray's user avatar
  • 425

1
2 3 4 5
16