How to connect to an Android phone with Bluetooth on Linux.

Connecting to Bluetooth on Linux is easy when you use the Bluetoothctl utility. This makes connecting to an Android phone with Bluetooth very simple. I am using Ubuntu for this article on my server. After plugging in my USB Bluetooth adapter, I was able to connect to my Android phone using Bluetooth. Run the bluetoothctl … Read more

How to ssh into a Linux machine easily from your Ubuntu PC.

SSH is a great way to connect to a remote Linux server over a network. This is how to use SSH easily yourself. Firstly, install SSH on the remote machine to allow remote connections if it is a server you are setting up. sudo apt install sshsudo apt install ssh Then run this command on … Read more

Connect to a Ubiquity wireless Nanostation easily.

This is how I get the IP information from a Ubiquity wireless Nanostation. XM.v5.5.3# ifconfig br0 br0 Link encap:Ethernet HWaddr DC:9F:DB:42:59:2B inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::de9f:dbff:fe42:592b/64 Scope:Link UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1 RX packets:921 errors:0 dropped:0 overruns:0 frame:0 TX packets:501 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:158229 (154.5 KiB) TX … Read more