Computational Resources
Helpful Guides & Resources
-
Server, Linux, Command Line
-
Connect to the Server
-
Setfacl to change permissions
-
for a single file:
-
setfacl –b filename
-
-
for a directory:
-
setfacl -Rdm u:username:rwX directory
-
-
-
Can't get samba or webmin to connect? Try:
-
sudo iptables -I INPUT 1 -p tcp --dport XXX -j ACCEPT
-
for samba, XXX should be set to 445
-
for webmin, XXX should be set to 10000
-
-
-
Matlab
-
Anaconda, Python, R, Jupyter
-
Markdown
-
Sublime Text
-
Website (old)
Matlab Code We've Written
Note: Only the list of functions and one-line descriptions are publically accessible.
To view the scripts themselves, one must sign in to a GitHub account that is part of
the blabuva group.
Blab GitHub Repositories
Note: You must create a GitHub account and join blabuva to access private repositories. If you see 404, just sign in on the upper right corner.