Ajeeb.K.P

Ajeeb.K.P @ajeebkp23

About: Muslim, Husband, Programmer, Indian/Kerala. Speaks English, Malayalam. Always curious about technology, computing etc.

Joined:
Mar 7, 2020

Ajeeb.K.P
articles - 31 total

How to get Product Key from Hardware

Use below command from Debian Based Linux Distribution to find the product Key. sudo strings...

Learn More 0 0Jul 30 '24

Grub-customizer:Install to MBR - NVME Disk

I have multiple OS installed. Each have it's own bootloader/grub. I had done customization in...

Learn More 1 0Jun 16 '24

Vue.js build failed on low ram

Intro Vue.js build was failing in my Linux Server. It had only 1GB of RAM. But, I had...

Learn More 0 0Feb 25 '24

clipboard sync with sudo vim

Intro This post explains, how to sync the system clipboard with vim while using sudo. ...

Learn More 0 0Nov 23 '23

How to install mycli for root

Intro You might be using following command as a workaround in your local environment for...

Learn More 0 0Oct 22 '23

CopyQ Shortcut not working under Wayland - quick fix

If CopyQ used under X11 in Linux, it's keyboard shortcut can be set from it's UI. But, that was not...

Learn More 0 0Oct 22 '23

How to connect to wifi

Export your password export WIFI_PASSWORD=<your-password> If you don't want to see...

Learn More 0 0Oct 15 '23

My Favorite Resources about Malayalam Language - Tools/Techniques/Resources

Intro This is a list of links which help me to learn more about Malayalam computing. I'm...

Learn More 0 0Jul 29 '22

ibus not working with Flatpak apps

Quicknote Set env variable correctly. Here is one example. flatpak run...

Learn More 4 0Jul 24 '22

ibus not working on kde apps

Quick Note Append following content in these files, ~/.bashrc or ~/.bash_profile or...

Learn More 4 0Jul 24 '22

Fixing Malayalam Issue in Firefox

Intro I was having issues on using some websites. It was not getting rendered...

Learn More 5 1Jul 24 '22

My Worst CRUD Todo App : Django + Vue

Introduction I'm not doing Django, Vue.js recently. So, need to write a simple blog post...

Learn More 1 0Sep 14 '21

Laravel and Django similar concepts

Intro In this article, I'm going to list down few conceptually similar concepts in Laravel...

Learn More 5 1Feb 6 '21

Some popular Vim distributions

Links https://vim.spf13.com/ (https://gist.github.com/SantoshSrinivas79/84bc4dc821fd0a4537...

Learn More 7 0Jul 18 '20

Malayalam language in Debian-11-KDE

Intro Malayalam is the language spoken in Kerala state of India (My mother tongue by the...

Learn More 3 0Apr 7 '20

Git unrelated-histories and local

Intro This is a small learning about git. --allow-unrelated-histories local git copies...

Learn More 2 2Apr 6 '20

File or folder naming

Intro This is not a serious issue. I was curious wheather using hyphen(-) in file nameing...

Learn More 2 0Apr 5 '20

Google Drive API access via Service Account - Python

Intro I was looking for Google Drive API access with Service Account authentication (ie. s...

Learn More 11 2Apr 2 '20

Swim : Switch between multiple vimrcs

Intro You might be interested in trying multiple vim configuration plugin etc. without aff...

Learn More 2 0Apr 1 '20

Create lambda function with aws cli

Introduction Creating functions are easy with AWS Console. Still, it's worth knowing the c...

Learn More 7 0Mar 26 '20

AI for Developers with AWS: Facebook Live session

Today's (Thursday, March 26, 2020) online event. AWSUGINIDA: AI for Developers with AWS: Facebook Liv...

Learn More 3 0Mar 26 '20

Few aws cli tricks

Introduction These are excitements of a newcomer to the aws-cli ecosystem. In summary...

Learn More 7 1Mar 25 '20

Vim - changing lowercase to uppercase

The Trick Select a region, ie. visual block. Type v, then use navigation to select a block...

Learn More 7 1Mar 24 '20

What is the missing part of vim ?

Intro I'm part-time vim user for a long time. I did use vim for full time for few months a...

Learn More 3 5Mar 23 '20

Kotlin programming language - First impression

Introduction Kotlin is a language with multiple domain support like Mobile-Cross-platform,...

Learn More 5 0Mar 18 '20

Neutralinojs: Get started with cli

Introduction In this article, you will learn the basics of using cli for creating a Neutra...

Learn More 5 0Mar 18 '20

Neutralinojs: For lightweight, crossplatform applications

Introduction Portable and lightweight cross platform application development framework. Or...

Learn More 8 0Mar 17 '20

Locust: An open source load testing tool.

Introduction Locust is an easy-to-use, distributed, user load testing tool. It is intended...

Learn More 7 0Mar 16 '20

Django One-Liners

Introduction Writing one liners are cool. Let's try some. Installations and...

Learn More 10 0Mar 11 '20

Requester: modern, team-oriented HTTP client for Sublime Text 3

Introduction We might want to send arbitrary number of GET,POST,PUT etc. requests to test...

Learn More 8 0Mar 10 '20