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 remove history from Dash Home in Ubuntu
    Linux

    how to remove history from Dash Home in Ubuntu

    BySharad Chhetri September 5, 2013December 10, 2024

    In this post we will learn about simple steps to remove the history or recent items which are shown in Dash Home in Ubuntu.The practical has been done in Ubuntu 12.10 and applicable to other Ubuntu which has Dash home. To remove the history from Dash ,follow the given below steps: Step 1: In Dash…

    Read More how to remove history from Dash Home in UbuntuContinue

  • Forward all incoming emails to other SMTP server or gateway
    Linux | Tips And Tricks

    Forward all incoming emails to other SMTP server or gateway

    BySharad Chhetri September 3, 2013December 10, 2024

    In this post we will learn how to forward all emails of particular domain to another SMTP server or gateway. I also used this method in different scenario. Scenario: I have my own mail server which can host multiple virtual domains and users (postfix+mysql). Now a client has domain called example.com and for mailing he…

    Read More Forward all incoming emails to other SMTP server or gatewayContinue

  • Convert new line to space by using sed command
    Linux | Tips And Tricks

    Convert new line to space by using sed command

    BySharad Chhetri August 28, 2013December 10, 2024

    This is a one line sed command trick in which we will convert the new line into space. I have a file in which there is a words per line.Now here I want to remove all these lines and instead of this I would like to use spaces. For eg. I have a file called…

    Read More Convert new line to space by using sed commandContinue

  • Debian Wheezy 7.1 package not found
    Linux

    Debian Wheezy 7.1 package not found

    BySharad Chhetri August 24, 2013December 10, 2024

    Today I installed the Debian wheezy 7.1 and after doing apt-get update first problem I found ,the system was searching packages from CDROM. Because I do not want to install packages from CD first I commented the below given lines in /etc/apt/sources.list nano /etc/apt/sources.list # deb-src cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ – Official Multi-architecture i386/amd64/source DVD…

    Read More Debian Wheezy 7.1 package not foundContinue

  • How to configure vsftpd server with virtual user mysql authentication in CentOS 6
    FTP Server | Linux

    How to configure vsftpd server with virtual user mysql authentication in CentOS 6

    BySharad Chhetri August 23, 2013December 10, 2024

    In this tutorial we will learn about how to configure vsftpd server with virtual user and mysql authentication in backend in CentOS 6 and Red Hat 6. Note: SELINUX and IPTABLES are disabled Features: vsftp server with chroot mysql authentication virtual users in mysql (Not in local system) Server Details: Operating System:CentOS release 6.4 (Final)…

    Read More How to configure vsftpd server with virtual user mysql authentication in CentOS 6Continue

  • How to install pam_mysql in CentOS or Red Hat
    Tips And Tricks

    How to install pam_mysql in CentOS or Red Hat

    BySharad Chhetri August 22, 2013December 10, 2024

    How to install pam_mysql in CentOS or Red Hat While working on some mysql authentication.I required pam_mysql. In CentOS 6.4 I found it was not available even in CentOS 5 it was not also. Again same method is applied. Download the EPEL repo. Step 1: Install latest EPEL Repo rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm Step 2: Now…

    Read More How to install pam_mysql in CentOS or Red HatContinue

  • error could not configure a c compiler Linux
    Tips And Tricks

    error could not configure a c compiler Linux

    BySharad Chhetri August 22, 2013December 10, 2024

    error: could not configure a c compiler It is the most common error found while installing the package from its source code. Many times I got this issue while working in CentOS and Red Hat Actually the source code has some scripts which require C compiler as the code is written in C language. If…

    Read More error could not configure a c compiler LinuxContinue

  • How to create VirtualHost in Apache Web Server
    Apache | Linux

    How to create VirtualHost in Apache Web Server

    BySharad Chhetri August 21, 2013December 10, 2024

    In this tutorial we will learn how to create VirtualHost in Apache Webserver. With the help of VirtualHost we can host many domains or website from single Web Server.This is a simple example to start with your first VirtualHost configuration in Apache Webserver. We have used a few terms which is required for setting up…

    Read More How to create VirtualHost in Apache Web ServerContinue

  • How to install apache webserver in CentOS and Red Hat
    Apache | Linux

    How to install apache webserver in CentOS and Red Hat

    BySharad Chhetri August 20, 2013December 10, 2024

    In this tutorial we will learn about how to install apache webserver. Web server as the name says it is server which is used for web services. The websites and web applications required web server to run. Here for webserver we will install apache. There are other web server which are also widely use in…

    Read More How to install apache webserver in CentOS and Red HatContinue

  • How to rename and move the directory and files in linux
    Linux | Linux Commands

    How to rename and move the directory and files in linux

    BySharad Chhetri August 17, 2013December 10, 2024

    To rename and move the directory and files in linux in linux we use single command called mv. The mv command is used for both purpose means renaming and moving the directory or file,it is system command which ships bydefault when you install any linux. The command is also applicable to all Unix based operating…

    Read More How to rename and move the directory and files in linuxContinue

  • How to set user postgres password in postgresql 9.1
    Linux

    How to set user postgres password in postgresql 9.1

    BySharad Chhetri August 17, 2013December 10, 2024

    In this tutorial we will learn How to set user postgres password in postgresql 9.1 and force to prompt for password. When you freshly install Postgresql and after using command psql it will allow you to login into postgresql server without prompting or asking for password. Here we will first of all reset the password…

    Read More How to set user postgres password in postgresql 9.1Continue

  • How to configure ethernet in CentOS 6 after installing in Virtual Box
    Linux | Tips And Tricks

    How to configure ethernet in CentOS 6 after installing in Virtual Box

    BySharad Chhetri August 15, 2013December 10, 2024

    In this tutorial we will configure the additional ethernet in CentOS. The practical has been done in Virtual box whereas it is also applicable to physical machines. Scenario: In Virtual Box,we have only one ethernet or NIC card (eth0) while installing the CentOS.Later we added one more ethernet(eth1) but when we were using command ifconfig…

    Read More How to configure ethernet in CentOS 6 after installing in Virtual BoxContinue

  • Install MySQL workbench in Ubuntu
    Linux | mysql

    Install MySQL workbench in Ubuntu

    BySharad Chhetri August 14, 2013December 10, 2024

    MySQL Workbench is a integrated tool for MySQL. The MySQL workbench gives a graphical interface to user through which user can easily manage many MySQL Administration task. The tool can be install in Windows,MacOSX and Linux. As well as its source code is also available.The MySQL Workbench is easy to install in Windows,MacOSX and Linux…

    Read More Install MySQL workbench in UbuntuContinue

  • How to install vim in freebsd
    BSD | BSD troubleshooting | Linux

    How to install vim in freebsd

    BySharad Chhetri August 13, 2013December 10, 2024

    vim is the acronym of Vi Improved . vim is text editor written by Bram Moolenaar. Vim is available in command line as well as in graphical mode. It has advanced features as compared to vi text editor which usually by default available in almost all unix like operating system. Note: Practical Tested in FreeBSD…

    Read More How to install vim in freebsdContinue

  • How to install korn shell ksh in Linux
    Linux | Tips And Tricks

    How to install korn shell ksh in Linux

    BySharad Chhetri August 12, 2013December 10, 2024

    Korn shell or ksh is another Unix shell like bash,sh and csh. Korn shell was developed by David Korn at Bell Labs in the early 1980s and announced at USENIX on July 14, 1983. Many Unix based operating system like AIX,BSD etc. they already have ksh preinstalled. The AIX by default uses the ksh. To…

    Read More How to install korn shell ksh in LinuxContinue

Page navigation

Previous PagePrevious 1 … 25 26 27 28 29 … 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