Linux Tutorials on the topic “Linux”

  • How To Quickly Get A List Of All Applications Installed On Your UNIX/Linux Machines

    tux Author: EugeneR.Tags: , , , , , , 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

    opensuse Author: howtoforgeTags: , , , 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.

  • How To Protect Your Web Server With Sophos UTM

    tux Author: cornelinuxTags: , , Comments: 5

    How To Protect Your Web Server With Sophos UTM In this Howto I will show, how you can setup a webserver to be protected in the demilitarized zone of an enterprise grade firewall. I will use the Sophos UTM Gateway which is available as a software appliance to be installed on "any" hardware and is free for home and personal use.

  • Installing Owncloud 7 (from source), PostgreSQL 9.3, PHP-FPM and NginX on Ubuntu Server 14.04 64 bit

    ubuntu Author: s2sTags: , , , Comments: 0

    Installing Owncloud 7 (from source), PostgreSQL 9.3, PHP-FPM and NginX on Ubuntu Server 14.04 64 bit Install ubuntu server 14.04 64 bit and at software selection choose OpenSSH Server only. In this way we'll have ssh access to the server.  After reboot add nginx repository to /etc/apt/sources.list

  • Installation And Configuration Of RainLoop Webmail Client With Nginx On Ubuntu 14.04

    ubuntu VMWare Image Download Author: Srijan KishoreTags: , , , , Comments: 4

    Installation And Configuration Of  RainLoop Webmail Client With Nginx On Ubuntu 14.04 This document describes how to install and configure Rainloop on Ubuntu 14.04. We will use nginx as web server. Rainloop is a popular free Open Source Web Application primarily written in PHP. It offers users a swift and contemporary web interface for accessing emails on a majority of commonly used domain mail providers such as Outlook, Yahoo, and Gmail, in addition to local mail servers. Rainloop also doubles up as a Mail User Agent (MUA) by accessing domain mail via IMAP/ SMTP protocols. This tutorial explains the process of installing Rainloop Webmail on an Ubuntu 14.04 Virtual Private Server using Nginx and MariaDB.

  • How To Install Drupal On Ubuntu 14.04

    ubuntu VMWare Image Download Author: howtoforgeTags: , , , Comments: 5

    How To Install Drupal On Ubuntu 14.04 This document describes how to install and configure Drupal on Ubuntu 14.04. Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

  • How To Install ownCloud 7 on CentOS 6.5

    centos VMWare Image Download Author: howtoforgeTags: , , , , Comments: 9

    How To Install ownCloud 7 on CentOS 6.5 This document describes how to install and configure ownCloud 7 on CentOS 6.5. I will also connect to the ownCloud Server's data with 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.

  • Manage Yubikeys for LUKS encryption with privacyIDEA

    ubuntu Author: cornelinuxTags: , , Comments: 0

    Manage Yubikeys for LUKS encryption with privacyIDEA So today we will show, how you can manage many yubikeys for many notebooks using privacyIDEA. privacyIDEA is an authentication system for two factor authentication - usually with OTP devices. In a recent version privacyIDEA started to not only answer authentication request, but it was also enhanced to be able to define client machines and add information, which authentication device could be used for an application on a client machine.

  • How To Install Joomla on CentOS 7

    centos VMWare Image Download Author: howtoforgeTags: , , , Comments: 6

    How To Install Joomla on CentOS 7 This document describes how to install and configure Joomla on CentOS 7. Joomla is an immensely popular and award-winning open source Content Management System (CMS) that enables users to build websites and create potent online applications in an unperturbed manner. Absolute user-friendliness and flexibility make Joomla amongst the most sought-after CMS softwares. It uses a PHP application, in addition to a back-end database like MySQL. Joomla was created in 2005, and boasts of more than 10,000 add-ons for customized functionality-no wonder than that it remains the second most popular virtual content management site. This tutorial explains the process of installing Joomla on CentOS 7.0 in the form of a simple-to-follow guide.

  • Hybrid RAID 1 (Mirror) of RAM drive & SATA HDD Using LVM with LUKS [and systemd unit file] on Fedora Linux

    fedora Author: gintonboTags: , , , Comments: 1

    Hybrid RAID 1 (Mirror) of RAM drive & SATA HDD Using LVM with LUKS [and systemd unit file] on Fedora Linux The IT industry has a continual balance between security and usability. Within this balance, performance usually affects usability. In the realm of protecting "Data at Rest" (i.e. encryption) one may find three factors affecting performance, and therefore usabilty: The harddrive, CPU and RAM. Of these, the harddrive will always prove to be a bottleneck (yes, even with an SDD). Free Software has a rather elegant solution for protecting Data at Rest, called Linux Unified Key Setup (LUKS). In the spirit of "Freedom 0: The freedom to run the program for any purpose." please enjoy my contribution to our collective knowledgebase of a solution to the fascinating problem of "how can we speed up encyption"?