JRX Codes
JRX Codes

JRX Codes

Follow
homebadges

Installing deb package on Ubuntu

Dec 28, 20211 min read

Install gdebi tool and then open and install the .deb file using it Use dpkg and apt-get command line tools as follows: sudo dpkg -i...

Installing deb package on Ubuntu

Compress Image in JS

Oct 9, 20211 min read

How to compress image in JavaScript? · You can compress image by using this method. function compressImage(imageUrl) { let image = new Image(); ...

Compress Image in JS

How to decode JWT in Javascript

Oct 7, 20211 min read

Decode JWT Token in JS · JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting...

How to decode JWT in Javascript

SSH Setup On Gitlab

Sep 29, 20211 min read

How to add SSH key to your gitlab account? · You can setup your gitlab account with SSH Key Step-1: Open Git Bash in Windows OS OR in Mac OS open...

SSH Setup On Gitlab