ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. black3dynamite
    3. Best
    • Profile
    • Following 0
    • Followers 3
    • Topics 42
    • Posts 5,987
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Anyone using Jitsi behind Nginx

      @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

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: Bills and clients subscription management software

      @manxam said in Bills and clients subscription management software:

      InvoiceNinja may fit the bill?

      Haha

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Doing Right Now

      7 day trial of CBT Nuggets.

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: Anyone using Jitsi behind Nginx

      @JaredBusch That's awesome.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Watching Now

      Lost in Space Season 2 is available on Netflix

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: Stay on windows 10 current-1. Is this possible?

      You can’t mount 1809 iso and run the setup to upgrade?

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Doing Right Now

      Default Partitioning Scheme for RHVH

      5dd97661-5809-4203-8496-acbe611871f6-image.png

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: Hyper-V 2019

      It always say evaluation when you need to download Hyper-V.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Doing Right Now

      @black3dynamite said in What Are You Doing Right Now:

      Default Partitioning Scheme for RHVH

      5dd97661-5809-4203-8496-acbe611871f6-image.png

      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.

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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.
      6f3fd5a6-4c5c-4bca-9fea-46f06344ccc8-image.png

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Watching Now

      Behind the Scenes - Mortal Kombat 1 (Extended Version) [Rare Footage]
      Youtube Video

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • 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.

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • 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 uses column 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.

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • RE: file sharing in the 21st century

      Its near the bottom of the page that says "Symbolic Link Folder Redirection Script"

      posted in IT Discussion
      black3dynamiteB
      black3dynamite
    • RE: What Are You Watching Now

      Youtube Video

      posted in Water Closet
      black3dynamiteB
      black3dynamite
    • 1 / 1