Stable IT

Blog about system engineering, programming and networks

Thursday, 24 November 2022

How to export datasources in Grafana in format compatible with provisioning?

›
You can use provisioning to add datasource for Grafana but provisioning data format is not well documented (or not documented at all). I fou...
Wednesday, 24 August 2022

How to enable ssh on JunOS 19.4?

›
First of all, we need to set root password as default one is username root with no password. Then run cli , then switch into configuration m...
Tuesday, 3 May 2022

How to create GitHub access token limited only for specific repository?

›
You cannot do it using standard approach with personal access tokens (PAT) but GitHub offers amazing workaround which allows you to accompli...
Tuesday, 5 April 2022

UK immigration for IT engineers

›
I wasn't born in the UK and I had no right to work here. I was ordinary engineer. I wasn't special in any way. And I got  Global   T...
Thursday, 17 March 2022

How to unpack bzip2 faster using parallel approach?

›
There are multiple tools which claim option to decompress bzip2 in parallel: pbzip2 lbzip2 Let's compare pbzip2 performance with referen...
Monday, 7 March 2022

How to disable systemd-resolved on Ubuntu 18.04 server with Netplan

›
NB! This guide is not applicable for Ubuntu 18.04 with Desktop environment, please use another one as you will need to change Network Manage...
Sunday, 26 December 2021

The start job is running for Wait For Network to be configured with Ubuntu 20.04

›
I've got this issue on Digital Ocean VM with Ubuntu 20.04. Apparently, it started happening after minor upgrade via apt-get update / apt...
Friday, 26 November 2021

How to install hass.io aka Home Assistant on vmware esxi?

›
It's not very hard but you need to set a few more flags described in this  guide .
Saturday, 11 September 2021

When I started using Go?

›
Apparently I've started using Go for production projects in around November 13th of 2013. My first project was REST-like daemon to manag...
Wednesday, 1 September 2021

How to decode IPFIX on non standard port in tshark?

›
 You can do it easily: mkdir /root/.config/wireshark echo "cflow.ipfix.ports: 4739,4740" > /root/.config/wireshark/preferences
Friday, 27 August 2021

Easy way to control sound input and output in Ubuntu

›
 I have an external sound card Focusrite for my microphone and headphones but I use USB soundbar for output and all the time I need to switc...
Friday, 6 August 2021

asciinema cast to SVG

›
Yay! We've got tool for it: svg-term-cli

How to convert asciinema screen casts into video mp4?

›
We have got great tool to save us: asciicast2movie . I'll use Ubuntu 20.04 for my tests. Install dependencies:  pip install moviepy pyte...
Wednesday, 4 August 2021

How to associate .exe files with wine on Ubuntu 20.04?

›
 To do it you will need to install: sudo apt install -y wine-binfmt And then you can add wine as option in "open with" dialog: sud...
Monday, 2 August 2021

How to improve wine applications appearance on hidpi / 4k displays

›
I've used this guide , it's very simple and you just need to run wine-cfg and select DPI value which works for you. And then I'v...
‹
›
Home
View web version
My photo
Pavel Odintsov
If you urgently need to contact me please use email: pavel.odintsov at gmail.com

View my complete profile
Powered by Blogger.