This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#==================================================================================================# | |
#Unit_Factory_Partner.mlog | |
#------------------------- | |
#By Ilobmirt - 2023NOV05 | |
#Manage associates to get Items into storage unit. This is to make units remotely without conveyors | |
#==================================================================================================# | |
globals: | |
#Imports |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
SET GIT_URL=https://github.com | |
SET GIT_USER=%1 | |
SET GIT_PROJECT=%2 | |
SET GIT_BRANCH=%3 | |
SET GIT_TARGET=%GIT_URL%/%GIT_USER%/%GIT_PROJECT%/tarball/%GIT_BRANCH% | |
SET /E TMPNAME=randstr 8 | |
ECHO GIT REPOSITORY - %GIT_USER%/%GIT_PROJECT%/%GIT_BRANCH% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
<HTML> | |
<HEAD> | |
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252"> | |
<TITLE>Fur Affinity Streaming Tool</TITLE> | |
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.1 (Win32)"> | |
<META NAME="AUTHOR" CONTENT="Ilobmirt Tenk"> | |
<STYLE TYPE="text/css"> | |
<!-- | |
TD P { text-align: center } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=================================================================================================# | |
#provision_deploy_env.sh | |
#---------- | |
#by: ilobmirt @ 2023_JUL_07 | |
# | |
#Sets up this node | |
#=================================================================================================# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#==================================================================================================# | |
#refresh_vagrant.sh | |
#----------------------- | |
#by: ilobmirt 2023 MAR 05 | |
# | |
#Brings down and up the target vagrant environment, then re-establishes the ssh connection host_ids | |
#==================================================================================================# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=================================================================================================# | |
#install_envx86.sh | |
#---------- | |
#by: ilobmirt @ 2022_JAN_25 | |
# | |
#Sets up an x86 environment within an your arm based pc from which you could run x86 apps | |
#=================================================================================================# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=================================================================================================# | |
#install_box64.sh | |
#---------- | |
#by: ilobmirt @ 2022_JAN_16 | |
# | |
#Downloads, compiles, and sets up box64 targeted towards the arm64 raspberry pi 4 running raspbian | |
#Learn more about box64 at the project's github page - https://github.com/ptitSeb/box64 | |
#=================================================================================================# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=================================================================================================# | |
#install_zoom.sh | |
#---------- | |
#by: ilobmirt @ 2022_JAN_16 | |
# | |
#Downloads, exctracts, and sets up amd64 version of zoom for linux. Typically for box64 on arm64 | |
#Learn more about box64 at the project's github page - https://github.com/ptitSeb/box64 | |
#Zoom is mainly found and available through their main website - https://zoom.us/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=================================================================================================# | |
#get_pkg.sh | |
#---------- | |
#by: ilobmirt @ 2022_JAN_16 | |
# | |
#Uses apt to download librarys of a specific architecture and install them to a custom directory | |
#I use this to download arm64 libraries that will be used for applications running under box64 | |
#Learn more about box64 at the project's github page - https://github.com/ptitSeb/box64 |
NewerOlder