Page not found
+ +diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md deleted file mode 100644 index 5f6b5b8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# reachableceo.com - -Charles N Wyble (@ReachableCEO) public website \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..08b00b3 --- /dev/null +++ b/content/about.md @@ -0,0 +1,11 @@ ++++ +title = 'About' +date = 2024-11-01T11:02:54-05:00 ++++ + + +## Intro + +hi! + +this is the ReachableCEO! \ No newline at end of file diff --git a/content/images/avatar.png b/content/images/avatar.png new file mode 100644 index 0000000..3c9c102 Binary files /dev/null and b/content/images/avatar.png differ diff --git a/content/images/ultix0control-winver.png b/content/images/ultix0control-winver.png new file mode 100644 index 0000000..b1c4869 Binary files /dev/null and b/content/images/ultix0control-winver.png differ diff --git a/content/post/DailyDriver-ultix-control.md b/content/post/DailyDriver-ultix-control.md new file mode 100644 index 0000000..69751bf --- /dev/null +++ b/content/post/DailyDriver-ultix-control.md @@ -0,0 +1,73 @@ ++++ +title = 'From The Desk of the CTO - Daily Driver (ultix-control)' +date = 2024-11-01T11:03:04-05:00 ++++ + + +## Series Introduction + +From the desk of the CTO is a series of posts I've been drafting for a few months and am finally publishing. It is quite literally about my "desk" (digital/physical) (office/workbench/shop). + +### Chapter Introduction + +This chapter of the series (Daily driver) is about the computer systems I'm using daily. + +- ultix-control +- ultix-sidekick +- ultix-actual + +Let's kick it off.... + +## About ultix-control + +### System Specs + +- System name: ultix-control +- Make/model: Surface Go Laptop +- OS: Windows 11 + +### System Summary + +This system is built and operated as a lean/mean machine. It serves as my primary daily driver in my office and when I'm on the road (along with the iPad) (documented later in this series). + +It is paired with: + +- Yeti Microphone +- Elgato StreamDeck mini +- Logitech Webcam +- Yubikey +- 7 port USB3 hub + + All of the above (and external wired monitors when I use them) are going into a Surface Dock + +### System Functions + +- RDP to the CTO workstation (ultix-actual) and passes through microphone/webcam/elgato +stream deck mini. + +I use RDP constantly throughout my TSYS workday. + +#### RDP Profiles + +|Profile|Description| +|--|--| +|ultix-actual-tsys|Main R&D account on ultix-actual| +|ultix-actual-offstage|Offstage account on ultix-actual| +|ultix-actual-localsysop|System admin account on ultix-actual| + +I rely on my yubikey with a prefix alphanumeric pin on the ultix-actual profiles. I keep all three logged in and switch as needed by disconnecting/reconnecting the RDP session. + +### Applications + + +The below list is streamlined for the very few functions performed on the laptop. 99% of the laptop usage is in Chrome with various virtual desktops + +| Application | Function| +|--|--| +| ActivityWatch| High fidelity recording of my activity| +| Bitwarden| Passwords and secrets management| +|Tailscale| Flat network until I deploy Netbird| +|Remote desktop connection| RDP to other systems| +| KDE Connect| Integration between laptop/workstation/iPhone/ipad| +| Spotify | Used as a listening target from mobile| +|Yubico| Yubikey management| \ No newline at end of file diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..998d998 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,53 @@ +baseURL = 'https://reachableceo.com/' +languageCode = 'en-us' +theme = "JuiceBar" +title = "ReachableCEO Homepage" + +[params] +author = "Charles N Wyble" +description = "ReachableCEO Homepage" +authorImage = "/images/profile.jpg" +paginate = 5 +Title = "ReachableCEO Homepage" +content = "I'm the ReachableCEO, nice to meet you(ˊ˘ˋ*)♡" +imageUrl = "/images/avatar.png" + +# To add a new social icon +# More social icons can be found in JuiceBar\layouts\partials\svg.html. +[[params.social]] +name = "Github" +url = "https://github.com/reachableceo" +[[params.social]] +name = "telegram" +url = "https://t.me/reachableceo" +[[params.social]] +name = "twitter" +url = "https://twitter.com/reachableceo" +[[params.social]] +name = "email" +url = "mailto:reachableceo@turnsys.com" +[[params.social]] +name = "mastodon" +url = "your_url" +[[params.social]] +name = "stackoverflow" +url = "your_url" + +[taxonomies] +category = "categories" +tag = "tags" + +# To add a new navigation link +[[menu.main]] +name = "About" +url = "/about" +[[menu.main]] +name = "Blog" +url = "/post" +[[menu.main]] +name = "Categories" +url = "/categories" + +# Used for outputting the documentation (required). +[outputs] +home = ["HTML", "RSS", "JSON"] \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 679db6b..0000000 --- a/index.html +++ /dev/null @@ -1,6 +0,0 @@ -# Reachableceo.com - - -Hi World! - -Charles N Wyble (@ReachableCEO) public website \ No newline at end of file diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..24683e0 --- /dev/null +++ b/public/404.html @@ -0,0 +1,152 @@ + + + +
+ + +Page not found
+ +From the desk of the CTO is a series of posts I’ve been drafting for a few months and am finally publishing. It is quite literally about my “desk” (digital/physical) (office/workbench/shop).
+This chapter of the series (Daily driver) is about the computer systems I’m using daily.
+Let’s kick it off….
+This system is built and operated as a lean/mean machine. It serves as my primary daily driver in my office and when I’m on the road (along with the iPad) (documented later in this series).
+It is paired with:
+All of the above (and external wired monitors when I use them) are going into a Surface Dock
+I use RDP constantly throughout my TSYS workday.
+Profile | +Description | +
---|---|
ultix-actual-tsys | +Main R&D account on ultix-actual | +
ultix-actual-offstage | +Offstage account on ultix-actual | +
ultix-actual-localsysop | +System admin account on ultix-actual | +
I rely on my yubikey with a prefix alphanumeric pin on the ultix-actual profiles. I keep all three logged in and switch as needed by disconnecting/reconnecting the RDP session.
+The below list is streamlined for the very few functions performed on the laptop. 99% of the laptop usage is in Chrome with various virtual desktops
+Application | +Function | +
---|---|
ActivityWatch | +High fidelity recording of my activity | +
Bitwarden | +Passwords and secrets management | +
Tailscale | +Flat network until I deploy Netbird | +
Remote desktop connection | +RDP to other systems | +
KDE Connect | +Integration between laptop/workstation/iPhone/ipad | +
Spotify | +Used as a listening target from mobile | +
Yubico | +Yubikey management | +
From the desk of the CTO is a series of posts I’ve been drafting for a few months and am finally publishing. It is quite literally about my “desk” (digital/physical) (office/workbench/shop).
+This chapter of the series (Daily driver) is about the computer systems I’m using daily.
+Let’s kick it off….
+This system is built and operated as a lean/mean machine. It serves as my primary daily driver in my office and when I’m on the road (along with the iPad) (documented later in this series).
+It is paired with:
+All of the above (and external wired monitors when I use them) are going into a Surface Dock
+I use RDP constantly throughout my TSYS workday.
+Profile | +Description | +
---|---|
ultix-actual-tsys | +Main R&D account on ultix-actual | +
ultix-actual-offstage | +Offstage account on ultix-actual | +
ultix-actual-localsysop | +System admin account on ultix-actual | +
I rely on my yubikey with a prefix alphanumeric pin on the ultix-actual profiles. I keep all three logged in and switch as needed by disconnecting/reconnecting the RDP session.
+The below list is streamlined for the very few functions performed on the laptop. 99% of the laptop usage is in Chrome with various virtual desktops
+Application | +Function | +
---|---|
ActivityWatch | +High fidelity recording of my activity | +
Bitwarden | +Passwords and secrets management | +
Tailscale | +Flat network until I deploy Netbird | +
Remote desktop connection | +RDP to other systems | +
KDE Connect | +Integration between laptop/workstation/iPhone/ipad | +
Spotify | +Used as a listening target from mobile | +
Yubico | +Yubikey management | +
Test
+ + +``` + +#### Code block indented with four spaces + +```html + + + + +Test
+ + +``` + +#### Code block with Hugo’s internal highlight shortcode + +```html + + + + +Test
+ + +``` + +## List Types + +#### Ordered List + +1. First item +2. Second item +3. Third item + +#### Unordered List + +- List item +- Another item +- And another item + +#### Nested list + +- Fruit + - Apple + - Orange + - Banana +- Dairy + - Milk + - Cheese + +## Other Elements — abbr, sub, sup, kbd, mark + +GIF is a bitmap image format. + +H2O + +Xn + Yn = Zn + +Press CTRL+ALT+Delete to end the session. + +Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. + +{{< rawhtml >}} +Page not found
+ +Previous post
+ {{ .Title }} + {{ end }} +Next post
+ {{ .Title }} + {{ end }} +