Virtual hosting with apache 2

I am writing this post as part of Tero Karvinen’s course: Linux palvelimena (roughly translated: Linux as a server) http://terokarvinen.com/2012/aikataulu-linux-palvelimena-ict4tn003-4-ja-ict4tn003-6-syksylla-2012. On this post I will attempt to go through the following: Installing & configuring apache 2 web server Run 3 virtual servers with different settings php enabled php NOT enabled password authentication (see apache2-doc) Produce […]

Creating a deb metapackage

I am writing this post as part of Tero Karvinen’s course: Linux palvelimena (roughly translated: Linux as a server) http://terokarvinen.com/2012/aikataulu-linux-palvelimena-ict4tn003-4-ja-ict4tn003-6-syksylla-2012. On this post I will go through the following: Create a deb metapackage Add a python file to the metapackage Test the metapackage Install & configure Apache 2 to enable sharing of a repository Create […]

The Honeynet Challenge

I am writing this post as part of Tero Karvinen’s course: Linux palvelimena (roughly translated: Linux as a server) http://terokarvinen.com/2012/aikataulu-linux-palvelimena-ict4tn003-4-ja-ict4tn003-6-syksylla-2012. My objective on the assignment: Download a compressed image from http://old.honeynet.org/scans/scan15/ See what I can find out about the rootkit Report my findings Show step by step how you identify and recover the deleted rootkit […]

Checking workloads on different resources

I am writing this post as part of Tero Karvinen’s course: Linux palvelimena (roughly translated: Linux as a server) http://terokarvinen.com/2012/aikataulu-linux-palvelimena-ict4tn003-4-ja-ict4tn003-6-syksylla-2012. On this post I will go through the following: Install munin Check a process with the following tools: top, iotop, netstat and lsof Use stress-program to see the load on different resources Go through the […]

Burning a xUbuntu Live dvd and remote access with ssh

I am writing this post as part of Tero Karvinen’s course: Linux palvelimena (roughly translated: Linux as a server) http://terokarvinen.com/2012/aikataulu-linux-palvelimena-ict4tn003-4-ja-ict4tn003-6-syksylla-2012. On this post I will go through the following: Downloading xUbuntu 12.04 (32-bit) Burning a live dvd (cd should still work as well.) Using ssh to remotely connect to a computer with a ssh server […]