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
    • scottalanmillerS

      MeshCentral Starring Devices Feature

      Watching Ignoring Scheduled Pinned Locked Moved meshcentral meshcentral 2
      1
      3 Votes
      1 Posts
      433 Views
      No one has replied
    • 1

      Utility to change raw data?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      264 Views
      scottalanmillerS

      @Pete-S said in Utility to change raw data?:

      I think I might have a solution with dd and printf.

      printf "8718\r\n0x23abc\0x00" | dd of=raw.bin seek=2345 oflag=seek_bytes

      Something like that.

      Interesting. Makes sense though.

    • scottalanmillerS

      Install Skyetel Postcards on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved scale hc3 docker skyetel postcards centos centos 7 vultr linux sms texting
      12
      0 Votes
      12 Posts
      3k Views
      scottalanmillerS

      @marcinozga said in Install Skyetel Postcards on CentOS 7:

      @scottalanmiller said in Install Skyetel Postcards on CentOS 7:

      @marcinozga said in Install Skyetel Postcards on CentOS 7:

      @black3dynamite said in Install Skyetel Postcards on CentOS 7:

      Still preferred fallocate instead of dd to create a swap file?

      dd if=/dev/zero of=/swapfile count=4096 bs=1MiB && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile && echo "/swapfile swap swap defaults 0 0">>/etc/fstab

      Still using swap file? Memory is cheap. I don't recall a server where I created swap partition or swap file.

      Memory is NOT cheap, not at all.

      It is if you own it. If you rent your hardware, yeah, it adds up.

      Even if I own it, throwing away 2-3GB of RAM makes no sense. Now, if I own it, I can easily assign 4GB of RAM then remove it once installed, by why? That's harder to script and still no benefit.

      It's a bad habit to see resources as cheap and so waste them just because you can. Extra memory doesn't improve performance, it hurts it (just the tiniest bit). And it's not free, if you always apply twice as much RAM as you use (or four times, here), that gets costly one way or another. Either you wasted money overspeccing in the beginning, or you are stuck buying more now.

    • GreyG

      VMWare PowerCLI to check compliance in v7

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      253 Views
      No one has replied
    • DashrenderD

      Ubiquiti announce EOL list

      Watching Ignoring Scheduled Pinned Locked Moved ubquiti unifi uap
      1
      3 Votes
      1 Posts
      4k Views
      No one has replied
    • scottalanmillerS

      Recovering SQL Server 2005 Databases

      Watching Ignoring Scheduled Pinned Locked Moved
      28
      0 Votes
      28 Posts
      3k Views
      O

      @scottalanmiller said in Recovering SQL Server 2005 Databases:

      Anyone had any luck mounting SQL Server 2005 MDF/LDF to a new SQL Server version
      You can move SQLServer 2005 to a new Server version by following this guide: https://solutioncenter.apexsql.com/restore-sql-server-backup-to-a-newer-version-of-sql-server/

    • 1

      Building your own lab

      Watching Ignoring Scheduled Pinned Locked Moved
      39
      0 Votes
      39 Posts
      2k Views
      black3dynamiteB

      @openit said in Building your own lab:

      @scottalanmiller @Pete-S
      Do we have any complete post or article on ML which describes how to build a Lab with design, like server, switch etc. arrangement.

      Really appreciate, if someone can provide any links, which gives complete lab design, to prepare me as a good Windows System Administrator, which should include all tasks, activities a typical SysAdmin requires.

      https://www.servethehome.com/

      Some tasks would be setting up a monitoring alert system that alerts you of reboots, account lockouts, high CPU usage, disk usage, network, etc. Get familiar with using PowerShell to manage your Windows systems. Setting up a Dev or test to in order test your Windows or 3rd party applications before deploying to production.

    • scottalanmillerS

      Use PowerShell to Disable UAC on Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved uac windows windows 10 powershell
      16
      3 Votes
      16 Posts
      6k Views
      NicN

      @EddieJennings said in Use PowerShell to Disable UAC on Windows 10:

      @Obsolesce said in Use PowerShell to Disable UAC on Windows 10:

      What special case needs UAC completely off?

      I'm curious about this as well.

      Installing malware 🙂

    • scottalanmillerS

      Automated NextCloud Backup to Wasabi or Amazon S3

      Watching Ignoring Scheduled Pinned Locked Moved nextcloud wasabi amazon s3 backup disaster recovery
      20
      0 Votes
      20 Posts
      4k Views
      JaredBuschJ

      @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

      @VoIP_n00b said in Automated NextCloud Backup to Wasabi or Amazon S3:

      @scottalanmiller said in Automated NextCloud Backup to Wasabi or Amazon S3:

      It is indeed. It's running now.

      How much data? How long is it taking?

      Note: Use the -P/--progress flag to view real-time transfer statistics 🙂

      260GB or so, nothing crazy. Not sure, ran it overnight.

      Also, WTF... Who watches backups real time?

    • scottalanmillerS

      Using a Compose Key to Make Special Characters on Ubuntu 20.04

      Watching Ignoring Scheduled Pinned Locked Moved gnome ubuntu gnome tweaks keyboard linux
      1
      0 Votes
      1 Posts
      790 Views
      No one has replied
    • IRJI

      Using USB A cable for charging a laptop

      Watching Ignoring Scheduled Pinned Locked Moved Solved
      7
      0 Votes
      7 Posts
      494 Views
      IRJI

      Ok HP clarifies and said USB A is not powerful enough to deliver a meaningful charge.

      https://store.hp.com/us/en/tech-takes/3-different-ways-to-charge-laptop-without-charger

    • scottalanmillerS

      Skyetel Postcards Redirect Issue

      Watching Ignoring Scheduled Pinned Locked Moved skyetel sms postcards texting
      6
      0 Votes
      6 Posts
      964 Views
      scottalanmillerS

      @JasGot said in Skyetel Postcards Redirect Issue:

      I believe ./run.sh restarts all services, and I suspect that includes Nginx.

      Yes, Nginx is inside a Docker container. But there are three.

      All you need is...

      systemctl start docker systemctl enable docker

      And you are good to go. It's just a process that needs to be started like any other. There's nothing to know about Docker in this instance. Think of it as the server itself, it just needs to be turned on.

    • GreyG

      powercli to check status?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      206 Views
      GreyG

      Found it -- test-compliance.

    • 1

      Is certbot the best way to handle Let's Encrypt certs?

      Watching Ignoring Scheduled Pinned Locked Moved lets encrypt certbot
      6
      0 Votes
      6 Posts
      944 Views
      stacksofplatesS

      @Pete-S said in Is certbot the best way to handle Let's Encrypt certs?:

      @stacksofplates said in Is certbot the best way to handle Let's Encrypt certs?:

      Lego is another good one from what I've seen. It does all 3 challenge types.

      https://go-acme.github.io/lego/

      Thanks, might have a look at it next time.

      I went with certbot this time because it was very clear what needed to be done. Debian has a package for it's all you need to do is have a http server up and running and then:

      # apt-get install certbot python-certbot-apache # certbot --apache

      It will do everything for you - create & install the certificate, set up redirection from http to https, set up a job that updates the cert etc.

      The site has instructions for every common OS (redhat, ubuntu etc) and http daemon (apache, nginx etc) combination.
      https://certbot.eff.org/lets-encrypt/debianbuster-apache

      Yeah certbot is the easiest. Lego is just more flexible and you only need the binary. Def start with the easiest for now.

    • scottalanmillerS

      MeshCentral Adds WebSocket Compression

      Watching Ignoring Scheduled Pinned Locked Moved meshcentral meshcentral 2 websocket compression
      3
      3 Votes
      3 Posts
      1k Views
      scottalanmillerS

      EdkJFXDVoAEXM2i.png

    • gjacobseG

      NextCloud: Chmod user folders

      Watching Ignoring Scheduled Pinned Locked Moved nextcloud ubuntu 18.10 ubuntu server permissions chmod
      3
      0 Votes
      3 Posts
      1k Views
      1

      @gjacobse said in NextCloud: Chmod user folders:

      Oh - no - the syntax is incorrect for ownership.

      sudo chown

      Yes,

      chown to change owner chmod to change mode (permission)

      Remember you can always do man chown to see the syntax.

    • scottalanmillerS

      MeshCentral Run Commands on Multiple Computers at Once

      Watching Ignoring Scheduled Pinned Locked Moved meshcentral meshcentral 2
      2
      4 Votes
      2 Posts
      755 Views
      CCWTechC

      @scottalanmiller said in MeshCentral Run Commands on Multiple Computers at Once:

      "Starting with MeshCentral v0.5.85, you can now select "Run Commands" in the group actions or device actions. Allows running shell commands on many devices at once."

      Ecq0qLrUcAEBBek.png

      Wow, this is going to really change the way we use Mesh! Awesome stuff!

    • wirestyle22W

      Cron GPG Scripts can't locate the Keyring

      Watching Ignoring Scheduled Pinned Locked Moved gpg shell
      5
      0 Votes
      5 Posts
      827 Views
      wirestyle22W

      That seems to have fixed the issue

    • scottalanmillerS

      Reset 120 Day Grace Period for Windows RDS Server with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved rds terminal server remote desktop services rdp windows windows server microsoft licensing windows server 2016 windows server 2012 r2 windows server 2012
      7
      6 Votes
      7 Posts
      22k Views
      GreyG

      @ilyas said in Reset 120 Day Grace Period for Windows RDS Server with PowerShell:

      @scottalanmiller

      Hi, Thanks for wonderful script that save my time.
      Could You please guide me how we can run this script on multiple servers?

      I tried foreach PowerShell method but it does not work.

      From the ISE, load the script and then enter-pssession for each system. Once connected, run the script from the ise. Sorted.

    • CCWTechC

      Internet outage

      Watching Ignoring Scheduled Pinned Locked Moved dns internet outage cloudflare
      19
      0 Votes
      19 Posts
      3k Views
      PhlipElderP

      @Texkonc said in Internet outage:

      @JaredBusch said in Internet outage:

      @PhlipElder said in Internet outage:

      @JaredBusch said in Internet outage:

      @PhlipElder said in Internet outage:

      https://www.cloudflarestatus.com/incidents/46z55mdhg0t5

      Hmmm ... this from a little over a year ago.

      Same "problem".

      Routing is not magic. Errors happen.

      That may be so, but the expectation is that the same errors would not happen over and over again.

      FFS It is not the same. Are you stupid?

      Jesus, calm down. No one pissed in your corn flakes...

      No kidding. Don't go all Boomtown Rats on me. 😛

    • 1
    • 2
    • 72
    • 73
    • 74
    • 75
    • 76
    • 699
    • 700
    • 74 / 700