From e964ec8f74b644d66ca166a7524adcc3a82709c9 Mon Sep 17 00:00:00 2001
From: "Gabriel A. Giovanini"
Date: Sat, 14 May 2022 19:56:06 +0200
Subject: feat: Move code to blog
- Move most logic of the blog to blog.rs, making it easier to test.
- Now the file contains the creation date of the blog post to be parsed.
- Add chrono to parse datetime, so later we can order by date.
- Refactor gitlab pipeline, move `before_script` to a proper place.
---
content/posts/2020-07-14Friz_box_turned_off_DHCP.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 content/posts/2020-07-14Friz_box_turned_off_DHCP.html
(limited to 'content/posts/2020-07-14Friz_box_turned_off_DHCP.html')
diff --git a/content/posts/2020-07-14Friz_box_turned_off_DHCP.html b/content/posts/2020-07-14Friz_box_turned_off_DHCP.html
new file mode 100644
index 0000000..569604b
--- /dev/null
+++ b/content/posts/2020-07-14Friz_box_turned_off_DHCP.html
@@ -0,0 +1,18 @@
+
+ Friz.box turned off DHCP
+
+ If you turned off your DHCP server follow these steps to connect to FritzBox settings.
+
+
+ - Set your computer IP to 170.254.1.2 and your mask to 255.255.0.0
+ - Then go to 169.254.1.1, login and re-enable the DHCP server:
+
+
+
+ On gnome turn the wired connection off on again to apply the settings.
+
+
+ Note: why in the hell does FritzBox 7490 require a land-line telephone to be physically factory
+ reset?
+
+
--
cgit v1.2.3