• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
18 May 2019

How to Change User Password in Linux

Written by Admin
Change User Password in Linux
This tutorial describe how to change user password in Linux. We will also cover how to change or set password of another users using sudo privileges. You can use passwd command to change user password in Linux distribution. Password related information are stored at /etc/shadow file. If you are a normal user in your...
Read More about How to Change User Password in Linux
Linux Commands Leave a Comment
17 May 2019

How to List Users in Linux

Written by Admin
List Users in Linux
To configure and manage permission system admin needs list of all users. There are commands to create user, delete user but it’s critical task to list all users in Linux system. This tutorial will show you how to list users in Linux systems. List all users using /etc/passwd file# User information is stored in...
Read More about How to List Users in Linux
Linux Commands Leave a Comment
16 May 2019

How to Check CentOS Version With Different Methods

Written by Admin
Check CentOS Version
It’s a important part to know the version of the system on which you are working. There are different ways to check CentOS version. CentOS release version has three major parts major release version, minor release version, and data code version. This tutorial will show you different methods to get CentOS version. Check CentOS...
Read More about How to Check CentOS Version With Different Methods
CentOS Leave a Comment
15 May 2019

How to Install Java on Debian 9 System

Written by Admin
How to Install Java on Debian 9
Java is one of the most popular programming language. It is owned by Oracle and used to build different kinds of applications. We will install various versions of the Java Runtime Environment (JRE) and the Java Developer Kit (JDK). Also, we will install OpenJDK from official packages from Oracle. In this tutorial, you will...
Read More about How to Install Java on Debian 9 System
Debian Leave a Comment
05 May 2019

Most Used Nginx Commands in Linux System

Written by Admin
Nginx Commands in Linux
Nginx is a free, high performance and open-source HTTP and reverse proxy server. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. It is a more flexible and lightweight program than Apache HTTP Server that’s why it powers some of the largest sites...
Read More about Most Used Nginx Commands in Linux System
Linux Commands Leave a Comment
05 May 2019

Basic Cat Command Examples in Linux

Written by Admin
Linux Cat Command
The cat command stands for “concatenate” and it is widely used in Linux OS. Using it you can read, write, concatenate files and redirect output to terminal. Commonly, cat is most used to display the contents of single or multiple text files, create new files, combine files, append content from one file to another...
Read More about Basic Cat Command Examples in Linux
Linux Commands Leave a Comment
04 May 2019

How to Install phpMyAdmin with Nginx on Ubuntu 18.04

Written by Admin
How to Install phpMyAdmin with Nginx on Ubuntu 18.04
phpMyAdmin is a free and web interface based database management tool for managing MySQL and MariaDB. You can manage MySQL databases, user accounts and privileges, import and export data and much more using phpmyadmin interface. In this tutorial, we have described how to install phpMyAdmin with Nginx on Ubuntu 18.04 system. Prerequisites# You must...
Read More about How to Install phpMyAdmin with Nginx on Ubuntu 18.04
Ubuntu Leave a Comment
04 May 2019

How to Install LEMP Stack on CentOS 7

Written by Admin
How to Install LEMP on CentOS 7
LEMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. LEMP stands for Linux OS, with the Nginx (pronounced like “Engine-X”) web server, Data store in a MySQL or MariaDB database, and dynamic content is processed by PHP. In this...
Read More about How to Install LEMP Stack on CentOS 7
CentOS Leave a Comment
03 May 2019

How to Install LAMP Stack on CentOS 7

Written by Admin
How to Install LAMP Stack on CentOS 7
LAMP stands for Linux OS, with Apache web server, Data store in a MySQL database, and dynamic content is processed by PHP. It is a group of open-source software and and widely used for hosting websites. In this tutorial, we will show you how to install LAMP stack on CentOS 7. Prerequisites# Before you...
Read More about How to Install LAMP Stack on CentOS 7
CentOS Leave a Comment
03 May 2019

How to Check Ubuntu Version with Different Methods

Written by Admin
Check Ubuntu Version
Ubuntu releasing new version at every six months and LTS (Long Term Support) releasing at every two years. It is best practice to check the Ubuntu version before you use it. In this tutorial, we have described how to check version with different methods. You can check using command line as well from the...
Read More about How to Check Ubuntu Version with Different Methods
Ubuntu Leave a Comment
← Previous 1 … 43 44 45 … 51 Next →
DigitalOcean Referral Badge

Popular Posts

  • How to Install SSH Keys on Ubuntu 22.04
    How to Set up SSH Keys on Ubuntu 22.04 January 7, 2023
  • How to Install Mongodb on Debian 11
    How to Install MongoDB on Debian 11 Linux January 11, 2023
  • How to Install Puppet Agent on Ubuntu 22.04
    How to Install Puppet Agent on Ubuntu 22.04 January 22, 2023
  • How to Install Jenkins on Debian 11
    How to Install Jenkins on Debian 11 January 5, 2023
  • How to Change-Hostname Ubuntu 22.04
    How to Change Hostname on Ubuntu 22.04 January 19, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook