Tag

APT

0 views collected around this technical thread.

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.

APTexploithacking
0 likes · 17 min read
What Every Hacker Calls It: A Comprehensive Glossary of Cyber Threats
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.

APTCommand LineSystem Administration
0 likes · 4 min read
Common apt Commands for Managing Packages on Ubuntu
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.

APTJavaannotation-processing
0 likes · 13 min read
Log Desensitization Practices and APT‑Based Automatic toString Generation in Java
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Dec 7, 2022 · Mobile Development

Optimizing Android Layout Inflation with Layout2Code: An APT‑Based Approach

The team created Layout2Code, an APT‑based generator that translates XML layouts into Kotlin code at build time—handling merge and include tags and supporting custom Views—cutting homepage layout inflation by over 200 ms, boosting performance metrics while requiring far less maintenance than traditional X2C solutions.

APTAndroidKotlin
0 likes · 7 min read
Optimizing Android Layout Inflation with Layout2Code: An APT‑Based Approach
Python Programming Learning Circle
Python Programming Learning Circle
Sep 21, 2022 · Operations

Common Linux Package Management Tools and Their Command Usage

This article introduces the most widely used Linux package managers—dpkg, apt, rpm, yum, and dnf—explaining their purpose, supported distributions, and providing comprehensive command‑line examples for installing, removing, querying, and managing software packages.

APTdnfdpkg
0 likes · 14 min read
Common Linux Package Management Tools and Their Command Usage
政采云技术
政采云技术
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