Tag:Wireless network
-
Fiddler is used to assist the test
Fiddler is an easy-to-use web debugging tool, which can record all HTTP and HTTPS requests sent by the client (not supported by TCP)Although it is a debugging tool, it is a very easy-to-use software when testing or analyzing the system.In the process of testing, it is often used as follows1. Capture the request and view […]
-
What happened when DHCP was not enabled for the wireless network connection? How to solve it?
What happened when DHCP was not enabled for the wireless network connection? How to solve it? In fact, this is because your computer is not set to automatically obtain IP and DNS, so to solve this problem, set the computer to automatically obtain IP. The following Xiaobian will introduce its solution to you. Let’s have […]
-
Solution of win2008 R2 unable to connect to wireless network
Users who use Windows Server 2008 and Windows Server 2008 R2 may find such a problem after the installation: they cannot use the wireless network. In fact, the problem itself is not a wireless network adapter problem. However, Windows Server 2008 and Windows Server 2008 R2 systems do not install WLAN services by default. […]
-
How does Apple Mac disconnect from the wireless network?
For those who are using the Mac OS system, if you want to disconnect the computer from the wireless network, the most direct way is to turn off the wireless function. However, here is a simple and quick method, which allows us to directly disconnect the wireless network currently connected to the MAC without turning […]
-
How does Apple Mac connect to wireless network? Illustration of MAC wireless network setting method
For new users who use the MAC for the first time, the Mac’s wireless network settings will not be familiar. The following developeppaer will illustrate the detailed setting steps for Mac OS X system to connect to the wireless network in a graphical way The first step 1) Find “System Preferences” in the dock. 2) […]
-
Detailed explanation of iwconfig command in Linux system
The iwconfig system configures wireless network devices or displays wireless network device information. Iwconfig command is similar to ifconfig command, but its configuration object is wireless network card, which performs wireless operation on network devices, such as setting wireless communication frequency band Auto modeESSID set ESSIDNwid set network IDFreq sets the wireless network communication frequency […]
-
Ubuntu server 18.04 installed in notebook to solve the problem of wireless network
Gossip Let’s talk about my problems here. If I’m not interested, just skip it and see the next headline After the system is installed, execute the command: ifconfig Only network cable port andlo enp0s25: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 00:1d:72:84:8f:62 txqueuelen 1000 (Ethernet) … lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 … View hardware Because […]