Skip to content

Instantly share code, notes, and snippets.

View vishnumitraha's full-sized avatar
💭
நீடகத்தில் காயவித்தை யாலக் கடவுள் இயற்றுமிந்த மாயவித்தை மெய்யெனநீ வாழ்ந்தனையே

Va$anth $riNarayan vishnumitraha

💭
நீடகத்தில் காயவித்தை யாலக் கடவுள் இயற்றுமிந்த மாயவித்தை மெய்யெனநீ வாழ்ந்தனையே
  • Health Care
  • India
View GitHub Profile
@vishnumitraha
vishnumitraha / InstallingMoodleonAWSLightSail.md
Created December 1, 2020 04:28 — forked from nanusdad/InstallingMoodleonAWSLightSail.md
Installing Moodle on AWS LightSail

Installing Moodle on AWS LightSail

Start with a new LightSail Instance running Ubuntu 20.04

  • Update
sudo apt update
  • Install Apache
sudo apt-get install apache2
@vishnumitraha
vishnumitraha / countrydropdown.html
Created November 26, 2020 10:39 — forked from Virifortissimi/countrydropdown.html
HTML Country Select Dropdown List
<label for="country">Country</label><span style="color: red !important; display: inline; float: none;">*</span>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
<option value="Åland Islands">Åland Islands</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>