CPU Overclocking on Ubuntu 24.04. In this post we will overclock the Intel Core i7-8086K Special Edition CPU - Intel's first CPU to hit 5.0Ghz out of the box.
ubuntu
Setting up Chrony/NTP Server with GPS on Ubuntu 22.04
This post details the setup of an NTP/Chrony server on Ubuntu 22.04 using a GPS receiver. It covers hardware requirements, package installations, GPSD configuration, firewall settings, and Chrony installation and configuration. Key functionalities include time synchronization and location sharing, all while ensuring secure incoming and outgoing network traffic.
How to Install Instructlab + VLLM with Nvidia Cuda Support on Ubuntu 22.04
This guide details the installation process for Instructlab + VLLM on Ubuntu 22.04 with an Nvidia CUDA Support.
Step-by-Step Nvidia CUDA Toolkit Installation Guide: Ubuntu 24.04
The NVIDIA CUDA Toolkit is essential for developing GPU-accelerated applications and includes various tools. Users must uninstall older versions from Ubuntu before installing the latest toolkit from NVIDIA’s website for better performance and compatibility. The summary highlights differences between installation methods regarding version availability, ease, and update management.
Step-by-Step Nvidia CUDA Toolkit Installation Guide: Ubuntu 22.04
"The NVIDIA CUDA Toolkit is a software development kit that helps users create GPU-accelerated applications. It includes libraries, compilers, debuggers, and optimization tools". Since we have an Nvidia GPU we will install it as shown below. Note: If you installed the nvidia-cuda-toolkit from default ubuntu noble repo, uninstall it first as that version is probably too old. … Continue reading Step-by-Step Nvidia CUDA Toolkit Installation Guide: Ubuntu 22.04
Essential Commands to Monitor Nvidia GPUs in Linux
Identify Your GPU Via the Linux CLI Identify that your card is recognized by the OS via the CLI command below, hwinfo # hwinfo --gfxcard --short graphics card: nVidia TU104GL [Tesla T4] nVidia TU104GL [Tesla T4] Matrox G200eR2 Primary display adapter: #58 Or you can see similar output with lshw # lshw -C display *-display … Continue reading Essential Commands to Monitor Nvidia GPUs in Linux
Ollama CLI Quick Start Guide and Tutorial for Beginners – Part 1
This two-part guide introduces beginners to using Ollama, focusing initially on installation and model pulling. It explains essential commands and service configurations, discusses memory management, and provides troubleshooting tips for ensuring successful model installation and interaction with Ollama through the command line interface.