Tagged articles
163 articles
Page 2 of 2
Laravel Tech Community
Laravel Tech Community
Apr 27, 2021 · Fundamentals

Git vs SVN: Core Differences, Workflow Concepts, and Essential Commands

This article compares Git and SVN, explains their fundamental architectural differences, introduces the core workflow concepts of Git, and provides a comprehensive set of common commands for initialization, configuration, file handling, branching, committing, pushing, fetching, pulling, resetting, stashing, and querying, including Git‑SVN bridge usage.

Tutorialbranchingcommands
0 likes · 10 min read
Git vs SVN: Core Differences, Workflow Concepts, and Essential Commands
FunTester
FunTester
Apr 16, 2021 · Fundamentals

Linux Filesystem Overview, Common Issues, and Vim/Shell Command Guide

This article introduces the Linux filesystem hierarchy, explains typical directories, provides solutions for MobaTextEditor garbled text, and offers a concise guide to Vim modes, settings, search/replace commands, and useful shell scripts for system administrators.

FilesystemShellSysadmin
0 likes · 8 min read
Linux Filesystem Overview, Common Issues, and Vim/Shell Command Guide
Selected Java Interview Questions
Selected Java Interview Questions
Mar 29, 2021 · Cloud Native

Docker Command Cheat Sheet: Container, Image, and Container Operations

This guide provides a comprehensive collection of Docker commands for inspecting container information, managing images (listing, searching, pulling, removing, building), and operating containers (starting, stopping, attaching, executing commands, viewing logs, inspecting, committing, and copying files) with practical examples.

Cloud NativeContainersDevOps
0 likes · 10 min read
Docker Command Cheat Sheet: Container, Image, and Container Operations
Top Architect
Top Architect
Feb 19, 2021 · Fundamentals

Visual Guide to Common Git Commands and Their Detailed Explanation

This article provides a comprehensive visual guide to the most frequently used Git commands, explaining their purpose, usage, and effects on the working directory, index, and repository, while illustrating concepts such as commits, branches, merges, rebases, and detached HEAD with clear diagrams.

BranchGitVersion Control
0 likes · 9 min read
Visual Guide to Common Git Commands and Their Detailed Explanation
Practical DevOps Architecture
Practical DevOps Architecture
Jan 22, 2021 · Databases

Redis Common Data Types and Commands Overview

This article introduces Redis's primary data structures—String, Hash, List, and Set—explaining their purpose, key commands, and practical usage examples, including batch operations, numeric adjustments, field management, list manipulation, and set operations, to help developers effectively work with the in‑memory database.

Data Typescommandsdatabase
0 likes · 6 min read
Redis Common Data Types and Commands Overview
Liangxu Linux
Liangxu Linux
Jan 20, 2021 · Operations

Master Essential Linux Shell Commands and Scripts for System Ops

This guide compiles practical Linux shell commands and scripts—including file searching, batch extraction, sed editing, directory checks, disk‑space monitoring, log analysis, firewall rules, and network capture—to help system administrators automate routine tasks efficiently.

BashScriptingSysadmin
0 likes · 9 min read
Master Essential Linux Shell Commands and Scripts for System Ops
Liangxu Linux
Liangxu Linux
Jan 10, 2021 · Fundamentals

Why Your Linux Server Runs Out of Inodes and How to Fix It

The article explains what inodes are, why they can become fully consumed even when disk space remains, and provides step‑by‑step Linux commands and cron adjustments to identify the offending directories, delete excess files, and prevent future inode exhaustion.

Filesystemcommandscron
0 likes · 6 min read
Why Your Linux Server Runs Out of Inodes and How to Fix It
Selected Java Interview Questions
Selected Java Interview Questions
Dec 19, 2020 · Operations

Linux System Commands Cheat Sheet

This article provides a comprehensive reference of essential Linux system commands covering system information, date and time management, shutdown/reboot, file and directory operations, searching, mounting, disk usage, user and group management, permissions, special attributes, compression, package handling, network utilities, and backup techniques, all presented with concise examples for quick learning.

ShellSystem AdministrationUnix
0 likes · 23 min read
Linux System Commands Cheat Sheet
Architecture Digest
Architecture Digest
Dec 15, 2020 · Databases

Redis Data Types and Commands: A Comprehensive Guide

This article provides a thorough overview of Redis, covering its eight core data types, essential commands, practical usage examples, and advanced features such as geospatial indexes, hyperloglog, and bitmap operations, making it a valuable reference for developers and interview preparation.

CacheData TypesNoSQL
0 likes · 22 min read
Redis Data Types and Commands: A Comprehensive Guide
Programmer DD
Programmer DD
Dec 14, 2020 · Databases

