ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. scottalanmiller
    3. Topics
    • Profile
    • Following 170
    • Followers 168
    • Topics 3,472
    • Posts 151,750
    • Groups 1

    Topics

    • scottalanmillerS

      MeshCentral Agent Supported Linux Distros

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral meshcentral 2 linux
      25
      1 Votes
      25 Posts
      2k Views
      scottalanmillerS

      @black3dynamite said in MeshCentral Agent Supported Linux Distros:

      I'm able to connect to the Desktop on Fedora 29 Gnome (Xorg). At the lock screen too.

      Same here.

    • scottalanmillerS

      MeshCentral2 0.2.5-b Agent Lacks Video Option

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral meshcentral 2 windows windows 10
      3
      0 Votes
      3 Posts
      434 Views
      RomoR

      Its actually Upload default server core, when the terminal has gotten stuck for me, I have cleared the core and then upload the default server core to get it to work again properly without rebooting the machine.

      Clearing the core gets only General, Events and Console tabs and loading the default loads all the rest.

      Screenshot from 2018-12-22 13-03-12.png

      Maybe it helps in this case as well.

    • scottalanmillerS

      FreePBX Recording Limit

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion freepbx pbx voip telephony
      4
      0 Votes
      4 Posts
      374 Views
      black3dynamiteB

      @scottalanmiller I was just about to ask if its a php setting that needed to be changed.

    • scottalanmillerS

      Comparing MeshCentral 2 to ScreenConnect

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion remote access screenconnect meshcentral meshcentral 2 connectwise control connectwise
      980
      6 Votes
      980 Posts
      264k Views
      scottalanmillerS

      Holy cow, I just realized that we've been using MC since Dec, 2018. That's 27 months ago!

    • scottalanmillerS

      NextCloud Talk - Voice, Video, and ScreenSharing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud nextcloud talk screen sharing
      16
      3 Votes
      16 Posts
      2k Views
      scottalanmillerS

      @manxam said in NextCloud Talk - Voice, Video, and ScreenSharing:

      Krita is pretty decent too and also cross platform

      It is, quite nice.

    • scottalanmillerS

      3CX Free Four or Sixteen Line License

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion 3cx
      24
      0 Votes
      24 Posts
      2k Views
      scottalanmillerS

      @Pete-S said in 3CX Free Four or Sixteen Line License:

      One thing we haven't used yet but we are looking into is the 3CX web/video conference functions. It doesn't count toward simultaneous calls as it is it's own thing. I think the limit is 100 participants or something.

      Oh, that's odd. So it is "free", to its limit, how do people dial into it? We have video conferencing with both NextCloud and FreePBX, and it lets external users into it.

    • scottalanmillerS

      Anyone Tried MeshCentral with LetsEncrypt?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral lets encrypt
      12
      1 Votes
      12 Posts
      2k Views
      notverypunnyN

      https://drive.google.com/drive/folders/11AyoZGllxZ5tenyMQ2_b1DDo7c2-Znhc?usp=sharing

    • scottalanmillerS

      Installing Pi-Hole

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux pi-hole ubuntu
      9
      0 Votes
      9 Posts
      866 Views
      M

      I've run Pi-Hole in Docker, now I have it on Raspbian on Rpi 3+, I might deploy it inside Docker Swarm on my Rpi cluster at some point. I'm also trying out alternative, Adguard Home, on Rpi too, although installation is not as straightforward as Pi-Hole.

    • scottalanmillerS

      NextCloud Talk 5.0.0 Update Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud nextcloud 15 nextcloud talk nextcloud talk 5
      5
      0 Votes
      5 Posts
      668 Views
      scottalanmillerS

      @travisdh1 said in NextCloud Talk 5.0.0 Update Error:

      I've seen the updater do that sort of thing before with NextCloud updates. The system always puts itself into maintenance mode to actually do the update, so if there is a hitch in it's update, you have to go change it back to normal mode.

      I generally complete the update using the command line process if I run into an issue with the web page method.

      This was only an app update, though. I've seen it with NC updates.

    • scottalanmillerS

      Minetest

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet minetest video games minecraft
      29
      0 Votes
      29 Posts
      2k Views
      dafyreD

      @scottalanmiller said in Minetest:

      @Donahue said in Minetest:

      The more I read, the more I like. Ultimately, it's just a way for me and the boys to enjoy spending time together. We also play a lot of board games and card games.

      We've had the issue with Minecraft that it doesn't run on most of our computers (we only have a few Windows boxes for video games) and it runs poorly on tablets, and because of Microsoft's draconian controls, my kids can't play with the family. So this looks like it would solve that.

      And there's plenty of games and mods, etc, for it too!

    • scottalanmillerS

      What Is Golden Milk

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet
      10
      1 Votes
      10 Posts
      582 Views
      RojoLocoR

      @BRRABill said in What Is Golden Milk:

      @RojoLoco said in What Is Golden Milk:

      Fact checking a comedy joke is really pedantic.

      If it means anything I LOLed in my office at your post.

      Plus the thought of YOU probably giggling as you wrote it.

      Both my posts on this thread had me chuckling. But I've been on ML long enough to know someone is going to swoop in and rain out the parade.

    • scottalanmillerS

      NGinx Configuration Block for Zimbra Reverse Proxy

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx zimbra reverse proxy proxy
      2
      1 Votes
      2 Posts
      2k Views
      dbeatoD

      @scottalanmiller said in NGinx Configuration Block for Zimbra Reverse Proxy:

      Someone was looking for this specifically so...

      server { client_max_body_size 80M; server_name my.domain.com; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_redirect off; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass https://myip:443/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } listen 80; ssl_stapling on; ssl_stapling_verify on; ssl_session_cache shared:SSL:10m; add_header Strict-Transport-Security "max-age=31536000; includeSubdomains"; listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/my.domain.com/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/my.domain.com/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot }

      Remember to create one for the Admin console on port 7071.

    • scottalanmillerS

      Is there a Free to Use Java 11 Option?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion java java 11 oracle
      19
      1 Votes
      19 Posts
      2k Views
      scottalanmillerS

      @coliver said in Is there a Free to Use Java 11 Option?:

      https://adoptopenjdk.net/

      Nice

      Chocolatey has OpenJDK 11, too.

    • scottalanmillerS

      Looking at Longevity of Experience on a Resume

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers resume experience growth it career
      21
      2 Votes
      21 Posts
      2k Views
      DonahueD

      I view length of experience like tenure. I shows very little about the qualities of the candidate. In some places, like where I work, it is simply a measure of being able to not get fired. I could simply claim my few years of experience because I am extremely unlikely to get fired, and so accrue experience from that fact. But that would say nothing about my actual skills or value as a candidate. I feel the same way about college degrees. I know too many people, both with degrees and with lots of time experience, that are poor choices for a lot of tasks, simply because who they are and the other skills they lack. Perhaps experience or a degree can be an ok initial standard for getting a resume past the basic screening, but any competent interviewer should be able to tell when that experience was good or just from time served.

    • scottalanmillerS

      Bi-Directional GIT

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion git
      7
      0 Votes
      7 Posts
      727 Views
      stacksofplatesS

      @JaredBusch said in Bi-Directional GIT:

      @scottalanmiller said in Bi-Directional GIT:

      Thanks, I'll give it a try.

      I think the "proper" way is sub modules or something like that. I looked into this once a while ago when designing a git structure for one of our web service projects.

      Depends what you want. If you just want the remote repo then use a subtree. If you want a specific commit from another repo then use a submodule.

    • scottalanmillerS

      Why I Feel KVM Is the Easiest HyperVisor to Learn the Basics On

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm hypervisor virtualization fedora linux ubuntu centos rhel suse opensuse
      138
      2 Votes
      138 Posts
      23k Views
      scottalanmillerS

      @StorageNinja said in Why I Feel KVM Is the Easiest HyperVisor to Learn the Basics On:

      @Dashrender said in Why I Feel KVM Is the Easiest HyperVisor to Learn the Basics On:

      The question is - why is the quality so bad? Isn't the process supposed to catch bad quality?

      Their process is consider the windows insider group (extreme power users) to be a good enough replacement for proper QE teams, and writing automated build tests.

      Right, the new process isn't to catch bad things, it's actually to see bad things as "not all that bad." Presumably because a shift from viewing their products as being for business to being for entertainment. Remember when Windows 95 was a key tool for businesses, but by Windows 98 they had made sure to put a "for entertainment purposes only" label on the product to make sure no one confused it with something that was intended for business use?

      I feel like that's where they are now. At least internally, no one is really thinking of this as a business tool.

    • scottalanmillerS

      Webroot Agent Removal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion webroot
      11
      0 Votes
      11 Posts
      2k Views
      WLS-ITGuyW

      I just switched to Webroot and installed it on a server. Webroot was blocking a program from running so I uninstalled it from the console but it didn't remove the webroot agent until I rebooted.

    • scottalanmillerS

      Zimbra Update Fails with Validating LDAP Configuration, Cannot Create TLS Connection to LDAP Masters

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion zimbra zimbra 8 zimbra 8.8.8 zimbra 8.8.10 centos centos 7 linux
      7
      0 Votes
      7 Posts
      6k Views
      scottalanmillerS

      @dbeato said in Zimbra Update Fails with Validating LDAP Configuration, Cannot Create TLS Connection to LDAP Masters:

      @scottalanmiller said in Zimbra Update Fails with Validating LDAP Configuration, Cannot Create TLS Connection to LDAP Masters:

      So it worked by rebooting. WTF

      Weird.

      Very

    • scottalanmillerS

      Untangle Site to Site VPN Not Connecting

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion openvpn vpn untangle router utm
      18
      1 Votes
      18 Posts
      2k Views
      dbeatoD

      @scottalanmiller said in Untangle Site to Site VPN Not Connecting:

      @dbeato said in Untangle Site to Site VPN Not Connecting:

      @scottalanmiller said in Untangle Site to Site VPN Not Connecting:

      We DID find last night that one machine had updated to a different version than the other. But the other is months behind but refuses to recognize that an update exists. Untangle claims updates are delayed to reduce server load and there is no option to control versions (basically... this is in no way a business product.)

      There is always a way to force the updates, I bet this are actual old workstations or servers with Untangle, otherwise they would have been in version 14.1... This is not way configured the same for updates on both devices..

      Don't think so, looking at the hardware they looked like store bought Untangle commercial devices.

      Weird all around, but I understand 😞

    • scottalanmillerS

      Konica Minolta BizHub C3850 No Printing on Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows 10 printer konica minolta bizhub c3850
      74
      0 Votes
      74 Posts
      6k Views
      dbeatoD

      @DustinB3403 said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @dbeato said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @DustinB3403 said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @dbeato said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @DustinB3403 said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @dbeato said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @DustinB3403 said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @jmoore said in Konica Minolta BizHub C3850 No Printing on Windows 10:

      @Dashrender Got it. Our departments have their own budget so if they want to print color they can but they figured out fast to be responsible for their own paper.

      That seems like a bad approach, since any given department could be forced to stop work "because they overran their paper budget".

      Usually, they use the code and pin to know where they are using color but otherwise default is to allow b&w to print without a code.

      How does the printer know the difference? Black is a color. .

      Really?

      Yes really, how does a printer know the difference between CMYK and a page which is black and white.

      It's an honest question as I don't know how a Pin to "print in color" would affect this the way you described it.

      Also to whoever downvoted, not sure why.

      Okay, there are different types of print black and white, gray scale and color which uses CMYK , usually on MFP devices they have different toners for esch of those colors plus black. When a job is sent to the printer with the color setting on the driver it then uses those toners while black and white only requests the black toner

      None of the explains what I've asked. How does entering a pin, allow someone to print in color? I've always seen Pin or No Pin for all printing.

      Nothing I've ever used has offered "pin for color prints only" etc.

      It can be for both.

    • 1
    • 2
    • 26
    • 27
    • 28
    • 29
    • 30
    • 173
    • 174
    • 28 / 174