• Home
  • About

GeekPills

Technical tutorials …

  • Automation
    • awk
    • Bash Scripting
    • Perl
    • Python
    • sed
  • Cluster
  • Configuration Management
    • Puppet
  • Database
    • MongoDB
    • MySQL
    • Oracle
  • Linux Kernel
  • Linux_page
  • monitoring
    • Nagios
    • Zabbix
  • Operating System
    • Debian
      • Ubuntu18.04
      • Ubuntu20.04
    • Linux
      • CentOS6
      • CentOS7
      • CentOS8
    • Unix
  • Virtulization
    • Docker
    • KVM/libvirt
  • Wordpress

Linux

How to configure Apache Load-balancer on CentOS7

sukrant January 2, 2021 How to configure Apache Load-balancer on CentOS72021-01-02T19:42:08+00:00 No Comment
Apache is used world wide to host website. It proved to be good performance software in many ways which also provide many other features and functionalities. In this post we…
Continue Reading
Linux

How to rename pacemaker Cluster name in running configuration

sukrant January 1, 2021 How to rename pacemaker Cluster name in running configuration2021-01-02T06:32:28+00:00 No Comment
Today i was working to create one Cluster between two Ubuntu machine, During that time type wrong Cluster name and created Cluster with wrong it will not effect functions of…
Continue Reading
Linux

How to install MySQL server on CentOS 8 Linux

sukrant December 28, 2020 How to install MySQL server on CentOS 8 Linux2020-12-28T07:31:10+00:00 No Comment
How we can install MySQL Server 8 on Centos8 Machine, we further will see how we can create and work on an Database on same. Oracle MySQL Server 8 is…
Continue Reading
CentOS6

How to identify network speed between two machine.

sukrant December 23, 2020 How to identify network speed between two machine.2020-12-23T00:20:56+00:00 No Comment
Sometime we need to know maximum bandwidth that could attain between two machines within network,So we have many tools for it. In Linux we have simple and effective command to…
Continue Reading
Linux

How to install PHP8 on Ubuntu 18.04/20.04 Machines

sukrant December 22, 2020 How to install PHP8 on Ubuntu 18.04/20.04 Machines2020-12-22T23:17:33+00:00 2 Comments
PHP is widely used in various web development platform in many application or web framework. We also need to update latest PHP version for these various requirements like wordpress, Drupal,…
Continue Reading
CentOS6

Linux Rsync examples for Backup and Remote Sync

sukrant December 21, 2020 Linux Rsync examples for Backup and Remote Sync2020-12-22T01:09:48+00:00 No Comment
As name hint that rsync is used sync data from one machine to another machines. So rsync is nice OpenSource tools used worldwide in Linux/Unix setups to take backup of…
Continue Reading
CentOS6

Resize Software raid through mdadm

sukrant December 5, 2020 Resize Software raid through mdadm2020-12-05T14:33:45+00:00 No Comment
In Linux/Unix machine we used software raid many times which used to manage Disk and provide easy manageable raid options without any interaction with Data-Center Engineer. In such case i…
Continue Reading
Linux

Disable ipv6 on Ubuntu 20.04

sukrant July 26, 2020 Disable ipv6 on Ubuntu 20.042020-07-26T16:45:14+01:00 1 Comment
Internet protocol version 6 (IPv6) is released long time ago, But still most of organisation are using ipv4 Ubuntu , By default ipv6 is enabled in Ubuntu , which is…
Continue Reading
Ubuntu18.04

Install and Configure Nginx on Ubuntu Linux 18.04 LTS

sukrant July 26, 2020 Install and Configure Nginx on Ubuntu Linux 18.04 LTS2021-01-01T10:55:24+00:00 Ubuntu18.04 No Comment
In today's world we have many hosted platforms available across internet through which we can we can host our website, Most easy approach which usually people follow is to manage…
Continue Reading
Ubuntu18.04

How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS

sukrant July 19, 2020 How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS2020-07-25T03:05:00+01:00 Ubuntu18.04 No Comment
ISCSI targets are used to share disk on network to ISCSI Clients. This is IP based storage, work with internet protocol. In this post we will see HowTo configure ISCSI…
Continue Reading
Linux

How to get file list of Ubuntu packages

sukrant July 19, 2020 How to get file list of Ubuntu packages2021-01-10T06:51:10+00:00 No Comment
In Ubuntu machine sometime we need to list all files which are present in any Ubuntu is really important to know when we need to know all files which comes…
Continue Reading
Linux

