vault backup: 2025-10-17 20:33:05
Affected files: .obsidian/workspace.json 2 Personal/Home Lab/Devices/Dell Studio 1558.md 2 Personal/Home Lab/Pi-Hole in Homenetwork.md
This commit is contained in:
19
2 Personal/Home Lab/Devices/Dell Studio 1558.md
Normal file
19
2 Personal/Home Lab/Devices/Dell Studio 1558.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Dell Studio 1558
|
||||
created_date: 2025-10-17
|
||||
updated_date: 2025-10-17
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# Dell Studio 1558
|
||||
|
||||
Running Debian Trixie (13)
|
||||
|
||||
## Configuration Changes
|
||||
### Lid Switch doesn't Trigger shutdown
|
||||
```bash
|
||||
sudo sed -i '/^HandleLidSwitch/d;/^HandleLidSwitchDocked/d' /etc/systemd/logind.conf && echo -e "[Login]\nHandleLidSwitch=ignore\nHandleLidSwitchDocked=ignore" | sudo tee -a /etc/systemd/logind.conf
|
||||
sudo systemctl restart systemd-logind
|
||||
```
|
||||
|
||||
### Display always off
|
||||
22
2 Personal/Home Lab/Pi-Hole in Homenetwork.md
Normal file
22
2 Personal/Home Lab/Pi-Hole in Homenetwork.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Pi-Hole in Homenetwork
|
||||
created_date: 2025-10-17
|
||||
updated_date: 2025-10-17
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# Pi-Hole in Homenetwork
|
||||
I followed this tutorial: [World's Greatest Pi-hole Tutorial - Easy Raspberry Pi Project! - YouTube](https://www.youtube.com/watch?v=cE21YjuaB6o)
|
||||
|
||||
|
||||
|
||||
- Installed in goodolddell
|
||||
- 192.168.1.51
|
||||
|
||||
## DNS Settings on Router
|
||||
![[Pasted image 20251017195849.png]]
|
||||
|
||||
|
||||
## Todos
|
||||
- [ ] disable blocking - automation: should be easy for every user
|
||||
- [ ] backup pihole settings
|
||||
Reference in New Issue
Block a user