@JaredBusch Here's an article about Nginx Reverse Proxy for Websocket
https://www.tutorialspoint.com/articles/how-to-configure-nginx-as-reverse-proxy-for-websocket

Posts
-
RE: Anyone using Jitsi behind Nginx
-
RE: What Are You Doing Right Now
@bnrstnr said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
First time using Amazon Hub Locker and it was a success. There's one near my house which is awesome.
What is the benefit of using the locker?
I've always seen the option, just never considered it.
Its a lot better than getting your package stolen from your porch.
The one that I used is at a 24/7 gas station.
Plus you can use them as drop off too. -
RE: Bills and clients subscription management software
@manxam said in Bills and clients subscription management software:
InvoiceNinja may fit the bill?
Haha
-
RE: Stay on windows 10 current-1. Is this possible?
You can’t mount 1809 iso and run the setup to upgrade?
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
I like NFS, it's so simple and solid.
It gets real interesting when using NFSv4 compare to NFSv3.
-
RE: Fedora Love
@JaredBusch said in Fedora Love:
@black3dynamite said in Fedora Love:
@warren-stanley said in Fedora Love:
@black3dynamite said in Fedora Love:
Damn, that was a challenge typing that on a phone.
Haha! You did well
I'd seen the article on the inclusion of select 3rd party repos with Workstation, this piqued my interest on revisiting Fedora. ScreenConnect was my drama though, hence Cinnamon. I've been doing digging on what these Repo changes actually are and how to enact on Cinnamon (given no Gnome and if that mattered) .
I've just been looking at a posting on the Fedora Forums talking about it . Seems that there's differences from what you get enabling through Workstation (and Gnome Software) and using
sudo dnf install fedora-workstation-repositories
on other Spins.ScreenConnect doesn’t work well or at all on Fedora workstation because of Wayland, which is the default display server protocol. You have to switch to xorg or just disable Wayland instead. Cinnamon doesn’t only use x11/xorg.
Don't know what you are talking about. I've been Korora/Fedora for over almost 2 years now and have always used ScreenConnect.
It worked because you were using xorg and not Wayland. Fedora workstation, the gnome version is using Wayland by default.
-
RE: Hyper-V 2019
It always say evaluation when you need to download Hyper-V.
-
RE: What Are You Doing Right Now
@black3dynamite said in What Are You Doing Right Now:
Default Partitioning Scheme for RHVH
Device type for /boot is standard partition.
Device type for swap is LVM.
Device type for everything else is LVM Thin.
Default file system is ext4. -
RE: Zabbix Server Setup on Debian 9.0
@dbeato said in Zabbix Server Setup on Debian 9.0:
@black3dynamite said in Zabbix Server Setup on Debian 9.0:
Ever since I've discovered
mysql -e
because of @JaredBusch how-to guides, I've been a big fan of using that to create the database and securing the database.# mysql -e "CREATE DATABASE zabbix_db;" mysql -e "CREATE USER 'zabbix_user'@'localhost' IDENTIFIED BY 'password';" mysql -e "GRANT ALL ON zabbix_db.* TO 'zabbix_user'@'localhost';" mysql -e "FLUSH PRIVILEGES;" # mysql -e "UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';" mysql -e "DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1');" mysql -e "DELETE FROM mysql.user WHERE User='';" mysql -e "DROP DATABASE test;" mysql -e "FLUSH PRIVILEGES;"
So the sudo mysql_secure_installation doesn't do that?
It does, but using
mysql -e
can help with automating the installation. -
RE: What Are You Doing Right Now
The latest virtio-win driver, virtio-win-0.1.173-2.
Now provides a virtio-win-guest-tools setup installer.
-
RE: file sharing in the 21st century
@Dashrender said in file sharing in the 21st century:
how does NC protect against cryptoware on a WebDAV share
There is an app for NC called Ransomware protection where can add extension patterns and exclude extensions patterns. It kind of works like Windows File Screening.
-
RE: What Are You Watching Now
Behind the Scenes - Mortal Kombat 1 (Extended Version) [Rare Footage]
Youtube Video -
RE: file sharing in the 21st century
We mainly use NC as a replacement for folder redirection w/ offline at work and its been working great. Each users root folders like Desktop and Documents are moved into the Nextcloud directory and then use symbolic link (junction points) to point to each folder in the Nextcloud directory.
-
RE: What Are You Doing Right Now
@black3dynamite said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@black3dynamite said in What Are You Doing Right Now:
That's annoying, the
column
command has limited amount of options in Debian 10 and Ubuntu 19.10 compared to Fedora. I have a script that usescolumn
and the option that I'm using doesn't exist with the version on Debian/Ubuntu.you could compile a version from source. Or maybe replace column with a combination of awk and sed?
No go with compiling since I sometimes use my script while using a Live distro installer. Maybe I can use awk and/or sed but the formatting is off compare to using column. I'll just stick with using Fedora Live installers when I want to run the script in a live session.
I figured it out the bad formatting I was getting.
-
RE: file sharing in the 21st century
Its near the bottom of the page that says "Symbolic Link Folder Redirection Script"