Click here to Skip to main content
15,885,985 members
Everything / Server management

Server management

server-management

Great Reads

by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
by Keith Barrow
The message is a piece of crap. Is not appropriate for anything technical here, no matter how true it is.If you want this tip/trick approved you should :a) Get rid of that last sentenceb) You state the problem, but you should outline the exact steps that fixed it. Regards,Keith
by Vince Yonemitsu
A very quick synopsis of IPv6, what it is and how to set it up, and what CodeProject is doing to prepare itself.

Latest Articles

by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
by Aqeeel
Implementing security in SQL Server by only allowing TCP/IP Network Protocol and changing default TCP port
by Vince Yonemitsu
A very quick synopsis of IPv6, what it is and how to set it up, and what CodeProject is doing to prepare itself.

All Articles

Sort by Score

Server management 

5 Jun 2011 by Espen Harlinn
You can get quite a lot of the information for Manfreds' solution be leveraging Windows Management Instrumentation[^]The Win32 Classes[^] provides access to information about network adapters and performance counters.You'll also find some articles about WMI[^] here on...
16 Feb 2016 by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
5 Jun 2011 by #realJSOP
If you want to measure all bandwidth on the LAN, you'd have to somehow get the info from a box (router) that supports that type of monitoring and that is serving as your LAN's gateway to the internet. You could do this by simply using the WebClient object to log onto your router/gateway box and...
4 Jun 2011 by Manfred Rudolf Bihy
Kim already said it and I do agree that this is a most interesting question and I will give my two cents as I perceive the picture.First point I want you to clear for us: How strict is the requirement of bandwidth measurement? I need to elaborate on how I see this small detail. Measuring true...
11 Feb 2015 by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
17 Apr 2011 by krutika patil
Imports System.Data.SqlclientPublic Class Form1 dim con as SqlConnection("Data Source=VSS27;Initial Catalog=demo;Integrated Security=True") Dim dss As DataSet Dim sadap As SqlDataAdapter Dim rs As SqlDataReader Dim cmd As SqlCommand Private Sub...
19 Aug 2011 by Syed Salman Raza Zaidi
Change the default port for PHP/MySQL,in http.conf,search for text 80, replace 80 to whichever port you want apache to listen(for eg 8081),restart your server now you can access your php and Msql by port localhost:8081
20 Aug 2011 by Uday P.Singh
As answered by Syed, you can change your port no. for Apache as described.If you don't want to do so, then you can change the port no. for IIS to run ASP.net. The Problem you are facing is just because both IIS and Apache uses the default port 80. which causes conflict to run which...
20 Jan 2012 by Sergey Alexandrovich Kryukov
Use cron or Unix at, please see:http://en.wikipedia.org/wiki/Cron[^],http://en.wikipedia.org/wiki/At_%28Unix%29[^].—SA
28 Apr 2016 by Richard MacCutchan
If you are still learning then I would suggest you forget about glassfish and any other advanced subjects. Go to The Java™ Tutorials[^] and work your way through the tutorials until you feel comfortable with the basics.
4 May 2016 by OriginalGriff
In order to do this, you need to set up a user identity on the computer sharing the folder. You then share the folder and give appropriate access permissions to that user when you share it.The remote PC's can then use the user name and password combination you specified to access the...
17 Apr 2019 by Mehdi Gholam
1) Don't put your computer or services on the internet unless you know how to secure it. 2) If you need to connect machines over the internet, do so over a VPN connection on a static IP or one of the dynamic DNS service like you mentioned (although they may take time to reconnect if your IP...
21 Jan 2010 by anantgenius87
Hi,I was going through TCP/IP server written in C#.A TCP/IP Server written in C#[^]Can we create same kind of server in web interface?
21 Jan 2010 by Jimmanuel
There's a forum at the bottom of the article where you can ask the author directly. You'll still need to clarify your question a bit, I think. The question "Can we create same kind of server in web interface?" isn't really all that clear. What do you mean "in web interface"? A Web Server...
17 Apr 2011 by Agbe
I have written a program with vb.net connect to SQL Server 2005 using dataset.When I run it on the local area network (intranet) it fails to create the connection "Data Source = mymachine\SQLEXPRESS;initial Catalog = mydatabase; Integrated Security=True;"The error message that comes is...
28 Jun 2010 by Sandeep Mewara
You have given Integrated Security as true, so the account that is trying to connect is Guest account which must not be having an access to the database that you are connecting to. Either impersonate your calls or provide a username-password in connection string to be used in order to...
16 Aug 2010 by vdthang123456
Hi,everybody....
16 Aug 2010 by Smithers-Jones
If you don't post any error message and only tell people, that you "have a problem", then nobody will be able to help you. What exactly is the problem?
16 Aug 2010 by Nyarost
May be your server has very poor connection?
1 Oct 2010 by farshadrahaei
I am looking for the code that help me to transfer the web site visitor with specifed IP to other web address
2 Oct 2010 by E.F. Nijboer
You can get the actual ip of the client using this code below (it will get the real client ip, even if the client is using a proxy) string ip = Request.ServerVariables("HTTP_X_FORWARDED_FOR");if (!string.IsNullOrEmpty(ip)){ string[] ipRange = ip.Split(','); ip =...
3 Oct 2010 by farshadrahaei
thank you for your reply, do you know any IP table that confine the location and related country of each IP ?
14 Jan 2011 by Keith Barrow
The message is a piece of crap. Is not appropriate for anything technical here, no matter how true it is.If you want this tip/trick approved you should :a) Get rid of that last sentenceb) You state the problem, but you should outline the exact steps that fixed it. Regards,Keith
10 Feb 2011 by Elgarrai
I have been asked to re-adjust and Windows Server 2003 :(( , to serve a php site, but the problem is that the server has AppServ2.5.10 installed but I can not access the page phpmyadmin, because the previous administrator has set something on it :confused: ,that when I write localhost show it...
13 Feb 2011 by Peter_in_2780
Your previous admin probably set up some security around phpmyadmin. (If he didn't he's grossly negligent.) You will need to work your way through/around that, after you've discovered what it is.On a different topic, why do you need phpmyadmin anyway? It does not administer php - its...
7 Jun 2011 by Jpuckett
Use VMs.Every hosting company out there uses VMs because they're the best bang for your buck. A single web-server rarely exceeds 30% CPU usage on any semi-decent Xenon processor.The area you need to watch for is RAM consumption.So my suggestion is a clustered server setup that you...
19 Aug 2011 by deepeshsingh93
23 Dec 2011 by Sergey Alexandrovich Kryukov
Please stop spamming this site with related questions which are completely incorrect due to the fact you don't specify any relevant information including the type of the server and the type of the service.It all was already explained to you by Marcus Kramer and myself in response to your...
20 Jan 2012 by Be Yourself
I have a java class to be scheduled in the server to be run in a specified time .Can any one help me how to schedule a execution of a java class in server .I have tried goggling for it but I didn't find any fruitful results.The server is apache server.
7 Mar 2012 by Gireeshk1
How can I Synchronize Microsoft Active Directory With MS SQL Data Base?ie, When there is a change in user profile in the Database it should be reflected to the Active Directory(So as to reflect the Global Address List).How to insert/Edit Data to Active Directory DataBase?
30 May 2012 by ♥…ЯҠ…♥
I usually open through mstsc.exe in run command,After googling several times i found that we can share the local machine folder using the mstsc.exe command. 1) Type mstsc.exe in Run Command 2) Select your remote server(that you intended to connect) in the dropdownlist box 3)...
4 Jun 2013 by chuan0308
I'm looking for specifications that is ideal for using as local database server that can be access remotely using Static IP or a Virtual Private Network (Server). See, I have a networked program with MySQL database.I have a very little knowledge about server specifications.Please help....
17 Oct 2013 by GauravThorat
Hi friends,I have 1 application developed in ASP.NET and SQL SERVER, now I wanted to separate application server and database server. Which should be high configuration server ? database server or application server ?Thanks All..
2 Oct 2013 by Eduard Keilholz
What do you mean with high configuration. I think your ASP.NET website will use more resources then your database server, but this is just a wild guess. Most databases are fairly small and SQL Server handles them easy. If you're planning to perform some really heavy duty database stuff you may...
2 Nov 2015 by Member 12108821
I have a Live database on Server1 on which data is feeded frequently(daily). I need to access this on different sever(Server2) which needs to be updated every week with the data from Server1. How do we do this?I have no idea of how to begin. A bit of investigation helped me know about Sql...
2 Nov 2015 by amagitech
Example:Sunday 00:00 get an backup from databaseWrite an console program to update your database to another server.And use windows scheduled task to starting program sunday 00:15;
4 Nov 2015 by Edgar Ursua
Hi! I am new in creating hooks on SVN. Is there anyone who knows how to limit size of the file(s) before being committed to SVN? Appreciate your help and thank you so much! Regards,Edgar
23 Dec 2015 by Rob Branaghan
Have a look and see if this post answers your issue...How to block access with a web.config file?[^]
6 Apr 2016 by Member 12439929
Hi , i have been trying to update my flash player for internet explorer activex in my windows 2012 server . but it is still showing up flash player version is something way beyond this one (now showing version 11 , but active version is something around 21), please help , how to update this...
6 Apr 2016 by Richard Deeming
Strange - you're the second person this week to ask that question! :)You need to install the "Flash Player content debugger for Internet Explorer - ActiveX" file[^] from the "Additional Downloads" page[^].You should then have the latest version of the OCX file in...
4 May 2016 by Member 12133159
Hello,I'm working on Windows Server 2008R2. I want to share a Folder with some limited number of Computers, say, computer1, shivaji, John...What I have tried:I tried Advance sharing and regular sharing method of finding computers on network to share with but either it is shared with...
17 Aug 2016 by Member 12690113
Hello friends,I have a slight problem and i wish i can find solutions here.Am working on a server( specifically a mini server), and i have installed server 2012 on it. A few server roles have been installed but the major the problem i have is to configure the DNS forwarder to resolve the...
17 Aug 2016 by Patrice T
Quote:How many network interaface card must a server haveUsually 1 card is enough, unless the server is connected to 2 physically separated networks.the general feeling of the question is that you don't know how tcp/ip works beyond the basics. The clients in Company don't use DNS to connect to...
26 Sep 2016 by David_Wimbley
No one can tell you what server configuration is best for your situation. If you are finding your current setup is causing significant lag/pegging resource usage then you should increase ram/cpu/hdd as needed. You can take the approach of doing it incrementally or throwing a lot of upgrades at...
12 Jul 2017 by Er. Tushar Srivastava
Hi Friends I hope you are fine and doing great. Currently I am working on an interesting project that includes a hardware (Raspberry Pi) and a mobile application. The raspberry pi is configured as a local DNS server + DHCP server + router. It has two Network interfaces and one of them is facing...
20 Sep 2017 by OriginalGriff
"Integrated security" is probably your problem, if the DB is still on the same PC as it was - the user on the "new" machine probably isn't authorised to access your computer. You shouldn't really use integrate security in production anyway - using SQL authentication allows you to select an SQL...
24 Sep 2017 by Rodrigo Alex Rodriguez
I have my table shown like this, and I want to show it horizontally with the help of extra columns this is my table: select p.NombreCompleto AS Nombre, p.grado AS Grado, p.paralelo AS paralelo, SUM(cc.Valor) AS Valor from persona p where...
24 Sep 2017 by Kornfeld Eliyahu Peter
Multiple options to transposing rows into columns[^]
25 Apr 2018 by vivek2414
I am trying to write a C++ DLL that would run on VMWare server and would return the client (terminal user) Name and IP Address. I am using WTSQuerySessionInformation to fetch the ClientName & IP Address. Is WTSQuerySessionInformation the right function, or is there a different way to solve...
17 Apr 2019 by Golden Basim
i created a new project (c# + MySQL) that support to work online or on local network. the client have 3 PC , in two branches( the distance between the two branches is long) , he want to make one of this pc work as server and the others work as client online .. please how to make that ? What...
17 Apr 2019 by Gerry Schmitz
Remote Database Connection Setup - Bluehost[^] https://www.quora.com/How-do-I-remotely-access-a-MySQL-database-from-another-computer[^]
16 Oct 2021 by Genki Kids
I am running Windows server 2012 and I have TWO websites running on it. When I try to connect to them through their domains...1 works fine but one doesn't go through as if it's offline when it's running. Firefox gives this error Secure...
16 Oct 2021 by Genki Kids
Figured it out with some random logical troubleshooting. Basically under the bindings of that site, make sure you have you certificate selected under HTTPS ones. I am not sure how it was unselected as it was working before and just suddenly stopped.
29 May 2012 by OriginalGriff
I do it all the time, and copy/paste or drag drop works all the time, provided the remote machine is on the same local network. If it is not - accessed via the internet, say - then I use FTP. Try getting a copy of FileZilla client[^] - it should help as it provides a drag-and-drop FTP interface.
4 Sep 2013 by Vince Yonemitsu
A very quick synopsis of IPv6, what it is and how to set it up, and what CodeProject is doing to prepare itself.
4 Jun 2011 by rahuldas14
I want to measure the bandwidth usage of different users in a windows system. Windows server enables multiple users to access the server at a time. So is there a way I can measure the bandwidth usage on a per user basis?Thanks in advance!
7 Aug 2012 by kennysun
encrypt all stored procedures in SQL server with powershell
9 Apr 2014 by Aqeeel
Implementing security in SQL Server by only allowing TCP/IP Network Protocol and changing default TCP port
6 Jun 2011 by shaymar
Hi all,We have a web-application product that we sell to companies that is hosted at our servers. The product contains couple of web applications, windows services and SQL server db. Right now we have only one client that uses our product. We have two servers - one for the web apps and...
4 Apr 2019 by ♥…ЯҠ…♥
I usually work on remote machine which is present in another cabin. Some times i used to download a file in that remote machine, then i try to move that file to my local machine. To move the file i tried these 1) I copied the file from the remote server and try pasting the file in local ...
6 Jan 2016 by Member 10783356
I want to make the data at one plae from two different table in one query i have to make the use of pivot and in the other query i want to sum up the total of the bill of thr same customer name which is coming from table 1 table 1 Queryselect Cname,Advance,Bill,Refund from (select...
27 Mar 2013 by metastruct
Multithreaded, customizable SysLog server in C#.
28 Apr 2016 by Member 12491145
I am learning java. I need a server to practice networking concepts. I installed netbeans and installed something called glassfish. I googled about this concept and got to know that it can act as a server. But I have seen them doing it using java web. But i program in normal java application. So...
6 Mar 2012 by member60
refer this :http://technet.microsoft.com/en-us/library/cc720671%28v=ws.10%29.aspx[^]you may have some idea.
22 Dec 2015 by Member9927612
i have an application in which user login and download a pdf file My challenge is that when user download the file and log out,than if he copies the download url and paste it in address bar in any browser it start downloading/it opens ,i want it not be be open if user is not login /not...
26 Sep 2016 by Gaurav Dixit
currently i have hosted my application on Godaddy.i have 4 GB virtual private Server(WINDOW) with disk space 120 GB and $ GB RAM and monthly bandwidth is 4 TB/mo.but it seems that it's not enough for my application . and users will increasing continuously. my server RAM usages and cpu uses...
20 Sep 2017 by Onur ERYILMAZ
Hi; I have a C# program that connects the sql server database. I can connect this database with this connection string on my computer; "Data Source= DESKTOP-E0NKE43\\MYINSTANCE; Database= MYDB; Integrated Security= True;" But when I put this program to another PC, I cannot connect with this...