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..

IDE

Kile is an integrated LATEX environment for the KDE desktop. Kile gives you the ability to use all the functionality of LATEX in a graphical interface, giving you easy, immediate, and customized access to all programs for LATEX code completion, compiling, post processing, debugging, conversion and viewing tools; you also get very handy wizards, a LATEX reference and a powerful project management. Some Features of Kile IDE Compile, convert and view your document with . Auto-completion of (La)TeX commands Templates and wizards make starting a new document very little work. Collect documents that belong together into a project. Easy insertion…

Read More

CentALT RPM Repository provides most of updated packages for RHEL based systems. I also use this repository for getting recent version of packages. This article will help you to install CentALT repository in CentOS 6/5, RHEL 6/5 systems. Install CentALT in CentOS/RHEL 6/5 Use one of below option to install CentALT repository as per your system architecture and operating system. CentOS/RHEL 6, 32 Bit (i386): # rpm -Uvh http://centos.alt.ru/repository/centos/6/i386/centalt-release-6-1.noarch.rpm CentOS/RHEL 6, 64 Bit x86_64): # rpm -Uvh http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm CentOS/RHEL 5, 32 Bit (i386): # rpm -Uvh http://centos.alt.ru/repository/centos/5/i386/centalt-release-5-3.noarch.rpm CentOS/RHEL 5, 64 Bit (x86_64): # rpm -Uvh http://centos.alt.ru/repository/centos/5/x86_64/centalt-release-5-3.noarch.rpm

Read More

Deluge is a full-featured ​Free ​BitTorrent client Software for Linux, OS X, Unix and Windows. It is licensed under the ​GNU General Public License. It uses ​libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. This how to guide will help you to install Deluge BitTorrent in Ubuntu systems. Features of Deluge Torrent There are number of features available in Deluge BitTorrent client, Few of them are listed below. Core/UI split allowing Deluge to run as a daemon Connect remotely to the Deluge daemon BitTorrent Protocol Encryption Local Peer Discovery (aka LSD) FAST protocol extension µTorrent…

Read More

qBittorrent is an alternative of µtorrent, It also has ability to run cross plateform like (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar. qBittorrent v4.0.3 has been released on Dec 17, 2017. Click here to read more about changes in this release. this how to guide will help you to install qBittorrent on Ubuntu systems. Features of qBitTorrent User Interface similar to µTorrent Very Well integrated and extensible Search Engine Search in most BitTorrent search sites Simultaneousaly Categoried search requests (e.g. Music, Movies) Supports All Bittorrent extensions Remotely managable isomg web user interface…

Read More

OpenSSH is a free tool widely used for remote login or remote file transfer. It uses SSH/SecSH protocol suite to provide encryption for network services. Its source code is available free to everyone. This article will help you to Install or Update OpenSSH Server in CentOS, RHEL, and Fedora systems. Features of OpenSSH Open Source Project Free Licensing Strong Encryption (3DES, Blowfish, AES, Arcfour) X11 Forwarding (encrypt X Window System traffic) Port Forwarding (encrypted channels for legacy protocols) Strong Authentication (Public Key, One-Time Password, and Kerberos Authentication) Agent Forwarding (Single-Sign-On) Interoperability (Compliance with SSH 1.3, 1.5, and 2.0 protocol Standards)…

Read More

SSL is useful for secure communication between user and web server. Certificate encrypt the data while traveling on public lines, So it will be secure from hackers. Self-signed certificates are free to use but do not use in the production environment where confidential data like a credit card, PayPal information are used. Click here to read more details about Self-signed certificates. This how-to guide will help you to step by step create and install Self Signed Certificate in Apache server on Linux systems. Step 1 – Install mod_ssl Package In order to set up a SSL certificate, make sure mod_ssl…

Read More

SAP HANA is an in-memory data platform that is deployable as an on-premise appliance, or in the cloud. It is a revolutionary platform that’s best suited for performing real-time analytics, and developing and deploying real-time applications. Click here to know more about SAP HANA. Use following steps to backup SAP HANA database using command line. Use sql command line backup are recommended in batch mode only Step 1. Login to SAP HANA Server First we need to connect to SAP HANA server using Linux clients (eg: putty) with root user. Step 2. Switch to SAPHANA Admin User Now we need…

Read More
DNS

Definition at Wikipedia: Caching name servers, also called DNS caches, store DNS query results for a period of time determined in the configuration (time-to-live) of each domain-name record. DNS caches improve the efficiency of the DNS by reducing DNS traffic across the Internet, and by reducing load on authoritative name-servers, particularly root name-servers. Because they can answer questions more quickly, they also increase the performance of end-user applications that use the DNS. Read more This article will help you to setup caching nameserver on your CentOS/RHEL 6 system. Step 1: Install BIND Packages Install bind packages using below command. In…

Read More

Elgg is an opensource PHP based application. This is very useful creating social networking site in few minutes. Click here to read more about Elgg. This article will help you to install Elgg on LAMP environment on CentOS, RHEL & Fedora systems. For this tutorial we assume that you already have LAMP setup on your system. If you do not have LAMP setup use this article to setup. Step 1: Download Elgg Archive and Extract Firstly we need to downlaod Elgg archive file and extract it in appropriate directory. # cd /var/www # wget wget http://elgg.org/download/elgg-1.8.17.zip Extract archive in document…

Read More

Apache mod_deflate module is used for compressing content before serving to client. You can configure compression only if your hosting provider has enabled the mod_deflate module in Apache. The WHM administrators can enable Gzip globally for all cPanel accounts using WHM control panel. Non cPanel users can enable gzip in Apache web server or Nginx web server using command line. Let’s use the following steps to enable Apache gzip compression using the cPanel web interface. Step 1 – Login to cPanel Account Firstly login to your cPanel account using the web interface. The default cPanel interface is accessible on ports…

Read More