Skip to content

Instantly share code, notes, and snippets.

@dillera
dillera / reclaimWindows10.ps1
Created January 8, 2017 02:01 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# 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
@dillera
dillera / vagrantfile
Created January 4, 2019 01:08
Vagrant for 6.5.22
# irixboot
# vagrant configuration
# LICENSE: MIT
#####
# Change these settings to match your environment
#####
irixversion = '6.5'
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
@dillera
dillera / sgi-post_install-mrl.txt
Last active January 11, 2019 00:53
SGI IRIX Post-Install Checklist
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
@dillera
dillera / post-install-mrl-commands.txt
Last active January 13, 2019 15:59
SGI IRIX Post-Install Command List
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
@dillera
dillera / iris4d_install.txt
Last active January 15, 2019 02:42
IRIX 5.3 Network Install for Iris 4D
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:
@dillera
dillera / irix-6-5-30-network-install-log.txt
Last active January 24, 2019 18:28
SGI IRIX 6.5.30 Complete Network Install Log
[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]
------------
@dillera
dillera / irix-6.5.30-exploded.txt
Created January 24, 2019 22:48
IRIX 6.5.30 File List
.
├── 6.5.22
│   └── Overlay
│   ├── apps
│   │   ├── CDgrelnotes
│   │   ├── CDrelnotes
│   │   ├── NT
│   │   │   └── TeleffectInstall.exe
│   │   ├── apps.tar.gz
│   │   ├── dev
@dillera
dillera / vagrantlog.txt
Created January 25, 2019 20:56
Vagrant VM IP change
[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
...
@dillera
dillera / bashrc
Last active November 27, 2019 14:18
A sample bashrc script for IRIX to build DIDBS
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\] $ "