• 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

Category: Linux Tutorials

01 October 2013

How to Setup Red5 Media Server on CentOS/RHEL 7/6/5

Written by Rahul
Red5 Media Server is a powerful media streaming server worked on RTMP protocal. Red5 is an open and extensible platform, which can be used in Video Conferencing or Network gaming. This article will help you to install Red5 media server on CentOS and RHEL Systems. Step 1 – Install Java You may skip this steps...
Read More about How to Setup Red5 Media Server on CentOS/RHEL 7/6/5
01 October 2013

How to Install Crontab in CentOS/RHEL 7/6/5

Written by Rahul
After migration our site TecAdmin.net to new VPS (CentOS 6.5) on digital ocean hosting we found that Crontab is not installed on server, When I try to execute crontab -l command, I found following error. # crontab -l -bash: crontab: command not found After checking the package of crontab command in our older system,...
Read More about How to Install Crontab in CentOS/RHEL 7/6/5
01 July 2013

How to Setup own Instant Messaging Server using Openfire and Spark

Written by Rahul
Openfire is a real time collaboration server. It uses XMPP protocol for instant messaging. This tutorial will help you to install and configure your won instant messaging server using Openfire and Spark. You can configure it to use in your LAN as well as over internet also. Step 1 – Prerequisites Before installing Openfire...
Read More about How to Setup own Instant Messaging Server using Openfire and Spark
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
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
23 April 2013

Linux RPM Comamnd with 10 Useful Examples

Written by Rahul
RPM Stands for Redhat Package Manager. RPM command is used for managing rpm software packages in your linux machine. Using rpm command we can install, upgrade, remove, list packages. 1. Installing RPM in System. Use below command to install and vsftpd RPM in system. # rpm -ivh vsftpd-2.3.5-2.el6.i686.rpm Sample output: warning: vsftpd-2.3.5-2.el6.i686.rpm: Header V3...
Read More about Linux RPM Comamnd with 10 Useful Examples
04 April 2013

How to Check DNS ( BIND ) Configuration File

Written by Rahul
Command named-checkconf checks the syntax only of a named ( bind ) configuration file. The file is parsed and checked for syntax errors, along with all files included by it. If there is no file is specified with the command, /etc/named.conf is read by default. 1. Check DNS (Bind) Configuration In case of any...
Read More about How to Check DNS ( BIND ) Configuration File
02 April 2013

How to Setup DNS (Bind) Server on CentOS/RHEL 7/6/5

Written by Rahul
The DNS (Domain Name System) is a distributed system, used for translate domain names to IP address and vice a versa.For example when we type domain name in browser url like “https://tecadmin.net”, Our computer sends a request to DNS and get an ip address of domain. This article will help you to step by...
Read More about How to Setup DNS (Bind) Server on CentOS/RHEL 7/6/5
31 March 2013

Install Fsniper ( Directory Monitoring ) Tool in CentOS, RHEL and Fedora

Written by Rahul
Fsniper is a useful tool for directory monitor, and execute predefined actions on files created or modified in that directory. For example, if we want to make a backup of each files created in your web upload folder or ftp directory, Using fsniper we can copy all files created in that folder to backup...
Read More about Install Fsniper ( Directory Monitoring ) Tool in CentOS, RHEL and Fedora
24 March 2013

How to Setup Basic Authentication in Apache using .htaccess

Written by Rahul
.htaccess stands for “hypertext access”. This is the default Apache directory level configuration file. .htaccess can be used to secure a particular directories in web server. One of the most common uses is to require user authentication in order to serve certain web pages. Create .htaccess File. First create a .htaccess file in your...
Read More about How to Setup Basic Authentication in Apache using .htaccess
← Previous 1 … 16 17 18 Next →

Popular Posts

  • How To Install Python 3.9 on Ubuntu 20.04 5
  • How To Install Python 3.9 on Ubuntu 18.04 0
  • How to Use AppImage on Linux (Beginner Guide) 2
  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy