PGModeler (http://www.pgmodeler.com.br) is a nice tool to design your (PostgreSQL) database. It supports import from and export to a databases. Ubuntu 15.10 comes with a quite recent version but e.g. Debian does not provide it in the repository. In this post I explain howto build the application on Linux (tested on Debian 8) from source.
Tag: Linux
VirtualBox: Shrink dynamically extended image
A VirtualBox image needs to be shrinked again from time to time. Due to usage, updates, testing the size of the VDI files grows. The following post shows how to shrinken the VDI files again.
Continue reading “VirtualBox: Shrink dynamically extended image”
Protecting servers with fail2ban – protect ssh
As the next part of the series, the protection of the most common service SSH is described in this post. Almost every Linux based server will run a version of ssh daemon to be able to login from remote. In this post I will describe how to protect ssh using fail2ban.
Continue reading “Protecting servers with fail2ban – protect ssh”
Protecting servers with fail2ban – basic installation
Fail2ban helps a lot to get rid of unwanted traffic to your server which cleans your log files a lot. In this post I will describe how to setup fail2ban on your server.
Continue reading “Protecting servers with fail2ban – basic installation”
Protecting servers with fail2ban
Using fail2ban it is easy to ban unwanted users from your servers by denying access to it using the local firewall capabilities.
grub: Re-install from recovery CD
This post describes how to install grub after the computer has been booted from a recovery CD.
Install Activiti on postgresql
To install Activiti on PostgreSQL, the following steps need to be executed.
Tomcat: split catalina_home and catalina_base
Introduction
Catalina_home is the tomcat installation (unzipped archive), catalina_base is the folder of a server instance. By default, catalina_base is set to catalina_home. But when it comes to upgrading Tomcat installation, having the possibility to roll back or to run more than one instance of Tomcat on the same server, it is easier to separate those two folders from each other. Continue reading “Tomcat: split catalina_home and catalina_base”
Usage of Sieve
Functionality
Sieve is used to filter messages directly on the imap server. In this way, it can replace local mail filter rules in the user’s email agent. This is very useful, if more then one email agent is used – e.g. if the same server is used from different computers or operatint systems. In my case, the company notebook is Windows driven (using Thunderbird) and my workstation is running on linux using Evolution as a mail client. My mails are filtered by Sieve so I do not need to edit filter rules for each client.
Getting the ink level for epson printers
The current fuel level for Epson printers can be discovered using the escputils. Continue reading “Getting the ink level for epson printers”