Linux Tutorials on the topic “fedora”
-
How to kill processes on the Linux Desktop with xkill
Author: Bill Toulas • Tags: linux, desktop, ubuntu, centos, opensuse, fedora, arch linux • Comments: 4
Linux is renown for its stability, rigidness and superior error-free functionality, but no matter how advanced and bug-free a system may be, it is inevitable that things will brake and windows will freeze/hang at some point. This is thankfully not disastrous at all, as Linux users can utilize smart tools and commands that will allow them to get rid of those nasty “not responding” applications instantly!
-
How to replace a failed harddisk in Linux software RAID
Author: Till Brehm • Tags: centos, debian, fedora, linux, suse, ubuntu • Comments: 6
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without losing data. I will use gdisk to copy the partition scheme, so it will work with large harddisks with GPT (GUID Partition Table) too.
-
Installing Apache 2 With PHP5 And MySQL Support On Fedora 21 (LAMP)
Author: Srijan Kishore • Tags: apache, fedora, linux, mysql, php, web server • Comments: 15
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 21 server with PHP5 support (mod_php) and MySQL support.
-
-
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.
-
Hybrid RAID 1 (Mirror) of RAM drive & SATA HDD Using LVM with LUKS [and systemd unit file] on Fedora Linux
Author: gintonbo • Tags: linux, security, fedora, security • 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"?
-
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.
-
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!