Simple Backup Script with logrotate
A simple backup script using logrotate to save multiple backups. I use a NFS storage mounted via autofs as backup location. Database Backup is optional. #!/bin/bash # Backup Target (Network…
A simple backup script using logrotate to save multiple backups. I use a NFS storage mounted via autofs as backup location. Database Backup is optional. #!/bin/bash # Backup Target (Network…
1. Informations Graylog is a very good syslog server for Linux. It collecting, indexing, and analyzing a lot of data and can send notifications via mail. https://www.graylog.org/ Note:I only tested…
Test and fix SSLv3 on Debian. Test for SSLv3 First test if your SSL will allow SSLv3. openssl s_client -connect YOUR_URL_OR_IP:443 -ssl3 if the answer is something like: routines:SSL3_READ_BYTES:sslv3 alert…
The setting was removed from controll panel. But you can change your bluetooth device name with: sudo hciconfig hci0 name 'newName'
Install Otter Browser ( Beta 1 ) on Ubuntu 14.04. Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt5. Now the first Beta is available. There are…
I used the following setup: Controller Server: Ubuntu 14.04 Host Server: Debian 7 Wheezy Setup the controller Note: You need a ssh key for your user. If you don't have…
I have some recorded GPX Tracks from my Garmin Oregon GPS device. To display and modify this files on my Ubuntu Laptop i found Viking. Installation Very easy just type:…
Go to Epson Download Page (http://download.ebz.epson.net/dsc/search/01/search/searchModule) and download this files (just search for "V33"):Zuerst von der Epson Download Seite (http://download.ebz.epson.net/dsc/search/01/search/searchModule) folgende Dateien herrunterladen (einfach nach "V33" suchen): iscan-data_1.28.0-2_all.deb iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb esci-interpreter-perfection-v330_0.2.0-1_amd64.deb…
First install pdftk sudo aptitude install pdftk Now combine the files with: pdftk file_1.pdf file_2.pdf file_3.pdf cat output combined.pdf
1. Install OpenJDK Java 7 runtime:1. Installation von OpenJDK Java 7 runtime: aptitude install openjdk-7-jre 2. Download Tomcat Download Tomcat 8 fromvon der Tomcat 8 Download pageSeite. For example:Zum Beispiel:…