Questions tagged [vds]

Virtual Disk Service is a Microsoft Windows technology.

VDS performs query and configuration operations at the request of end users, scripts, and applications. The service extends the existing storage capabilities of Windows Server operating systems.

More informations here

31 questions
0
votes
0 answers

What is a "Net Resolving" test?

I'm developing a solution that can detect a user's use of a proxy/VPN. As an example, I'm looking at the solutions at https://bot.incolumitas.com/proxy_detect.html On this page, one of the tests is "Net Resolving". Here are the readings of this test…
0
votes
0 answers

Ubuntu server and python scrtipt

Good day to all. I am facing a VDS server problem on Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-167-generic x86_64). import requests url = 'https://api.csgo3.run/current-state?montaznayaPena=null' gameId = 3512446 response =…
Definazu
  • 1
  • 1
0
votes
0 answers

mounting driver in linux whm

hello i tried so many code i found on blogs but keep getting error, i bought a new server of 2TB only 1TB is available, now i am trying to mount the remain 1TB, please can any one help me?. below is my server info CPU1: AMD Ryzen 7 3700X 8-Core…
0
votes
1 answer

Apache2 with MySQL and Django on 256MB RAM VDS

I have a 256MB RAM VDS with Debian Lenny, Apache2, MySQL, mod_php (and some PHP websites). In this configuration VDS have about 35MB RAM left. So, I installed mod_wsgi (in daemon mode) and some very simple Django site (just for testing, it's one…
yeputons
  • 8,478
  • 34
  • 67
0
votes
1 answer

Too many redirects .htaccess

I have web-site. At previously host i haven't any problem with .htaccess file. Now i have some problem with TOO_MANY_REDIRECTS. I need redirect all request from yzerkalo.ru or www.yzerkalo.ru to https://** I have this .htaccess file: RewriteEngine…
0
votes
0 answers

Missing seperator. Stop error while installing makefile

I am trying to install latest version of git on VDS server using the tutorial on this website . According to the tutorial makefile must be installed. But when I run sudo make install the error ":1 *** missing seperator. Stop." is popping up. My…
G'ofur N
  • 2,582
  • 3
  • 14
  • 21
0
votes
1 answer

Windows Storage Management API - VDS (Virtual Disk Service) Uninstall Disk Equivalent method

Since VDS is being deprecated and the Windows Storage Management API is replacing it - are there any WMI, IOCTL, DeviceIoControl or Windows Storage Management API methods that are equivalent to the VDS method "UninstallDisks"? I'm not able to find…
0
votes
0 answers

how open 80 port on Ubuntu 16 (for hosting timeweb)

How to open port 80 on ubuntu vds hosting for my web site. using iptables is not running, like writing that is open, and when I check via telnet 188.225.87.209 80 displays: telnet: Unable to connect to remote host: Connection refused
b-ars07
  • 13
  • 1
  • 8
0
votes
1 answer

Authentication against VDS LDAP

I want to authenticate user against VDS(virtual directory server) using Java. How VDS is different from LDAP? Or VDS is also working on LDAP protocol? Please help with any sample Java code for authentication against VDS A sample code to…
0
votes
1 answer

Trying to configure Identity Server 5.0.0 with internal LDAP server

I am working on implementing WSO2 Identity Server. I got the SAML SSO sample working with Identity server and the internal user store (default store). I am trying to get the example working with either the secondary user store connected to our…
0
votes
1 answer

Is it a good idea to use WAMP server as a web server?

I have bought a VDS (Virtual Dedicated Server) that Windows Server 2008 is installed on it. I needed to use server because I have developed a C# console application that can read data by TCP socket and write them in the MySQL database. Now I need to…
UserMat
  • 600
  • 4
  • 10
  • 27
0
votes
1 answer

How can I set up ALSA on VDS?

Greetings to everyone. I'm trying to convert SWF to MP4 using dump-gnash and ffmpeg. But the problem is the dump-gnash won't create raw video without ALSA set up properly. Here is a part of dump-gnash log: ALSA lib confmisc.c:768:(parse_card) cannot…
user2794729
  • 53
  • 1
  • 4
0
votes
0 answers

How to format a volume w/o a letter being assigned (IVdsAdvancedDisk::FormatPartition)

I'm hoping to format a volume without a drive letter being assigned when I call IVdsAdvancedDisk::FormatPartition() the volume is formatted however a drive letter is assigned (and Explorer then opens the folder)
stuck
  • 2,264
  • 2
  • 28
  • 62
0
votes
2 answers

Would VPS be enough for me?

I have 3 ASP.NET web sites and 3 Ruby on Rails ones. I'm planning them to be hosted on a VPS hosting. Suppouse each of them would have the attendance of 1 thousand people per day. Now I'm hesitating about the VPS hosting. Can I host them (ASP.NET…
Alexandre
  • 13,030
  • 35
  • 114
  • 173
-2
votes
1 answer

Deploy Admin panel for my site on the same IP using Apache 2

I'm a newbie in deploying apps using Apache. Not so long ago I've deployed vue.js using very simple tutorial configuration and then I tried to deploy strapi admin panel on the same VDS using same IP. So I am faced with a couple of troubles: I don't…