No matter if you think so or not, some days are just different. Like today, when I was1 troubleshooting the seemingly unrelated issue of setting up a VPN tunnel on my laptop the VPN client unnecessarily dumped the names of all networks that are saved in network manager in it’s log which I was following.
For a moment, I was hit with a fair dose of nostalgia, reading the names of the networks from days gone by among the ones that I use on a daily basis took me on a journey across time and distance. That place I stayed at when I travelled overseas for the first time, and the friends I met there; that family vacation we went on sometime ago, the memories; that mobile hotspost we set up on the road; that place we travelled to, and the memories of … how darn slow that connection was! all of it came crashing through my mind as I effortlessly collected thoughts to write about it here, which you have just finished reading—by the way, thank you!
If you too feel like taking a walk along the memory lane recalled by your “network connection history”, below commands might come in handy.
# Ubuntu
sudo ls /etc/NetworkManager/system-connections/* | awk -F / '{print $5}' | sed 's/.nmconnection//g' # sure, you could have used that other command!
# Windows
netsh wlan show profiles &rem did not test!
For those with a Mac - tough luck. I’ve not got it, why should you :-)2 ask AI?
Apologies if you’ve come here looking for a post about some breakthrough in network engineering, or a primer on the history of network design evolution through the years as the title may have conveyed. While I did not select it based on the “clickbaitiness”, I understand that it just might evoke such themes in a reader’s mind (it did in mine). If anything, this post was initially titled “Network-induced Nostalgia”, before settling on the current one.
Typing this post in
vscode
on Ubuntu, I discovered that Ctrl + Backspace deletes-backward until a word delimiter is met, which is cool, and intuitive, and which I hoped to be working since mynotepad.exe
days. If you know when the PR (I know, will try contributing for another feature) that introduced this intovscode
, please hit me up with an email, my address is on https://hasithsen.pages.dev. ↩︎“For those with more memory than 8 Mb - tough luck. I’ve not got it, why should you :-)”, see https://seiya.me/blog/reading-linux-v0.01 ↩︎