Tagged articles
19 articles
Page 1 of 1
Lisa Notes
Lisa Notes
Mar 14, 2026 · Fundamentals

How to Build Your First Java Application from Scratch

This tutorial walks you through installing the JDK, creating a HelloJava.java source file with Notepad, compiling it using javac, running it with the java interpreter, and explains the basic structure, comments, class definition, and main method of a Java program.

CommandLineCompilationHelloWorld
0 likes · 12 min read
How to Build Your First Java Application from Scratch
Liangxu Linux
Liangxu Linux
Aug 16, 2025 · Fundamentals

Essential CentOS, Database, and Networking Interview Topics

A comprehensive guide covering essential Linux CentOS commands, MySQL installation and configuration, and detailed networking concepts from link layer to application layer, complete with command examples, interview questions, and practical tips for system administrators.

CommandLineInterviewPrepNetworking
0 likes · 23 min read
Essential CentOS, Database, and Networking Interview Topics
Deepin Linux
Deepin Linux
Nov 10, 2023 · Fundamentals

Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands

This article provides a step‑by‑step tutorial on Linux fundamentals, covering the basic concepts of the operating system, how to obtain and install CentOS 7 in a virtual machine, configure networking, perform system installation, use essential command‑line tools, troubleshoot common issues, and apply basic optimizations.

CommandLineInstallationLinux
0 likes · 23 min read
Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands
Liangxu Linux
Liangxu Linux
Aug 7, 2022 · Fundamentals

Unlock Linux Mastery: Essential Commands, Shell Tricks, and System Management

This comprehensive guide walks you through Linux fundamentals, covering the operating system basics, essential shell commands, file and directory manipulation, user and permission management, process monitoring, networking tools, package handling, compression, compilation, and advanced Vim editing techniques, all with clear examples and code snippets.

CommandLineLinuxShell
0 likes · 52 min read
Unlock Linux Mastery: Essential Commands, Shell Tricks, and System Management
Liangxu Linux
Liangxu Linux
Jun 21, 2022 · Operations

Essential Linux Commands Every Sysadmin Should Master

A concise cheat‑sheet of frequently used Linux commands covering file searching, bulk moving, log cleanup, directory checks, text substitution with sed, network packet capture, firewall rules, and log analysis to boost sysadmin productivity.

CommandLineLinuxSecurity
0 likes · 6 min read
Essential Linux Commands Every Sysadmin Should Master
JD Retail Technology
JD Retail Technology
Apr 6, 2021 · Mobile Development

LLDB Overview and Common Commands

LLDB is a high‑performance debugger integrated with Xcode that supports C, Objective‑C, and C++ development; this article introduces its command‑line syntax, explains key commands such as help, expression, thread, breakpoint, watchpoint, and image, and provides usage examples to improve debugging efficiency.

CommandLineDebuggingLLDB
0 likes · 14 min read
LLDB Overview and Common Commands
Liangxu Linux
Liangxu Linux
Sep 10, 2020 · Fundamentals

Master Linux Terminal Copy‑Paste: Keyboard Shortcuts, Mouse, and Context Menu

This guide explains multiple ways to copy and paste text and commands in Linux terminals, covering keyboard shortcuts like Ctrl+Shift+C/V, right‑click context menus, mouse middle‑click pasting, terminal‑specific key bindings, and special cases such as Putty and flow‑control keys.

CommandLineCopyPasteKeyboardShortcuts
0 likes · 6 min read
Master Linux Terminal Copy‑Paste: Keyboard Shortcuts, Mouse, and Context Menu
ITPUB
ITPUB
Nov 1, 2019 · Fundamentals

7 Practical Vim Tricks to Boost Your Productivity

This guide presents seven actionable Vim techniques—including leader key mapping, navigation shortcuts, Git integration, and powerful substitution commands—to help users work faster and more efficiently in everyday editing tasks.

CommandLineEditorTipsGitIntegration
0 likes · 6 min read
7 Practical Vim Tricks to Boost Your Productivity
Liangxu Linux
Liangxu Linux
Dec 4, 2018 · Operations

How to Build a Safe Linux Trash Bin by Aliasing the rm Command

This guide shows how to create a personal recycle bin on Linux by redefining the rm command with Bash aliases and functions, enabling safe file deletion, restoration, and cleanup while explaining each step, the required code, and usage examples.

AliasCommandLineTrash
0 likes · 5 min read
How to Build a Safe Linux Trash Bin by Aliasing the rm Command
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2016 · Operations

15 Powerful History Command Tricks to Supercharge Your Linux Shell

This guide walks you through 15 practical ways to use the Bash history command—show timestamps, search with Ctrl+R, repeat previous commands, customize history size, filter duplicates, and more—helping Linux users boost productivity and master command-line efficiency.

BashCommandLineHistoryCommand
0 likes · 7 min read
15 Powerful History Command Tricks to Supercharge Your Linux Shell
Qunar Tech Salon
Qunar Tech Salon
Mar 5, 2016 · Operations

Common Linux Commands for Java Developers

This article provides Java developers with a concise reference of essential Linux shell commands, covering process inspection, file manipulation, permission changes, compression, networking checks, remote access, and other common operations needed for interacting with Linux servers during development and deployment.

CommandLineDevOpsLinux
0 likes · 7 min read
Common Linux Commands for Java Developers
Qunar Tech Salon
Qunar Tech Salon
Jan 24, 2016 · Operations

Linux Performance Analysis in 60 Seconds

Within the first minute of logging into a Linux server, this guide walks you through ten essential command‑line tools—such as uptime, vmstat, mpstat, pidstat, iostat, free, sar, and top—to quickly assess system load, CPU, memory, disk, and network saturation for effective performance troubleshooting.

CommandLineLinuxSysadmin
0 likes · 19 min read
Linux Performance Analysis in 60 Seconds