Linux Tutorials on the topic “suse”
-
How to find out if your server is affected from Openssl Heartbleed vulnerability (CVE-2014-0160) and how to fix that
Author: Till Brehm • Tags: centos, debian, fedora, suse, ubuntu • Comments: 8How to find out if your server is affected from Openssl Heartbleed vulnerability (CVE-2014-0160) and how to fix that A severe vulnerability in OpenSSL has been found, the vulnerability is named Heartbleed and affects the heartbeat implementation in Openssl version 1.0.1 up to version 1.0.1f. This velnerability can be used to get the private key of a SSL connection, so it is important to update the server immediately. The bug is fixed in OpenSSL 1.0.1g. All Major Linux Distributions have release updates to the vulnerability.
-
The Perfect Desktop - OpenSUSE 13.1 (GNOME)
Author: Srijan Kishore • Tags: desktop, linux, suse • Comments: 1
The Perfect Desktop - OpenSUSE 13.1 (GNOME) This tutorial shows how you can set up an OpenSUSE 13.1 desktop that is a full-fledged replacement for a Windows desktop, i.e.that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
-
Improve Spam abuse protection in dovecot by restricting access to mail accounts by IP address (e. g. with ISPConfig 3)
Author: Croydon • Tags: postfix, antivirus, debian, fedora, suse, ubuntu, centos, email • Comments: 4
Improve Spam abuse protection in dovecot by restricting access to mail accounts by IP address (e. g. with ISPConfig 3) This howto will show you how to add ip restrictions to single mail accounts when using dovecot with MySQL. This is especially useful if you need to access a mail account from only one single ip or a few ips or if you want to block specific ip addresses from accessing the mail account (e. g. due to spam abuse).
-
-
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux
Author: Srijan Kishore • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 5
Script for converting Outlook pst to Thunderbird/Evolution compatible format on Linux This tutorial will show how to convert Outlook PST into Thunderbird/Evolution compatible SBD format. For this I have created a script for the conversion format.This will work in Debian/Ubuntu/CentOS too!
-
How to find outdated joomla versions on your server to reduce the risk of being hacked
Author: Croydon • Tags: linux, security, debian, fedora, suse, ubuntu, centos, linux, security • Comments: 7Today I want to focus on a topic that can lead to huge problems of hacked accounts, spam mailings etc.: Outdated Joomla installations on your server. Of course, this is valid for other software, too. The mentioned method should work in a similar way for other software. Since Joomla is widely spread throughout the internet, especially on shared hosting systems CMS (Content Management System), this howto will only cover Joomla so far.
-
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3
Author: tanvir • Tags: apache, email, ispconfig, mysql, suse • Comments: 2
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3 In this tutorial we will show you how to change the password of your mail server which is running on OpenSUSE 12.2 and ISPConfig 3.x.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3
Author: Falko Timme • Tags: apache, suse, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.3. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Using PHP5-FPM With Apache2 On OpenSUSE 12.3
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
Using PHP5-FPM With Apache2 On OpenSUSE 12.3 This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 4
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.
-
Encrypt Your Data With EncFS (OpenSUSE 12.3)
Author: Falko Timme • Tags: security, storage, suse • Comments: 0
Encrypt Your Data With EncFS (OpenSUSE 12.3) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.3 to encrypt your data.