Tag

MAC

0 views collected around this technical thread.

Deepin Linux
Deepin Linux
Dec 16, 2024 · Fundamentals

Understanding Ethernet MAC and PHY Layers: Common Issues and Solutions

This article explains the roles of Ethernet MAC and PHY layers, outlines typical hardware and software problems such as connection faults, power instability, and driver misconfigurations, and provides detailed troubleshooting steps and best‑practice solutions to restore reliable network communication.

DriverEthernetMAC
0 likes · 31 min read
Understanding Ethernet MAC and PHY Layers: Common Issues and Solutions
Deepin Linux
Deepin Linux
Jul 12, 2024 · Fundamentals

Understanding Ethernet: MAC, PHY, MII, and SMI Interfaces

This article provides a comprehensive overview of Ethernet technology, explaining the roles of MAC and PHY chips, the OSI layer interactions, and the various interfaces such as MII, RMII, GMII, RGMII, and SMI, along with practical hardware integration details.

EthernetMACMII
0 likes · 21 min read
Understanding Ethernet: MAC, PHY, MII, and SMI Interfaces
IT Services Circle
IT Services Circle
Sep 5, 2023 · Fundamentals

Microsoft Announces Retirement of Visual Studio for Mac IDE

Microsoft announced that Visual Studio for Mac will be retired, ending support after August 31, 2024, and explained its history from SharpDevelop to Xamarin Studio, the reasons for low adoption, and offered alternatives such as VS Code with C# Dev Kit, VM-based Windows VS, and JetBrains Rider.

.NETC++MAC
0 likes · 8 min read
Microsoft Announces Retirement of Visual Studio for Mac IDE
Test Development Learning Exchange
Test Development Learning Exchange
Jun 8, 2023 · Operations

Using Python and Paramiko to Connect to Linux Servers from Windows and Mac

This tutorial explains how to install and use the Python Paramiko library to establish SSH connections to Linux servers from Windows and Mac terminals, enabling execution of Linux commands remotely and improve server management efficiency.

Linux CommandsMACParamiko
0 likes · 3 min read
Using Python and Paramiko to Connect to Linux Servers from Windows and Mac
Coolpad Technology Team
Coolpad Technology Team
Apr 13, 2022 · Fundamentals

Understanding Network Layers, MAC, DHCP, TCP Handshake/Teardown and Common WiFi Issues on Android

This article explains the purpose of network layering, the role of the MAC layer, DHCP and TCP mechanisms, and provides a systematic analysis approach for common Android Wi‑Fi problems such as connection failures, DHCP issues, authentication errors, disconnections, RSSI weakness, beacon time‑outs, ARP/DNS failures, data stalls, TX/RX anomalies, AP‑side events and roaming triggers.

DHCPMACNetwork
0 likes · 25 min read
Understanding Network Layers, MAC, DHCP, TCP Handshake/Teardown and Common WiFi Issues on Android
IT Services Circle
IT Services Circle
Mar 30, 2022 · Fundamentals

Apple’s Ongoing Battle with Heat: From the 2013 Mac Pro to the Self‑Designed M1 Chip

The article traces Apple’s four‑decade struggle with thermal challenges in its Mac lineup, recounting the legacy of the 2013 “trash‑can” Mac Pro, the evolution of chip architecture, and how the company’s shift to self‑designed silicon like the M1 series finally broke the heat‑constraint cycle.

AppleM1MAC
0 likes · 13 min read
Apple’s Ongoing Battle with Heat: From the 2013 Mac Pro to the Self‑Designed M1 Chip
Wukong Talks Architecture
Wukong Talks Architecture
Nov 8, 2021 · Operations

Running Docker on Apple M1: Installation, Configuration, and Redis Demo

This guide explains how to install Docker Desktop on Apple Silicon M1 Macs, covers required Rosetta compatibility, shows the Docker Desktop features, demonstrates running containers and a Redis instance, and discusses resource settings and Kubernetes support, providing a practical end‑to‑end workflow.

Apple SiliconContainerDevOps
0 likes · 8 min read
Running Docker on Apple M1: Installation, Configuration, and Redis Demo
Sohu Tech Products
Sohu Tech Products
Aug 11, 2021 · Fundamentals

Understanding How Computers Communicate: From IP and MAC to Routing, NAT and Beyond

