Showing headlines posted by linuxtechlab

« Previous ( 1 ... 2 3 4 5 6 7 8 ... 9 ) Next »

How to install or upgrade PHP version to PHP 7

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 8, 2018 8:01 PM EDT)
  • Story Type: Tutorial; Groups: Linux
PHP (Hypertext Preprocessor) is a widely used open source scripting language that is used mainly for web development. It is used generally for creating dynamic web pages or for dynamic images on websites. In...

Install JENKINS on CentOS/RHEL 7

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 7, 2018 6:35 PM EDT)
  • Story Type: Tutorial; Groups: Linux
With the rise of Devops culture, IT industries have changed for good. Organizations have been adopting devops resources, tools for increasing the productivity. Automation tools are gaining more and more importance & one such...

Creating a YUM repository from ISO & Online repo

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 7, 2018 2:47 PM EDT)
  • Story Type: Tutorial; Groups: Linux
YUM tool is one of the most important tool for Centos/RHEL/Fedora. Though in latest builds of fedora, it has been replaced with DNF but that not at all means that it has ran its...

Step by step guide to reset root password in Mysql

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 6, 2018 5:49 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Working with MySQL or MariaDB database, you might have faced a situation where you might have forgotten root or another user’s password or being SysAdmin, you might have had to deal with users who...

Learn to use Wget command with 12 examples

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 5, 2018 10:45 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Every now & then we have to download files from internet, its easy id you are using GUI but CLI it can be a bit difficult. WGET utility makes it easy for us to...

Simple guide for CPanel installation on CentOS & RHEL

In this tutorial, we will be discussing Cpanel installation on Centos Machines. Cpanel is the best & most widely used Webhosting panel. Its so popular that almost all hosting companies, i have came across, uses it for hosting wordpress, joomla or other content management based websites.

Tar command : Compress & Decompress the filesdirectories

  • http://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jan 2, 2018 1:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the most performed functions during day to day activities of a system admin is data archiving or data compression/Decompression. And normally we use ‘tar’ command to do so but there are other...

Creating SWAP partition using FDISK & FALLOCATE commands

Swap-partition holds the memory which is used in case the physical memory (RAM) is full . When RAM capacity has been utilized to maximum , Linux machine moves inactive pages from memory to swap-space which are then used by the system. Though it gets the work done, it should not be considered as a replacement to physical memory/RAM.

How to install REDIS server in LInux

Redis is open source database, precisely, it’s a in-memory data structure store that can be used as a database, cache & message broker. It does not possess the limits offered by the relational database...

Beginner’s guide to SELinux

SELinux or Security Enhanced Linux is advanced access control mechanism which was developed by US security agency NSA to prevent malicious intrusions & tempering. It implements MAC (Mandatory Access control) over already present DAC (Discretionary Access Control ) i.e. read, write , execute permissions.

Scheduling important jobs with CRONTAB

In this tutorial we will learn to use an important Linux utility named ‘Crontab’. With the help of Crontab or cron, we can execute a command or a script to run at...

Surf anonymously: Learn to install TOR network on Linux

Tor Network is an anonymous network to secure your internet & privacy. Tor network is a group of volunteer operated servers. Tor protects internet communication by bouncing it around a distributed network of relay...

How to use Apache reverse proxy as Load Balancer

Earlier we have learned about how we can configure apache as reverse proxy. As discussed earlier, Reverse proxy is a kind of a proxy that takes http or https request & transfers/distributes them to one or more backend servers.

Installing PlayOnLinux on Ubuntu & CentOS

Gaming on Linux has never been a easy thing, there are not a lot of games available in the market. Most of companies are not willing to put an effort in bringing their games...

How to use Apache as Reverse Proxy on CentOS & RHEL

Reverse proxy is a kind of proxy server that takes http or https request & transfers/distributes them to one or more backend servers. Reverse proxy is useful in many ways, like – It can...

Turning a CentOS/RHEL 6 or 7 machine into a router

Learn to convert RHEL/CentOS 6 & 7 machines into a router by using NATting. Router as we know is layer 3 networking device that is used to...

Checking website statistics using Webalizer

Webalizer is a free & open source application for analyzing of apache web access logs & usage logs & creating website statistics. After analyzing web logs, it produces various website statistics like daily statistics,...

Bash Scripting: Learn to use REGEX (Basics)

  • linuxtechlab.com; By LinuxTechLab (Posted by linuxtechlab on Dec 14, 2017 11:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Regular expressions or regex or regexp are basically strings of character that define a search pattern, they can be used for performing ‘Search’ or ‘Search & Replace’ operations as well as can be used...

Complete “Beginners to PRO” guide for GIT commands

This is a complete reference guide for GIT commands to make any git beginner into a git pro.....

Create a free Apache SSL certificate with Let’s Encrypt on CentOS & RHEL

Let’s Encrypt is a free, automated & open certificate authority that is supported by ISRG, Internet Security Research Group. Let’s encrypt provides X.509 certificates for TLS (Transport Layer Security) encryption via automated process which..

« Previous ( 1 ... 2 3 4 5 6 7 8 ... 9 ) Next »