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 set delay replication in MySQL slave server
    Linux | mysql

    How to set delay replication in MySQL slave server

    BySharad Chhetri December 27, 2013December 10, 2024

    In this tutorial we will learn how to set delay replication in MySQL Master Slave replication. After setting this configuration,slave server deliberately lag behind the Master server as per the delay time you have set. The MySQL server version 5.6 has this feature and it has some benefits which will discuss in this post. Set…

    Read More How to set delay replication in MySQL slave serverContinue

  • Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux
    Linux

    Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux

    BySharad Chhetri December 26, 2013December 10, 2024

    In this tutorial we will learn how to install MySQL Server 5.6 in CentOS 6.x and RHEL 6.x by using yum command. The package is “Architecture Independent” hence applicable to 32 bit(i386) and 64 bit(x86_64) operating system.Details of system where practical has been applied Operating System: CentOS 6.5Arch: x86_64 and i386 (Both) Install the MySQL…

    Read More Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x LinuxContinue

  • How to fix read only USB pen drive  in Ubuntu
    Linux

    How to fix read only USB pen drive in Ubuntu

    BySharad Chhetri December 19, 2013December 10, 2024

    While copying some large file I mistakenly taken out USB pen drive before the copy get completed. Later I again attached the USB pen drive in Ubuntu system but found that the USB pen drive showing read only filesystem message. I was not able to copy, create and delete any file. To solve this issue…

    Read More How to fix read only USB pen drive in UbuntuContinue

  • Useful tail command with examples in Linux/Unix
    Linux Commands

    Useful tail command with examples in Linux/Unix

    BySharad Chhetri December 18, 2013December 10, 2024

    In this tutorial we will learn about useful tail command with examples in Linux/Unix which will help you in linux and Unix system administration. Question: What the tail command do Answer: tail command helps to get output from last part of file. Question: When we generally use the tail command. Answer: => tail command is…

    Read More Useful tail command with examples in Linux/UnixContinue

  • Force linux user to change password upon login
    Linux Commands

    Force linux user to change password upon login

    BySharad Chhetri December 18, 2013December 10, 2024

    Force linux user to change password upon login In this tutorial we will learn how to force linux user to change the password upon login. There are two commands through which we can force user to change password upon first login or login.You can use any of the either command. Note: Login as root to…

    Read More Force linux user to change password upon loginContinue

  • How to enable su access or switch to superuser in freebsd
    BSD | BSD troubleshooting

    How to enable su access or switch to superuser in freebsd

    BySharad Chhetri December 18, 2013December 10, 2024

    In this tutorial we will learn how to enable su access or switch to superuser in FreeBSD. su command is used to become another user during a login session. To become a superuser you can use the command su – or su -l root .But after installing freebsd the user other than root is not…

    Read More How to enable su access or switch to superuser in freebsdContinue

  • convert space into new line using sed command
    Tips And Tricks

    convert space into new line using sed command

    BySharad Chhetri December 17, 2013December 10, 2024

    convert space into new line using sed command In this sed command trick we will learn how to convert space into new line.For more understanding we will take an example. In file called test we have written colour names with spaces.Now we will convert the space into new line. Syntax: sed ‘s/s/n/g’ file_name example is…

    Read More convert space into new line using sed commandContinue

  • How to write description of git repo
    Git Server | Linux

    How to write description of git repo

    BySharad Chhetri December 17, 2013December 10, 2024

    How to write description of git repo In this post we will learn about a tip that is how to write description of git repo.We have setup git server with gitolite and gitweb in Linux Server by following the previous tutorial(in CentOS and Ubuntu). If you open the gitweb you may find there is no…

    Read More How to write description of git repoContinue

  • How to lock and unlock user account in linux
    Linux | Linux Commands

    How to lock and unlock user account in linux

    BySharad Chhetri December 13, 2013December 10, 2024

    In this post we will learn about how to lock and unlock user account in linux.With the help of two commands you can lock and unlock the user account in linux.We will also know, how to find the user account has lock and unlock status. To Lock the user account in Linux,use the given below…

    Read More How to lock and unlock user account in linuxContinue

  • search keyword in file with line number using grep command
    Linux

    search keyword in file with line number using grep command

    BySharad Chhetri December 8, 2013December 10, 2024

    grep command which is used for searching the keyword in file and show its output as lines containing a match to the given PATTERN or Keyword. When we simply use grep command without using any switches it simply shows the output with line having the keyword.Today,in this post we will know about a small tip…

    Read More search keyword in file with line number using grep commandContinue

  • How to enable logging in Postgresql 9.2 and 9.1
    Database Server

    How to enable logging in Postgresql 9.2 and 9.1

    BySharad Chhetri December 8, 2013December 10, 2024

    In this post we will learn how to enable logging in Postgresql 9.2 and 9.1.It is a quick method to enable logging in Postgresql 9.2 and 9.1.We will do changes in postgresql.conf file. Path in Postgresql 9.1 : /etc/postgresql/9.1/main/postgresql.conf Path in Postgresql 9.2 : /etc/postgresql/9.2/main/postgresql.conf To enable the log for all queries in Postgresql,follow the…

    Read More How to enable logging in Postgresql 9.2 and 9.1Continue

  • Command to create and delete group in Red Hat and CentOS linux
    Linux Commands

    Command to create and delete group in Red Hat and CentOS linux

    BySharad Chhetri December 5, 2013December 10, 2024

    Command to create and delete group in Red Hat and CentOS linux Question: How to create and delete the group in Linux (Red Hat or CentOS) by using command line Answer: To create and delete the group in linux,follow the given below steps. To create new group ,use given below command Syntax: groupadd groupname Example…

    Read More Command to create and delete group in Red Hat and CentOS linuxContinue

  • Connect to windows shared folder in Xfce Desktop linux
    Linux

    Connect to windows shared folder in Xfce Desktop linux

    BySharad Chhetri December 5, 2013December 10, 2024

    In Xfce desktop the defualt file manager is thunar.It appears similarly to Gnome’s Nautilus. To connect windows shared folder or samba shared directory from client machine which has Xfce Desktop,use the given command. Open the terminal and type below given command,it will open the GUI of thunar thunar smb://ip-address-of-machine For eg. I have a shared…

    Read More Connect to windows shared folder in Xfce Desktop linuxContinue

  • How to configure multiple mysql instance in Ubuntu
    Linux | mysql

    How to configure multiple mysql instance in Ubuntu

    BySharad Chhetri December 4, 2013December 10, 2024

    How to configure multiple mysql instance in Ubuntu In this tutorial we will learn,how to configure multiple mysql instance in Ubuntu.Here multiple mysql instance means we can run multiple mysql server in single machine.We expect you have already install mysql-server in your system(if not then run the command apt-get install mysql-server). To configure multiple mysql…

    Read More How to configure multiple mysql instance in UbuntuContinue

  • Install XFCE Desktop in Ubuntu through command line
    Linux

    Install XFCE Desktop in Ubuntu through command line

    BySharad Chhetri December 4, 2013December 10, 2024

    XFCE is one the lightest Desktop environment for unix like operating system.If you are looking for alternate of Unity Desktop which must be lightweight desktop environment so here XFCE is the answer. The XFCE desktop can be installed along with Unity and any other Desktop environment hence there is no requirement to remove any older…

    Read More Install XFCE Desktop in Ubuntu through command lineContinue

Page navigation

Previous PagePrevious 1 … 21 22 23 24 25 … 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