Skip to main content

Coursera: Notes

Source: https://s3.amazonaws.com/coursera/media/Grid_Coursera_Partners_updated.png

Learn Without Limits - Build skills with courses, certificates, and degrees online from world-class universities and companies.

Keep updating

Free learning for Coursera’s birthday.

Celebrate Coursera turning 9 by earning a free certificate in one of 9 specially selected courses.

Redeem one free course from this exclusive collection. Your discount will be applied at checkout. Offer is subject to change and valid through 04/30/2021.

Learn anywhere, anytime on both Android and iOS devices (iPhone, iPad, AppleTV).

Can download offline.

Audit course only

Free but with some limited features:

Coursera: Audit course only

CANNOT access graded quiz

NO certificate

Coursera: Audit the course to access course's content for free, but with some limited features.

Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

GNS3: Notes

As usual, notes is for myself and might be useful and also save time for beginners start using GNS3 .

Debian: Install NASM - The Netwide Assembler

sudo apt install nasm Check NASM Version nasm -v Find out more about NASM at https://nasm.us/doc/nasmdoc0.html