Core Dump
Enable core dump Ensure that they are enabled. Run the following command. If the reply is not unlimited, the core dumps are disabled or limited. $ ul...
Enable core dump Ensure that they are enabled. Run the following command. If the reply is not unlimited, the core dumps are disabled or limited. $ ul...
Code Style Always remember that code interpretability and maintainability trumps everything else. Please conform to the Google C++ Style Guide. Avoid ...
Installation Install Docker Engine and Docker Compose from the official site.
Tutorial Tutorial on How to Use Git and Github from Udacity. The tutorial is free. Learn about Git at GitHub Guides GitHub Flow. Git Ha...
Learn Golang Learn Golang from the official tutorial site: Tour of Go.
Here we document the computer setup steps and software development standards adopted in our projects.
Thumbdrive Get thumbdrive device path $ lsblk
Apache Kafka Apache Kafka is a publish/subscribe messaging system Also known as a distributed commit log Each commit can be time-stamped Messages ar...
Container orchestration system: automates container deployment, scaling, networking, storage, and scheduling. node: A worker machine in the Kubernetes c...
Proxy Need to set proxy for Linux apt if we use apt behind a corporate proxy, e.g., http://10.0.0.0:8080/. Hence, create a apt.conf file at /etc/apt/ such...
A generic microservices architecture is as follows: Each function or feature is encapsulated in a Docker container. The Docker...
Tensorflow-GPU in Docker with Nvidia
Code style and linting Please conform to the Google Python Style Guide. A good code formatter is autopep8. autopep8 automatically formats Python code to...
Every machine learning project must produce a saved model as its final deliverable.
IDE VSCode is suggested as the standard IDE. VSCode is open source and free. It can be downloaded from its official website.
Build To build this website on localhost $ bundle exec jekyll serve --watch --incremental
Python, Deepfake, VirtualCam, OpenCV, Docker
Python, GTP, IELTS, Essay
Python, LLMs, bash, Groq, PyPi
Python, React, LLMs, Docker, WebSockets