- Computer: Lenovo Thinkpad X1 Carbon 7th Gen - Drivers: Intel Vulkan
- OS: EndevourOS (Arch Linux)
- WM: BSPWM
Make sure you have all the prerequisites installed like drivers and wine for Lutris.
| # 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 |
| # 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 |
| # Username is postgres | |
| # Database is postgres | |
| version: '3.1' | |
| services: | |
| db: | |
| image: postgres | |
| restart: alwayshttps://gist.github.com/Narayana108/06d64e0699cbc8c165337ce9cbdda9a4 | |
| environment: |
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import csv | |
| import sys | |
| import time | |
| import socket | |
| import datetime | |
| import requests |
| ### 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: |