• 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

Tag: linux

19 August 2015

How To Enable IP Forwarding on Linux

Written by Rahul
Rahul
For the security purpose by default IP forwarding is disabled in modern Linux operating system. If you are required to enable IP forwarding on your system, follow the below steps. In this article, you will get how to check that IP forwarding is enabled or not. If not, enable it. Check Current IP Forwarding...
Read More about How To Enable IP Forwarding on Linux
Linux Tutorials Leave a Comment
01 January 2015

How to Shutdown or Reboot Linux using Command Line

Written by Rahul
Rahul
Restart System: $ reboot Shutdown System: $ poweroff Generally, Linux system users use the command line for managing remote Linux systems. This article will help you to shutdown or reboot Linux system using the command line. Restart Linux In Linux system just type reboot on command prompt and press enter. Make sure you have...
Read More about How to Shutdown or Reboot Linux using Command Line
Linux Tutorials Leave a Comment
03 December 2014

How to Transfer files securely using SCP Command in Linux

Written by Rahul
Rahul
SCP (Secure Copy) is a command line tool for Linux systems for securely transfer files from local to remote server or vice a versa. SCP uses SSH protocol for transferring files between two systems which is more secure than ftp. Syntax: (Local to Remote) scp /path/to/local/file.txt [email protected]:/remote/path/ Syntax: (Remote to Local) scp [email protected]:/remote/file.txt /path/to/local/...
Read More about How to Transfer files securely using SCP Command in Linux
Linux Commands, SSH Leave a Comment
25 July 2014

How to Monitor Remote Linux Host using Nagios and NRPE

Written by Rahul
Rahul
Nagios is the most popular infrastructure monitoring server on internet. You can use our tutorial to install Nagios on RHEL based systems or Debian systems. You need to install NRPE on all remote Linux systems to monitor with Nagios. NRPE is known as Nagios Remote Plugin Executor. The NRPE add-on is designed to execute...
Read More about How to Monitor Remote Linux Host using Nagios and NRPE
Monitoring Tools, Nagios, NRPE 11 Comments
13 June 2014

How to Add Swap on AWS/EC2 Linux Instance

Written by Rahul
Rahul
Swap space is useful for systems having less memory (RAM). If your system facing the problem of lack of memory continuously and you don’t want to increase memory on the server, Then it can be helpful to enable swap in your system. Swap is comparatively much slower than physical memory but the operating system...
Read More about How to Add Swap on AWS/EC2 Linux Instance
Amazon Web Services, Filesystem 6 Comments
02 May 2014

How to Protect Your Linux VPS

Written by Dan Radak
Dan Radak
Linux has experienced growing popularity in the last couple of years and, due to that, many Linux users have been developing it and adding to the overall availability of this operating system. In addition to that, virtual private servers have also made a rapid progress over the last few years, so that today we...
Read More about How to Protect Your Linux VPS
Linux Distributions, Security, VPS 1 Comment
05 March 2014

How to Remove MySQL Completely from Linux System

Written by Rahul
Rahul
Some time we faces issues with MySQL installation on Linux machine. If we simply remove MySQL packages and re-install doesn’t fixes the issue, in that case old settings may still exists on server which again affects new install. In that case first uninstall MySQL completely from system and erase all settings of old install....
Read More about How to Remove MySQL Completely from Linux System
Databases, MySQL 12 Comments
08 January 2014

How to Install or Update OpenSSH Server in CentOS, RHEL and Fedora

Written by Rahul
Rahul
OpenSSH is a free tool widely used for remote login or remote file transfer. It uses SSH/SecSH protocol suite providing 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...
Read More about How to Install or Update OpenSSH Server in CentOS, RHEL and Fedora
Security 5 Comments
← Previous 1 2

Popular Posts

  • How To Install Zabbix Agent on Debian 9/8
  • How to Install and Configure Squid Proxy on Debian 9
  • How To Install Wine 3 on Debian 9 (Stretch)
  • How to Remove “public/index.php” from URL in Laravel
  • How to Install Swift on Ubuntu 18.04 LTS
All rights reserved. © 2013-2018 TecAdmin.net. This site uses cookies. By using this website you agree our term and services