Master Redis: Explore All 8 Data Types and Essential Commands

This guide walks through Redis’s eight core data structures—String, List, Set, Hash, Sorted Set, Geospatial, HyperLogLog, and Bitmap—detailing their commands, practical usage scenarios, and example interactions to help developers ace interview questions and optimize NoSQL solutions.

Data TypesNoSQLcommands
0 likes · 24 min read
Master Redis: Explore All 8 Data Types and Essential Commands
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Dec 2, 2020 · Operations

Essential Linux Commands Every Sysadmin Should Master

This guide compiles the most frequently used Linux commands for file navigation, content viewing, searching, permission handling, text processing, compression, system shutdown, and process management, providing clear syntax examples and practical tips to boost operational efficiency for system administrators.

OperationsShellSysadmin
0 likes · 16 min read
Essential Linux Commands Every Sysadmin Should Master
Laravel Tech Community
Laravel Tech Community
Nov 30, 2020 · Databases

Eight Redis Data Types and Their Core Commands

This article introduces Redis's eight fundamental data types—String, List, Set, Hash, Sorted Set, Geospatial, HyperLogLog, and Bitmap—explaining their characteristics, typical use‑cases, and providing concrete command‑line examples that demonstrate creation, manipulation, and querying of each type.

Data Typescommandsdatabase
0 likes · 22 min read
Eight Redis Data Types and Their Core Commands
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 25, 2020 · Databases

Redis Basics: Overview, Installation, and Common Commands

This article introduces Redis as a high‑performance, in‑memory NoSQL database, explains why learning it is valuable, provides step‑by‑step installation instructions, and presents essential commands for keys, strings, lists, sets, sorted sets, and hashes with practical code examples.

InstallationNoSQLcommands
0 likes · 10 min read
Redis Basics: Overview, Installation, and Common Commands
MaGe Linux Operations
MaGe Linux Operations
Oct 17, 2020 · Cloud Native

6 Essential kubectl Tricks to Master Kubernetes Troubleshooting

Discover six practical kubectl commands—from inspecting deployments and events to streaming logs, editing YAML, scaling pods, and port-forwarding—that empower you to quickly diagnose and resolve common Kubernetes issues in real-world clusters effectively.

DeploymentKubernetescommands
0 likes · 8 min read
6 Essential kubectl Tricks to Master Kubernetes Troubleshooting
Liangxu Linux
Liangxu Linux
Oct 11, 2020 · Operations

Essential Linux Commands for Database Monitoring and System Management

A concise collection of Linux command‑line snippets helps you query Oracle client IPs, kill specific processes, count connections, summarize traffic, find large files, measure copy time, and monitor CPU and memory usage, all useful for DB and system administrators.

Sysadmincommandsdatabase
0 likes · 6 min read
Essential Linux Commands for Database Monitoring and System Management
ITPUB
ITPUB
Sep 7, 2020 · Fundamentals

Top 10 Linux Shell Interview Questions with Clear Answers

This article presents ten common Linux shell interview questions, explains how to interrupt scripts, manipulate files with sed, check line lengths, view non‑printable characters, set directory permissions, understand process states, and use commands like cut, cmp, diff, echo, and inode.

ScriptingShellcommands
0 likes · 8 min read
Top 10 Linux Shell Interview Questions with Clear Answers
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Aug 31, 2020 · Fundamentals

Master Git Internals: An Interactive Tutorial Beyond Commands

This interactive Git tutorial teaches you how Git works under the hood—covering repositories, cloning, adding, committing, pushing, branching, merging, rebasing, cherry‑picking, resolving conflicts, rewriting history, and using reflog—so you can understand the concepts instead of just memorising commands.

GitMergingTutorial
0 likes · 51 min read
Master Git Internals: An Interactive Tutorial Beyond Commands
21CTO
21CTO
Jul 4, 2020 · Fundamentals

Master Git: Essential Commands, Workflows, and Best Practices

This comprehensive guide covers Git fundamentals, including workspace concepts, configuration, common commands for adding, committing, branching, merging, rebasing, stashing, submodules, hook setup, branch management strategies, and solutions to frequent Git issues, providing developers with a complete reference for effective version control.

Version Controlbest practicesbranching
0 likes · 35 min read
Master Git: Essential Commands, Workflows, and Best Practices
Programmer DD
Programmer DD
Jun 23, 2020 · Databases

Master MySQL Basics: Schemas, Data Types, and Full CRUD Guide

This article provides a comprehensive MySQL tutorial covering schema concepts, data types, service control, database creation, table manipulation, and complete CRUD operations with practical command‑line examples and code snippets for beginners and intermediate users.

