- Computer: Lenovo Thinkpad X1 Carbon 7th Gen - Drivers: Intel Vulkan
- OS: EndevourOS (Arch Linux)
- WM: BSPWM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Find the font that you want here: | |
| # https://github.com/ryanoasis/nerd-fonts/releases/ | |
| # Then download and install | |
| wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/JetBrainsMono.zip | |
| dtrx JetBrainsMono.zip | |
| sudo cp -avr JetBrainsMono/ /usr/share/fonts/truetype/ | |
| fc-cache -f -v | |
| rm JetBrainsMono.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run a local HTTP server to display your HTML site in the browser | |
| # Ruby HTTP server | |
| ruby -run -e httpd . -p 8000 | |
| # Python HTTP server | |
| python -m http.server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Username is postgres | |
| # Database is postgres | |
| version: '3.1' | |
| services: | |
| db: | |
| image: postgres | |
| restart: alwayshttps://gist.github.com/Narayana108/06d64e0699cbc8c165337ce9cbdda9a4 | |
| environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import csv | |
| import sys | |
| import time | |
| import socket | |
| import datetime | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am narayana108 on github. | |
| * I am narayana (https://keybase.io/narayana) on keybase. | |
| * I have a public key ASAfUmOXJtO2e4rKQOsSNnwZo6o2l2JOds11AHmxsrnjvAo | |
| To claim this, I am signing this object: |