Linux Tech Enthusiast
Linux Tech Enthusiast
Jan 31, 2026 · Fundamentals

Essential U‑Boot Concepts and Practical Guide

This article provides a comprehensive overview of U‑Boot, covering its definition, boot stages, environment variables, command system, device‑tree usage, network and storage support, security features, debugging techniques, performance tuning, platform migration steps, and a comparison with other bootloaders, all illustrated with concrete code examples and tables.

EmbeddedU-Bootbootloader
0 likes · 20 min read
Essential U‑Boot Concepts and Practical Guide
Liangxu Linux
Liangxu Linux
Nov 21, 2022 · Fundamentals

Master Linux Environment Variables: Permanent and Temporary Settings

This guide explains what Linux environment variables are, how to set permanent variables for all users or a single user via /etc/profile, .bash_profile or .bashrc, how to create temporary variables for the current shell, and lists common commands and typical variables such as PATH, HOME, HISTSIZE, LOGNAME, HOSTNAME, and SHELL.

command-lineenvironment-variablessysadmin
0 likes · 6 min read
Master Linux Environment Variables: Permanent and Temporary Settings
Liangxu Linux
Liangxu Linux
Jun 14, 2020 · Fundamentals

Master Linux Shell: Types, Variables, Config Files, and Conditional Tests

This guide explains the fundamentals of Linux shells—including common shell types, variable classifications, environment and user-defined variables, the order in which configuration files are loaded for interactive and login sessions, and how to write reliable conditional tests in shell scripts.

LinuxShellbash
0 likes · 9 min read
Master Linux Shell: Types, Variables, Config Files, and Conditional Tests
DevOps Cloud Academy
DevOps Cloud Academy
Aug 31, 2019 · Cloud Computing

Configuring Proxy Settings for Minikube Installation

This guide explains how to set up a proxy machine, configure proxy environment variables on Linux, and test the proxy to ensure Minikube can access external resources, while reminding users to open the necessary proxy ports on the server.

NetworkingProxyenvironment-variables
0 likes · 2 min read
Configuring Proxy Settings for Minikube Installation