Bash

Add EPEL Repository to CentOS 7

EPEL CentOS 7 In the next tutorial I will show you how to add the fedora EPEL repository to your CentOS 7 installation.

bash centos linux

tr vs sed: String Manipulation in Linux

Overview tr and sed are very powerful stream and character manipulation commands, Each has its own advantage with string manipulation.

bash linux

Linux fg and bg Commands: Usage and Examples

Overview Linux fg bg commands usage and examples using CTRL-Z and jobs command. Move a process between background and foreground modes with …

bash linux

Build a Remote Desktop Kiosk with Tiny Core Linux

Overview THIS TUTORIAL ONLY SUPPORTS TINYCORE 4 FOR TINYCORE 5 THERE IS A SOLUTION IN THE COMMENTS BELOW BY Alejo Tiny Core Linux is one of …

bash linux server

Load Balance Remote Desktop with Pen on CentOS

Overview Load balancing Remote Desktop Services using Pen, a load balancer for “simple” tcp based protocols such as http or …

bash centos linux

Load Balancing SSH Connections using Pen on CentOS Linux

Overview Load Balancing SSH Connections using Pen, a load balancer for “simple” tcp based protocols such as http or smtp. It …

bash centos linux

Backup Multiple MySQL Databases with a Bash Script

Overview In this tutorial I will give an example to a BASH scripts that will help you backup multiple MySQL databases at once.

bash linux mysql

Sort Folders by Size with Linux du

Overview Use Linux DU to batch check and sort folder sizes in Linux. You can also use Linux DU command on a Windows share or a NAS CIFS/NFS …

bash linux

Mount an ISO File with fstab on Linux

Overview To mount ISO files in Linux is very easy, and sometimes you want to use fstab to auto-mount on boot. I’ll show how to do this …

linux bash centos

VMware Zimbra Active Directory User Mailbox Sync

Overview Zimbra Active Directory User Mailbox Sync script uses Zimbra utility to Add or Remove mailboxes according to the AD User List. You …

bash centos linux

Add EPEL Repository to CentOS 6

Centos EPEL Centos EPEL - In the following tutorial I will show you how to add the fedora EPEL repository to your CentOS installation.

bash linux centos

Mount an ISO File on Linux

Introduction We want to mount an iso file to a folder. with linux it’s soooooo easy!

bash centos linux

Set Up Passwordless SSH Between Two Linux Machines

Overview How to establish SSH connection without password between two linux/unix machines

bash linux security

Set Up Git and GitHub on CentOS 6

A quick guide to installing and setting up Git and GitHub on CentOS 6 using yum.

bash centos clone

Set Up BOINC on CentOS, RHEL, or Fedora

Boinc BOINC is an open-source software platform for computing using volunteered resources, Use the idle time on your computer (Windows, …

bash centos linux