ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. command line
    Log in to post
    • All categories
    • scottalanmiller

      Using Mutt to Check POP or IMAP Email
      IT Discussion • mutt email imap dovecot pop pop3 imap4 linux unix bsd freebsd command line • • scottalanmiller

      4
      3
      Votes
      4
      Posts
      150
      Views

      J

      @scottalanmiller No example output? 🙂

    • scottalanmiller

      Add Static IP Address on Unifi fro the Command Line on SSH
      IT Discussion • unifi ubiquiti ssh command line cli unifi command reference • • scottalanmiller

      2
      0
      Votes
      2
      Posts
      649
      Views

      JaredBusch

      @scottalanmiller that is edgeos syntax.

    • scottalanmiller

      Add Default Gateway Route to Unifi from the Command Line on SSH
      IT Discussion • ubiquiti unifi cli command line ssh usg unifi command reference • • scottalanmiller

      1
      1
      Votes
      1
      Posts
      2204
      Views

      No one has replied

    • DustinB3403

      Recursively look in multiple folders and find files with the same name ignoring the extension
      IT Discussion • file sorting linux command line • • DustinB3403

      10
      0
      Votes
      10
      Posts
      166
      Views

      EddieJennings

      Tweaked a bit to provide an output file.

      https://gitlab.com/EddieJennings/bash-general/-/blob/master/find_files_sort_by_filename.sh

    • JaredBusch

      Setup Grandstream HandyTone from Command Line
      Self Promotion • freepbx grandstream command line setup • • JaredBusch

      1
      0
      Votes
      1
      Posts
      766
      Views

      No one has replied

    • popester

      Favorite (preferably free) terminal.
      IT Discussion • apple macos terminal cli command line • • popester

      20
      2
      Votes
      20
      Posts
      415
      Views

      RamblingBiped

      @scottalanmiller Yep, I just wanted to share the configuration I use as my daily driver because it makes working in the terminal that much more efficient. The OP mentioned wanting something that was a bit slicker and more powerful, and I think in addition to your choice of terminal, your choice of shell and other tools contributes to having a better experience. I prefer FISH for my shell, and tmux is my terminal multiplexor of choice. ZSH is another great alternative shell as well.

    • JaredBusch

      VitalPBX how to manually unban yourself from the command line
      IT Discussion • vitalpbx fail2ban command line cli how to • • JaredBusch

      9
      2
      Votes
      9
      Posts
      1499
      Views

      StuartJordan

      @JaredBusch fair enough, I haven't used the product itself as of yet and wasn't aware it had whitelisting inside the product, if this was specific to just fail2ban then that method would be suitable, but in this case I agree with you, my mistake.

    • steve

      Microsoft Command Line Tools - CompTIA A+ 220-1002 Prof Messer
      IT Careers • prof messer comptia a+ video training youtube it career it training windows cli command line • • steve

      5
      3
      Votes
      5
      Posts
      273
      Views

      scottalanmiller

      @brianwinkelmann said in Microsoft Command Line Tools - CompTIA A+ 220-1002 Prof Messer:

      Very Very Interesting, but the most important, this Command Line Tools are useful specially when you work remotely.

      Or to be ready for when you suddenly half to!

      Although they make you more efficient all of the time.

    • scottalanmiller

      Create a New User on macOS from the Terminal Command Line
      IT Discussion • mac osx macos apple command line cli terminal sam macos administration system administration macosx • • scottalanmiller

      4
      1
      Votes
      4
      Posts
      4907
      Views

      scottalanmiller

      @justal said in Create a New User on macOS from the Terminal Command Line:

      @scottalanmiller Hi Scott, thanks for the post, unfortunately this works not on Mac OS X Mojave. I'm able to create a user but not able to login with this user account. It stucks after the login prozess. Is there any workaround?
      Thanks!

      I switched offices for a couple days to one where I'm on Ubuntu rather than my Mac. I'll look into it once I'm back to my Mac.

    • scottalanmiller

      List All Users on macOS from Terminal Command Line
      IT Discussion • macos macosx mac command line cli sam macos administration terminal system administration • • scottalanmiller

      1
      2
      Votes
      1
      Posts
      454
      Views

      No one has replied

    • scottalanmiller

      Windows Server 2019 Need to Download and Run without AV Deleting Files
      IT Discussion • windows windows server windows server 2019 windows defender av antivirus cli command line • • scottalanmiller

      11
      0
      Votes
      11
      Posts
      551
      Views

      scottalanmiller

      @black3dynamite said in Windows Server 2019 Need to Download and Run without AV Deleting Files:

      https://www.thomasmaurer.ch/2016/07/how-to-disable-and-configure-windows-defender-on-windows-server-2016-using-powershell/

      For now, just temporary disable Real-Time Protection via PowerShell
      Set-MpPreference -DisableRealtimeMonitoring $true

      Download the executable and scan it manually before you install
      Start-MpScan -ScanPath C:\datastore\file.exe -ScanType QuickScan

      Enable Real-Time Protection after the install
      Set-MpPreference -DisableRealtimeMonitoring $false

      Excellent, now THAT did it.

    • DustinB3403

      Enabling root SSH access for OSX
      IT Discussion • osx macos system administration cli command line shell apple mac macos system administration ssh • • DustinB3403

      1
      2
      Votes
      1
      Posts
      997
      Views

      No one has replied

    • DustinB3403

      Using Rsync to remotely backup Apple OSX User profiles
      IT Discussion • osx terminal rsync command line cli macos macosx mac • • DustinB3403

      6
      2
      Votes
      6
      Posts
      386
      Views

      DustinB3403

      Worth noting that using rsync worked very well, but there were issues with the Outlook profile on the existing user workstation and the end result.

      Not a huge issue for us as everything is stored in O365, but worth being mindful of if your email was hosted locally.

      Also because of username convention changes, I had to set the ownership of the user profile to match the new shortened name.

    • scottalanmiller

      Get Windows Version from Command Line
      IT Discussion • cli command line windows sam windows administration system administration windows 10 registry • • scottalanmiller

      17
      1
      Votes
      17
      Posts
      774
      Views

      scottalanmiller

      @pmoncho said in Get Windows Version from Command Line:

      No doubt. Currently working on getting Server 2019 DC, DHCP, and RDS working in a lab. A few challenges so far. Was going to try using PS to do many tasks I normally do in GUI (force myself to learn as I go) but decided to put it on the back burner due to frustration. I will get there with PS but it has to wait.

      Unfortunately, no matter how much we want to complain about PS and how Windows has no production-level roadmap at this point and is getting worse by the day, if you are going to run Windows today, PS is how it is done. Issues with PS have only one valid purpose to discuss - to use to explain to management why Windows shouldn't be getting deployed in production workloads, or why risks with it need to be accepted. It's like the licensing issues with Windows, these things all add up to cost and risk and risk is really just cost. It's part of the "decision numbers." Beyond that, it is what it is. If the business actually knows how costly it is and still chooses it, then PS is how you manage it.

      If you deploy and start without using PS, it'll be that much harder to switch later. I know the learning curve is absurd and the whole thing is so much harder than it has any purpose being, but I would bite the bullet if at all possible and learn it now. It'll just be harder later.

    • scottalanmiller

      Managing Windows Local Users with PowerShell
      IT Discussion • windows sam windows administration system administration windows administration powershell shell command line cli • • scottalanmiller

      14
      2
      Votes
      14
      Posts
      434
      Views

      scottalanmiller

      Topic has been forked, please keep discussions of OS comparisons to a different thread.

    • DustinB3403

      Windows CLI - Find long Filepaths and compress to zip
      IT Discussion • windows command line compression file path file system long file name powershell cmd • • DustinB3403

      3
      2
      Votes
      3
      Posts
      185
      Views

      gjacobse

      Long file names can be a serious pain... for copy and backup reasons.

      I recall a NTG client that used a long name for the directories,.. and it made updating nearly impossible Should follow the KISS method... Directory names don't need to be 120 characters long,.. and four deep.

    • DustinB3403

      OSX Setup via Command Line - Specifically VPN network
      IT Discussion • osx command line setup configuration apple management • • DustinB3403

      4
      0
      Votes
      4
      Posts
      306
      Views

      DustinB3403

      I got it from here

      brew install macosvpn

      sudo macosvpn create --l2tp Atlantic --endpoint atlantic.example.com --username ' ' --password ' ' --shared-secret s3same

      You can provide ' ' for both the username and password, this allows any user to fill in as required.

    • DustinB3403

      Solved Dumb question - linux dd write 0s to multiples disks at once
      IT Discussion • linux dd command line • • DustinB3403

      38
      1
      Votes
      38
      Posts
      1220
      Views

      stacksofplates

      @manxam said in Dumb question - linux dd write 0s to multiples disks at once:

      @stacksofplates : Now you're just showing off 🙂

      Ha I didn't mean for it to look like that, but you did make me realize I made a mistake so I'll have to fix it. Make has a lot of uses outside of jsut building software. It's a pretty awesome utility.

    • scottalanmiller

      Get User Last Login from Windows
      IT Discussion • windows command line cli net user • • scottalanmiller

      18
      1
      Votes
      18
      Posts
      696
      Views

      PhlipElder

      Via the ActiveDir list:

      https://github.com/CarlWebster

      There are some amazing scripts in there for ADDS but also for XenApp, NetScaler, Citrix, and others.

      Site: https://carlwebster.com/downloads/download-info/active-directory-2/

    • mlnews

      Starting Windows 10 Directly and the Command Prompt
      IT Discussion • windows windows 10 toms hardware command line • • mlnews

      3
      1
      Votes
      3
      Posts
      405
      Views

      dbeato

      MM that is just troubleshooting but it is not loading without the recovery disc or recovery partition. Safemode is a pain as well.