Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. script
    Log in to post

    • UNSOLVED Need to handle parsing these strings in PHP
      IT Discussion • php script coding parse string • • JaredBusch  

      4
      0
      Votes
      4
      Posts
      30
      Views

      Current version looks like this. Much improved.
    • Bookstack Backup to S3
      IT Discussion • mysql mariadb script bookstack amazon s3 mysqldump • • dbeato  

      10
      6
      Votes
      10
      Posts
      320
      Views

      @scottalanmiller said in Bookstack Backup to S3: @wrx7m said in Bookstack Backup to S3: @dbeato said in Bookstack Backup to S3: @wrx7m said in Bookstack Backup to S3: @dbeato Are you running bookstack in AWS? Not at the moment. I am just backing up to S3. Look at Wasabi for S3 compatible object storage. Significantly cheaper. Yup, can't think of any reason to use S3 unless you are hosted on AWS and aren't using it for backup but for production storage. And even then, not the majority of the time. S3 is too expensive and doesn't really offer anything except locality that is of any specific value. B2 and Wasabi beat it a lot. Sorry, I posted this as S3 but I should change it to Wasabi. It is the same Idea for both.
    • SOLVED Scripting - How do you store your credentials and call them later?
      IT Discussion • script shell hashing credentials • • DustinB3403  

      79
      2
      Votes
      79
      Posts
      622
      Views

      P

      @IRJ I come mentally prepared with my powerful Crane!
    • UNSOLVED Need a script to cleanup a Backblaze B2 bucket
      IT Discussion • script backblaze backblaze b2 cleanup • • JaredBusch  

      11
      0
      Votes
      11
      Posts
      347
      Views

      Here's some additional information, specifically using rclone into b2.
    • PowerShell - Off-boarding Script
      IT Discussion • microsoft powershell office 365 active directory windows server scripting script ad password password reset • • wrx7m  

      12
      1
      Votes
      12
      Posts
      1387
      Views

      @wrx7m said in PowerShell - Off-boarding Script: @dafyre said in PowerShell - Off-boarding Script: @wrx7m said in PowerShell - Off-boarding Script: @dafyre I think I found where you got it - https://www.powershelladmin.com/wiki/Powershell_prompt_for_password_convert_securestring_to_plain_text Anyway, I am not sure where, in my script, I should place that function. You'd put the actual function at the top of your script, and then just $myPassword=convertFrom-SecureToPlain -securepassword $MySecurePassword Wherever you need the password in plain text form. Thanks. It mostly works. The only problem is that it isn't actually using the password I specify at the top. It is somehow generating its own and then writing it at the end. I put in write-host "Plain Text Says: $plainText" and it shows the password that I typed in for the secure variable at the beginning, followed by the one that it generated. Plain Text Says: $#@%4#@177 Jof91348 Works fine for me here.... Check and make sure you don't have an extra write-host or anything somewhere.
    • PowerShell - FTP Upload Script No Longer Working
      IT Discussion • powershell script ftp • • wrx7m  

      31
      2
      Votes
      31
      Posts
      756
      Views

      @Pete-S It was on linux - ProFTPD
    • Find MangoLassi Post Views Per Thread
      IT Discussion • script screen scraping • • scottalanmiller  

      4
      3
      Votes
      4
      Posts
      115
      Views

      @dbeato cURL is really good for on the fly processing. WGET is more focused on getting the whole site down to disk.
    • Unifi on Vultr: you 'has mad skillz?
      IT Discussion • vultr script unifi controller google cloud • • FATeknollogee  

      20
      0
      Votes
      20
      Posts
      864
      Views

      @fateknollogee said in Unifi on Vultr: you 'has mad skillz?: I don't quite get your answer..does that mean it's too easy or it's not worth the effort? Basically yes, it is not worth the effort. You can setup apt to update automatically yourself quite trivially. The same for Let's Encrypt. Reskimming, I am not sure WTF he is doing with lighttpd I would need to look closer. But the scripting of the backup to a third party site is going to be totally custom to every install. This is way too complex to setup in a simple script. It works for him because everything is tied to the Google account.
    • Fix OpenVAS when not starting Scans
      IT Discussion • script ubuntu 18.04 openvas openvas-scanner • • dbeato  

      8
      1
      Votes
      8
      Posts
      466
      Views

      @dafyre said in Fix OpenVAS when not starting Scans: You can also download & install using their ISO. They label it a "Virtual Appliance" for some reason. It's worked on everything I've thrown at it so far. https://www.greenbone.net/en/install_use_gce/ I don't prefer it due to being harder to troubleshoot... since it is an older OS version and such.
    • Need some PHP help for this script
      IT Discussion • freepbx asterisk yealink php script help developer • • JaredBusch  

      14
      2
      Votes
      14
      Posts
      1004
      Views

      github updated. files renamed a bit. Still a work in progress, but things working much better.
    • NextCloud Automated Installation
      IT Discussion • linux storage fedora nextcloud bash cloud storage script selinux installer • • scottalanmiller  

      76
      6
      Votes
      76
      Posts
      5928
      Views

      W

      Is there anything new with updating the script?
    • If I was a batch scripter, I'd starve...
      IT Discussion • scripting script scripts batch • • NerdyDad  

      2
      2
      Votes
      2
      Posts
      458
      Views

      Here are some instructions I found. http://www.instructables.com/id/How-to-make-flash-drive-that-copys-users-files-si/
    • Understand CMD CLI to Powershell Variable
      IT Discussion • powershell scripting chocolatey script cmd ps batch cmdlet • • gjacobse  

      2
      0
      Votes
      2
      Posts
      674
      Views

      @gjacobse So basically you want to iterate through a list of computers the same script correct? So do you have a list of computers? What are other steps on your script? because what we can do is the following *$computers = import-csv -Path "c:\script\computers.csv" foreach ($oldname in $computers){ Rename-Computer -NewName $newname -DomainCredential domain\admin -Restart} This assumes you have a CSV file with a oldname and new name columns with computer names.
    • Creating a New User with O365 with PowerShell
      Self Promotion • powershell office 365 o365 script office365 users nerdydad ps scripts office 365 administration • • NerdyDad  

      3
      2
      Votes
      3
      Posts
      1227
      Views

      Inserted a new line of code at line 82 and 87 to read as follows: icacls \\<server>\d$\Users\$un\* /grant $un:F /inheritance:e /T This line grants the new employee full access to their network folder and subfolders and items.
    • SOLVED Script Assistance requested
      IT Discussion • windows 10 vpn scripting windows 8.1 script windows 8 batch drive mapping • • gjacobse  

      3
      0
      Votes
      3
      Posts
      871
      Views

      Thanks @Mike-Davis That is just want was needed. added it to my other script and works great thus far.
    • Nautilus Custom Scripts
      IT Discussion • linux script nautilus • • stacksofplates  

      1
      2
      Votes
      1
      Posts
      572
      Views

      No one has replied

    • Installing Invoice Ninja on Ubuntu 16.10
      IT Discussion • script ubuntu 16.10 invoice ninja • • Romo  

      5
      4
      Votes
      5
      Posts
      2070
      Views

      https://www.howtoforge.com/tutorial/how-to-install-invoice-ninja-on-centos-7/
    • Script to kill multiple app spawns
      IT Discussion • linux bash script • • stacksofplates  

      4
      1
      Votes
      4
      Posts
      722
      Views

      I guess I could do a wildcard at the beginning and end of whatever I'm searching for with killall but that freaks me out a little. I could accidentally do a lot of damage with that.
    • QEMU Convert Script
      IT Discussion • linux kvm bash script qemu qcow2 preallocation • • stacksofplates  

      1
      4
      Votes
      1
      Posts
      1180
      Views

      No one has replied

    • Map Drive Script - Check for Drive letter in use
      IT Discussion • scripting script batch drive mapping • • gjacobse  

      23
      0
      Votes
      23
      Posts
      3396
      Views

      how many computers have the card readers? Instead of messing with the rest of the company's drive letters you could script something like: diskpart select vol g assign letter=b You have to put the diskpart commands in .txt file and then specify that as the script for diskpart to use, but you get the idea. Just move the local media card reader to a letter that's not used by the company and be done with it.
    • Zabbix Server Installation Scripts
      IT Discussion • ubuntu how to script zabbix • • dafyre  

      15
      2
      Votes
      15
      Posts
      3009
      Views

      @Sparkum said in Zabbix Server Installation Scripts: @JaredBusch Ah gotcha, okay I was actually following those instructions, as well as ones from DO, as well as from everywhere and anywhere. Multiple times I got to different places, I was able to stand it up a few times, was even graphing itself once, but for the life of me could not get communication from my agents to the server, ports 10050 and 10051 showed open in uh...I think it was ufw? but I couldnt telnet into them, so not sure if it was my install or what was up. Here you go. https://mangolassi.it/topic/10373/install-zabbix-on-centos-7
    • Zabbix Agent Install Script
      IT Discussion • script zabbix installation • • dafyre  

      22
      2
      Votes
      22
      Posts
      4561
      Views

      I have always used the following for MSI http://www.suiviperf.com/zabbix/index.php
    • Someone's personal cleanup script for Win10
      Water Closet • windows 10 script cleanup • • Dashrender  

      4
      1
      Votes
      4
      Posts
      2284
      Views

      It seems odd that the calculator would be part of that system.
    • A

      Install OpenVPN with openvpn-install Script
      IT Discussion • vpn script openvpn openvpn-install • • Alex Sage  

      1
      2
      Votes
      1
      Posts
      791
      Views

      No one has replied

    • BASH Word Length Histogram
      Developer Discussion • bash script • • scottalanmiller  

      2
      0
      Votes
      2
      Posts
      1377
      Views

      And here is a sample output: ./counter.sh five six four three two one seven twenty onehundred eleven ten do a deer a female deer and that is how the cookie crumbles and i am pretty sure that you will find that this is a really useful bash script no matter how many things that you want to pass into its parameter fields 1 letters: 4 2 letters: 6 3 letters: 12 4 letters: 17 5 letters: 2 6 letters: 11 8 letters: 1 9 letters: 1 10 letters: 1
    • Powershell - List all group members
      Developer Discussion • powershell active directory script • • DustinB3403  

      1
      2
      Votes
      1
      Posts
      720
      Views

      No one has replied

    • Powershell - Network Share Permissions CSV
      Developer Discussion • powershell smb script csv • • DustinB3403  

      1
      4
      Votes
      1
      Posts
      821
      Views

      No one has replied

    • Powershell - Replicate Permissions 1:1 for AD Users
      Developer Discussion • powershell active directory script • • DustinB3403  

      1
      4
      Votes
      1
      Posts
      633
      Views

      No one has replied

    • Making a Simple Ping Test Script
      IT Discussion • scripting bash script shell ping • • scottalanmiller  

      1
      3
      Votes
      1
      Posts
      871
      Views

      No one has replied

    • Using a BASH Script to Automate FDISK in Linux
      IT Discussion • linux bash script fdisk • • scottalanmiller  

      1
      0
      Votes
      1
      Posts
      2591
      Views

      No one has replied