Linux Tutorials on the topic “suse”
-
OpenSUSE 13.2 minimal server Installation
Author: Srijan Kishore • Tags: linux, suse • Comments: 1
This is a detailed description about how to set up an OpenSUSE 13.2 64bit (x86_64) minimal server. This setup will be used as basis for various other OpenSuSE tutorials at howtoforge like our perfect server series.
-
How to secure your ISPConfig 3 server against the poodle SSL attack
Author: till • Tags: linux, apache, postfix, ftp, debian, fedora, suse, ubuntu, centos, control panels, email, ispconfig, web server, nginx • Comments: 20
How to secure your ISPConfig 3 server against the poodle SSL attack In the following guide I will describe the steps to secure your server against the recent poodle SSL attack. I will use a ISPConfig 3 perfect server on Debian 7 for my examples, but the same steps will work on any other Linux Distribution as well. A default ISPConfig hosting server runs the following services: Webserver (Nginx or apache), Mailserver (Postfix and Dovecot / Courier), FTP-Server (pure-ftpd) that offer SSL / TLS connections and are potential targets for a poodle attack.
-
How To Quickly Get A List Of All Applications Installed On Your UNIX/Linux Machines
Author: EugeneR. • Tags: linux, kernel, debian, fedora, suse, ubuntu, centos • Comments: 4
How to quickly get list of all applications installed on your UNIX/Linux machines In this tutorial I'll try to present how to quickly get the list of all applications installed on UNIX/Linux hosts. The procedure applies to the most popular UNIX/Linux distributions but is also applicable to windows hosts and some other hardware (e.g. firmware version on routers etc.). The procedure could help you track your software inventory and get notifications whenever users install/uninstall applications on their machines.
-
-
How To Install ownCloud 7 Server and Client on OpenSuse 13.1
Author: howtoforge • Tags: apache, linux, suse, web server • Comments: 0
How To Install ownCloud 7 Server and Client on OpenSuse 13.1 This document describes how to install and configure ownCloud 7 on OpenSuse 13.1. I will also connect to the ownCloud Server's data with OpenSuse 13.1 Desktop, Ubuntu 14.04 desktop and windows 7 machine. ownCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.
-
Thunderbird Email Encryption with GnuPG2
Author: howtoforge • Tags: centos, debian, desktop, email, fedora, linux, suse, ubuntu • Comments: 0
Thunderbird Email Encryption with GnuPG2 This tutorial describes the configuration of Thunderbird and GnuPG2 to send and receive encrypted email.
-
Using mount --bind To Move The Website And Email Directory Of a ISPConfig 3 Server To a New Directory
Author: till • Tags: linux, debian, fedora, suse, ubuntu, centos, email, ispconfig, web server • Comments: 19
Use mount --bind To Move The Website And Email Directory Of a ISPConfig 3 Server To a New Directory In the following guide, I will explain the procedure on how to move the email and website directory of a ISPConfig 3 installation to a new partition. This might become handy when your current partition runs out of space.
-
Samba Server Configuration in OpenSuSe 13.1
Author: howtoforge • Tags: linux, suse, samba • Comments: 1
Samba Server Configuration in OpenSuSe 13.1 This guide explains how to configure samba server in Opensuse 13.1 with anonymous & secured samba servers. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
Howto add two factor authentication to OTRS with privacyIDEA
Author: cornelinux • Tags: centos, debian, fedora, linux, mandriva, security, suse, ubuntu • Comments: 0
Howto add two factor authentication to OTRS with privacyIDEA In this howto we will show, how easy it is to add two factor authentication with OTP token to OTRS. This is done for the support agents to protect support cases and customer data against attackers and misuse. Nevertheless this can be done for the customers in the very same way.
-
Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox
Author: Srijan Kishore • Tags: linux, virtualization, debian, fedora, mandriva, suse, ubuntu, centos, pclinuxos, virtualbox • Comments: 2
Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox In this tutorial I will introduce some tips & tricks while using the phpvirtualbox. These tricks make phpvirtualbox functionality better & much more fruitful. I do not issue any guarantee that this will work for you!
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 13.1 (LAMP)
Author: Srijan Kishore • Tags: apache, linux, mysql, php, suse, web server • Comments: 7
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 13.1 server with PHP5 support (mod_php) and MySQL support.