Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

In the realm of secure file transfers, using SFTP (SSH File Transfer Protocol) with FileZilla is a trusted method for encrypting data in transit. A critical part of setting up SFTP connections is the use of SSH keys, which enhance security by offering a more secure alternative to password authentication. This guide will walk you through the process of importing your private SSH key into FileZilla, enabling you to establish a secure connection to your server. Prerequisites Before you begin, ensure you have the following: The latest version of FileZilla installed on your computer. An SSH key pair. If you…

Read More

phpMemcachedAdmin provides a web based interface to monitor and manage memcache service on Linux. This program allows to see in real-time stats for get, set, delete, increment, decrement, evictions, reclaimed, cas command, as well as server stats (network, items, server version) with googlecharts and server internal configuration. Read Article: Install Memcached with PHP on Ubuntu Install Memcached on CentOS & RedHat This article will help you to setup phpMemcachedAdmin on CentOS, RHEL and Fedora Systems. Download phpMemcachedAdmin Archive Create a directory on your web server like below and download phpMemcachedAdmin archive file. Click here to check latest version available. mkdir…

Read More

Banshee is an also very good option for Linux users to play music and videos. Keep up with your podcasts and Internet radio. Discover new music and podcasts. Keep your portable device loaded with good stuff. Top Features in Banshee 2.6 1. Sync your music and videos to your Android, iPod, iPhone, or other device. 2. Set a bookmark on any song, video, or podcast so you can return to it later. 3. Control Banshee through a small window with only playback controls and track information. 4. Subscribe to podcasts and stream or download episodes. 5. Create playlists that automatically…

Read More

A Certificate Signing Request (CSR) is a request for a digital certificate from a certification authority (CA). It is typically created by a website owner or an individual seeking to obtain a digital certificate for secure communication over the internet. A CSR consists of a public key and information about the applicant, such as the domain name, organization name, and location. The applicant generates the CSR and submits it to a CA, along with any required documentation. The CA then verifies the information in the CSR and, if everything is in order, creates a signed digital certificate that is issued…

Read More

SugarCRM is a web based customer relationship management software. Its available in multiple versions. SugarCRM community edition is freely available to download and use. But if you want to use most feature of SugarCRM, You need to upgarde following versions. 1. Professional 2. Corporate 3. Enterprise 4. Ultimate Click Here to read more about SugarCRM packages and features include in above versions. SugarCRM Community Edition is free to use. This article will step by step guide you to how to install SugarCRM CE on CentOS, RHEL and Fedora Systems. Step 1: Setup LAMP In order to run SugarCRM application, we…

Read More

NGINX (Engine X) is an powerful web server, Its getting popular very fast due to its fast speed. NGINX is also used as a reverse proxy server. This tutorial will help you to setup NGINX on CentOS/RHEL 7/6 and Fedora systems. Step 1 – Install Nginx Nginx packages are available under default repositories. Execute the following command to install latest Nginx available version on your system. $ yum install nginx $ dnf install nginx #On Fedora 22+ systems Step 2 – Nginx Basic Configuration Do some initial setting before starting nginx. Edit Nginx main configuration file /etc/nginx/nginx.conf and update following…

Read More

As a dedicated system administrator, it’s imperative to prioritize the efficient management of Windows server event log backups. Ensuring regular backups and secure storage, preferably on an external hard drive or a reliable cloud storage solution, is key. Adopting a daily backup routine and maintaining a backup archive spanning at least one year is crucial for effective troubleshooting and system analysis. Discover the Ultimate Batch Script for Windows Log Backup and Storage Step 1: Create Backup Directory Initiate your backup process by creating a dedicated backup directory. For instance, establish c:\backup for your primary backups and c:\backup\logs specifically for your…

Read More

The Zabbix server has many templates ready to use, making it easy to add them to your hosts. If you’re reading this, you probably have Zabbix server on your main server and Zabbix clients on the remote systems you want to monitor. For help installing Zabbix Server and Client on different operating systems, check these guides: Installation on Ubuntu, Debian – Zabbix Server and Zabbix Agent Installation on CentOS, RedHat – Zabbix Server and Zabbix Agent Installation on Windows – Zabbix Agent There are two main ways to add remote hosts to your Zabbix server. The first way is an…

Read More

Apache ActiveMQ is the powerful, open-source messaging and Integration Patterns server. It supports many Cross Language Clients and Protocols, from Java, C, C++, C#, Ruby, Perl, Python, and PHP. Ajax to support web streaming support for web browsers using pure DHTML. This article will help you to Install Apache ActiveMQ on CentOS, RHEL, and Fedora systems. Step 1 – Install JAVA First, we need to check if JAVA is installed on our system or not. Use the following command to check if you have java installed already on your system. java -version Output java version “1.7.0_25” Java(TM) SE Runtime Environment…

Read More

MySQL community has released MySQL 5.7 Release. Its available on MySQL official website. For this article We are using CentOS 7.9, 64 Bit System. For other Operating system version (Like: windows) you may download files from here. Also change the rpm names in all given commands in this tutorial. This blog post will help you to install MySQL Server 5.7 on your CentOS 6 and Fedora systems. Step 1 – Enable MySQL Repository First of all, You need to enable MySQL 5.7 community release yum repository on your system. The rpm packages for yum repository configuration are available on MySQL’s…

Read More