Skip to content

Techie Tips

Retreat of Repeat
  • Home

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

Network Switch Operation in ZTE E9000 Blade Server

August 29, 2019 Tanvir Islam

Blade Servers are bundled with a number of blades, their management console device, network device eg. switchs etc. If there…

Continue Reading →

Filed under: blade, e9000, server, zte

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

Restore Hibernation in Win10

April 15, 2019 Tanvir Islam

Hibernation was designed mainly for laptops. Hibernate uses less power than sleep and when you start up the PC again,…

Continue Reading →

Filed under: windows10

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

All about mysql_secure_installation

February 13, 2019 Tanvir Islam

Example: localhost:# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE…

Continue Reading →

Filed under: Database, Linux

Post navigation

Page 3 of 4
← Previous 1 2 3 4 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