Code segments FIXED! You can now copy and paste the code displayed on this page without the line numbers 🙂 So I recently started undertaking an online uni course called Programming for everybody, offered on coursera by the University of Michigan. One of the first extra credit assignments is installing python onto your computer for […]
debian
2 posts
If anyone is wondering like I was earlier today how to check your ram type and speed in a bash shell here is the command: sudo dmidecode --type 17 | more Push enter to see more if your output is omitted. If you are looking for a simple GUI solution in windows I might suggest […]