Recent Posts
How to Write a C Module and Build it with Meson
In this post I put my latest C project skeleton, you can find a github repo for the this tiny project here: https://github.com/rayed/c_module_meson
Fast Way to Edit SSH known_hosts
Few days ago I migrated my website to a new server, and whenever you try to connect
to a server using ssh
it must know it first, if not it will complain, and ask you
verfiy the server key signature:
$ ssh rayed.com
The authenticity of host 'rayed.com (x.x.x.x)' can't be established.
:
Are you sure you want to continue connecting (yes/no/[fingerprint])?
If you say yes, it will add the server signature to your system as known host, in
the file ~/.ssh/known_hosts
Migrating From Centos to Debian
Finally I managed to migrate from Centos 7 to Debian.
The migration was motivated by two updates:
- Debian has improved a lot, specially in the field of ease of use, I can now recommend it without hesitation.
- Redhat decided to stop supporting Centos as a downstream version from its own OS, it is now continuous update OS similar to Fedora but for the server version. Thank you Redhat but I don’t think I can rely on it any more.
I also updated my Hugo website setup.