Netspeed – Display Download/Upload Speed on Ubuntu 20.04

sukrant July 17, 2020 Netspeed – Display Download/Upload Speed on Ubuntu 20.042020-07-25T03:12:30+01:00 1 Comment
I remember in Ubuntu version we have one netspeed package which was capable to display real-time Download/Upload speed of interfaces. But in Ubuntu , this is fairly easy method to…
Continue Reading
Linux

How to Install MySQL Workbench on Ubuntu Linux

sukrant July 14, 2020 How to Install MySQL Workbench on Ubuntu Linux2020-07-25T03:13:41+01:00 No Comment
In few recent post we saw how we install and work on MySQL. During that time, i received some review that how we can install MySQL Workbench on Linux/Unix machine…
Continue Reading
Linux

Cockpit – Linux Powerful tool to Monitor and Administrate using Web console

sukrant July 12, 2020 Cockpit – Linux Powerful tool to Monitor and Administrate using Web console2020-07-12T21:46:52+01:00 No Comment
Cockpit is graphical user interface hosted on Webs for administrative purpose Cockpit is easy to use, lightweight and powerful tool to manage Linux machines. You can easily add other machine…
Continue Reading
MySQL

Reset MySQL root password

sukrant July 5, 2020 Reset MySQL root password2020-07-05T23:16:07+01:00 MySQL No Comment
Recently during writing one of post, i change my MySQL root password on one of my test platforms. But now when i tried login on MySQL, i realised that i…
Continue Reading
Linux

Python : port scanner

sukrant July 5, 2020 Python : port scanner2020-07-19T02:08:51+01:00 No Comment
Recently i need port scanner code for one of Python script in which i was trying to configure some application, during configuration i like to check if port i free…
Continue Reading
MySQL

Fix: MySQL 5.7 not asking for password

sukrant July 4, 2020 Fix: MySQL 5.7 not asking for password2020-07-05T14:55:36+01:00 MySQL No Comment
Issue: Server on Ubuntu Machine allow root user without password, even when root password is set through mysqladmin and mysql_secure_installation Recently i found on one new Ubuntu MySQL database allow…
Continue Reading
CentOS8

Install epel repositories on CentOS8

sukrant July 3, 2020 Install epel repositories on CentOS82020-07-03T20:50:00+01:00 CentOS8 No Comment
CentOS/RHEL machine are using epel repositories to install various packages supported for various versions. epel is basically is Extra package for Enterprise Linux hosted through fedora project. On this link…
Continue Reading
Linux

Bat – Advance cat in Linux

sukrant July 3, 2020 Bat – Advance cat in Linux2020-07-03T20:05:29+01:00 No Comment
In Linux to see any file most of linux users using cat command which is one of most used command on Linux operating system from that time of its origin.…
Continue Reading
awk

Awk If Statement Examples

sukrant July 3, 2020 Awk If Statement Examples2020-07-03T09:49:59+01:00 awk No Comment
Awk is popular text processing tools widely used in Linux/Unix operating system, its executable is also available for other operating system as well. Previously we wrote some post on awk…
Continue Reading
«‹161718

What are you looking for . . .?

Email notification of new post

Loading

Recent Posts

  • How to configure Apache Load-balancer on CentOS7
  • How to rename pacemaker Cluster name in running configuration
  • How to install MySQL server on CentOS 8 Linux
  • How to identify network speed between two machine.
  • How to install PHP8 on Ubuntu 18.04/20.04 Machines
  • Linux Rsync examples for Backup and Remote Sync
  • Resize Software raid through mdadm
  • Disable ipv6 on Ubuntu 20.04
  • Install and Configure Nginx on Ubuntu Linux 18.04 LTS
  • How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS
  • How to get file list of Ubuntu packages
  • Netspeed – Display Download/Upload Speed on Ubuntu 20.04
  • How to Install MySQL Workbench on Ubuntu Linux
  • Cockpit – Linux Powerful tool to Monitor and Administrate using Web console
  • Reset MySQL root password
  • Python : port scanner
  • Fix: MySQL 5.7 not asking for password
  • Install epel repositories on CentOS8
  • Bat – Advance cat in Linux
  • Awk If Statement Examples
Copyright ©2023. GeekPills
Mesocolumn Theme by Dezzain