Tagged articles
42 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 8, 2026 · Operations

Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro

The article compares Debian and Ubuntu, showing how Debian’s community‑driven purity, stable release model, broad hardware support, flexible desktop choices, classic APT packaging, and strong community make it a superior daily‑driver Linux distribution.

APTDebianFree Software
0 likes · 10 min read
Why Debian Beats Ubuntu as the Ideal Daily‑Driver Linux Distro
Black & White Path
Black & White Path
Apr 12, 2026 · Information Security

How an APT Hijacked Apple Accounts in 30 Seconds to Spy on Middle‑East Journalists

A three‑year investigation by Access Now, SMEX and Lookout reveals that the Indian APT group BITTER conducted rapid Apple‑ID phishing, 2FA‑relay attacks and Android spyware deployments to fully compromise the accounts of journalists across the Middle East and North Africa, often within 30 seconds of credential entry.

2FA bypassAPTAndroid spyware
0 likes · 9 min read
How an APT Hijacked Apple Accounts in 30 Seconds to Spy on Middle‑East Journalists
Black & White Path
Black & White Path
Mar 2, 2026 · Information Security

When Missiles Fall, Cyber Attack Countdown Starts: Iran’s Escalating Threat

As U.S. and Israeli forces target Iranian nuclear sites, analysts warn that Iran and its proxy hackers are poised to launch large‑scale cyber retaliation against critical U.S. and Israeli infrastructure, with sophisticated APT groups, upgraded attack methods, and high‑risk targets spanning energy, finance, and public utilities.

APTCyber WarfareDefense Strategies
0 likes · 9 min read
When Missiles Fall, Cyber Attack Countdown Starts: Iran’s Escalating Threat
Raymond Ops
Raymond Ops
Nov 16, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg, and Source Compilation

This guide walks you through Linux package management fundamentals, covering yum and apt/apt‑get commands, dpkg/rpm operations, and a step‑by‑step example of compiling and installing software from source such as Nginx, while highlighting convenience, customizability, and permission considerations.

APTCompilationLinux
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg, and Source Compilation
Liangxu Linux
Liangxu Linux
Aug 3, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation

This guide walks through Linux package management fundamentals, covering yum on RPM‑based systems, apt/apt‑get on Debian‑based systems, low‑level dpkg and rpm commands, and step‑by‑step source compilation with practical examples, tips, and a concise comparison of convenience, customizability, and required privileges.

APTRPMSource Compilation
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2025 · Operations

How to Build a Private Linux Mirror Repository from Scratch – Complete Production Guide

This step‑by‑step guide explains how to design, provision, and configure a private Linux package mirror for Ubuntu, CentOS, and Docker, covering hardware sizing, network layout, APT/YUM repository setup, Docker Registry deployment, HAProxy load balancing, Keepalived high‑availability, monitoring with Prometheus and Grafana, security hardening, automated synchronization scripts, and troubleshooting procedures.

APTDocker RegistryMirror Repository
0 likes · 27 min read
How to Build a Private Linux Mirror Repository from Scratch – Complete Production Guide
Raymond Ops
Raymond Ops
Dec 29, 2024 · Information Security

What Every Hacker Calls It: A Comprehensive Glossary of Cyber Threats

This article provides a detailed glossary of common hacking terms and techniques—from black‑hat attackers and backdoors to APTs, exploits, and dark‑web concepts—explaining each threat, its purpose, and how it impacts information security.

APTExploitThreats
0 likes · 17 min read
What Every Hacker Calls It: A Comprehensive Glossary of Cyber Threats
Liangxu Linux
Liangxu Linux
May 1, 2024 · Operations

Master Linux Package Managers: apt, yum, dnf, pacman, zypper

This guide explains how to use the major Linux package managers—apt, yum, dnf, pacman, and zypper—to update repositories, install, upgrade, and remove software, as well as advanced tasks like searching, viewing package info, handling transactions, configuring repositories, and troubleshooting common issues.

APTLinuxdnf
0 likes · 8 min read
Master Linux Package Managers: apt, yum, dnf, pacman, zypper
Liangxu Linux
Liangxu Linux
Apr 30, 2024 · Operations

How to Resolve Linux Package Dependency Issues Across Major Distributions

This guide explains runtime and build-time package dependencies on Linux, demonstrates how to use apt, yum, dnf, pacman, and other tools to automatically or manually fix missing packages, version conflicts, and shared‑library problems, and provides practical command examples for each major distribution.

APTLinuxdependency resolution
0 likes · 6 min read
How to Resolve Linux Package Dependency Issues Across Major Distributions
DevOps Operations Practice
DevOps Operations Practice
Apr 10, 2024 · Operations

Common apt Commands for Managing Packages on Ubuntu

