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:
10
.obsidian/workspace.json
vendored
10
.obsidian/workspace.json
vendored
@@ -276,12 +276,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Temporary/Pi-Hole in Homenetwork.md",
|
||||
"file": "2 Personal/Home Lab/Devices/Dell Studio 1558.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Pi-Hole in Homenetwork"
|
||||
"title": "Dell Studio 1558"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -536,9 +536,11 @@
|
||||
},
|
||||
"active": "be844f7733957d2f",
|
||||
"lastOpenFiles": [
|
||||
"2 Personal/Home Lab/Pi-Hole in Homenetwork.md",
|
||||
"2 Personal/Home Lab/Devices/Dell Studio 1558.md",
|
||||
"2 Personal/Home Lab/Devices",
|
||||
"Attachments/Pasted image 20251017195849.png",
|
||||
"Temporary/OneSec Propulsion System.md",
|
||||
"Temporary/Pi-Hole in Homenetwork.md",
|
||||
"0 Journal/0 Daily/2025-10-15.md",
|
||||
"Attachments/Pasted image 20251015111504.png",
|
||||
"Attachments/Pasted image 20251015092212.png",
|
||||
@@ -576,13 +578,11 @@
|
||||
"Attachments/Pasted image 20250721140924.png",
|
||||
"Attachments/Pasted image 20250717210347.png",
|
||||
"Attachments/image 20.jpg",
|
||||
"Attachments/image 19.jpg",
|
||||
"2 Personal/Projects/Robotics/Untitled",
|
||||
"2 Personal/Projects/Robotics",
|
||||
"Attachments/madgwick_internal_report.pdf",
|
||||
"Dashboard Canvas.canvas",
|
||||
"99 Work/0 OneSec/OneSecNotes/40 - User Manuals",
|
||||
"2 Personal/1 Skills/IT",
|
||||
"99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Computer Science/Untitled.canvas",
|
||||
"8 Work/OneSecNotes/Temporary/Untitled.canvas"
|
||||
]
|
||||
|
||||
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
|
||||
@@ -6,6 +6,9 @@ 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
|
||||
Reference in New Issue
Block a user