Ok, so long time no see. I was terribly busy and couldn’t contribute for a post. I am dealing with various projects and in various languages. Here is a simple web service that I implemented in JAX-RPC Java which extracts, signs and verifies a PDF document. I gave this as an assignment during my studies in ICSS in KTH. [...]
baran
Well, well, let’s aim for the weird experiences of mine. I have been suffering such interesting occasions not only in Microsoft but also in other OSes. But this time credit goes to MS. Try to create a folder named as “con” (without quotes) in your desktop. And, see what happens: That’s what you will get. [...]
baran
Since, we have to establish harmony; we are using RSA while forming the class diagrams in 251 course content, while creating class diagrams. So, I have to find a way to tweak the RSA and show the input parameters and return types. The tweak is hard to find so I prepared this guide for the sake of 251 and 359 students. First of all, make [...]
baran
Tomcat is an application server bottom line. But is it a webserver? Well, web server is something which serves static web pages. Java application server is run by Java virtual machine and it allows you to use servlets, Java server pages, all that which is called Enterprise java. In general application server is a part of the general [...]
baran
Long time ago in Suse, I need to find single click mouse enabling, but couldn’t find where to do. I am using KDE in open suse 12.1. So, what I have done is that I go for “System Settings”, then select “Input Devices” (under Hardware), then “Mouse”. Here you can select “Single Click to open [...]
baran
I was once a rookie and my problem was as this: I am having a VPS solution meaning i have my own machine having centos and apache, mysql and php are also installed on it. I was root in the system, i could ssh without any problem. I bought 2 domains from godaddy but hosting is not provided by godaddy. I set the IP of my VPS solution in [...]
baran
SSH and MySQL operations from Windows to Linux: Ah, yes, I have a mysql dump in my windows environment and want to import it from windows to remote linux server via ssh. I have putty and root rights, now, let’s think: What is the working command for this? You either scp the data from windows to Linux or you would need to get Cygwin [...]
baran