Debian

Field OS

Following on from yesterday’s post, it’s probably worth thinking about sanitising more than my phone. I’m getting quite tired of travelling with 2 laptops - one for work, one for personal. Sometimes I travel with 3 - work, personal and restricted site (specific softwre/hardware requirements depending on the… sensitivity of where I am). Carrying that many machines gets annoying. I also get a little stressed taking my personal laptop through customs in some of the countries I go to. There exists a worry that the more extreme states like the UK won’t take kindly to “Asylum for Snowden”, Anti GCHQ stickers and other hacker-related nonsense. Mixed with my regular browsing habits, who I talk to, and the media collection on my laptop, I’m happier if it doesn’t come to the Middle East. …

Riot Desktop Install

I installed the Riot desktop app (for matrix) tonight on Debian Stretch (my current laptop). It’s an electron app, so it’s more or less a packaged webapp. Here’s how it went wget -qO - https://riot.im/packages/debian/repo-key.asc | sudo apt-key add - sudo vim EOF /etc/apt/sources.list.d/riot.list # Riot deb https://riot.im/packages/debian/ stretch main deb-src https://riot.im/packages/debian/ stretch main sudo apt update && sudo apt install riot-web Simple. Unfortunately, because I did SSL things tonight I don’t have access to my testbed home server, so I can’t test it. …