Skip to content
  • +91 - 9922008871
  • info@magnumnet.in
About Me ! Just Click Here !

Magnum Net

Simply Bytes Ahead In Computing !

  • Programming !
    • Mastering C Programming
    • Basic PHP Coding
    • Advanced PHP Coding
    • Python In 24 Hours
    • Linux Shell Scripting
  • Mastering Linux Course !
    • Module : 1 Beginner
    • Module : 2 Intermediate
    • Module : 3 Expert
    • Linux For College Students
  • Cloud Computing !
    • Linux : Citrix Xen Cloud
    • Linux : KVM Cloud
    • Windows – Hyper V
  • Important Links
  • Contact Me !
    • Our YouTube Channel

Author: S. Sharad

Mikrotik Router – Bandwidth Limitation

June 27, 2022 S. Sharad

You can limit bandwidth Per IP using Simple Queue as below. In following example 192.168.100.1 is the IP where required bandwidth Limit 1M Incoming & 1M Outgoing. Below is a rule for the same. /queue simple add name=”Queue-01″ max-limit=1M/1M target=”192.168.100.1″

Important Stuff !

Install xRDP in CentOS 7

June 19, 2022June 19, 2022 S. Sharad

XRDP is a package which allows RDP Connection from Windows Machine. Using this feature you can access the Desktop of your machine from any Windows Machine, Below are the steps. 1,  Install following Packages. #  yum install -y epel-release #  Read More …

Important Stuff !

Install Xfce GUI In CentOS 7

June 19, 2022June 19, 2022 S. Sharad

Xfce is bare minimum GUI in Linux. Below are the steps to install the same. 1.   Install following packages using yu, #  yum install epel-release -y #  yum groupinstall “Server with GUI”  “Xfce” -y 2.  Set this as default booting Read More …

CentOS-7, Important Stuff !, Linux

Adding Password Protected Folder In Apache Server

March 28, 2022March 28, 2022 S. Sharad

If you wish to provide provide protection to some folder (/var/www/html/test) in Apache then follow the steps below. ■  Create Folder and Password File .htpasswd in /var/www/html/test # mkdir -p /var/www/html/test # htpasswd /var/www/html/test/.htpasswd user1 ■  Now create .htaccess file Read More …

Important Stuff !

nice and renice Command In Linux

March 14, 2022March 14, 2022 S. Sharad

nice command is used to modify scheduling priority of some running command or application. If we give a process a higher priority, then Kernel will allocate more CPU time to that process. There are two terms which one should pay Read More …

CentOS-7, Important Stuff !, Linux

Delta RPM Feature In Linux

March 10, 2022March 11, 2022 S. Sharad

This package is  used to save bandwidth and speed up download patches and rpm packages from the Internet. With Delta RPM, If package is available then only updates will be downloaded.  New packages are downloaded completed. You can install this Read More …

Important Stuff !

Process Accounting In Linux 7

March 10, 2022March 10, 2022 S. Sharad

The latest Linux Kernel comes with very good feature of process accounting. Using this feature you can keep watch on the processes in Linux. Process accounting is the method of recording and summarizing commands executed on Linux. The modern Linux Read More …

CentOS-7, Important Stuff !, Linux

Kernel Ring Buffer Messages – dmesg

March 7, 2022March 7, 2022 S. Sharad

The dmesg command is used to read all messages from kernel ring buffer. This information is very important to examine issues related to hardware or changes in hardware during runtime. You can get information as below. # dmesg To clear Read More …

CentOS-7, Important Stuff !, Linux

List Block Devices In Linux

March 6, 2022March 6, 2022 S. Sharad

Below are the commands which list block devices in Linux. (Block Device – May be hard drive, Pen Drive etc.) [root@station5 ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 68M 0 rom /mnt xvda 202:0 0 Read More …

Important Stuff !

Linux – Howto Increase swap Space In Runtime?

March 1, 2022March 30, 2022 S. Sharad

You can increase swap space in runtime as below. Below example shows howto add 1 GB swap space in existing swap space. Steps : 1.  First check existing swap space. # free -mt 2. Create new zero filled file as Read More …

CentOS-7, Important Stuff !, Linux

Posts navigation

Older posts
Newer posts

Recent Posts

  • Cloud Linux – Registration
  • Minimal GUI & RDP On Alma Linux
  • Plesk One Click Install
  • Basic Python
  • CageFS Installation in cPanel !

Archives

  • September 2025
  • August 2025
  • July 2025
  • May 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • August 2023
  • June 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • September 2021
  • September 2020
  • December 2019
  • August 2019
  • July 2019
  • March 2019
  • February 2019
  • August 2018
  • June 2018
  • May 2018
  • March 2017
  • February 2017
  • October 2016
  • September 2016
  • July 2016

Categories

  • CentOS-7
  • Important Stuff !
  • Linux
  • Plesk
  • Programming Languages
  • Understanding Linux – Lectures, Videos & Notes
  • Utility
  • Xen Server
Copyright. All rights reserved By S.Sharad
Proudly powered by WordPress | Education Hub by WEN Themes