Generating DomainKeys for Mail
We need to generate DK (DomainKeys) to validate that we are the original senders and not someone impersonating us, this tutorial is meant to explain how generate the keys
Everything published here, newest first.
We need to generate DK (DomainKeys) to validate that we are the original senders and not someone impersonating us, this tutorial is meant to explain how generate the keys
Shows up a detailed process on how to set up SPF + DK + DKIM with Postfix in Plesk 11.5 on Debian Wheezy, step by step, and how to test to make sure everything is working correctly
How to backup a Debian/Ubuntu server with Tartarus, and why is this usefull for us
In the previous post I wrote about how to transfer my own WordPress blog, to a static generated site using Wintersmith, but now, I need to take down the blog, so first thing, first, we need to...
Well my blog was on Wordpress, and I was happy, so why did I move away?
One of the best FTP clients I have ever seen is lftp, and what is even best it's open source on Linux, if you want to use it on Windows you will have to compile it with Cygwin.
How to implement a draggable popup in OpenLayers, to have the ability to decide which class will be draggable and which one will not be?
How to generate a filename based on the android project name and version when running ant, we will look at how the ant scripts should look like after the modifications
This process describes the generation of an android project using ANT, which will generate the project and also generate the javadoc documentation
I'm tired of looking at the plain old log in git, so let's see how we can spice it up a bit?
I've had a problem, I needed to route websocket trafic from internal server for external access, but I ran into a lot of problems, like not connecting, or the connections dropped, so let's see how...
Describes the process of creating a hard link to file, and searching for hard links for any given file.
How to interface SNS, SQS for node.js to AWS?
Describes the process of maintaining multiple version of Eclipse on your linux machine
How to fix the issue with Wireshark not showing any interface in linux?
How to create a simple incremental backup system, that you can restore at any time at a later time?
How to build the best ftp client for linux?
To get the IP address of a running virtual machine we just need to do the following:
If you ever needed to upgrade the libssl library on your system this is how you can do it.
I've had the problem, I needed to create a local repository that will contain all my packages pre compiled so I can just use the apt utility that comes with Debian based systems.