What is ioremap? ioremap is used to map the I/O address space to kernel virtual address space, so we can access the I/O device. Usage…
Create a simple batch file Step 1: Create a .txt file and type the following lines to this .txt file. Step 2: Change the suffex…
The aim of this article is to fullly understand the IP, mask, gateway, lan, vlan, broadcast, multicast. Internet Protocol(IP) It’s easy to understand and I…
Step 1: Install Cygwin onto your windows system. Please refer to this article(8 Steps to install Cygwin on Windows)for details. Step 2: Download the ipmitool…
There is one case that you want to install additional package after install cygwin. For example, After install cygwin, when I use make command, it…
Installation Notes: Download setup.exe from Cygwin according your Windows system. Click and run setup-x86 64.exe. Select “Install from internet“, and next. Input your root directory…
There are several kinds of IP address. We use public IP address to connect the Ethernet. Except public IP address. we still have private IP…
What is ifconfig? ifconfig is a system management tool to configure, control and query tcp/ip network interface in command-line interface of unix-like system. The Analysis…