I can’t really believe why there are only several students who knew that we can get tons of licenses for Microsoft products under the education scheme (We probably paid for it under our school fees)
Anyways, here are the steps:
- Go to Microsoft Site
- Login with NUSNET account
- Download them all
Examples of cool software:
- Windows 7/8/8.1/10 Licenses
- Visual Studio Ultimate
Quick cheatsheet which I often use to bring up a Ubuntu machine.
Update
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -y
Minimal GUI (might not work well on ubuntu 16)
sudo apt-get install --no-install-recommends ubuntu-desktop
sudo apt-get install --no-install-recommends xorg xterm gdm menu gksu synaptic
sudo apt-get install --no-install-recommends gnome-session gnome-panel metacity gnome-terminal indicator-session
sudo apt-get install open-vm-tools-desktop
Coding Environment
# vscode apt
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -o root -g root -m 644 packages.microsoft.gpg /usr/share/keyrings/
sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
apt-get update
apt-get install code terminator
VScode Settings
Other Software
apt-get install software-properties-common
Faster
echo "vm.swappiness=1" >> /etc/sysctl.conf
sysctl -p
Basically Youtrip is offering Mastercard exchange rates for 140+ currencies without any bank fees which is awesome. The only issue is that their exchange rate check is via the Mastercard calculator, which is slow and inefficient.
So, to speed up currency conversion, I have coded yet another currency converter, but it displays the converted amount using the actual mastercard rates (which may have different spreads compared to google or xe.com)
Link
Screenshot:
The hidden and all powerful link that all NUS students need.
How to unsubscribe from NUS mailing lists:
- Go to https://groups.nus.edu.sg/NUSgroups/
- Login with your NUSNET account
- Uncheck all boxes on the mailing list option
- Enjoy life
Notes on updating edgerouter lite. Especially important since Ubiquiti does not provide an easy disaster recovery procedure to follow if anyone messes up the update.
Update
Where to download updates: Ubiquiti Web Site
How to update:
- Use the Upgrade System Image in the System Tab.
- When updating, if the render error message occurs, do not panic. This is normal behaviour. Continue to wait for another 1 minute before refreshing.
Disaster Recovery
Use the image below and dump it to a fresh flashdrive. Then use it to replace the existing flashdrive in the edgerouter lite.
Link