• Installing Pi-Hole

    9
    0 Votes
    9 Posts
    1k 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.

  • Mitel MiVoice Office 250 Attendant Console won't connect

    7
    1 Votes
    7 Posts
    677 Views
    DashrenderD

    @scottalanmiller said in Mitel MiVoice Office 250 Attendant Console won't connect:

    @Dashrender said in Mitel MiVoice Office 250 Attendant Console won't connect:

    Came in this morning - while still waiting to hear from the vendor for support - and it's working as desired... whatever was hanging it up must have tired itself out.

    Weird

    It really was - I rebooted both the client PC and the server component for that system, I would have assumed it would have released whatever was locked... but nope. And the other two computers worked just fine that access the same system.

  • Elastix & Vtiger CRM Integration

    5
    0 Votes
    5 Posts
    676 Views
    scottalanmillerS

    @abdel-hakim-abousrea said in Elastix & Vtiger CRM Integration:

    I have VtigerCRM webpage on windows server 2008r2

    You should fix this. This is horrible. vTiger is free and runs better on free Linux. Get Fedora, Ubuntu, CentOS, whatever. Get something current. Never use XAMP, it should not exist. Everything about this setup is bad, but can be fixed.

    You have two major things to fix here, the web server and the phone system. Both are very high priorities and both can be fixed for free. You aren't trapped with either, so just fix these. Then worry about integration once you've resolved the critical issues.

  • 'Sysprep' Linux

    6
    1 Votes
    6 Posts
    337 Views
    DustinB3403D

    Ubuntu is the only OS that I know that actually has this option.

    Would be nice if other distros had this as well. But I guess it's just a testament to how commercial Ubuntu is.

  • These Incredibly Realistic Fake Faces Show How AI Can Now Mess With Us

    1
    6 Votes
    1 Posts
    350 Views
    No one has replied
  • 2 Votes
    112 Posts
    13k Views
    S

    @DustinB3403 said in With ESXi Licensing what happens if I let it lapse:

    Microsoft started pulling Security patches off of their servers after your contract expires but the platform is still supported.

    Microsoft no longer provides patches for XP Server 2003 unless you pay them a lot of extra money. It's basically a license with security updates for a fixed interval that can be extended for a ton of money...

  • 0 Votes
    5 Posts
    785 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.

  • NGinx Configuration Block for Zimbra Reverse 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.

  • UniFi USG and XG

    27
    0 Votes
    27 Posts
    2k Views
    JaredBuschJ

    @Dashrender said in UniFi USG and XG:

    Because it's a firewall only - other than a VPN termination point it shouldn't be doing any application filtering, etc - I'm guessing there really isn't a real need for more than 1 GB of RAM that many of them have.

    The 16 GB of RAM on the XG is likely there mostly for cacheing the 10 GB connections.

    Right, the CPU count and RAM are for the packet throughput.

  • Is there a Free to Use Java 11 Option?

    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.

  • Safe to have a 48TB Windows volume?

    95
    2 Votes
    95 Posts
    12k Views
    DashrenderD

    Fight - fight - fight...
    šŸ™‚

  • VyOS native Salt Minion

    4
    3 Votes
    4 Posts
    2k Views
    scottalanmillerS

    @black3dynamite said in VyOS native Salt Minion:

    @scottalanmiller said in VyOS native Salt Minion:

    That's great. I'd not played with that yet.

    I wonder when they will get one (or this one) running on EdgeOS. Now that would be awesome.

    Is EdgeOS a Debian-based Linux system like VyOS?

    EdgeOS is a Vyatta fork, just like VyOS. They are extremely close. To the point that people constantly confuse them.

  • 2 Votes
    16 Posts
    2k Views
    scottalanmillerS

    @Pete-S said in Redundancy is building a bridge and an identical one immediately next to it:

    Regarding evolution we are probably more geared towards surviving external threats than we are towards surviving internal organ failures by old age and a sedentary lifestyle.

    Right, almost certainly. Partially because in the big picture, that's the bigger threat. Not in this particular moment in time, although in parts of the world that remains true. But to get to where we are, we have to be geared towards overall survival and can't change the design quickly when the situation suddenly changes.

  • Patching Zimbra in Ubuntu

    1
    4 Votes
    1 Posts
    523 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    JaredBuschJ

    @dbeato said in Using Windows 10 Public ISO with VLSC MAK:

    Sot it just activated it right?

    Yup.

  • Fedora install weirdness

    34
    0 Votes
    34 Posts
    3k Views
    JaredBuschJ

    @scottalanmiller said in Fedora install weirdness:

    Ah, if DHCP was giving different IP addresses. that makes sense.

    It has to. Because the installer uses the MAC address. But Fedora uses the Machine ID for DHCP identification.

  • question about increasing MS volume licensing

    15
    1 Votes
    15 Posts
    797 Views
    ObsolesceO

    @dave247 How much would the Win10 subscription be in comparison? With that you get a lot of goods.

    For example:
    Windows 10 Enterprise E3

    https://docs.microsoft.com/en-us/windows/deployment/windows-10-enterprise-subscription-activation

  • 1 Votes
    182 Posts
    32k Views
    scottalanmillerS

    /proc doesn't differ too much with LXC.

    [root@acl-jira ~]# ls /proc 1 24924 24951 25368 275 322 bus diskstats interrupts key-users locks net slabinfo thread-self zoneinfo 12471 24925 24952 25369 295 323 cgroups dma iomem kmsg mdstat pagetypeinfo softirqs timer_list 12581 24926 24953 25370 316 54 cmdline driver ioports kpagecgroup meminfo partitions stat tty 24897 24937 24955 25381 318 56 consoles execdomains irq kpagecount misc sched_debug swaps uptime 24908 24938 25157 25382 319 69 cpuinfo fb kallsyms kpageflags modules schedstat sys version 24909 24939 25258 25383 32 acpi crypto filesystems kcore latency_stats mounts scsi sysrq-trigger vmallocinfo 24910 24950 25286 25386 320 buddyinfo devices fs keys loadavg mtrr self sysvipc vmstat [scott@lax-lnx-jump proc]$ ls /proc 1 112 2 24453 24612 31 38 427 532 644 674 759 acpi diskstats ioports kpageflags mtrr softirqs uptime 10 12 20 24455 24613 32 39 428 557 645 676 8 buddyinfo dma irq latency_stats net stat version 100 13 21 24460 24621 326 393 429 598 646 677 9 bus driver kallsyms loadavg pagetypeinfo swaps vmallocinfo 101 13532 21810 24461 2599 33 4 43 599 647 681 9133 cgroups execdomains kcore locks partitions sys vmstat 102 14 22 24510 27 332 403 430 6 648 682 9214 cmdline fb keys mdstat sched_debug sysrq-trigger zoneinfo 103 15 23 24512 28 34 421 431 612 654 683 968 consoles filesystems key-users meminfo schedstat sysvipc 105 16 23974 24520 29 35 424 432 613 659 684 969 cpuinfo fs kmsg misc scsi thread-self 106 17 24 24562 3 36 425 44 615 662 694 98 crypto interrupts kpagecgroup modules self timer_list 11 18 24449 24568 30 37 426 517 643 664 752 99 devices iomem kpagecount mounts slabinfo tty

    Container on top. KVM on bottom.

  • Hyper-V teaming worth it for LACP?

    11
    2 Votes
    11 Posts
    2k Views
    PhlipElderP

    @Donahue said in Hyper-V teaming worth it for LACP?:

    Yeah, i think i need to learn powershell. I probably rely too much on GUI's

    Same fees, tenth of the time. šŸ˜‰

  • Crashplan vs Backblaze in 2018

    27
    2 Votes
    27 Posts
    4k Views
    dafyreD

    @JaredBusch said in Crashplan vs Backblaze in 2018:

    @dafyre said in Crashplan vs Backblaze in 2018:

    @JaredBusch said in Crashplan vs Backblaze in 2018:

    @dafyre said in Crashplan vs Backblaze in 2018:

    @Donahue said in Crashplan vs Backblaze in 2018:

    @JaredBusch said in Crashplan vs Backblaze in 2018:

    @dafyre said in Crashplan vs Backblaze in 2018:

    @black3dynamite said in Crashplan vs Backblaze in 2018:

    @dafyre said in Crashplan vs Backblaze in 2018:

    @black3dynamite said in Crashplan vs Backblaze in 2018:

    @Markferron said in Crashplan vs Backblaze in 2018:

    @DustinB3403 said in Crashplan vs Backblaze in 2018:

    Can I ask why you are protecting user devices though? Generally these have very little on them and through simple policy can everything be saved on your servers or cloud and thus don't need backup.

    I would really like to do this. We have onedrive available for all of our users and I was thinking of coming up with some sort of system that just uses their onedrive as the primary source of their homefolder.

    That's how I do it but we are using Nextcloud.

    All users root folders under their user profile is linked to the actual folders in C:\Users\john.doe\Nextcloud{Desktop, Documents, etc...}. And the data is synced back to the Nextcloud server and that server is backed up.

    How do you go about doing that? Editing the location of Desktop, Documents, etc... ?

    Use Junction Points. Its like using symbolic links in Linux.

    Oh... Duh, lol. Thanks.

    I'm just trying to figure out how that would work if you have to do more than a few client machines at a time.

    Something like this. It is not ready for prime time, but was my starting point last week when setting up a new desktop.

    $User = Read-Host "Enter UserName" Remove-Item -Path "C:\Users\$User\Desktop" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Desktop" -Target "C:\Users\$User\Nextcloud\Desktop" -Force Remove-Item -Path "C:\Users\$User\Documents" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Documents" -Target "C:\Users\$User\Nextcloud\Documents" -Force Remove-Item -Path "C:\Users\$User\Downloads" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Downloads" -Target "C:\Users\$User\Nextcloud\Downloads" -Force Remove-Item -Path "C:\Users\$User\Favorites" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Favorites" -Target "C:\Users\$User\Nextcloud\Favorites" -Force Remove-Item -Path "C:\Users\$User\Music" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Music" -Target "C:\Users\$User\Nextcloud\Music" -Force Remove-Item -Path "C:\Users\$User\Pictures" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Pictures" -Target "C:\Users\$User\Nextcloud\Pictures" -Force Remove-Item -Path "C:\Users\$User\Videos" New-Item -ItemType Junction -Path "C:\Users\$User" -Name "Videos" -Target "C:\Users\$User\Nextcloud\Videos" -Force

    where would this be run from, the DC?

    This would have to be run from the End-user's computer from the looks of it.

    You are trying to screw with the end user's folders. they have to exist, and you have to have rights to them. neither of which are true of an admin account.

    Are you automating this -- then How?

    If you're not automating it, then why not just manually add the folders to the NextCloud client?

    /sigh FFS...

    @JaredBusch said in Crashplan vs Backblaze in 2018:

    Something like this. It is not ready for prime time, but was my starting point last week when setting up a new desktop.

    lol. I thought you were talking about the code...

    Time to research a way to do that.