Posts

Creating a Dynamic Url based Document generator

I want to run mkdocs locally in my mini raspi server and generate html docs from my git repos markdown files.

The way i want to do it

  • every 30 minutes my server will connect to my defined repositories in git and pull the docs
  • run a check on the directory tree
  • update the nav section of yaml of mkdocs
  • immediately reload the server

Read more ...

A Program that generates code

I am trying to create a system, that takes a command line parameter and generates code file for that parameter.

for example

$ python Generate.py addition

should generate a python script that can perform addition.

Read more ...

Running Local Unity WebGL Build in browser

All major websites have stopped support for local webGL file opening. So, if you are a Unity developer you have 2 options, either

  • Option 1: Instead of just Build, Click Build and Run this will run a local server to localhost your webGL app and will allow it to run in the browser, but if u close it you can't run it without using option 2!

  • Option 2: run a local server manually! no, you don't need to install xampp or wamp. Assuming you have python installed in your system, go to your build fol…

Read more ...

Getting System Information in Linux

To Get a detailed Information of the Linux system that you are using you can use the Built-in command **inxi**

​​​​​​​inxi -Fxz

this will show all the necessary information if your system and hardware in the command line. Cheers !

If inxi is not installed , you can install it by typing

sudo apt install inxi

Read more ...
First Previous 1 2 3 4 Next Last

Quick Access

Faster way to traverse the blog