This article provides a concise guide to using the apt package manager on Ubuntu, covering installation, updating package lists, upgrading, searching, displaying information, removing packages, and cleaning up unused files with clear command examples.

APTLinuxSystem Administration
0 likes · 4 min read
Common apt Commands for Managing Packages on Ubuntu
MaGe Linux Operations
MaGe Linux Operations
Mar 24, 2024 · Information Security

What Every Hacker Should Know: 27 Common Terms and Attack Techniques

This article provides a comprehensive glossary of 27 common hacking terms—from black‑hat and backdoor to zero‑day exploits and dark‑web concepts—explaining each technique, malware type, and security threat in clear, concise English for anyone interested in cybersecurity fundamentals.

APTExploitcybersecurity
0 likes · 18 min read
What Every Hacker Should Know: 27 Common Terms and Attack Techniques
Zhuanzhuan Tech
Zhuanzhuan Tech
Jan 10, 2024 · Information Security

Log Desensitization Practices and APT‑Based Automatic toString Generation in Java

This article describes how ZhaiZhai implements log desensitization for personal data protection using a reusable Java utility class, JSON serializer customizations with Jackson, and an annotation‑processing tool that automatically generates masked toString methods, while also discussing operational challenges and future plans.

APTAnnotation Processingjava
0 likes · 13 min read
Log Desensitization Practices and APT‑Based Automatic toString Generation in Java
Liangxu Linux
Liangxu Linux
Nov 7, 2023 · Operations

Master Linux Package Management: yum vs apt and rpm vs dpkg Compared

This guide compares the major Linux package managers—yum/apt for RPM‑based and Debian‑based systems and rpm/dpkg for handling .rpm and .deb files—detailing their configuration files, common commands for installing, updating, removing, querying, and cleaning packages, plus useful command‑line examples.

APTRPMdpkg
0 likes · 5 min read
Master Linux Package Management: yum vs apt and rpm vs dpkg Compared
Huolala Tech
Huolala Tech
Nov 30, 2022 · Mobile Development

How TheRouter Simplifies Android Modular Routing with APT and ASM

This article explains why a routing framework is essential for Android apps, analyzes TheRouter's source code, and shows how it uses annotation processing and ASM bytecode injection to handle page navigation, parameter injection, and cross‑module method calls in a modular architecture.

APTASMAndroid
0 likes · 27 min read
How TheRouter Simplifies Android Modular Routing with APT and ASM
Liangxu Linux
Liangxu Linux
Oct 8, 2022 · Fundamentals

How to Run Windows .exe Files on Linux Using Wine

This guide explains what Wine is, how to install it on Ubuntu, configure wineprefixes, and use winetricks to install Windows applications such as WeChat, providing step‑by‑step commands and screenshots.

APTWindows compatibilityWine
0 likes · 4 min read
How to Run Windows .exe Files on Linux Using Wine
政采云技术
政采云技术
Sep 21, 2022 · Backend Development

Understanding Java Annotation Processing (APT) and Implementing a Custom Lombok‑like Processor

This article explains the principles behind Java annotation processing tools such as APT, compares APT with AOP and Java agents, and provides a step‑by‑step guide to creating a custom Lombok‑style annotation processor that generates getters, setters, and toString methods at compile time.

APTAnnotationProcessingBytecodeGeneration
0 likes · 17 min read
Understanding Java Annotation Processing (APT) and Implementing a Custom Lombok‑like Processor
Java Architect Essentials
Java Architect Essentials
Jun 27, 2022 · Backend Development

How Lombok Generates Code at Compile Time: A Deep Dive into Annotations and APT

This article explains what Lombok is, how it uses compile‑time annotations and the Java Annotation Processing Tool (APT) to automatically generate getters, setters, constructors and other boilerplate code, and provides step‑by‑step examples of defining custom annotations, processors, and compiling them to produce new classes.

APTAnnotation ProcessingCompile-time
0 likes · 12 min read
How Lombok Generates Code at Compile Time: A Deep Dive into Annotations and APT
Liangxu Linux
Liangxu Linux
Feb 15, 2022 · Operations

Mastering APT: Essential Commands for Ubuntu & Debian Package Management

Learn how to efficiently manage Debian-based packages on Ubuntu and other Linux distributions using APT, covering updating the package index, upgrading system and individual packages, installing and removing software, handling dependencies, and leveraging powerful commands like list, search, and show for comprehensive system maintenance.

APTLinuxSystem Administration
0 likes · 7 min read
Mastering APT: Essential Commands for Ubuntu & Debian Package Management
Liangxu Linux
Liangxu Linux
Aug 4, 2021 · Operations

Master Linux Package Management: apt vs dnf Commands Explained

