Sign in Shop now →

News

Articles, sustainability work, and the occasional take on what it means to keep critical systems running.

Archive

Latest articles

Image unavailable

Operations vs Options Linux TAR, Definition

Extract from the article: Linux Tar Quickstart, create and extract files from archives.The tar utility is used to work with archive files and has 8 modes of operation and several options. The most used operations are…

kevin
Image unavailable

Dev, staging and production environments - why are they used?

Each environment isolates tools needed at different stages of the applications lifecycle. Development phase (create new features/templates) * Introduce new features * Change database schemas to accommodate new features…

environmentskevinwhy
Image unavailable

tmux cheatsheet with example config

Sessions :new<CR> new session s list sessions $ name session Windows c create window w list windows n next window p previous window f find window , name window & kill window Panes % vertical split " horizontal split o…

kevintmux
Image unavailable

Överskottslager länkar

Militärfärg - Armystuff.seHär finns olika färger till fordon med militär anknytning .Målarfärg och sprayfärgerNORRBOTTENS SKOGSTEKNIK HANDELSBOLAG

kevin
Image unavailable

SSH config file template

Make sure permissions are correct on ssh config # create config file touch ~/.ssh/config chmod 600 ~/.ssh/config SSH config examples Host fivemin HostName 10.13.37.5 User five Port 22 IdentityFile ~/.ssh/fivemin.key…

kevinSSH
Image unavailable

/usr/bin/ssh-copy-id: ERROR: failed to open ID file

SSH-COPY-ID is unable to find the public and private key pair ... If you renamed the default id_rsa to mykey.key, try to remove the ".key" part of the filename and re-run the command. An alternative is to use the -f…

kevinSSH
Image unavailable

fun ansible errors

"Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host" Alternative…

kevin
Image unavailable

Most used linux commands and CLI tools

this article is being updated. .. Basic commands (must know) pwd ls cd chown chmod ps -aux useradd -aG wheel [user] cat less | piping Networking related commands (must know) ip a (previously ifconfig) ip link ip route…

kevinLinux General
Image unavailable

thunderbird resync folders and subfolders solution (images)

Thunderbird folder synchronization between different host systems can get out of sync at times, see below for a solution to re-syncing your folders and subfolders Useful links: How can I force Thunderbird to reload IMAP…

kevinthunderbird
Image unavailable

Networking humour and jokes

I will tell you a joke about UDP, but i’m not sure you will get it. The problem with UDP jokes is that I don't get half of them! I would counter with an HTTP joke but I am feeling slightly insecure.

kevinhumourjokes
Image unavailable

List of web3 tools for coins and NFTs

WEB3 is coming! Here is a list of tools Gas Trackers * https://ethgas.watch/ Revoke Permissions * https://etherscan.io/tokenapprovalchecker * https://revoke.cash/ Automated Market Makers * Metamask Wallet integrated…

kevinToolsweb3
Image unavailable

Exclude my host from tcpdump

Connecting to a host through ssh and monitoring the connection with tcpdump spews out a lot of information. Say that we have a peculiar situation, we want to monitor ssh traffic on the server, but not our connection…

kevinLinux NetworkingSSHTCPdump
Image unavailable

Terminal vs Console vs Shell visualized

User └── terminal └── virtual-terminal (tmux, screen, etc) └── console ├── console is always closest to the shell └── shell └── kernel └── hardware wrapped around the hardware and kernel is the shell which exposes…

ConsolekevinLinux basics, Linux 101ShellTerminal
Image unavailable

nmconnection vs link vs ifcfg files

WTF is the difference between .nmconnection .link and ifcfg-* files ? /etc/NetworkManager/system-connections/*.nmconnection = network manager configuration keyfiles…

kevinLinux NetworkingNetworking General
Image unavailable

SteamVR cant click the settings button

Try to reinstall the application Launch the application again Connect your headset to see all settings Disable steamVR home (lags alot)

kevinVR
Image unavailable

Setup 2FA on centos 8/fedora/rhel based distros

Important note!! If you are facing issues with logging in, check if selinux is running and either disable it or change the contexts. selinux blocks reading your google-authenticator key files. trial and error dnf…

kevin
Image unavailable

List of networking management software

# software Age Link Comment 1 SNMP-C 23/01/1990 https://www.castlerock.com/products/snmpc/ # software Age Link Comment

kevinsoftwareTools