• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
22 May 2013

How to Upgrade Git version >= 1.7.10 on CentOS 6

Written by Rahul
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local...
Read More about How to Upgrade Git version >= 1.7.10 on CentOS 6
21 May 2013

How to Setup Master Slave DNS Server on CentOS 6 and RHEL

Written by Rahul
The DNS ( Domain Name System ) is a distributed system, used for transalate domain names to IP and vice a versa. This article will help you to How to Setup Master Slave DNS Server on CentOS 6 and RHEL Systems. Network Scenario for this Setup Master DNS Server IP: 192.168.1.90 ( ns1.tecadmin.net )...
Read More about How to Setup Master Slave DNS Server on CentOS 6 and RHEL
20 May 2013

How to Change Document Root of Primary Domain in WHM/cPanel

Written by Rahul
cPanel/WHM is a web-based control panel to manage complete Linux operating system. All the cPanel accounts are created using one primary domain. This article will help you to change documentroot for the primary domain of cPanel user. You must have root shell access for changing the main/primary domain document root in cPanel, Use following...
Read More about How to Change Document Root of Primary Domain in WHM/cPanel
18 May 2013

How To Install Nginx MySQL PHP with PHP-FPM on CentOS/RHEL

Written by Rahul
NGINX (Engine X) is a web server, Its getting popular very fast due to its fast speed. NGINX is also used as reverse proxy server. To use php script with nginx it required to install php-fpm. This article will help you To setup web hosting environment using Nginx, MySQL, PHP (LEMP) Stack with PHP-FPM...
Read More about How To Install Nginx MySQL PHP with PHP-FPM on CentOS/RHEL
18 May 2013

Install Cacti ( Network Graphing Tool ) on CentOS and RHEL System

Written by Rahul
Definition from Cacti official site: Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti...
Read More about Install Cacti ( Network Graphing Tool ) on CentOS and RHEL System
18 May 2013

Watch ASCII Star Wars in Command Prompt

Written by Rahul
This is an copy of Star Wars totally created with ASCII characters. It can be easily watch using any computer supports telnet in command line and having internet connection. For Windows Users: Go to Start >> Run >> Type “cmd” and Press Enter It will open command prompt, now type below command and press...
Read More about Watch ASCII Star Wars in Command Prompt
17 May 2013

How to Find and Replace Text using sed Command

Written by Rahul
Sed is known as Stream Editor, a tool is designed to find and replace text in the text file. It’s very useful like you need to change any word in multiple files and you don’t want to do it manually because of its time killing. Replace Text in Same Single The following command will...
Read More about How to Find and Replace Text using sed Command
15 May 2013

How to Install phpPgAdmin on CentOS & RHEL using Yum

Written by Rahul
phpPgAdmin is web-based client written in php for accessing and managing PostgreSQL databases. It provides very efficient way to work with databases on PostgreSQL like, create database, table, alter database, export/import database etc. This article will help you to install phpPgAdmin on CentOS and RedHat Systems. Before installing it make sure you have Apache...
Read More about How to Install phpPgAdmin on CentOS & RHEL using Yum
03 May 2013

How to Secure OpenSSH Server with 5 Useful Tips

Written by Rahul
OpenSSH default configuration file is /etc/ssh/sshd_config, which contains all the configuration used by SSH server. All the options start with # symbols are used with default settings. To change any option first remove the # symbol, change the value and restart ssh server to reload the options. This article will help you to secure...
Read More about How to Secure OpenSSH Server with 5 Useful Tips
27 April 2013

How to Setup Sudo Privileges for User in Linux

Written by Rahul
Sudo is used for providing access to root (Super admin) commands to non-root users. For example, As an administrator, you want to provide access to restart the webserver to user nick, but he cannot make any changes to its configuration. You can provide sudo access to user nick to do it. To edit sudo...
Read More about How to Setup Sudo Privileges for User in Linux
← Previous 1 … 150 151 152 … 156 Next →

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy