Tag: #linux
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 70 posts
Task Scheduling with Linux Crontab
Learn how to schedule tasks using Linux Crontab.
2023-09-07 · 1 min read #linuxDifference Between Linux su and su - Commands
Learn the difference between the su and su - commands in Linux.
2023-01-02 · 1 min read #linux#terminalHow to Build HBase (Ubuntu 22.04)
Learn how to build HBase on Ubuntu 22.04.
2022-12-25 · 1 min read #linux#hbase#dockerHow to Build Hadoop 3.4 (Ubuntu 22.04)
Learn how to build Hadoop 3.4 on Ubuntu 22.04.
2022-12-25 · 5 min read #linux#hadoop#dockerInstalling Kubernetes on Ubuntu 22.04 (kubeadm)
Learn how to install Kubernetes on Ubuntu 22.04 using the kubeadm tool.
2022-12-17 · 5 min read #ubuntu#kubernetes#linuxHow to Use HBase YCSB (Yahoo Cloud Serving Benchmark)
YCSB (Yahoo Cloud Serving Benchmark) for testing HBase performance
2022-11-19 · 5 min read #linux#ycsbAnsible-Runner (Running Ansible from Python)
Learn about the Ansible Runner module that enables running Ansible from Python.
2022-11-02 · 1 min read #linux#ansible#pythonLinux head and tail Command Basics
Learn the basics of the head and tail commands, useful text viewing command-line tools in Linux.
2022-10-06 · 3 min read #linux#commandLinux grep Command Basics
Learn the basics of grep, a useful text search command-line tool in Linux.
2022-10-04 · 3 min read #linux#commandLinux User and Group Commands
How to add or delete Users and Groups in Linux
2022-10-01 · 2 min read #command#linux