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 / Implement CSP frame-ancestors
Created December 9, 2020 04:13
Implement CSP frame-ancestors
Let’s take a look at the following implementation procedure.
Apache HTTP
mod_headers is the pre-requisite to inject any headers in Apache. Depending on the OS and version but if you are using Ubuntu and Apache 2.4 then you can use a2enmod headers to enable it.
root@geekflare:/etc/apache2# a2enmod headers
Enabling module headers.
To activate the new configuration, you need to run:
systemctl restart apache2
root@geekflare:/etc/apache2# systemctl restart apache2
@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 / திருஅருட்பா
Last active November 28, 2020 04:15
திரு அருட்பா
உடற்பிணி அனைத்தையும் உயிர்ப்பிணி அனைத்தையும்
அடர்ப்பறத் தவிர்த்த அருட்சிவ மருந்தே !
இருநிதி, எழுநிதி, இயல் நவநிதி முதல் 
திருநிதி எல்லாம் தரும் ஒரு நிதியே
@vishnumitraha
vishnumitraha / இட்ட பெயர்
Created November 28, 2020 04:08
இட்ட பெயர்
பெறுவார் பிள்ளை ஆளுக்கொரு பெயர் சூட்டுவார் ஆனால்
கடைநாள் வரை நிலைக்கும் ஒரு பெயர்
அது நாரணன் கருதனை கருவறைதன்னில்  இட்ட பெயர் என உணர்க
நாராயணன் ஒரு ஆத்துமா உலகத்துல கருவிலே போடுற போது என்ன பேர் வைக்கிறானோ எத்தனை ஜென்ம ஆனாலும் அதுக்கு சம்பந்தமான பேர் தான் வந்துட்டே இருக்கும்
@vishnumitraha
vishnumitraha / Windows Desktop Explorer refresh issue.md
Last active November 27, 2020 05:17
Windows Desktop Explorer refresh issue

Use the DISM tool and System File Checker for repairing any missing or corrupted system files:

System File Checker (SFC)/DISM is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.

Right click on the Start Menu and select Command Prompt (Admin).

If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

Type or copy paste the below command lines into it and hit Enter:
@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>