Run:
sudo sh -c "$(wget https://raw.githubusercontent.com/frantp/server-utils/master/ldap_setup.sh -O -)"
Run:
sudo sh -c "$(wget https://raw.githubusercontent.com/frantp/server-utils/master/oh-my-zsh_setup.sh -O -)"
- Copy
set_iptables.sh
to/etc/libvirt/hooks/qemu
in the host machine. - Locally or remotely: install dependency (
python3-libvirt
) and runvirtip.py
.
Install MATLAB and run:
MATLAB_DIR="$(dirname $(which matlab))"
sudo wget https://raw.githubusercontent.com/frantp/server-utils/master/matlab-run -P "$MATLAB_DIR"
sudo chmod +x "$MATLAB_DIR/matlab-run"
Then, you can use matlab-run <foo>
.