EPEL release
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum localinstall -y epel-release-latest-*.noarch.rpm
Brother printer
Search online at brothers website for printer model and follow download link from there
chmod +x linux-brprinter-installer-2.1.1-1
yum install -y linux-brprinter-installer-2.1.1-1
- model name: HL-L2340DW
- when prompted, say yes
- configure by IP address (7): 192.168.1.132
If this doesnt work, follow instructions on website:
gunzip linux-brprinter-installer-2.1.1-1.gz
bash linux-brprinter-installer-2.1.1-1 HL-L2340DW
Anaconda
Do not heed warning - allow the path variable to change
wget https://repo.continuum.io/archive/Anaconda3-4.4.0-Linux-x86_64.sh
bash Anaconda3*.sh
rm Anaconda3*.sh
R
# dependencies - you may need to install the latest epel release as well
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texinfo-tex-5.1-4.el7.x86_64.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texlive-epsf-doc-svn21461.2.7.4-38.el7.noarch.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texlive-epsf-svn21461.2.7.4-38.el7.noarch.rpm
yum localinstall -y texlive-epsf-doc-svn21461.2.7.4-38.el7.noarch.rpm
yum localinstall -y texlive-epsf-svn21461.2.7.4-38.el7.noarch.rpm
yum localinstall -y texinfo-tex-5.1-4.el7.x86_64.rpm
# r and rstudio
yum install -y R
wget https://download1.rstudio.org/rstudio-1.0.143-x86_64.rpm
yum install -y rstudio*.rpm
OS install tools
- rufus - booting distros off of USB drive
- imageUSB - good for “zeroing” a usb drive and resetting it back to its original state
- Windows 10 USB boot - install Windows 10 from a bootable USB drive
- magic jelly bean key finder - for finding Windows 10 and Office keys
- in Fedora, run
su -c 'dnf install mediawriter'
and run program to create bootable USB drive. Follow instructions if need be.