CRUDData TypesSQL
0 likes · 15 min read
Master MySQL Basics: Schemas, Data Types, and Full CRUD Guide
macrozheng
macrozheng
Jun 20, 2020 · Fundamentals

Master Git: Core Concepts, Data Model, and 12 Essential Commands

This guide explains Git’s origin, its snapshot‑based data model, and walks through twelve essential commands covering local operations, remote interactions, and branch management, while also providing visual diagrams and recommended learning resources for mastering version control.

GitTutorialVersion Control
0 likes · 12 min read
Master Git: Core Concepts, Data Model, and 12 Essential Commands
Liangxu Linux
Liangxu Linux
Jun 1, 2020 · Operations

Master Ubuntu 20.04: Essential Setup, Optimization, and Must‑Have Tools

This guide walks you through installing Ubuntu 20.04, configuring root and sudo passwords, speeding up package management with apt‑fast, switching software sources, installing essential browsers, input methods, terminal tools, Zsh, Vim, Git tweaks, proxychains, desktop shortcuts, and a curated list of useful applications, all with concrete commands and examples.

Ubuntucommandsoptimization
0 likes · 17 min read
Master Ubuntu 20.04: Essential Setup, Optimization, and Must‑Have Tools
DevOps Cloud Academy
DevOps Cloud Academy
May 5, 2020 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This tutorial explains how to install GitLab Runner on various platforms, register different runner types, retrieve tokens, and use common commands for managing the runner and executing CI/CD pipelines, providing code examples for Docker, CentOS, macOS, and interactive or non‑interactive registration.

DevOpsGitLab RunnerInstallation
0 likes · 8 min read
GitLab Runner Installation, Registration, and Common Commands Guide
Efficient Ops
Efficient Ops
Apr 28, 2020 · Databases

Master Redis: Core Concepts, Commands, and Data Types Explained

This article introduces Redis as an open‑source in‑memory data‑structure store, explains its role as a NoSQL database, covers fundamental data types, common commands, expiration handling, and advanced features like pipelines and transactions, providing a comprehensive guide for developers.

CacheData StructuresIn-Memory Database
0 likes · 15 min read
Master Redis: Core Concepts, Commands, and Data Types Explained
Python Programming Learning Circle
Python Programming Learning Circle
Mar 31, 2020 · Backend Development

Four Ways to Execute Shell Commands in Python

This article explains four Python techniques—os.system, os.popen, the commands module, and subprocess—for running shell commands, comparing their ability to capture output, return status, and recommending subprocess as the most flexible modern solution.

PythonShellcommands
0 likes · 3 min read
Four Ways to Execute Shell Commands in Python
ITPUB
ITPUB
Jan 16, 2020 · Fundamentals

Master Git vs SVN: Core Concepts, Commands, and Git‑SVN Integration

This guide compares Git and SVN, explains Git's core workflow, provides essential commands for everyday use, and shows how to bridge SVN repositories with Git‑SVN, offering a complete reference for developers transitioning between the two version‑control systems.

GitGit-SVNVersion Control
0 likes · 10 min read
Master Git vs SVN: Core Concepts, Commands, and Git‑SVN Integration
ITPUB
ITPUB
Dec 11, 2019 · Operations

Master Linux Runlevels and Systemd Targets: How to View, Change, and Secure Them

This guide explains the purpose of Linux runlevels, maps them to systemd targets, shows how to check the current runlevel, change it temporarily or permanently, list services per level, create custom levels, and improve system security through fine‑grained service control.

RunlevelSecuritySystem Administration
0 likes · 13 min read
Master Linux Runlevels and Systemd Targets: How to View, Change, and Secure Them
Ops Development Stories
Ops Development Stories
Dec 6, 2019 · Databases

Master Redis: Installation, Commands, and Persistence Explained

An in‑depth guide covering Redis fundamentals, installation steps, daemon configuration, password setup, core commands for strings, lists, hashes, sets and sorted sets, internal encodings, and both RDB and AOF persistence mechanisms, complete with practical code examples and configuration snippets.

Data StructuresInstallationPersistence
0 likes · 38 min read
Master Redis: Installation, Commands, and Persistence Explained
ITPUB
ITPUB
Nov 29, 2019 · Backend Development

Master Git: From Init to Branching, Merging, and Rebase

This comprehensive guide walks you through Git's core concepts and commands—including repository initialization, adding and committing files, pulling, pushing, branching, merging, rebasing, and useful tips—so you can confidently manage version control in any project.

