AdminUtils is a set of command line utils that helps to automate some routine operations in servers and workstations management.
This set of tools is located in the linux directory, we have following sub directories:
raspberrypi- utilities forRaspberry Pimicro PC (directory/linux/raspberrypi);ubuntu- utilities forUbuntumachines (directory/linux/ubuntu).
We have the following utilities:
-
/linux/ubuntu/infra_4_java_monolitic_app.shtools that prepare pure VM for deployJavamonolitic application that contains (MUST be run withsudo):JDK(18)Nodejs(16) andnpmPostgresqlKeycloak(19.0.3)ElasticsearchJust run and wait.Keycloakis installing in directory that passed as$1, or used default -/usr/local/sbin/keycloak.
If we would like to install
keycloakin directory/opt/apps:sudo ./infra_4_java_monolitic_app.sh /opt/apps
Currently we have one script but it insignificant (work on it will be continued)
For Create NEW Chocolatey package depends on .Net Framework we have to install it in chocolateyinstall.ps1, for this purpose we create following scripts:
/windows/net6_installer.ps1installnet6runtime on target machine
This set of tool is located in the windows directory
Here we have the following tools for fast pure system initialization:
/windows/install_common_tools.ps1contains common (daily) software:chocolateygui7zipadobereaderfoxitreaderlibreoffice-freshfirefoxgooglechromenotepadpluspluspaint.netgimpputtywinscpprocexpprocmonrufus
/windows/install_development_tools.ps1contains development tools for windows machine:golangpythonrubypostgresql13pgadmin4mysqlmysql.workbenchsqlitenssmThis script has one parameter ($1) that specifyPostgresqlpassword to set PostgreSql postgre user password to123run:./install_development_tools.ps1 123
/windows/install_engineering_tools.ps1contains **development tools for elecric engineer (pcb,simulation,logic,fpga):kicad- PCB designQElectroTech 0.90.7758- tool that helps to draw schematicsSimulIDEsimulate electrical circuits workLogisim Evolution 3.8.0- digital logic simulatorIcarus Verilog 11.0- verilog simulator Before use utils we should enable powershell script execution:
set-executionpolicy unrestrictedSee Youtube Video with installation process here: https://youtu.be/UDZ8ag1f0Kg
