server

How to deploy C# code to a server? How to run an exe on a server?

Th short story is: I have a Godaddy shared Windows server account and I have some C# code on my computer that runs perfect locally. I want to run this code on the server as an exe file. Is this possible? I do not believe I have command prompt or remote desktop access to my shared space. More details: The end goal is to have a website wh...

How to benchmark php/mysql site

I would like to know how to benchmark a php/mysql site. We have a web app almost completed and ready to go live, we know how many people are going to be using it in a years time but have absolutely no idea how much bandwidth the average user takes, to how much time they burn up on the database etc. We need to determine the correct serve...

Free, portable, all included, all in one, php Apache based server?

Free, portable, all included, all in one, (opensource is + ) php server? I have a USB FLASH 16gb card. I want to install on to it some kind of PHP server - some programm.exe which i could run on different computers without installing - call some localhost/phpserver and get my php scripts running. So where to go to get such thing? ...

DIMDIM Localization

I try to change the files in /usr/local/dimdim/ConferenceServer/apache-tomcat-5.5.17/webapps/dimdim/data/language to Arabic but still characters not displayed well how i cant change the language in dimdim to Arabic regards ...

How do I send a PUT/DELETE request in HTML?

Hi, I'm messing around with REST in PHP and I understand that I can capture the request method vi a $_SERVER['REQUEST_METHOD']. But how do I trigger PUT/DELETE requests in PHP without the use of cURL? I want to use the features of a default PHP installation to do this. I can't imagine changing the method attribute of the form tag to spec...

Versioning problem

Hello, people. I hope you can help me. In our development process we have a unix based file server with SFTP access (let’s call it A). This server store a large numer of xslt files we are working on. The thing is that these files aren’t under version control system. So you can imagine this nightmare. We can’t setup repository on this...

Has anybody here used DoubleClick DART for Publishers?

What were your thoughts? ...

How do I stop apache2 crashing when the website gets busy?

Normally what happens is that requests seem to back up, and apache begins to consume more and more memory and CPU, until eventually it runs out of RAM and then ALL apache processes die, leaving all visitors with no website. This seems to be a common problem from people I speak to but I can't seem to find a solution! Any help much appre...

C++ STL based socket library

I need a C++ STL (iostream, string, etc.) based tcp socket client / server. Does anybody know such library? ...

Select two columns for two different tables in SQL Server 2000.

I have a database with two tables (Table1 and Table2). Table1 has one column ColumnA and Table2 has one column ColumnB i want to select both the columns, looking for something like: ColumnA in Table1: a b c ColumnA in Table2: d e f Result set should be: a d b e c f Thanks in advance.. ...

Unix C++ simple server question: sending data back to browser

Hi. I am creating a simple Unix server written in C++ that simply waits for incoming connections, and then when a connection is established, it sends the requested data back to the client's browser to be displayed. I have everything working except for the sending of the data to the client. This is how it should work: I start server and...

Transferring data between Remote Desktop and Client

Hello. I have an application that people use through Remote Desktop/Terminal Server. The application supports digital signatures. Well, the digital signature pad is on the client, but the program runs on the server. The signature pad also does not support being shared as a device through Remote Desktop(not listed with "Supported Plug And...

How to refresh a MySQL table without website interruption?

Once a day I need to update an MySQL table with a new file downloaded from the Net using ftp and then mysqlimport. However, I want my website to keep running smoothly during the mysqlimport operation, which takes quite some time (it's a big table). What would be a good way to assure that users do not wait for the import to finish? I am...

grep output different on two servers

Hello, everyone. I am trying to create a script, and one part requires showing lines with numeric values. My basic syntax is: echo $i | grep [0-9] For example, I set i=12345, it should output 12345. But on one server, it doesn't output anything (exactly the same commands). I do not know how to Google this issue, I have tried "grep...

Java server jvm installation on windows 32 bit systems

I am trying to bundle java as a part of a java product that should be installed silently with a single click and are having some issues: My installation has the following requirements: Has no be silent and require no user input or action excpect a doubleclick on the installation file (no configuration and post install steps) Has to setu...

How to prevent hotlinking of streaming content?

I have a directory with my media files and I need no to display them on other sites. Server doesn't support .htaccess, because it uses nginx. How can I enable hotlink protection for my files?? Thank you. ...

Ubuntu Enterprise Cloud. VM is pending and then terminating. Why?

I'm trying to setup a private cloud. I followed the tutorial from: https://help.ubuntu.com/community/UEC/CDInstall But I'm not able to run a new image. Every time I try to start an image, the VM goes into the pending state and after a while it moves into shutting down mode and finally it terminates. This behaviour is reported in the o...

Flash Lite Server First Steps Tutorial

I want to look at a good tutorial that accomplishes the following: Teaches me about how to create a flash lite application Communicates with a backend server Thanks! ...

Installing Pdftk on Linux server

Ihave been using pdftk.exe in my windows local machine to play with some pdf and is working fine. I want to upload it to my server which is Linux. On searching i found out that i have to install pdftk on the server itself as a compiled package for Red Hat. How can i do this ?? can anyone help me on this?? ...

Python port forwarding/multiplexing server

I would like to make server that listen on UDP port 162 (SNMP trap) and then forwards this traffic to multiple clients. Also important is that the source port & address stays same (address spoofing). I guess that best tool for this would be Twisted or Scapy or maybe vanilla sockets, only I can't find anything in the documentation for T...