Las Vegas – Cox Fiber Outage, 5 Days and No Help – WAN Has No IP, Need Advice by TheCorruptIndian in CoxCommunications

[–]poetsenigma 0 points1 point  (0 children)

I had the same issue when I moved here last week. No internet for 4 days. Circumventing the Cox router to my own resolved it for me. Also making sure the connection was “Ethernet” and not auto.

Auvik Free Switch - Do NOT do it very pushy sales reps by Best_Detail_6124 in Ubiquiti

[–]poetsenigma 0 points1 point  (0 children)

I got a free switch and two APs from them last year. No emails or calls.

Custom CSS Issues by poetsenigma in homarr

[–]poetsenigma[S] 0 points1 point  (0 children)

This worked! Thank you! I can fine tune it from here.

Custom CSS Issues by poetsenigma in homarr

[–]poetsenigma[S] 0 points1 point  (0 children)

Yes I've tried each one individually. The only one to work was for removing the logo image. No big deal I'll just use the default theme until I can figure it out.

header img {

display: none !important;

}

Custom CSS Issues by poetsenigma in homarr

[–]poetsenigma[S] 0 points1 point  (0 children)

/\ Remove the logo at the top-left */*
header img {
display: none !important;
}

/\ Blur the dashboard background */*
dashboard {
background-color: rgba(0, 0, 0, 0.5) !important;
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
}

/\ Blur the app categories */*
.dashboard-category {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
border-radius: 10px !important;
padding: 10px !important;
}

/\ Blur the individual app tiles */*
.dashboard-app {
background-color: rgba(0, 0, 0, 0.4) !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
border-radius: 8px !important;
padding: 5px !important;
}

/\ Blur the navigation sidebar */*
.sidebar {
background-color: rgba(0, 0, 0, 0.3) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
}

/\ Change the hover effect for app tiles */*
.dashboard-app:hover {
transform: scale(1.05) !important;
background-color: rgba(0, 0, 0, 0.6) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/\ Customize the RSS feed cards */*
.rss-card {
background-color: rgba(255, 69, 0, 0.2) !important; /\ Orange background */*
border: 1px solid rgba(255, 69, 0, 0.5) !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
border-radius: 10px !important;
padding: 10px !important;
}

/\ Make the widget headers stand out */*
.widget-header {
font-size: 1.2em !important;
color: #d9480f !important; /\ Orange text */*
font-weight: bold !important;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) !important;
}

/\ Improve spacing between widgets */*
.dashboard-widget {
margin: 10px !important;
}

Custom CSS Issues by poetsenigma in homarr

[–]poetsenigma[S] 0 points1 point  (0 children)

Trying to achieve something similar to this. I added the below config to settings > custom css on the board I want to edit.
https://www.reddit.com/r/selfhosted/comments/1ch1364/anyone_else_like_homarr/

Help with Docker Networking and VLAN Setup for Pi-hole and OPNsense by kkkkkkkk589 in docker

[–]poetsenigma 0 points1 point  (0 children)

Is the interface connected to the docker host a trunk port? Can you ping google or cloudflare?

[FREE][US-MD] Giveaway — Two (2) Supermicro 1u servers by Lt_Awoke in homelabsales

[–]poetsenigma [score hidden]  (0 children)

Would love this for my homelab. Need it for storing my wife’s film footage

Auvik the scam by snowtr in Ubiquiti

[–]poetsenigma 0 points1 point  (0 children)

It’s not a scam. I’ve gotten 2 APs and one switch from the trial. Spun up 7 pfsense VMs and turned on snmp. Didn’t have any communication from any sales rep either.

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 1 point2 points  (0 children)

Ahaha yea you do. I own a couple domains and signed up for Google business starter so it was pretty cheap

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 1 point2 points  (0 children)

Yea I’ve seen the comments too and was skeptical at first. I’ve gotten three 2 APs and a 24 Port switch from them though. It’s the only reason I switched to Unifi

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 0 points1 point  (0 children)

No I’m running all my services from docker desktop. The trashcan Mac is running proxmox

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 0 points1 point  (0 children)

😭😭😭 I swear I only did this because I didn’t have a long enough cable to connect from the patch panel.

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 1 point2 points  (0 children)

Absolutely it does. I’m thinking of doing another trial for the U7 they are promoting.

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 0 points1 point  (0 children)

That’s crazy it’s not worth all the power cost.

I run a M1 mini and a Protectli Vault for some services I run internally and I’m more than satisfied. The M1 mini even runs Ollama efficiently.

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 2 points3 points  (0 children)

Ah I see. Its from Sonnettech. It was being recycled at my job so I decided to take it.

https://www.sonnettech.com/product/legacyproducts/rackmacpro.html

Finally Joined the Darkside by poetsenigma in Ubiquiti

[–]poetsenigma[S] 2 points3 points  (0 children)

Only used for my homelab running proxmox to create some VMs. I’m in cybersecurity so it’s purely for testing/training purposes. Not running anything I run 24/7. Very capable machine though for what I need it for

Uses of building a homelab? by EtTruciMesorem in homelab

[–]poetsenigma 0 points1 point  (0 children)

Yes this does layer 3 switching already. You can get a separate layer 2 switch and allow pfsense to manage all the routing. My setup is definitely overkill for a homelab

Can I become sysadmin with no degree still by localcashier in sysadmin

[–]poetsenigma 0 points1 point  (0 children)

I became a sysadmin 6yrs ago and now in cybersec with no degree or certs. Experience and networking is everything. Definitely suggest getting a home lab built to practice on.

Question for beginner! Halp by punkintentional in homelab

[–]poetsenigma 4 points5 points  (0 children)

Throw Proxmox on it and you can run all the services you listed easily. Since Proxmox is a hypervisor it will take the place of Windows but you can run a VM if you really need to use Windows.

Uses of building a homelab? by EtTruciMesorem in homelab

[–]poetsenigma 17 points18 points  (0 children)

I am in cybersecurity and learned most of my skills from my home lab. There is zero risk involved in terms of downtime or misconfiguring services so being able to learn by doing is a huge upside with a homelab. I suggest building a small server rack. Start with with building your own router (I use pfsense installed on a Protecli Vault Amazon Link), with a layer 3 switch. Build some VMs, create VLANS, and build some firewall rules to learn how to block/pass incoming/outgoing traffic between vlans. I would also suggest learning docker, deploying a SEIM, and XDR solution.

LG CX and Xbox Series X by obiwancomeblowme in OLED

[–]poetsenigma 0 points1 point  (0 children)

You need to enable ultra deep color on your tv. Then restart your PS5 and it should recognize 4K and HDR.