Skip to content
Techie Tips
Retreat of Repeat
  • Home

Tag: Linux

Playing with Mysql DataBase Dump/Backup

October 9, 2020 Tanvir Islam

As a Sysadmin we often require backing up several databases to meet the SLA or system requirements. Sometimes we need…

Continue Reading →

Filed under: Linux, mysql

Protect Multiple Directory Using .htaccess & .htpasswd

February 25, 2020 Tanvir Islam

Let’s say you need to protect few directories (/def, /ghi, /mno) from following tree. Then please follow the further mention…

Continue Reading →

Filed under: .htaccess, .htpasswd, Linux

Useful Linux Commands

February 13, 2020 Tanvir Islam

print lines matching a pattern within a directory with its subdirector grep(1) -rnw ‘/path/to/somewhere/’ -e “pattern” -R, -r, –recursive Read…

Continue Reading →

Filed under: Linux

Usefull Mysql Commands (Sizes)

September 4, 2019 Tanvir Islam

List Size of all Mysql Database SELECT table_schema AS “Database”, ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS “Size…

Continue Reading →

Filed under: Linux, mysql

Custom Nagios Command and Services

July 29, 2019 Tanvir Islam

To add a custom service check in nagios the following need to be done. Add an new command in commands.cfg…

Continue Reading →

Filed under: Linux, nagios

Clean up boot partition (/boot)

June 9, 2019 Tanvir Islam

Case I: if /boot is not 100% full and apt is working 1. Check the current kernel version $ uname…

Continue Reading →

Filed under: /boot, Debian, Linux, Ubuntu

Auto Start Services after rebooting in Linux machines

May 29, 2019 Tanvir Islam

CentOS or RHEL 6.x The following example I have taken as Apache HTTP server, but procedure remain same for any…

Continue Reading →

Filed under: Linux

Fetch Updates from Debian Distribution reached EOL

May 27, 2019 Tanvir Islam

nano /etc/apt/sources.list Comment Everthing… Add These lines deb http://archive.debian.org/debian wheezy main contrib non-free deb-src http://archive.debian.org/debian/ wheezy main non-free contrib deb…

Continue Reading →

Filed under: Debian, Linux

Install Nagios-NRPE Client in debian/ubuntu

March 10, 2019 Tanvir Islam

Follow Step by Step to Install Nrpe client in Remote servers you want to monitor from Nagios core Update Repository…

Continue Reading →

Filed under: Linux, nagios

linux script to check if a service is running and start it, if it’s stopped

March 9, 2019 Tanvir Islam

#!/bin/bash service=replace_me_with_a_valid_service if (( $(ps -ef | grep -v grep | grep $service | wc -l) > 0 )) then…

Continue Reading →

Filed under: Linux, Script

Post navigation

Page 1 of 2
1 2 Next →
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Anything in here will be replaced on browsers that support the canvas element

  • Linux
  • mysql
  • nagios
  • Debian
  • Telegram
  • bot
  • federated engines
  • federated table
  • SNMP
  • Unix Service
  • Init.d
  • centos
  • firewall
  • centos7
  • .htaccess
  • .htpasswd
  • windows10
  • proxmox
  • Redhat
  • nrpe
  • Webmin
  • Database
  • Script
  • Ubuntu
  • /boot
  • zte
  • blade
  • e9000
  • server
  • VMWare
  • LibreNMS
  • NAT

Recent Posts

  • How to setup NAT on Proxmox 8.0
  • Useful Linux Commands (find)
  • Using Telegram Bot as DB Service Monitor
  • Optimize a table in MySQL
  • Usefull Mysql Commands (Shell)

Archives

  • November 2023 (1)
  • September 2022 (1)
  • June 2022 (1)
  • September 2021 (2)
  • October 2020 (1)
  • September 2020 (2)
  • March 2020 (1)
  • February 2020 (2)
  • December 2019 (2)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (5)
  • August 2019 (1)
  • July 2019 (1)
  • June 2019 (1)
  • May 2019 (2)
  • April 2019 (1)
  • March 2019 (2)
  • February 2019 (3)
Copyright © 2025 Techie Tips — Primer WordPress theme by GoDaddy