vWorld

vWorld – Oude Doesburgseweg 89C6901 HH Zevenaar – info@vworld.nl – Kantoor: 0316-798037 – Because it’s a virtual world!

How to fix PFSense libssl.so.8 not found error(s)

Recently I ran into a problem with PFSense. After rebooting I noticed several errors during the boot proces. I was able to boot into the single user environment and after some investigating I found a solution that worked for me.

After rebooting I noticed that there were some (file) lockes and I had to […]

Lees verder… from How to fix PFSense libssl.so.8 not found error(s)

How to set the right timezone in Ubuntu

Did you notice that your timezone was not correct? This is how to configure the right timezone :

You can check your date/time settings :

The timedatectl is installed by default, but when you did a minimal install you can fix this with the following command :

Tip : You can check out […]

Lees verder… from How to set the right timezone in Ubuntu

Howto fix “dpkg was interrupted, you must manually run sudo dpkg –configure -a to correct the problem” error

When you install a package using dpkg and somehow you kill the proces, you may encouter the above error. There is an easy solution for that : Remove the lock files using the following command :

  […]

Lees verder… from Howto fix “dpkg was interrupted, you must manually run sudo dpkg –configure -a to correct the problem” error

Howto install (multicore) PAR2 on Ubuntu

Use the following command to install PAR2 support on your Linux host :

If your device has more than 1 core available, you can significantly speed up verification and repair by using all cores in your system. Installing these multicore versions of Par2 is easy for many platforms :

      […]

Lees verder… from Howto install (multicore) PAR2 on Ubuntu

Installing Plesk on CentOS Linux

In this post I’m going to describe the simple steps to install the latest release of the Plesk software on CentOS. First make sure you are root:

Make sure you start with a clean starting point, remove existing instances of Apache, MySql, Cyrus and PHP:

Make sure your CentOS distribution is fully patched: […]

Lees verder… from Installing Plesk on CentOS Linux

File level restore on Azure

Making backups of virtual machines running on Azure using snapshot technology is a nice feature. But sometimes you don’t want to revert the whole snapshot but only want to restore a single file. Now this is possible. It uses the same backup/Snapshot technology you probably are already using. Open the virtual machine properties in the […]

Lees verder… from File level restore on Azure

Top tip: Linux security & auditing tool Lynis

For my work I often deploy Linux VM’s. I use Lynis for checking my system for security isssues en baseline(s).  Lynis is a security auditing tool for UNIX derivatives like Linux, macOS, BSD, Solaris, AIX, and others. It performs an in-depth security scan. Extensive reports in HTML and TXT are delivered. The company behind Linus […]

Lees verder… from Top tip: Linux security & auditing tool Lynis

How to protect your Linux server using iptables

In this post I will describe how to configure the basic Linux firewall IPTABLES. Using iptables you can easily protect your server from intruders. Nowadays many people are hosting virtual machines on Linux (for example for hosting purposes). Ofcourse you can configure an external firewall, but you can also use the internal firewall (the Linux […]

Lees verder… from How to protect your Linux server using iptables

Update PHP5 on Linux LAMP/WAMP

Some days ago a friend of mine asked me how it’s possible to update the PHP version to the latest stable build. Updating using the regular (web) interface didn’t seem to work… This is how you do that :

  [stextbox id=”warning”]After this you don’t have to reboot your server.[/stextbox] […]

Lees verder… from Update PHP5 on Linux LAMP/WAMP

CentOs : Enable eth0

After installing CentOs you might notice that the eth0 network card interface isn’t working in some cases. Here is how to fix this : You need to edit (nano) two files : /etc/sysconfig/network (check networking=0) /etc/sysconfig/network-scripts/ifcfg-eth0 (set IP address and boot=on) After this you can install VMware tools also. (Check my other post) Technorati Tags: […]

Lees verder… from CentOs : Enable eth0

Installing VMware Tools on CentOs

This is how you install VMware Tools on CentOs :

Now reboot your system

Technorati Tags: Linux,VMware […]

Lees verder… from Installing VMware Tools on CentOs