Patient Database Management
Center for research in molecular medicine patient samples of University of Cyprus. This system works locally where it was build. Of course all patient details were removed for security reasons. [Source] [Preview]
Center for research in molecular medicine patient samples of University of Cyprus. This system works locally where it was build. Of course all patient details were removed for security reasons. [Source] [Preview]
This post explains how PuTTy SSH Tunneling can be easily used to bypass firewall rules blocking ports. Let’s say that we have the following setup where only communication via port 22 is allowed between two hosts: Step 1: Open profile and load server’s profile Step 2: Navigate to Connection->SSH->Tunnels and add new port as the…
This is a short article describing how to install an SSL Let’s Encrypt certificate on Ubiquiti Unifi Controller that is installed on Synology using Docker. The article assumes that Docker and Unifi Controller are already installed on your Synology NAS and that the Let’s Encrypt certificate is already added in Synology’s Control Panel. Also that…
In my case, this was mostly happening in public spaces like hotels, airports and malls; when one day it started happening at home which is simply not acceptable! I have struggled with it for quite some time, searching in forums where nobody seems to know what they are talking about. Some claim that this is…
I have seen many posts out there with people facing the same issue as I did. The problem was appearing when the websites hosted on my Synology DS215j were having medium to heavy load. WebStation or most likely PHP was causing time-outs and the only way I could resolve this was to restart WebStation service….
This a small website about indicating knowledge of JSP, JSTL, taglibs, SSL, database integration, email support etc in Apache Tomcat & Derby. The attachment also includes the description. [Source]
Build a proxy server in C using threads and sockets. Every server can have up to two connections on the proxy. Client requests must be satisfied. New servers must be added to a list/array upon a request and must be removed if no request comes within 10 seconds. [Source]