• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

AI, Linux, Cloud and DevOps

  • Home
  • Resources
    • Learn Linux
    • Articles
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me

Articles

Your own analytics server like google analytics with Piwik

August 11, 2013 by Sharad Chhetri Leave a Comment

Piwik is free and open source web analytics software for your websites.It helps to give insight details of your website visitors activity. Likewise google analytics it is also capable of providing the Live website visitors information. It comes with many default features,apps and plugin which enhance the Piwik as one of the best analytics software […]

Filed Under: Articles Tagged With: piwik, web analyzer

Show visitor ip address php code

August 10, 2013 by Sharad Chhetri Leave a Comment

In this post we will learn how to use php to get the visitor’s IP address in a webpage.This code also helps Network or system admin to know from which IP he is using currently. For eg. your company have 2 public IP from different ISP and both are in failover. The companies network is […]

Filed Under: Articles, Tips And Tricks Tagged With: php

How to know storage engine of mysql table

August 10, 2013 by Sharad Chhetri Leave a Comment

When you are working in mysql server sometimes you need the information about what is the storage engine of table in database. Mostly we use Innodb and MyISAM but it might be the case in mysql server other storage engine can also be used. In mysql to know storage engine of mysql table,use the below […]

Filed Under: Articles

See mysql command output vertically

August 10, 2013 by Sharad Chhetri Leave a Comment

When you work on mysql server and hit some command in mysql prompt,you get the output in horizontal way. For eg. I hit the command, select emailid from linuxtable where user = ‘sharad’; and this table has lots of fields . In that case the output looks weird. Rather than seeing the output Horizontally in […]

Filed Under: Articles, mysql Tagged With: mysql

How to set default storage engine to MyISAM to InnoDB vice versa

August 10, 2013 by Sharad Chhetri Leave a Comment

In this tutorial we will learn about how to set default storage engine to MyISAM to InnoDB or vice versa. Since the change in MySQL default storage engine as InnoDB there are many Database Servers which are still running in MyISAM. The change in Default storage engine come after MySQL 5.0 and later versions. In […]

Filed Under: Articles, mysql Tagged With: mysql

linux release renew dhcp assigned ip address

August 10, 2013 by Sharad Chhetri Leave a Comment

In this post we will read about how to release renew dhcp assigned ip address in linux. In Windows for releasing and renew of DHCP assigned IP, we use the command ipconfig /release ipconfig /renew How to release the DHCP assigned IP in linux. The below command will be applied to all interfaces which are […]

Filed Under: Articles, Tips And Tricks Tagged With: dhcp

How to check default storage engine in MySQL server

August 9, 2013 by Sharad Chhetri Leave a Comment

MySQL server comes with many engines,earlier MyISAM was default storage engine but from MySQL version 5.5 and later InnoDB now become a default storage engine. Yet,you should know what is the default storage engine running in mysql server. It might be possible any database admin has changed to MyISAM or INNODB as default storage engine […]

Filed Under: Articles, mysql Tagged With: mysql

How to install Seafile server in Debian Wheezy 7

August 8, 2013 by Sharad Chhetri Leave a Comment

Seafile is a syncing and collabarative tool for team. The team members can share the files among themself and can sync the file from seafile client. Seafile is based upon python django.Many people compare it with owncloud and both have almost same functionality like file sharing but owncloud has many features. For professional team, I […]

Filed Under: Articles Tagged With: owncloud, seafile

How to install owncloud in Debian Wheezy 7

August 8, 2013 by Sharad Chhetri 11 Comments

Installing owncloud in Debian is easy stuff. And hardly take a few minutes to install.I have posted some how to on installing owncloud in CentOS and Ubuntu as well. The details of Debian server IP Address: 10.0.0.24 OS info: Debian GNU/Linux 7 n l arch: x86_64 To install owncloud in Debian Wheezy 7, follow the […]

Filed Under: Articles, owncloud Tagged With: debian, owncloud

sudo command not found Debian 7

August 7, 2013 by Sharad Chhetri Leave a Comment

After fresh installation of Debian 7.0 wheezy I tried to do sudo su – . But got the first error message “sudo: command not found” . As per error message it means sudo is not installed in Debian system. linux@debian:~$ sudo su – -bash: sudo: command not found linux@debian:~$ To solve this issue install sudo […]

Filed Under: Articles Tagged With: sudo

How to know how many swap space exist in linux system

August 5, 2013 by Sharad Chhetri Leave a Comment

How to know how many swap space exist in system When I started using linux I was curious to know from where I can get info, how many swap space exist in system. I hope this post will help the linux beginners. To know about how many swap space exist in system either it is […]

Filed Under: Articles Tagged With: swap

Linux enable or disable multiple swap space

August 5, 2013 by Sharad Chhetri Leave a Comment

How to enable or disable multiple swap space in Linux In this tutorial we will learn how to disable and enable the swap space. In this post we will see different scenario.The practical has been performed in Red Hat based Linux OS and Debian based OS. Scenraio 1: How to disable and enable all swap […]

Filed Under: Articles Tagged With: swap

Linux: Add swap without rebooting system

August 5, 2013 by Sharad Chhetri Leave a Comment

In this tutorial we will learn how to add additional swap file in Linux after Operating System installation without rebooting the system. There is another method of adding swap space but the condition is you should have free space in Disk partition. Means additional partition is required to create swap space. Problem Statement What happen […]

Filed Under: Articles Tagged With: swap

Easy steps to install latest google chrome in Linux Mint 15

August 4, 2013 by Sharad Chhetri Leave a Comment

Easy steps to install latest google chrome in Linux Mint 15 In this post I am sharing the easy steps to install latest google chrome in Linux Mint 15. If you are a first time Linux user and it is also your first time using Linux Mint 15 in system this easy steps will help […]

Filed Under: Articles, LinuxMint

How to install mod_proxy and setup reverse proxy in Apache Ubuntu

August 2, 2013 by Sharad Chhetri 12 Comments

How to install mod_proxy and setup reverse proxy in Apache Ubuntu Today in this tutorial we will learn about installing apache proxy module and how to setup reverse proxy. The module name is mod_proxy ,it is core module which supports Forward and Reverse Proxy settings in Apache WebServer. There are other modules also which is […]

Filed Under: Apache, Articles Tagged With: apache

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 21
  • Page 22
  • Page 23
  • Page 24
  • Page 25
  • Interim pages omitted …
  • Page 33
  • Go to Next Page »

Primary Sidebar

Articles

  • Install n8n docker in Ubuntu for practicing
  • Bash Script: MySQL Database backup to AWS S3
  • Automate no touch Jenkins setup wizard on docker (jcac)
  • How to run and configure Jenkins in Docker container
  • Complete Guide: How to install Nagios Monitoring on AlmaLinux / Rocky Linux
  • Install KVM on Ubuntu 24.04 LTS ( Bash Script )
  • How to install GIMP 2.10 on Ubuntu / Debian
  • 5 ways to check Ubuntu version of system (commands and GUI)
  • How To Solve Forgot MySQL / MariaDB Root Password
  • Create Self Hosted Build Agent Docker Image for Azure DevOps

Copyright © 2026 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From India.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy