Remmina: cannot connect to Windows server over RDP
What to do when suddenly you’re unable to connecto to a Windows server with Remmina over RDP
Sharing a local folder during a remote desktop session with RDesktop
Rdesktop is an open source client for Windows Remote Desktop Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user’s Windows desktop
SEVERE: Error listenerStart - debugging Tomcat applications
How to debug the dreaded ‘Error listenerStart’ error message
Getting started with Mockito - a tutorial for beginners
A tutorial for getting your feet of the ground with Mockito
Solving MySql JDBC CommunicationsException
I faced a com.mysql.jdbc.exceptions.jdbc4.CommunicationsException and this is how I solved it.
Character set problem when uploading a file
Non-ASCII characters in file name get garbled when uploading a file with Apache Commons and Spring CommonsMultipartResolver.
How to configure VirtualBox VM with 2 network adapters
This post describes how to create a VM which has a connection to the internet and also to other VMs in the virtual network.
Setting up Redis replication
The goal of this post is to install Redis on both of them and set up a master-slave replication configuration
Autoloading Yii application classes in external scripts
Sometimes I want to have access to all of my classes in a Yii application externally.