Ubuntu
Author

Ubuntu

Focused on Ubuntu/Linux tech sharing, offering the latest news, practical tools, beginner tutorials, and problem solutions. Connecting open-source enthusiasts to build a Linux learning community. Join our QQ group or channel for discussion!

120
Articles
0
Likes
73
Views
0
Comments
Recent Articles

Latest from Ubuntu

100 recent articles max
Ubuntu
Ubuntu
Feb 27, 2026 · Cloud Native

Docker’s Real Value: Turning Environments into Reusable Descriptions

This guide explains Docker’s core benefit of making environments reproducible, walks through installing Docker from the official repository, configuring it for non‑root use, adding Compose, setting up registry mirrors, and deploying common containers like MySQL and Nginx.

ContainerizationDockerDocker Compose
0 likes · 6 min read
Docker’s Real Value: Turning Environments into Reusable Descriptions
Ubuntu
Ubuntu
Feb 26, 2026 · Fundamentals

Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM

The guide explains how to set up a reproducible, system‑clean Linux development environment by installing VS Code as a universal editor, managing Python with Miniconda or venv, handling Node.js via NVM, and adding C/C++ and Java toolchains, all with concrete commands and best‑practice tips.

CondaDevelopment EnvironmentLinux
0 likes · 6 min read
Creating a Reproducible Linux Development Setup with VS Code, Conda, and NVM
Ubuntu
Ubuntu
Feb 25, 2026 · Fundamentals

How to Build a Full Git Version‑Control Environment

This guide walks through installing Git, configuring user information and SSH keys for GitHub/GitLab, recommends graphical clients, and provides a concise cheat sheet of essential Git commands to help you manage code, documents, and configuration files effectively.

CLIGitGit GUI
0 likes · 4 min read
How to Build a Full Git Version‑Control Environment
Ubuntu
Ubuntu
Feb 22, 2026 · Fundamentals

Linux Text Editing Showdown: Getting Started with Nano and Vim

This guide compares the beginner‑friendly Nano and the powerful Vim, detailing how to open, edit, save, and exit files, explaining Vim’s three modes, essential shortcuts, and why mastering these command‑line editors is crucial even when graphical tools like VS Code are available.

Command LineLinuxNano
0 likes · 5 min read
Linux Text Editing Showdown: Getting Started with Nano and Vim
Ubuntu
Ubuntu
Feb 21, 2026 · Information Security

Mastering Linux File Permissions and User Management: From ls -l to sudo

This guide explains how Linux enforces security through file permissions, detailing the meaning of ls -l output, the numeric and symbolic chmod methods, the role of root and sudo, and how to manage users and groups with chown, adduser, and usermod.

File PermissionsLinuxUser Management
0 likes · 6 min read
Mastering Linux File Permissions and User Management: From ls -l to sudo
Ubuntu
Ubuntu
Feb 20, 2026 · Fundamentals

Master the Linux Terminal: 8 Essential Commands and Prompt Basics

This guide introduces the Linux terminal as a productivity tool, explains the shell and prompt components, and walks through eight core file‑management commands (pwd, ls, cd, mkdir, touch, cp, mv, rm) plus essential shortcuts like Tab completion, command history, and interrupt keys.

Basic CommandsCommand LineLinux
0 likes · 6 min read
Master the Linux Terminal: 8 Essential Commands and Prompt Basics