Sebastian Mogilowski's Blog

debian

Securing SSH with FIDO U2F (YubiKey) on Debian

  • 8. März 2021
  • Linux / Systemadministration
  • 1 Comment

FIDO devices are supported by the public key types "ecdsa-sk" and "ed25519-sk", along with corresponding certificate types. This is supported in OpenSSH from version 8.2. Debian Buster (stable) delivers version…

Continue Reading

Installing Galera Cluster with MariaDB

  • 4. Juni 2020
  • Linux / Systemadministration
  • 1 Comment

Galera give you some nice cluster features. Like true Multi-Master configuration, synchronous replication, conflict detection and impromes the maintenance of your MariaDB servers with automatic provisioning, node isolation and rolling…

Continue Reading

Combine PDF-Files on Linux (Ubuntu)

  • 22. April 2014
  • Linux
  • 0 Comments

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

Continue Reading
Install Apache Tomcat 8 on Debian 7 (Wheezy) with virtual hosts and Apache2 integration

Install Apache Tomcat 8 on Debian 7 (Wheezy) with virtual hosts and Apache2 integration

  • 22. April 2014
  • Linux
  • 10 Comments

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:…

Continue Reading

Color Bash Prompt on Ubuntu and Debian

  • 29. Dezember 2011
  • Linux / Systemadministration
  • 2 Comments

Ubuntu Green Prompt for your user Edit ''~/.bashrc'' and change: #force_color_prompt=yes to: force_color_prompt=yes To change it for all new users make the same in ''/etc/skel/.bashrc''. Red Prompt for root Edit…

Continue Reading

Install latest Broadcom bnx2 linux driver

  • 19. Juli 2011
  • Linux / Systemadministration
  • 0 Comments

Install new broadcom driver on Ubuntu or Debian: 1. Download Linux driver http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php 2. Unpack unzip linux-6.2.23.zip cd Server/Linux/Driver tar vfx netxtreme2-6.2.23.tar.gz cd netxtreme2-6.2.23 3. Install build tools and install…

Continue Reading

Install VMware Tools on Debian Squeeze

  • 18. Mai 2011
  • Linux / Systemadministration / Virtualization
  • 0 Comments

1. Install required packages aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc 2. Mount VMware Tools mkdir /tmp/vmtools mount /dev/cdrom /tmp/vmtools 3. Unzip the tools tar -C…

Continue Reading

Nginx as reverse proxy cache for wordpress and apache

  • 14. Mai 2011
  • Linux / Systemadministration
  • 3 Comments

1. Install Nginx * Install from PPAPPA Installation * Install using self build packagesInstallation mit selbstgebauten Paket 2. General Nginx Settings Edit "/etc/nginx/nginx.conf" and modify or insert the following settings:…

Continue Reading

Install nginx on debian squeeze from PPA

  • 14. Mai 2011
  • Linux / Systemadministration
  • 1 Comment

You find currently nginx version 0.7.67-3 in Debian Squeeze. If you want the latest version you have to build your own paket or you can use one from the ubuntu…

Continue Reading

Building a nginx debian package with third party modules

  • 14. Mai 2011
  • Linux / Systemadministration
  • 4 Comments

I created this manual on Debian Squeeze (amd64) with the latest version of nginx (stable) an one third party module as example. If you want to build your own package,…

Continue Reading
  • 1
  • 2
  • 3
  • 4
  • 5
Copyright 2023