Tethering internet from iPhone to a Ubuntu machine and then to a wifi router via ethernet
Picture of the setup
João Rocha da Silva, Software Engineer
Picture of the setup
This post explains how to install the Synaptics driver on Ubuntu 23.04 and how to tune the sensitivity settings on a Lenovo P1 Gen 2.
There are awesome process monitors like PM2 to help manage multiple services, but sometimes you need to boot up multiple fully-dockerized workflows and place them in separate panes for easy log monitoring. iTerm2 has a great Python API to help automatize these repetitive tasks.
Using a vintage Mac requires hardening, such as enabling the Firewall’s Stealth Mode, disabling File Sharing options in the System settings, and installing an anti-virus and being overall mindful of which parts of the web you visit. Here is how to install clamav, a free and open-source alternative for older Apple hardware still stuck on older OS’s. We will be using MacPorts for this short…
All the casks I usually like to install on a new developer machine.
Install XCode Beta 14.0 from Apple’s Developer website. Open XCode, set path to command line tools using XCode GUI
IN CONSTRUCTION!
The Thunderbay 4 Mini Packaging
Here is a simple script to automatically synchronize a local directory with a remote one whenever a local change is detected. Combined with a compiler that watches for changes running on the remote server, it can be used to offload heavy compilation tasks to a remote server while using a less powerful computer to edit sources.
In order to get Bash Beautify working on my Mac, I had to have both the python2 and python3 commands running on my Mac.