Skip to main content
Category

DevOps

2 posts in this category

serve-homeserver-with-true-fiber

Serving Your Home Server with True Fiber Internet Without a Static IP

Avinash Rijal
3 min read

Problem Description Recently, I switched to a new internet service provider in Thailand called “True.” The name is quite inconvenient for searching solutions related to their services due to its common use as a Boolean variable or word. Previously, I was using “AIS,” which was affordable, costing only 200B to get a static IP. However, with “True,” obtaining a static IP for my home server has become quite expensive, costing around 1000B.

Read More
My Editor Setup While Working for Hiboo

My Editor Setup While Working for Hiboo

Avinash Rijal
2 min read

I use VSCode. It’s free, simple and runs smoothly on all platforms. Let’s talk about extensions. In past I have used many extensions and after filtering out most of the extensions that were memory/processor hogging; I have came to these extensions for overall usage. You can copy and paste them on your terminal if you would like to install them. code --install-extension christian-kohler.npm-intellisense code --install-extension dbaeumer.vscode-eslint code --install-extension eamodio.gitlens code --install-extension ecmel.vscode-html-css code --install-extension eg2.vscode-npm-script code --install-extension esbenp.prettier-vscode code --install-extension formulahendry.auto-close-tag code --install-extension formulahendry.auto-rename-tag code --install-extension GraphQL.vscode-graphql code --install-extension IronGeek.vscode-env code --install-extension jpoissonnier.vscode-styled-components code --install-extension kumar-harsh.graphql-for-vscode code --install-extension lllllllqw.jsdoc code --install-extension mike-co.import-sorter code --install-extension ms-azuretools.vscode-docker code --install-extension ms-vscode-remote.remote-containers code --install-extension ms-vsliveshare.vsliveshare code --install-extension patbenatar.advanced-new-file code --install-extension rbbit.typescript-hero code --install-extension sburg.vscode-javascript-booster code --install-extension Shan.code-settings-sync code --install-extension sleistner.vscode-fileutils code --install-extension smlombardi.slime code --install-extension steoates.autoimport code --install-extension stevencl.addDocComments code --install-extension VisualStudioExptTeam.vscodeintellicode Theme: The theme I am using is slime. It comes with the extension pack installed above. It is calm and smooth.

Read More