ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • wirestyle22W

      Return Values in Bash Script and generate e-mail which shows successes, errors and if the directory is empty

      Watching Ignoring Scheduled Pinned Locked Moved
      30
      0 Votes
      30 Posts
      2k Views
      JaredBuschJ

      @wirestyle22 said in Return Values in Bash Script and generate e-mail which shows successes, errors and if the directory is empty:

      I purchased "Learn Python the Hard way". Going through it now and then experimenting.

      While a good thing, if you have a working bash script just Google each line “in python”

      Declare array in python
      For next in python

    • 1

      Looking at Atom and VS Code

      Watching Ignoring Scheduled Pinned Locked Moved
      26
      0 Votes
      26 Posts
      2k Views
      gotwfG

      @Pete-S Nope. Don't sling code. That said, worked with lots of devs providing ops support. The extremely bright genius types that stand out and really had my respect, each technical team leads, were using one of:

      VS Code IntelliJ EDEA

      And notably, they'd seem to swap back and forth from time to time. At least long enough to trial new features of new releases. Big Company was footing the tooling bill so cost was not a consideration for them. Ymmv.

    • CCWTechC

      Proxmox install

      Watching Ignoring Scheduled Pinned Locked Moved proxmox ve proxmox 6.3 debian kvm
      4
      0 Votes
      4 Posts
      967 Views
      scottalanmillerS

      minfree Defines the amount of free space left in the LVM volume group pve. With more than 128GB storage available the default is 16GB, else hdsize/8 will be used.

      This is space to leave behind for snapshots. They suggest 1/8th the size of your hard drive.

    • DashrenderD

      Using non MS DHCP in MS AD

      Watching Ignoring Scheduled Pinned Locked Moved active directory dhcp
      10
      0 Votes
      10 Posts
      1k Views
      DashrenderD

      @JaredBusch said in Using non MS DHCP in MS AD:

      Setup the way I show, Windows DNS still gets updated form workstations.

      03b94431-bd00-4eb2-ad58-a26eb0814fd0-image.png

      Good to know Windows is doing what it's supposed to do!

      Thanks Jared

    • garak0410G

      New ISP Issues at CEO's Home

      Watching Ignoring Scheduled Pinned Locked Moved
      97
      1 Votes
      97 Posts
      11k Views
      F

      My wireless radio internet is 60ms, I pre-ordered starlink a couple of weeks ago.

    • P

      Ryzen 5 cpu

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      405 Views
      travisdh1T

      Both CPUs and GPUs are very short in supply right now. At least the CPU prices aren't so insane as the GPU prices right now ($1000US for anything halfway decent).

    • V

      Cannot Connect to Virt-Manager

      Watching Ignoring Scheduled Pinned Locked Moved kvm virt-manager linux
      4
      0 Votes
      4 Posts
      696 Views
      V

      @scottalanmiller I have tried to connect via virtualbox before but after the windows and linux setups the screen would just turn black so i resorted to qemu and followed your discussion but now it wont connect on ubuntu

    • J

      Windows 10 and Volume Shadow Copies and Group Policy Objects

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      3k Views
      J

      @Dashrender said in Windows 10 and Volume Shadow Copies and Group Policy Objects:

      https://social.technet.microsoft.com/Forums/en-US/bf0dbaab-8bd9-4437-a599-59d0c531697a/rolling-out-volume-shadow-copy-via-group-policy-windows-10?forum=winserverGP

      This talks about

      gpmc.msc is the correct tool to use. (gpedit.msc won't display the security/services items)

      I'm building GPOs on the server so I have to use gpmc, gpedit will not build gpos.

      That article is good, I've been heading down each rabbit hole it reveals, It may be leading me to the solution.

      Thank you for the link. I'll report back with the actual link that worked if I am successful.

    • V

      FreePBX Ring over Paging System

      Watching Ignoring Scheduled Pinned Locked Moved Solved
      10
      0 Votes
      10 Posts
      544 Views
      V

      I just need the paging system to "ring" when a phone rings.

    • J

      Google Calendar <-> MS Outlook (Stand Alone) Sync?

      Watching Ignoring Scheduled Pinned Locked Moved Solved
      2
      0 Votes
      2 Posts
      188 Views
      J

      After much research and testing. I chose: gSyncit v5 https://www.fieldstonsoftware.com/software/gsyncit5

      So far I am happy with it. It certainly resolved the sync issues I started having with Companionlink that they could not sort out.
      It was the only reason I went looking for another option.

      It's too bad they couldn't sort it out, I really liked the Calendar widget in their Android DejaOffice product much better than the native calendar widget.

      So, our phones and PCs with any combination of Google Calendar (we don't use gmail) and MS Outlook are all in sync now (once again!)

    • DashrenderD

      Web trackers using CNAME to bypass anti tracking

      Watching Ignoring Scheduled Pinned Locked Moved tracking cname
      7
      1 Votes
      7 Posts
      829 Views
      1

      @dbeato said in Web trackers using CNAME to bypass anti tracking:

      @scottalanmiller said in Web trackers using CNAME to bypass anti tracking:

      Time to move to whitelisting instead.

      You mean "Allow List " 😉

      They didn't get the memo:

      the-blacklist.jpg

    • 1

      Need help with Autohotkey Windows

      Watching Ignoring Scheduled Pinned Locked Moved Solved autohotkey
      13
      1 Votes
      13 Posts
      863 Views
      1

      @Danp said in Need help with Autohotkey Windows:

      @Pete-S Seems like someone already created the script for you -- https://www.computerhope.com/tips/tip224.htm

      Edit: The above is based on this -- https://github.com/pmb6tz/windows-desktop-switcher

      Thanks @Danp !

      I had a look and it's complicated because you need DLLs and whatnot just to figure out which Desktop you are actually on. But then the script just runs Ctrl+Win+arrow to switch to the right Desktop.

      So I borrowed that little bit but the rest went into the bin. I just run enough Ctrl+Win+Left_arrow to make sure I'm on the first desktop and then go from there.

      This is what I have now (it assumes 8 virtual desktops present and uses Win+F1 to Win+F8 to switch between them):

      #NoEnv #Warn #SingleInstance Force SendMode Event SetVirtualDesktop(DesktopNumber) { Sleep 100 Send #^{Left 8} if (DesktopNumber>0) { Sleep 100 Send #^{Right %DesktopNumber%} } } #F1::SetVirtualDesktop(0) #F2::SetVirtualDesktop(1) #F3::SetVirtualDesktop(2) #F4::SetVirtualDesktop(3) #F5::SetVirtualDesktop(4) #F6::SetVirtualDesktop(5) #F7::SetVirtualDesktop(6) #F8::SetVirtualDesktop(7)
    • JaredBuschJ

      Pi-hole dumps on Fedora

      Watching Ignoring Scheduled Pinned Locked Moved pi-hole fedora 33
      29
      0 Votes
      29 Posts
      3k Views
      stacksofplatesS

      @JaredBusch said in Pi-hole dumps on Fedora:

      @stacksofplates said in Pi-hole dumps on Fedora:

      @JaredBusch said in Pi-hole dumps on Fedora:

      @stacksofplates said in Pi-hole dumps on Fedora:

      Just run it in a container and none of this matters.

      Pi-Hole's docker version was not a well done container 3 years ago when I implemented this solution. It was by no means a good idea at the time.

      Well I just meant going forward.

      That gets into different issues since Fedora went with podman. I haven't done much tinkering with it yet to see how compatible things are.

      It's a drop in replacement. It doesn't use the Docker socket so you can't use things like docker-compose, but I don't necessarily see that as a bad thing. Any normal tasks should be the same. There's people who have said they aliased podman to docker and never noticed a difference.

    • EddieJenningsE

      Ansible facts nested variable syntax preference

      Watching Ignoring Scheduled Pinned Locked Moved ansible yaml ansible facts
      3
      1 Votes
      3 Posts
      1k Views
      EddieJenningsE

      @black3dynamite said in Ansible facts nested variable syntax preference:

      Looks like Bracket notation is best choice instead of dot.

      Bracket notation always works. Dot notation can cause problems because some keys collide with attributes and methods of python dictionaries. Use bracket notation if you use keys which start and end with two underscores (which are reserved for special meanings in python) or are any of the known public attributes:

      Overlooked that in the documentation. While it's less efficient to type [' and '] rather than ., I'll live with it. 🙂

    • DustinB3403D

      Substantial OnPremise Exchange Vulnerabilities announced yesterday Patch Immediately

      Watching Ignoring Scheduled Pinned Locked Moved microsoft exchange on-premise vulnerability critical update
      5
      2 Votes
      5 Posts
      737 Views
      DustinB3403D

      @dbeato said in Substantial OnPremise Exchange Vulnerabilities announced yesterday Patch Immediately:

      @DustinB3403 Yeah, Exchange 2013 and over. You have to also be on the last 2 Cumulative Updates from Exchange 2013, 2016 or 2019. For 2019 You only can get the updates through Microsoft Volume Licensing.

      Yeah, a customer attempted an update from 2016 CU15.1 to CU19, it errored out on the last step, they restored (bad move) and had some mail flow issues for a bit.

      But they are back online now

    • FredtxF

      Cisco Access Point Install Help (AIR-AP18321-B-K9)

      Watching Ignoring Scheduled Pinned Locked Moved cisco
      27
      0 Votes
      27 Posts
      3k Views
      scottalanmillerS

      @Fredtx said in Cisco Access Point Install Help (AIR-AP18321-B-K9):

      Appreciate everyone's help. I may be posting more often, because I'm getting exposed to a lot of technology I'm not familiar with. LOL

      Awesome

    • scottalanmillerS

      Adding 2FA to BookStack Wiki

      Watching Ignoring Scheduled Pinned Locked Moved mfa 2fa bookstack wiki
      21
      0 Votes
      21 Posts
      3k Views
      scottalanmillerS

      @Pete-S said in Adding 2FA to BookStack Wiki:

      And if the client for instance use google for email (workplace) then they already have an SSO solution without needing anything extra.

      They have no SSO source right now.

    • scottalanmillerS

      The MailDir Email Storage Format: Understanding New, Cur, & Tmp

      Watching Ignoring Scheduled Pinned Locked Moved postfix courier dovecot maildir email cpanel
      1
      1 Votes
      1 Posts
      621 Views
      No one has replied
    • JaredBuschJ

      Nextcloud CardDav not workign on iPhone

      Watching Ignoring Scheduled Pinned Locked Moved Solved nextcloud 20 nextcloud contacts carddav
      4
      0 Votes
      4 Posts
      632 Views
      JaredBuschJ

      Updated Nextcloud from 20.0.7 to 20.0.8 today and the problem went away.

      Not the answer, but an answer.

    • openitO

      Is someone using Wazuh? Is alternative for Graylog, ME Data Security etc.?

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      2k Views
      hobbit666H

      Going to give this a try tomorrow.

    • 1
    • 2
    • 48
    • 49
    • 50
    • 51
    • 52
    • 697
    • 698
    • 50 / 698