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
| ########## | |
| # Win10 Initial Setup Script | |
| # Author: Disassembler <disassembler@dasm.cz> | |
| # Version: 1.7, 2016-08-15 | |
| # dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
| # THIS IS A PERSONALIZED VERSION | |
| # This script leaves more MS defaults on, including MS security features. | |
| # Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |
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
| # irixboot | |
| # vagrant configuration | |
| # LICENSE: MIT | |
| ##### | |
| # Change these settings to match your environment | |
| ##### | |
| irixversion = '6.5' |
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
| Installing with Windows 10 | |
| For this installation I'll use Powershell and Chocolately to manage my Windows Packages. | |
| Phase 1: Prerequisites | |
| Step 1a - Install Chocolately | |
| https://chocolatey.org/docs/installation#install-with-powershellexe |
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
| Here are all the steps I took to configure the new system (as root): | |
| 1. Secure the password file | |
| cp /etc/passwd /etc/passwd.orig | |
| # Set root's password | |
| passwd | |
| # Put * in password field for all other accounts | |
| vi /etc/passwd |
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
| Set console password | |
| Edit /etc/config/netif.options set if1name, if1addr | |
| Add /etc/config/ifconfig-1.options netmask | |
| Edit /etc/hosts host list | |
| Replace /etc/sys_id system name | |
| Run pwconv | |
| Run password | |
| Edit /etc/shadow * for accounts without passwords | |
| Add /etc/init.d/network.local default route | |
| Run chmod +x /etc/init.d/network.local |
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
| Irix 5.3 Network Install for Iris 4D | |
| Using HalfManHalfTaco: https://github.com/halfmanhalftaco/irixboot | |
| VM: 192.168.251.95 | |
| Iris: 192.168.251.31 | |
| Run Disk Partitioner: |
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
| [Power On O2] | |
| - no keyboard | |
| - no video | |
| - serial port 1 - 9600/8/1/n | |
| [this assumes you have run booterizer - https://github.com/unxmaal/booterizer/blob/master/README.md] | |
| [this assumes you have run the disk partitioner - https://github.com/unxmaal/booterizer/blob/master/README.md] | |
| ------------ |
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
| . | |
| ├── 6.5.22 | |
| │ └── Overlay | |
| │ ├── apps | |
| │ │ ├── CDgrelnotes | |
| │ │ ├── CDrelnotes | |
| │ │ ├── NT | |
| │ │ │ └── TeleffectInstall.exe | |
| │ │ ├── apps.tar.gz | |
| │ │ ├── dev |
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
| [inside vm] | |
| vagrant@booterizer:~/irix_ansible$ date | |
| Fri Jan 25 20:41:29 GMT 2019 | |
| vagrant@booterizer:~/irix_ansible$ ip a | |
| ... | |
| 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
| link/ether 08:00:27:61:49:2c brd ff:ff:ff:ff:ff:ff | |
| inet 192.168.251.100/24 brd 192.168.251.255 scope global eth1 | |
| ... |
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
| dillera@challenge /usr/didbs/didbs.git (master) $ cat ~/.bashrc | |
| echo setup `hostname` basic env | |
| echo ---------------------------- | |
| echo ' ' | |
| #stty intr '^C' echoe | |
| export TERM=xterm | |
| export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\\[\033[00m\] $ " |