This article explains the fundamental mechanisms of computer networking—including IP addressing, MAC addresses, ARP, DHCP, subnetting, routing, and NAT—using clear analogies and detailed diagrams to help readers grasp how data travels from one host to another across local and wide-area networks.

ARPDHCPIP
0 likes · 21 min read
Understanding How Computers Communicate: From IP and MAC to Routing, NAT and Beyond
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 4, 2021 · Information Security

Overview of SELinux and Its Use in Android

The article explains SELinux’s origins, core architecture, mandatory access control mechanisms such as type enforcement and MLS, and how Android incorporates SELinux as SEAndroid—detailing its evolution from permissive to enforcing mode, policy file structure, Android O’s split policies, and example domain and object transitions.

Access ControlAndroidKernel
0 likes · 17 min read
Overview of SELinux and Its Use in Android
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 25, 2021 · Fundamentals

Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods

This article explains how to configure Linux network interfaces, interpret configuration files, set up DNS and hosts, understand routing (static and dynamic), examine IP and MAC header structures, apply CIDR subnetting, differentiate private and public addresses, and choose common virtual networking methods such as bridge, NAT, and host‑only.

IPLinuxMAC
0 likes · 16 min read
Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods
Wukong Talks Architecture
Wukong Talks Architecture
Apr 18, 2021 · Cloud Native

Running Docker Desktop on Apple M1: Installation, Configuration, and Hands‑On Redis Demo

This article walks through installing Docker Desktop on Apple M1 Macs, explains required Rosetta support, shows how to run and manage containers—including a Redis example—covers Docker Desktop preferences, resource settings, and built‑in Kubernetes, and highlights practical tips and known limitations.

Apple M1DockerDocker Desktop
0 likes · 8 min read
Running Docker Desktop on Apple M1: Installation, Configuration, and Hands‑On Redis Demo
Wukong Talks Architecture
Wukong Talks Architecture
Mar 29, 2021 · Fundamentals

Essential Mac Development Tools and Shortcuts for New Mac Users

This article introduces a curated set of productivity shortcuts, package managers, command‑line enhancements, writing utilities, and core development tools for macOS, guiding new Mac owners through installation, configuration, and efficient usage to boost their software development workflow.

GitHomebrewMAC
0 likes · 10 min read
Essential Mac Development Tools and Shortcuts for New Mac Users
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 1, 2021 · Fundamentals

Configuring Linux Network, Routing, and IP Fundamentals

This article explains how to configure Linux network settings, describes the contents of key configuration files such as ifcfg, /etc/resolv.conf, and /etc/hosts, and introduces routing concepts, static and dynamic routes, gateways, IP/MAC headers, CIDR, and common virtual networking methods.

IPLinuxMAC
0 likes · 17 min read
Configuring Linux Network, Routing, and IP Fundamentals
Tencent Music Tech Team
Tencent Music Tech Team
Jun 23, 2020 · Frontend Development

Automating Front-End Development Environment with Alfred Workflows and AppleScript

The article demonstrates how to replace the half‑minute, error‑prone manual steps of launching WebStorm, iTerm, Whistle proxy, and enabling Chrome extensions with a single Alfred workflow that uses AppleScript to open apps, run commands, and toggle extensions, dramatically streamlining front‑end development setup.

AlfredAppleScriptAutomation
0 likes · 4 min read
Automating Front-End Development Environment with Alfred Workflows and AppleScript
Architecture Digest
Architecture Digest
Nov 10, 2017 · Information Security

Overview of Cryptographic Techniques: Symmetric/Asymmetric Encryption, Hash Functions, MACs, Digital Signatures, and Certificates

This article explains symmetric and asymmetric encryption, the key‑distribution problem, hybrid cryptosystems, one‑way hash functions, message authentication codes, digital signatures, public‑key certificates, and compares these cryptographic methods in detail.

CertificateCryptographyEncryption
0 likes · 14 min read
Overview of Cryptographic Techniques: Symmetric/Asymmetric Encryption, Hash Functions, MACs, Digital Signatures, and Certificates
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 25, 2016 · Fundamentals

How Does Your WeChat Message Reach Your Partner? Inside ARP Basics

This article uses a playful campus love story to illustrate how messages travel over a network, explaining the role of IP addresses, MAC addresses, broadcast domains, and the ARP protocol in translating an IP to a physical address so data can reach the recipient’s device.

ARPIPMAC
0 likes · 6 min read
How Does Your WeChat Message Reach Your Partner? Inside ARP Basics