Skip to content
sharadchhetri
  • Home
  • Linux Commands
  • ResourcesExpand
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • AboutExpand
    • Privacy Policy
    • Contact
sharadchhetri
  • Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS
    Linux

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

    BySharad Chhetri June 30, 2015December 10, 2024

    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…

    Read More Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTSContinue

  • Secondary Logging : Save All Users History Command Output As Log
    Linux

    Secondary Logging : Save All Users History Command Output As Log

    BySharad Chhetri June 26, 2015December 10, 2024

    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.

    Read More Secondary Logging : Save All Users History Command Output As LogContinue

  • Enable php5-imap on Ubuntu 14.04 LTS
    Linux

    Enable php5-imap on Ubuntu 14.04 LTS

    BySharad Chhetri June 22, 2015December 10, 2024

    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…

    Read More Enable php5-imap on Ubuntu 14.04 LTSContinue

  • Install Cacti from source on Ubuntu 14.04 LTS Server
    Linux

    Install Cacti from source on Ubuntu 14.04 LTS Server

    BySharad Chhetri June 20, 2015December 10, 2024

    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…

    Read More Install Cacti from source on Ubuntu 14.04 LTS ServerContinue

  • SSL Self Signed Certificate on Nginx with Ghost
    Linux

    Setup self signed SSL certificate for ghost blog on Nginx

    BySharad Chhetri June 9, 2015December 14, 2024

    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…

    Read More Setup self signed SSL certificate for ghost blog on NginxContinue

  • Configure Nginx Ghost
    Linux

    Setup Nginx as proxy to serve ghost blog on port 80

    BySharad Chhetri June 8, 2015December 14, 2024

    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…

    Read More Setup Nginx as proxy to serve ghost blog on port 80Continue

  • Create upstart event system for ghost blog on Ubuntu
    Linux

    Create upstart event system for ghost blog on Ubuntu

    BySharad Chhetri June 7, 2015December 10, 2024

    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…

    Read More Create upstart event system for ghost blog on UbuntuContinue

  • ghost blog reset password and activate user from sqlite
    Linux

    ghost blog reset password and activate user from sqlite

    BySharad Chhetri June 7, 2015December 10, 2024

    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…

    Read More ghost blog reset password and activate user from sqliteContinue

  • How to install and run ghost on Ubuntu
    Linux

    How to install and run ghost on Ubuntu

    BySharad Chhetri June 6, 2015December 10, 2024

    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…

    Read More How to install and run ghost on UbuntuContinue

  • Centralize authorized_keys file on Linux / Unix system
    Linux

    Centralize authorized_keys file on Linux / Unix system

    BySharad Chhetri May 31, 2015December 10, 2024

    Authorized_keys are important files which has the information of public keys for public key authentication. By default location is ~/.ssh/authorized_keys. Here, ~ is users default home directory in system. While working on SSH, we got requirement to centralize the authorized_keys of all users existing in system. In most of the system for SSH we use…

    Read More Centralize authorized_keys file on Linux / Unix systemContinue

  • GUI : Format USB drive on Ubuntu
    Linux

    GUI : Format USB drive on Ubuntu

    BySharad Chhetri May 11, 2015December 10, 2024

    In this post we are sharing step by step method of how to format USB drive on Ubuntu through GUI (Graphical User interface). The use of USB pen drive is common now a days, a storage you can keep in your pocket. Sometimes you want to format the USB pen drive and you have awesome…

    Read More GUI : Format USB drive on UbuntuContinue

  • Create DV SSL Certificate and approve from CA authority
    Linux

    Create DV SSL Certificate and approve from CA authority

    BySharad Chhetri May 6, 2015December 10, 2024

    Domain Validated (DV) SSL Certificate are encryption only certificates commonly used by many websites. To validate the DV SSL Certificate no paperwork is required and this can be validated either by email or phone call . That is the reason you can quickly obtain the DV SSL certificate. Advantage of DV SSL 1. Fast Approval…

    Read More Create DV SSL Certificate and approve from CA authorityContinue

  • Cassandra backup script on linux system
    Linux

    Cassandra backup script on linux system

    BySharad Chhetri May 2, 2015December 10, 2024

    In this post we are sharing the Cassandra backup script on linux system. Backup is always important part of any system. Backup will help you to get the data back in case data is removed due to some reason. The script includes two section as per the Cassandra backup requirement. These are given below 1….

    Read More Cassandra backup script on linux systemContinue

  • Install owncloud 8 on ubuntu server 14.04
    Linux

    Install owncloud 8 on ubuntu server 14.04

    BySharad Chhetri April 26, 2015December 10, 2024

    Owncloud which is now very very famous and considered as one the best free Open Source alternate of Dropbox. The steps of installation is almost similar as we did while installing Owncloud 7. Checkout what is new in Owncloud 8. Install Owncloud 8 Before starting , let’s share our practical scenario – 1. Owncloud :…

    Read More Install owncloud 8 on ubuntu server 14.04Continue

  • Install yEd graph editor on Ubuntu
    Linux

    Install yEd graph editor on Ubuntu

    BySharad Chhetri April 25, 2015December 10, 2024

    Introduction yEd is famous free graph editor. yEd is written in Java and cross platform, it means it can be installed on most of Operating system like Windows, Unix like, Linux , Mac OS etc. It is best alternate of Dia. We can create different types of graph by using yEd, some of them are…

    Read More Install yEd graph editor on UbuntuContinue

Page navigation

Previous PagePrevious 1 … 5 6 7 8 9 … 39 Next PageNext

Tags

apache automation awk aws bash script cat CentOS centos 7 debian devops docker freebsd ftp ghost git grep jenkins kvm linux linux command MariaDB Server mysql Nagios nginx Octopress owncloud Owncloud 6 php postfix postgres python Red Hat rpm sed ssh swap tips troubleshooting ubuntu user management vagrant varnish virtualbox vsftp wordpress
  • About Me
  • Contact
  • Learn Linux
  • My Wordpress plugins
  • Privacy Policy
  • Search
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

© 2025 sharadchhetri.com

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