This guide walks you through searching, installing, updating, and removing software on Linux using the apt and dnf package managers, covering command syntax, regex searches, group installations, and how each tool handles caches and configuration files.

APTLinuxSoftware Installation
0 likes · 8 min read
Master Linux Package Management: apt vs dnf Commands Explained
Open Source Linux
Open Source Linux
Apr 25, 2021 · Information Security

Understanding Remote-Control Trojans: Concepts, Deployment, Communication, and APT Threats

This comprehensive guide explains remote‑control trojans—covering their basic concepts, classifications, infection methods, communication techniques, typical functionalities, their role in APT attacks, and practical detection strategies—providing security professionals with essential knowledge to defend against these sophisticated threats.

APTRemote accessmalware analysis
0 likes · 24 min read
Understanding Remote-Control Trojans: Concepts, Deployment, Communication, and APT Threats
21CTO
21CTO
Mar 1, 2021 · Information Security

How Chinese Hackers Targeted India's Power Grid Amid Border Tensions

Amid escalating China‑India border tensions, coordinated Chinese hacking groups launched cyber attacks on Indian critical infrastructure, compromising power generation and transmission systems, while retaliatory Indian state‑sponsored actors also deployed spear‑phishing campaigns against Chinese military and government entities.

APTChinaIndia
0 likes · 5 min read
How Chinese Hackers Targeted India's Power Grid Amid Border Tensions
Liangxu Linux
Liangxu Linux
Feb 19, 2021 · Operations

apt vs apt-get: Which Package Manager Should You Use on Ubuntu?

This article explains the differences between the traditional apt-get command and the newer apt command on Ubuntu and Debian‑based systems, covering their histories, command syntax, functional distinctions, new features, and practical recommendations for regular users on which tool to adopt.

APTLinuxUbuntu
0 likes · 9 min read
apt vs apt-get: Which Package Manager Should You Use on Ubuntu?
Liangxu Linux
Liangxu Linux
Jun 6, 2020 · Fundamentals

11 Best Linux Image Viewers and How to Install Them

Discover a curated list of eleven open‑source Linux image viewers, each with key features, screenshots, and simple apt commands for quick installation, helping you choose the right tool for better image browsing on any Linux desktop.

APTDesktopImage Viewer
0 likes · 10 min read
11 Best Linux Image Viewers and How to Install Them
ITPUB
ITPUB
Apr 20, 2020 · Operations

Master Ubuntu Package Search with apt‑cache, apt, and aptitude

Learn how to locate exact package names on Ubuntu and Debian using apt‑cache, apt search, and aptitude, including updating the repository index, filtering results, viewing package details, and installing the discovered packages.

APTLinuxUbuntu
0 likes · 7 min read
Master Ubuntu Package Search with apt‑cache, apt, and aptitude
ITPUB
ITPUB
Mar 31, 2020 · Fundamentals

How to Install Python 3.7 on Ubuntu 18.04 – Step‑by‑Step Guide

This tutorial walks you through two reliable methods for installing Python 3.7 on Ubuntu 18.04 LTS—using the deadsnakes PPA with APT and compiling from source—detailing prerequisite packages, exact commands, expected output, and verification steps.

APTInstallationPython
0 likes · 10 min read
How to Install Python 3.7 on Ubuntu 18.04 – Step‑by‑Step Guide
ITPUB
ITPUB
Jan 13, 2020 · Operations

How to Build Your Own Local Yum and Apt Repositories on Linux

This guide explains step‑by‑step how to create local package repositories for RPM‑based (yum/dnf) and Debian‑based (apt) Linux systems, covering required tools, directory setup, metadata generation, repository configuration files, and example commands for easy deployment.

APTLinuxRPM
0 likes · 7 min read
How to Build Your Own Local Yum and Apt Repositories on Linux
ITPUB
ITPUB
Oct 25, 2017 · Information Security

How the Wild Neutron APT Breached Microsoft’s Vulnerability Database in 2013

In 2013, a group known as Wild Neutron infiltrated Microsoft’s vulnerability reporting database, stole data, and remained undetected for months, prompting a month‑long patch effort and a quiet investigation that revealed no immediate exploitation of the leaked flaws.

APTCVE-2013-0422Microsoft
0 likes · 5 min read
How the Wild Neutron APT Breached Microsoft’s Vulnerability Database in 2013
ITPUB
ITPUB
Mar 4, 2016 · Operations

Master Linux Package Management: Essential Commands for Debian, RPM, and More

This guide walks you through the fundamentals of Linux package management across major distributions, covering repository updates, package searches, installations, upgrades, and removals using tools like APT, yum, and dnf, with practical command examples and visual references.

APTLinuxRPM
0 likes · 7 min read
Master Linux Package Management: Essential Commands for Debian, RPM, and More