World of Zuul
Implementation of a text version of World of Zuul adventure game using Java. The implementation follows the Object Oriented Programming principles. [Source]
Recently I tried to install Boot Camp 5.0.5033 on my MacBook Pro (13-inch, Mid 2009) having previously installed Windows 7 64-bit. Guess what? Apple decided to make our life difficult again by popping up “Boot Camp x64 is unsupported on this computer model” error. I am guessing that this problem happening to many of you out there that…
This is my final year project in Higer Technical Institute. It is a multimedia website about an occupied by the Turkish troops city. To remeber and never forget what we had and was taken from us. No preview or source is available here because the files are very large since they contain video, audio and…
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…
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]
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 post explains how to add any program to start a service/daemon on linux (as long as the program supports this). It was created while attempting to start TeamViewer as a daemon while my home server was booting up. To start any program as a daemon, a link to the daemon script should be placed…