How to restart wifi after Suspend/Resume Ubuntu Linux

Ubuntu Linux installed on a Lenovo laptop randomly disables wireless networks altogether. Subsequently, it does not show any wireless networks too in Network Manager. To resolve this issue, did the following: $ sudo lshw -class network <enter> Below is the result. Notice the logical name wlp2s0b1 and the driver brcmsmac *-network description: Wireless interface product: … Continue reading How to restart wifi after Suspend/Resume Ubuntu Linux

How to set up an isolated Guest WLAN on TP-Link WDR4300 with OpenWRT using command line

You have guests at your home and they want to use your wireless network to retrieve emails, etc off the Internet. This is not a unique situation, but is quite common everywhere, with the proliferation of devices and services that require Internet access. The only issue you face is that if you give them your … Continue reading How to set up an isolated Guest WLAN on TP-Link WDR4300 with OpenWRT using command line

Create VLAN on TP-Link WDR4300 wireless router with isolation

The TP-Link WDR4300 wireless router has an Atheros Chip. Due to this, it is not easy to set up VLANs (Virtual Local Area Networks) on it. Below explains how this can be done with the kind of problem that was overcome. Problem: I had a guest computer on my home wireless network that kept sending … Continue reading Create VLAN on TP-Link WDR4300 wireless router with isolation

Change host name in Fedora Linux

To change the host name on Fedora Linux, do the following: Open a terminal window Login as root Add the host name to /etc/hosts Add the host name to /etc/syconfig/network Reboot your computer Add the host name to /etc/hosts # vi /etc/hosts <enter> Add below line to the end of the file 192.168.1.101 american.domain.com american … Continue reading Change host name in Fedora Linux