mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 01:42:45 +00:00
26 lines
395 B
Plaintext
26 lines
395 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# maza
|
|
|
|
> Local ad blocker. Like Pi-hole but local and using the operating system.
|
|
> More information: <https://github.com/tanrax/maza-ad-blocking>.
|
|
|
|
- Update the Maza database:
|
|
|
|
`maza update`
|
|
|
|
- Start Maza:
|
|
|
|
`sudo maza start`
|
|
|
|
- Stop Maza:
|
|
|
|
`sudo maza stop`
|
|
|
|
- Show the status of Maza:
|
|
|
|
`maza status`
|