GitMergingRepository
0 likes · 13 min read
Master Git: From Init to Branching, Merging, and Rebase
Sohu Tech Products
Sohu Tech Products
Oct 23, 2019 · Operations

Common Issues and Solutions When Migrating to Red Hat Enterprise Linux 7

This article summarizes eight typical problems encountered when upgrading to RHEL 7—including service management, rc.local scripts, automatic file cleanup, time synchronization, hostname handling, MySQL installation, network configuration, and logging—providing command‑by‑command solutions and best‑practice recommendations.

Linux AdministrationRHEL7Service Management
0 likes · 14 min read
Common Issues and Solutions When Migrating to Red Hat Enterprise Linux 7
Architect's Tech Stack
Architect's Tech Stack
Oct 14, 2019 · Databases

Redis Expiration Strategies and Command Effects on Key TTL

This article explains Redis's expiration policies, detailing how commands like DEL, SET, INCR, LPUSH, PERSIST, RENAME, EXPIRE, and EXPIREAT affect key TTLs, and describes the lazy and periodic deletion mechanisms used by Redis to manage expired keys.

ExpirationLazy DeletionPeriodic Deletion
0 likes · 9 min read
Redis Expiration Strategies and Command Effects on Key TTL
Java Captain
Java Captain
Aug 22, 2019 · Databases

Redis Data Structures and Common Commands Overview

This article introduces Redis's fundamental and advanced data structures, explains how each is represented internally, and provides detailed examples of essential commands such as KEYS, EXISTS, DEL, EXPIRE, TTL, and TYPE, highlighting their usage, complexity, and best‑practice considerations.

Data Structurescommandsdatabase
0 likes · 10 min read
Redis Data Structures and Common Commands Overview
360 Tech Engineering
360 Tech Engineering
Apr 25, 2019 · Mobile Development

LLDB Command Guide for iOS Debugging

This article introduces the most commonly used LLDB commands for iOS development, covering command syntax, help utilities, expression evaluation, printing, thread management, breakpoints, and watchpoints, and provides practical code examples to improve debugging efficiency in Xcode.

LLDBXcodecommands
0 likes · 10 min read
LLDB Command Guide for iOS Debugging
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2019 · Frontend Development

Master Vim for Front‑End Development: Essential Commands & Plugins

This comprehensive guide walks front‑end developers through installing Vim, mastering core editing commands, configuring a .vimrc file, and integrating a curated set of plugins for navigation, code completion, syntax highlighting, linting, Git, markdown preview, Emmet, and automatic formatting.

ConfigurationVimcommands
0 likes · 11 min read
Master Vim for Front‑End Development: Essential Commands & Plugins
MaGe Linux Operations
MaGe Linux Operations
Dec 20, 2018 · Operations

Essential Linux Commands and Scripts for System Administration

A comprehensive cheat‑sheet of Linux system administration commands and scripts covering mounting Windows shares, monitoring HTTP concurrency, packet sniffing, log analysis, file system inspection, process metrics, boot sequence, link types, partition handling, user management, and networking utilities.

FilesystemScriptingcommands
0 likes · 15 min read
Essential Linux Commands and Scripts for System Administration
MaGe Linux Operations
MaGe Linux Operations
Dec 15, 2018 · Databases

Mastering Redis: Core Data Structures, Commands, and Performance Tuning

This comprehensive guide explains Redis fundamentals, its rich data structures and common commands, then dives into performance optimization, replication, and clustering, offering practical examples and best‑practice recommendations for building reliable, high‑performance Redis deployments.

ClusterData StructuresReplication
0 likes · 32 min read
Mastering Redis: Core Data Structures, Commands, and Performance Tuning
Architecture Talk
Architecture Talk
Sep 30, 2018 · Backend Development

Why Event‑Driven Architecture Beats Command‑Driven Design in Microservices

This article explains how shifting from synchronous command‑driven interactions to asynchronous event‑driven flows reduces coupling, improves scalability, and enables flexible querying in distributed systems, while also discussing hybrid patterns, the single‑writer principle, and practical advantages illustrated with Kafka‑based examples.

Event-Driven ArchitectureEventsKafka
0 likes · 13 min read
Why Event‑Driven Architecture Beats Command‑Driven Design in Microservices
21CTO
21CTO
May 7, 2018 · Fundamentals

Master Git Branch Management: Essential Commands and Best Practices

This guide provides a comprehensive overview of essential Git commands for pulling, committing, branching, merging, tagging, stashing, and managing files, along with practical tips and conventions to streamline collaborative development workflows.

Branch Managementcommands
0 likes · 6 min read
Master Git Branch Management: Essential Commands and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Apr 4, 2018 · Operations

