Skip to content

Instantly share code, notes, and snippets.

View IanoNjuguna's full-sized avatar
:electron:

Iano Njuguna IanoNjuguna

:electron:
View GitHub Profile
@IanoNjuguna
IanoNjuguna / download-vs-code-server.sh
Created June 5, 2024 10:46 — forked from b01/download-vs-code-server.sh
Linux script to download latest VS Code Server, good for Docker (tested in Alpine).
#!/bin/sh
# Copyright 2023 Khalifah K. Shabazz
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the “Software”),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
@IanoNjuguna
IanoNjuguna / download website assets
Created September 22, 2023 21:15 — forked from christiangenco/download website assets
Use wget to download a website's assets, including images, css, javascript, and html. From http://www.linuxjournal.com/content/downloading-entire-web-site-wget
$ wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--domains website.org \
--no-parent \
www.website.org/tutorials/html/
@IanoNjuguna
IanoNjuguna / self-taught-beginner.md
Created September 18, 2023 19:51 — forked from gowizzard1/self-taught-beginner.md
Comprehensive Step-by-Step Guide & Resources for Aspiring Self-Taught Software Engineers

Here are numerous self-taught resources available online for beginners in software engineering. Here's a step-by-step guide for someone starting out, complete with resources:

1. Foundations

@IanoNjuguna
IanoNjuguna / youtube.md
Created June 22, 2023 12:22 — forked from bitsurgeon/youtube.md
Markdown cheatsheet for YouTube

Embed YouTube Video in Markdown File

  1. Markdown style
[![Watch the video](https://img.youtube.com/vi/nTQUwghvy5Q/default.jpg)](https://youtu.be/nTQUwghvy5Q)
  1. HTML style
<a href="http://www.youtube.com/watch?feature=player_embedded&v=nTQUwghvy5Q" target="_blank">