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
  • How to install mod_proxy and setup reverse proxy in Apache Ubuntu
    Apache | Linux

    How to install mod_proxy and setup reverse proxy in Apache Ubuntu

    BySharad Chhetri August 2, 2013December 10, 2024

    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…

    Read More How to install mod_proxy and setup reverse proxy in Apache UbuntuContinue

  • Shareaholic Related Content Recommendations issue fixed in v7.0.3.3
    BlogTalks

    Shareaholic Related Content Recommendations issue fixed in v7.0.3.3

    BySharad Chhetri August 1, 2013December 10, 2024

    Shareaholic Related Content Recommendations issue fixed in v7.0.3.3 Sheraholic provides awesome blog and web browser social media tools. More than 270 Millions people trust on Shareaholic for its content discovery and sharing tools in web world. Just a month ago, I also implemented Shareholic WordPress plugin version 7.0.3.0 in my blog but later I found…

    Read More Shareaholic Related Content Recommendations issue fixed in v7.0.3.3Continue

  • error command ‘gcc’ failed with exit status 1 in Ubuntu
    Linux | Tips And Tricks

    error command ‘gcc’ failed with exit status 1 in Ubuntu

    BySharad Chhetri July 31, 2013December 10, 2024

    While installing the python module I got this error ,”error command ‘gcc’ failed with exit status 1 ” To solve this issue install python-dev package sudo apt-get install python-dev Now recheck,I hope the problem is solved now.

    Read More error command ‘gcc’ failed with exit status 1 in UbuntuContinue

  • Show running process in postgresql
    Linux

    Show running process in postgresql

    BySharad Chhetri July 31, 2013December 10, 2024

    Show running process in postgres I mostly use the MySQL server and very much familiar with its commands and how it works. Today I was checking How to check the running process in Postgresql. In MySQL we use show processlist; command. In Postgresql,to show running process in postgres use below given command Step 1: Login…

    Read More Show running process in postgresqlContinue

  • Set group password,its use and check which group after newgrp command in linux
    Linux

    Set group password,its use and check which group after newgrp command in linux

    BySharad Chhetri July 30, 2013December 10, 2024

    Set group password,its use and check which group after newgrp command in linux As per the title of my post it has 3 questions: (1) How to set group password in Linux ? (2) What is its use ? (3) How to know you are using which group after using command newgrp ? How to…

    Read More Set group password,its use and check which group after newgrp command in linuxContinue

  • How to set  -m option as default in useradd command in linux
    Linux

    How to set -m option as default in useradd command in linux

    BySharad Chhetri July 27, 2013December 10, 2024

    How to set -m option as default in useradd command in linux Using -m option with useradd command create the user’s home directory . In Debian and Ubuntu when we simply use useradd command without any option bydefault it do not create user’s home directory in /home whereas in CentOS and Red Hat when you…

    Read More How to set -m option as default in useradd command in linuxContinue

  • ClamAV-clamd av-scanner FAILED: CODE(0x2286dd0)
    Linux

    ClamAV-clamd av-scanner FAILED: CODE(0x2286dd0)

    BySharad Chhetri July 23, 2013December 10, 2024

    While working today on setting Amavisd-new,Clamav and spamassasin in Ubuntu 12.04 LTS,I got the below given error. Jul 23 12:20:47 mail postfix/qmgr[18020]: 0D1AF61F95: from=, size=739, nrcpt=1 (queue active) Jul 23 12:20:48 mail amavis[18032]: (18032-02) (!)run_av (ClamAV-clamd) FAILED – unexpected , output=”/var/lib/amavis/tmp/amavis-20130723T122047-18032-utKqe6rf/parts: lstat() failed: Permission denied. ERRORn” Jul 23 12:20:48 mail amavis[18032]: (18032-02) (!)ClamAV-clamd av-scanner FAILED:…

    Read More ClamAV-clamd av-scanner FAILED: CODE(0x2286dd0)Continue

  • Set hostname and FQDN in Ubuntu without reboot
    Linux

    Set hostname and FQDN in Ubuntu without reboot

    BySharad Chhetri July 23, 2013December 10, 2024

    Set hostname and FQDN in Ubuntu without reboot I will first start with definition of FQDN because many people have confusion over it. Hostname and FQDN both are little bit different.It is best to give the reference from wikipedia so that there should be no dispute. FQDN or Fully Qualified Domain Name: With reference form…

    Read More Set hostname and FQDN in Ubuntu without rebootContinue

  • Allow root ssh login in FreeBSD 9.0
    BSD troubleshooting

    Allow root ssh login in FreeBSD 9.0

    BySharad Chhetri July 21, 2013December 10, 2024

    Allow root ssh login in FreeBSD 9.0 OS Detail: freebsd# uname -ar FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 freebsd# As I stated earlier in my some post, this is my first time work in freebsd. After fresh installation of FreeBSD 9.0-RELEASE I tried to ssh with root…

    Read More Allow root ssh login in FreeBSD 9.0Continue

  • How to set DHCP offered ip address to particular ethernet in freebsd
    BSD | BSD troubleshooting | Linux

    How to set DHCP offered ip address to particular ethernet in freebsd

    BySharad Chhetri July 21, 2013December 10, 2024

    In this post we will learn How to set DHCP offered ip address to particular ethernet in freebsd. I freshly installed the freebsd 9.0-RELEASE in Virtual box. I added two ethernet or NIC to virtual machine. After restart I found only my first ethernet has the ip address. The second ethernet does’not have any ip….

    Read More How to set DHCP offered ip address to particular ethernet in freebsdContinue

  • Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/
    BSD troubleshooting | Linux

    Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/

    BySharad Chhetri July 21, 2013December 10, 2024

    Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim.tbz This was my first encounter with problem while working in freebsd after doing fresh install.I was trying to install vim in freebsd by using the command pkg_add -r vim I got this below given Error: Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable…

    Read More Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/Continue

  • Setup Master Slave Chroot BIND DNS in CentOS 6 or Red Hat 6
    DNS Server | Linux

    Setup Master Slave Chroot BIND DNS in CentOS 6 or Red Hat 6

    BySharad Chhetri July 20, 2013December 10, 2024

    Setup Master Slave DNS in CentOS 6 or Red Hat 6 In this tutorial we will learn about how to setup Master Slave DNS in CentOS 6 or Red Hat 6. DNS is a big concept and the Internet World run on it.In this post I tried to write the how to as simple as…

    Read More Setup Master Slave Chroot BIND DNS in CentOS 6 or Red Hat 6Continue

  • Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud
    Linux | owncloud

    Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud

    BySharad Chhetri July 18, 2013December 10, 2024

    While reinstalling the owncloud in Ubuntu I got this error message on screen when I hit the URL of owncloud – “Your data directory and files are probably accessible from the internet because the .htaccess file does not work”. To solve this issue. We have to only correct our apache configuration file. In owncloud.conf file…

    Read More Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloudContinue

  • create and delete user in Red Hat and CentOS
    Linux | Linux Admin

    create and delete user in Red Hat and CentOS

    BySharad Chhetri July 17, 2013December 10, 2024

    create and delete user examples in Red Hat and CentOS In this tutorial we will learn about creating and deleting the user in Red Hat and CentOS. In this post we will explore the useradd and userdel commands. Basic command to create user In Red Hat and CentOS,create a user and set password as per…

    Read More create and delete user in Red Hat and CentOSContinue

  • How to use email id of Gmail for sending nagios email alerts
    Linux | Monitoring Server

    How to use email id of Gmail for sending nagios email alerts

    BySharad Chhetri July 16, 2013December 10, 2024

    How to use email id of Gmail for sending nagios email alerts In this tutorial we will learn about how to use email id of Gmail for sending nagios email alerts. Requirement: (1): Create one email id of gmail for sending emails from nagios server eg. nagiosalerts@gmail.com (2): Using ssmtp package . As per man…

    Read More How to use email id of Gmail for sending nagios email alertsContinue

Page navigation

Previous PagePrevious 1 … 27 28 29 30 31 … 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