Master Linux System Administration: 30 Essential Exam Questions & Answers

This article presents a comprehensive set of 30 Linux system administration exam questions—including multiple‑choice, short‑answer, and open‑ended items—covering command usage, partition planning, file deletion mechanics, vi editor basics, sed options, and more, together with the correct answers for study and review.

ShellSystem Administrationcommands
0 likes · 17 min read
Master Linux System Administration: 30 Essential Exam Questions & Answers
MaGe Linux Operations
MaGe Linux Operations
Mar 15, 2018 · Cloud Native

What Is Docker? A Beginner’s Guide to Containers and Their Benefits

This article introduces Docker as an open‑source container engine, explains how it differs from traditional virtual machines, outlines its advantages, shows its relationship with micro‑services, and provides step‑by‑step installation and common command examples for getting started.

CaaSContainersInstallation
0 likes · 10 min read
What Is Docker? A Beginner’s Guide to Containers and Their Benefits
MaGe Linux Operations
MaGe Linux Operations
Feb 6, 2018 · Operations

Master Linux User & Group Management: Commands, Files, and Best Practices

This comprehensive guide explains Linux user and group management, covering essential files such as /etc/passwd, /etc/shadow, and /etc/group, detailing each field, and providing step‑by‑step command examples for adding, modifying, locking, and deleting users and groups, as well as managing passwords and group administrators.

System AdministrationUser Managementcommands
0 likes · 16 min read
Master Linux User & Group Management: Commands, Files, and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Dec 22, 2017 · Operations

Essential Linux System Administration Commands and Tips

This article compiles practical Linux system administration techniques, covering how to check physical CPUs and cores, interpret load averages, understand vmstat columns, differentiate buffer and cache, monitor memory usage with top, inspect network connections, manage services, configure IP addresses, use iptables, rsync options, cron jobs, and troubleshoot hardware issues.

commandscroniptables
0 likes · 18 min read
Essential Linux System Administration Commands and Tips
ITPUB
ITPUB
Nov 30, 2017 · Operations

Essential Linux Bash Tips and Commands Every Sysadmin Should Know

A comprehensive cheat‑sheet of practical Linux Bash commands covering network checks, process control, file manipulation, Git operations, performance testing, and many other everyday sysadmin tasks, presented in concise examples for quick reference and efficient workflow.

ShellTipscommands
0 likes · 11 min read
Essential Linux Bash Tips and Commands Every Sysadmin Should Know
ITPUB
ITPUB
Oct 30, 2017 · Operations

12 Essential Linux Commands to Monitor Memory Usage

This guide lists twelve Linux tools and commands—including /proc/meminfo, atop, free, GNOME System Monitor, htop, KDE System Monitor, memstat, nmon, ps, smem, top, and vmstat—detailing how each provides real‑time or summarized insights into RAM consumption and overall system performance.

Memory MonitoringSystem Administrationcommands
0 likes · 6 min read
12 Essential Linux Commands to Monitor Memory Usage
MaGe Linux Operations
MaGe Linux Operations
Mar 5, 2017 · Operations

20 Essential Linux Commands Every Sysadmin Should Master

This article provides concise, step‑by‑step explanations of 20 common Linux commands—from checking runlevels and default gateways to rebuilding initramfs, using cpio, patch, aspell, dig, and locating files—complete with example outputs and helpful screenshots for quick reference.

System AdministrationUnixcommands
0 likes · 9 min read
20 Essential Linux Commands Every Sysadmin Should Master
MaGe Linux Operations
MaGe Linux Operations
May 15, 2016 · Fundamentals

Master Vim: Essential Commands, Modes, and Customizations Explained

This comprehensive guide walks you through Vim’s history, core editing modes, essential commands for navigation, editing, searching, and file management, as well as advanced features like visual mode, split windows, and configuration options, providing a solid foundation for efficient text editing.

ConfigurationTutorialVim
0 likes · 10 min read
Master Vim: Essential Commands, Modes, and Customizations Explained
MaGe Linux Operations
MaGe Linux Operations
Mar 23, 2015 · Fundamentals

How to Inspect CPU Details on Linux: 13 Essential Commands

This guide lists thirteen Linux commands and tools—including /proc/cpuinfo, cpufreq-info, cpuid, dmidecode, hardinfo, i7z, likwid, lscpu, lshw, lstopo, numactl, and x86info— that reveal comprehensive CPU hardware information such as vendor, model, frequencies, cores, caches, and topology.

CPUHardwareSystem Information
0 likes · 7 min read
How to Inspect CPU Details on Linux: 13 Essential Commands