diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f1c3278..5dcfe3f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] diff --git a/2 Personal/Home Lab/Devices/Dell Studio 1558.md b/2 Personal/Home Lab/Devices/Dell Studio 1558.md new file mode 100644 index 0000000..78ffb52 --- /dev/null +++ b/2 Personal/Home Lab/Devices/Dell Studio 1558.md @@ -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 \ No newline at end of file diff --git a/Temporary/Pi-Hole in Homenetwork.md b/2 Personal/Home Lab/Pi-Hole in Homenetwork.md similarity index 69% rename from Temporary/Pi-Hole in Homenetwork.md rename to 2 Personal/Home Lab/Pi-Hole in Homenetwork.md index 85341f0..6265bbe 100644 --- a/Temporary/Pi-Hole in Homenetwork.md +++ b/2 Personal/Home Lab/Pi-Hole in Homenetwork.md @@ -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