• 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

Install webmin on Ubuntu 14.04 LTS Server

July 10, 2015 by Sharad Chhetri 1 Comment

Webmin which is a web based system administration tool for unix based servers . The post will guide you to install latest webmin on Ubuntu 14.04 LTS Server. The webmin has list of modules to manage the unix / linux servers. One of the well known module is Virtualmin which will talk later on our […]

Filed Under: Articles Tagged With: webmin

print new line character in Unix / Linux

July 9, 2015 by Sharad Chhetri Leave a Comment

This is quick post on print new line character in Unix / Linux. Here, we will share two methods of print / echo new line character. Generally , when we do bash/shell scripting most of the time we require this. Let’s start this essential basic of bash/shell scripting. echo command : new line character In […]

Filed Under: Articles Tagged With: linux command

jemalloc/jemalloc.h: No such file or directory – Redis

July 7, 2015 by Sharad Chhetri 3 Comments

Recently while installing redis from source, met with error – zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or directory . It seems the jemalloc is the dependency which is not allowing redis to compile. NOTE: We have already install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7 , where we […]

Filed Under: Articles Tagged With: redis

Install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7

July 5, 2015 by Sharad Chhetri 7 Comments

In this tutorial we will learn, how to install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7. In our previous post we wrote tutorial on, install redis on CentOS 7 with yum command . Redis is a an Open Source advanced key-value cache and store . To know more about […]

Filed Under: Articles Tagged With: redis

wget : continue download of the file

July 2, 2015 by Sharad Chhetri Leave a Comment

Wget command is generally used by many Linux/Unix users. GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies (The definition taken from man wget command). If you are internet user, you many times have faced with […]

Filed Under: Articles Tagged With: wget

Print grep command output without seperator

July 1, 2015 by Sharad Chhetri Leave a Comment

I am working with grep command and found two dashes ( — ) in output. How can I print grep command output without two dashes ( — ) that is also called separator. Answer : To print grep command output without separator , you can use the option –no-group-separator with grep command. How to print […]

Filed Under: Articles Tagged With: grep

Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS

June 30, 2015 by Sharad Chhetri 10 Comments

The osTicket is one of the famous open source ticketing tool , widely use in many organisations and companies. We will explain, how to install osTicket ( Open source ticketing tool) on Ubuntu 14.04 LTS . We will do self hosted osTicket installation. In case, you are looking for professional support for osTicket , that […]

Filed Under: Articles Tagged With: osTicket

Secondary Logging : Save All Users History Command Output As Log

June 26, 2015 by Sharad Chhetri 16 Comments

The secondary logging will help you to save history command output as log. In this practical, we will set the secondary logging for all users including root. Secondary logging will help you in audit by this way you can find out on which date and time users hit the command.

Filed Under: Articles Tagged With: secondary logging

Enable php5-imap on Ubuntu 14.04 LTS

June 22, 2015 by Sharad Chhetri Leave a Comment

The imap extension of PHP helps to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods. In this post, we will learn how to enable php5-imap on Ubuntu 14.04 LTS Server. The php5-imap extension basically used in mail with IMAP protocol. Install php5-imap on Ubuntu Use the below […]

Filed Under: Articles Tagged With: php

Install Cacti from source on Ubuntu 14.04 LTS Server

June 20, 2015 by Sharad Chhetri 4 Comments

Cacti is very well known name in monitoring system. It is RRD tool based, gather the information by using external script/command and feed the data into RDBMS database like MySQL/MariaDB. Cacti frontend is basically written in PHP. We can use the SNMP to gather the information and feed into Cacti database . You can view […]

Filed Under: Articles Tagged With: cacti

Setup self signed SSL certificate for ghost blog on Nginx

June 9, 2015 by Sharad Chhetri Leave a Comment

SSL Self Signed Certificate on Nginx with Ghost

In this post, we will learn how to setup self signed SSL certificate for ghost blog on Nginx . In our previous posts, we have written post on “setting ghost on nginx to serve at HTTP / Port 80” . Recommended reading before starting to setup self signed SSL certificate for ghost blog on Nginx […]

Filed Under: Articles Tagged With: ghost

Setup Nginx as proxy to serve ghost blog on port 80

June 8, 2015 by Sharad Chhetri Leave a Comment

Configure Nginx Ghost

In this tutorial, we will setup Nginx as proxy to serve ghost blog on port 80 / http . Nginx is widely used as web server plus it can also be used in various ways like loadbalancer, cacheing server, reverse proxy server etc. The use of nginx web server will boost your ghost server serving […]

Filed Under: Articles Tagged With: ghost

Create upstart event system for ghost blog on Ubuntu

June 7, 2015 by Sharad Chhetri Leave a Comment

In this post we will learn , how to create upstart event system for ghost blog on Ubuntu . In our previous post, we have written how to install and run the ghost blog on Ubuntu . By using upstart event system, we can start,stop and restart the ghost with service command. Whereas on system […]

Filed Under: Articles Tagged With: ghost

ghost blog reset password and activate user from sqlite

June 7, 2015 by Sharad Chhetri 1 Comment

Ghost blog by default uses the sqlite database. After installing the Ghost blog on Ubuntu , I forgot the password of user. Because of unsuccessful trial more than a limit, my user also get deactivated. We have setup the self hosted ghost blog , hence it is quite easy to reset the password and activate […]

Filed Under: Articles Tagged With: ghost

How to install and run ghost on Ubuntu

June 6, 2015 by Sharad Chhetri Leave a Comment

Ghost is free and Open source blogging platform, it is written on javascript . It is very popular among many bloggers now a days. The Ghost is maintained by Ghost Foundation. Do you want to know more about Ghost blogging platform and its history ? You can read about ghost blogging platform on Wikipedia. Know […]

Filed Under: Articles Tagged With: ghost

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • 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