This is me!

Create a new GitHub account with the same email (2021)

Creating a new GitHub account for personal use with an email, that is already in use....

May 4, 2021 · 1 min · Akshay Maurya

Why is there sysrq key on my keyboard?

The answer to this question lies further back in time. Let’s begin first by looking what is SysRq. What is SysRq? The magic SysRq key is a key combination understood by the Linux kernel, which allows the user to perform various low-level commands regardless of the system’s state. It is often used to recover from freezes, or to reboot a computer without corrupting the filesystem. Its effect is similar to the computer’s hardware reset button (or power switch) but with many more options and much more control....

August 27, 2020 · 2 min · Akshay Maurya

Creating a simple Telegram Bot with Python

Automating a simple Telegram bot can let you serve different types of data to various people including channels and group of which you are a part. I use my bot to serve my channel members Tech related news directly. Today I am going to share on how you can make such a simple EchoBot and deploy it on Heroku, so that it works 24x7. So without any further ado, let’s get started....

April 28, 2020 · 5 min · Akshay Maurya
Linux on Windows?

How to install Linux ON Windows?

Most people (devs) that use windows sometimes feel that if they had linux it would have been a lot easier. But due to the list of Apps on Windows, its features or just the complication of process of switching to Linux hold them back to do so. But recently Windows 10 released an update which allows to install Linux on Windows (Windows Subsystem for Linux). Today we will install WSL and see how to use it....

April 8, 2020 · 2 min · Akshay Maurya