Kyiv not Kiev!!!
vitich.kiev.ua registered on Dec 15, 1999
vitich.kyiv.ua registered on Aug 24, 2023
GNU/Linux
OSDN Kyiv 2021
Posted by vitich on Sunday, 19 September 202130 years of Linux kernel
Posted by vitich on Wednesday, 25 August 2021
August 25, 1991
Linus Torvalds posts a message to the Internet newsgroup comp.os.minix with the subject line “What would you like to see most in minix?”
This is the first announcement that he is working on an operating system that will one day become GNU/Linux.
Friday the 13th and 666 days of uptime
Posted by vitich on Friday, 13 August 2021Support for Richard Stollman
Posted by vitich on Thursday, 8 April 2021
Richard M. Stallman, frequently known as RMS, has been a driving force in the free software movement for decades, with contributions including the GNU operating system and Emacs.
Recently, there have been vile online attacks looking to remove him from the FSF board of directors for expressing his personal opinions. We have watched this happen before in an organized fashion with other prominent free software activists and programmers. We will not stand idly this time, when an icon of this community is attacked.
Replace author in docx files
Posted by vitich on Wednesday, 15 July 2020Install python-docx and parallel:
$ sudo apt install python-docx parallel
Save this code as /usr/local/bin/docx_author:
domain expiration check bash telegram
Posted by vitich on Friday, 17 April 2020You need your own telegram bot (@BotFather) and channel to receive messages from your bot
Place this script to your bin directory, edit bot token and chat id and add tthe script to crontab.
Add your domain list (one per line) to ~/domains.txt.
COVID-19 statistics in conky
Posted by vitich on Sunday, 5 April 2020Quick check ssl crt
Posted by vitich on Friday, 10 January 2020Check crt file:
$ openssl x509 -in site.crt -text -noout | grep Not
Not Before: Dec 5 11:54:00 2019 GMT
Not After : Dec 1 11:54:00 2034 GMT
Check ssl certificate online:
$ echo | openssl s_client -showcerts -servername gnu.org -connect gnu.org:443 2>/dev/null | openssl x509 -inform pem -noout -dates
notBefore=Dec 14 10:03:25 2019 GMT
notAfter=Mar 13 10:03:25 2020 GMT