Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Category - Tutorials

Tutorials

  • Tutorials

Configure Centralized Syslog server in Linux & setup syslog clients on different platforms

by Free Linux Tutorials
4 min read
11 Comments

Linux comes with a built-in syslog package that you can use as a centralized syslog server. Basically, it can be used to send all log files from your network devices or appliances in a remote and centralized location. There are...

Continue reading

  • Tutorials

Install and Configure SNMP client on Linux

by Free Linux Tutorials
3 min read
9 Comments

The following procedure will install and configure snmp daemon on your Redhat-based distribution such as CentOS & Fedora. Here are the steps: 1. Verify if snmp package is installed, there are few ways [root@localhost ~]# rpm...

Continue reading

  • Tutorials

Redirect http users to mobile site using Apache mod_rewrite via user-agent detection

by Free Linux Tutorials
7 min read
7 Comments

It’s getting important now to have websites that display good on mobile devices, and according to the statistics more than 85% smartphone owners access the internet on their mobile devices. There are a lot of ways to build...

Continue reading

  • Tutorials

Basic Wired network interface configuration for popular Linux distribution

by Free Linux Tutorials
3 min read
2 Comments

Basically, you just need to use the CLI command “ifconfig” which stands for interface configuration. It uses to configure and query TCP/IP network interface parameters ifconfig interface [aftype]...

Continue reading

  • Tutorials

Sample Action Plan for Xen Server Memory Upgrade

by Free Linux Tutorials
10 min read
4 Comments

INTRODUCTION A memory upgrade can be one of the least expensive methods of improving computer’s performance. Memory is often the largest limiting factor in application deployment especially in a Virtual Server environment...

Continue reading

  • Tutorials

Installing sudo on HP-UX

by Free Linux Tutorials
3 min read
2 Comments

Installing sudo on HP-UX 1. check your OS and server architecture to know which package to download. Use the uname command. If it’s an PA-RISC 2.0 architecture, you will normally see something like this: # uname -an HP-UX...

Continue reading

  • Tutorials

Create and Extend Logical Volume on HP-UX

by tux
3 min read
9 Comments

HP-UX tutorial on a Linux website? why not… To take a break, I decided to post a tutorial here on Creating and Extending LV on HP-UX. It’s better for me to post it here so it will serve my guide once I get my hands...

Continue reading

  • Tutorials

Installing IDS using Snort with OinkMaster, Barnyard and BASE on RHEL/CentOS 64-bit

by tux
8 min read
6 Comments

Snort® is an open source network intrusion prevention and detection system (IDS/IPS) developed by Sourcefire. Other definitions: – Barnyard is an output system for Snort. Snort creates a special binary output format called...

Continue reading

  • Tutorials

Setting up MySQL Database Replication

by tux
3 min read
4 Comments

I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, #skip-networking 2. Add the following line to the...

Continue reading

  • Tutorials

How to Backup Data on RHEL/CentOS via DVD

by tux
3 min read
Add Comment

INTRODUCTION Data backup is the process of making copies of data in order to protect and restore original files whenever data loss happens. Aside from automated routine data backup, this method does not protect against failure...

Continue reading

Previous 1 2 3 4 Next
Copyright © 2021. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About