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

Sustainable IT procurement for High-end datacenter equipment

As technology continues to advance, it is more important than ever to consider the environmental impact in procurement decisions. At EOL Systems, we understand the importance of sustainable procurement and have made it…

AnnouncementProcurement
Image unavailable

Samba Windows nonstandard port

Guide: All credit goes to the original author: jjkeijser.github.io CIFS-over-SSH for Windows 10 Resources: How to detect, enable and disable SMBv1, SMBv2, and SMBv3 in WindowsDescribes how to enable and disable the…

Other-Tutorials
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