How to transfer files from Linux to Windows: The SMB network file-sharing protocolFeb 5, 2023·2 min read·5.1K
PinnedHow to integrate the Mpesa STK push API in Nodejs.Lipa na Mpesa STK push Nodejs (Mpesa Express)Aug 20, 2022·8 min read·6.4K
Building microservices using Terraform, Ansible, Docker, Docker Compose, and Github Actions.Dec 19, 2022·33 min read·1.5K
How to Set Permission-based access on LinuxIn the previous article, we created a new user and enabled ssh key access to the user. This guide covers how to restrict access using permissions. Login as root To log in as root, retrieve the root password from Vultr on the specific instance. On ...Dec 1, 2022·3 min read·210
SSH-Key access as a non-root user.The previous article covered how to log in to a Vultr instance using ssh keys as root. It is recommended to disable root access in the event of an attack. Root privileges mean the user has access to all aspects of the system. Normally, ssh keys are u...Dec 1, 2022·3 min read·1.1K
How to login securely to a Linux server using SSH keysThe Secure Shell(SSH) is a networking protocol that enables computers to communicate and exchange data. SSH keys enable secure remote login without a password through public and private keys. The private key is kept on the client machine, while the p...Dec 1, 2022·4 min read·424
Machine Learning For AllHow does a baby learn? How are you able to read this blog right now? After all, we were born with a "blank" brain, and somehow through development, we learnt how to walk and read and everything else we can do. In fact, the impact of parenthood on chi...Nov 10, 2022·3 min read·193
Finding prime numbers in a list using PythonPrime numbers are positive integers with only 2 factors: 1 and themselves. In other words, these are numbers that can only be perfectly divided by 1 and themselves. One is not a prime number because it only has one factor. A factor is a number or alg...Sep 26, 2022·5 min read·920