Linux Tutorials on the topic “suse”
-
The Perfect Server - OpenSUSE 12.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, nginx, php, postfix, suse • Comments: 0
This tutorial shows how to prepare an OpenSUSE 12.3 64bit (x86_64) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, Dovecot POP3/IMAP, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux
Author: Akshay Pai • Tags: centos, debian, linux, mandriva, security, suse, ubuntu • Comments: 4
SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.
-
Monitor MySQL connections and queries with mytop
Author: Gurujyot_singh • Tags: linux, debian, ubuntu, centos, suse, mysql • Comments: 2
This article will explain the installation and usage of mytop, a handy tool for live monitoring of MySQL queries. Also looking into various operations that a user can perform while monitoring the queries on mytop.
-
-
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, MySQL, PHP, Postfix, Dovecot and ISPConfig 3)
Author: Falko Timme • Tags: apache, bind, email, ftp, ispconfig, linux, mysql, php, postfix, suse • Comments: 25
The Perfect Server - OpenSUSE 13.1 x86_64 (Apache2, Dovecot, ISPConfig 3) This is a detailed description about how to set up an OpenSUSE 13.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
How to install ProFTPd with TLS on OpenSuse 13.2
Author: Srijan Kishore • Tags: ftp, opensuse, suse • Comments: 1
This document describes how to install a ProFTPd server with OpenSuse 13.2. I will include TLS connections. TLS provides endpoint authentication and communications confidentiality over the Internet using cryptography. TLS provides RSA security with 1024 and 2048 bit strengths.
-
VNC Server installation on OpenSuse 13.2
Author: Srijan Kishore • Tags: suse, opensuse, desktop • Comments: 8
This guide explains how to configure VNC server in OpenSuse 13.2. VNC is a very convinient way of administrating the OpenSuse desktops remotely. The GUI can be accessed from anywhere over the internet or local network with a VNC client on any OS.
-
The Perfect Desktop - OpenSUSE 13.2 (GNOME)
Author: Srijan Kishore • Tags: desktop, suse • Comments: 1
This tutorial shows how you can set up an OpenSUSE 13.2 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.
-
How to install owncloud 7 on OpenSUSE 13.2
Author: Md. Mohib Billah • Tags: linux, suse • Comments: 6
How to install owncloud 7 on OpenSUSE 13.2 This tutorial is based on OpenSuse 13.2 server, so you should set up a basic OpenSuse 13.2 server installation before you continue with this tutorial. The system should have a static IP address.
-
Samba server installation on OpenSuse 13.2
Author: Srijan Kishore • Tags: linux, suse, samba • Comments: 1
Samba Server Configuration in OpenSuse 13.2 This guide explains how to configure samba server in OpenSuse 13.2 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.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 13.2
Author: Srijan Kishore • Tags: ftp, linux, suse • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 13.2 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.