@scottalanmiller Have you configured federation for your Synapse server?

Posts
-
RE: What Are You Doing Right Now
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
Testing Matrix home server deployment while watching baby monitor during infant night shift.
Matrix like Synapse? My Matrix server is NicaHabla.com
Yes, Synapse. Once I'm done testing things, making sure I can do backups, etc., I'll deploy a production one at
theshadowvalley.chat
. -
RE: What Are You Doing Right Now
Testing Matrix home server deployment while watching baby monitor during infant night shift.
-
RE: Ubuntu Server "Search Domains"
@scottalanmiller said in Ubuntu Server "Search Domains":
It's not a LInux thing, it's a general networking thing so the same on desktops, Windows, wherever.
This is correct. If I recall right, within the Windows network config GUI, it's called a "domain suffix.".
-
RE: Ubuntu Server "Search Domains"
@CCWTech If you try to resolve a name that isn't a FQDN, your resolver will try to resolve that name + the search domain.
If you set that to
foo.com
, and you try to runping bar
, to resolve whatbar
is (unless you have it defined in/etc/hosts
), your resolve will try to resolvebar.foo.com
for the ping.After your install, if you look at
/etc/resolv.conf
you should see the search domains value in there. -
RE: Recommendation for home WiFi router
@scottalanmiller said in Recommendation for home WiFi router:
MT is good. I always prefer a dedicated router/firewall. Then my APs separate.
I do the same. My router at home is my own creation using netfilter / nftables, and APs are (soon to be refreshed) Unifi.
-
RE: Alternative to Screenconnect (and Mesh Central)
I wish MeshCentral had Wayland desktop support. I wish I had the time to acquire the knowledge to help them implement it.
-
RE: What Are You Doing Right Now
Looking through strace output and ignoring Telegram spam.
-
RE: What Are You Doing Right Now
Reading about configuring the Kea DHCP server.
-
RE: What Are You Doing Right Now
@gjacobse Purchased a Protectli device. I'll have Fedora running on it acting as a router.
-
RE: What Are You Doing Right Now
Sketching out nftables for home router project.
-
RE: What Are You Doing Right Now
@travisdh1 said in What Are You Doing Right Now:
Reinstalling Windows
Reminds me of the Windows song a fellow (and elder) Linux admin taught me a couple of years ago:
Shutdown, format, reinstall!
Doo dah! Doo dah! -
RE: Export Drivers: Linux
As you know almost all drivers are a part of the kernel itself. There isn't a way to "export" them in the way that you're thinking -- at least not that I'm aware. If you installed a package that included a 3rd party hardware driver, perhaps you can just download the rpm or deb file from its repo to back it up. Some kernel modules (or groups of kernel modules) are the drivers for some hardware, and you could potentially backup those files to load later. I haven't had hardware that has required special kernel modules that would create that situation.
To be honest, if that system crashes, reinstalling your Linux distribution will be your method of getting drivers for your hardware :).
-
RE: Decrypting a LUKS encrypted drive at boot
I know it's not your ideal, but have you tried to use
/etc/crypttab
and store the key in a file somewhere that's owned by root and has400
permissions, just to see if that method can do the automatic unlocking of the encrypted device?If you're making said file that
/etc/crypttab
will use remember to doecho -n 'whatever' > yourfile
, instead of justecho
, else you'll bang your head against the wall not understanding why the stored password isn't working. Ask me how I know. -
RE: What Are You Doing Right Now
A little late, but an achievement was unlocked on New Year's Eve: RHCA
-
RE: HELLO CYBER SECURITY WORLD
I might have read the tone of your post wrong, but I feel compelled to share my philosophy on certs.
"Chase the skill, not the cert."
Take some time and effort to think through some goals ("Cybersec world" is quite large). Afterward, think through the skills you need achieve the goals. Lastly, determine how to develop the skills. That step is what leads you to find a cert that can provide a curriculum for learning what's necessary to develop the skills.
For example.
So now I have made up my mind to pursue both CISSP and CCSP. I read that CCSP is a nice compliment to CISSP even though most of CCSP information overlaps with some of CISSP.
If you haven't done so already, be able to describe what specifically you hope to learn from going through those certs, and how it helps you achieve the
$goal
. If you can already describe this, great! If not, you might save yourself some time and money by taking a step back and thinking stuff through, which it sounds like you did with the Fortinet certs. -
RE: The Most Effective Meetings
The quality and effectiveness of meetings varies greatly. For my environment, calls where we're brainstorming a problem or hashing out some details of how
$the_thing
should be approached tend to be the most effective. These meetings tend to be rare and usually result from trying to work on a problem over chat where it's determined voice and visual aids are going to be more effective for communication.In my experience, majority of meetings are unfocused, which leads to everyone's time being wasted, or are meetings for announcements only without any need (or intention) for real-time collaboration -- the meeting that could've been an E-mail.
-
RE: IBM Datapower on Linux
I've never dealt with Datapower, but I suspect there's a configuration file related to
datapower-control
that may need some editing.