Danish Name | English Name | Date of Formation | Date First Elected to Parliament | Founder(s) | Current Leader | Prime Ministers from Party (all) | Current Members in Folketing | Status |
---|---|---|---|---|---|---|---|---|
Højre | Party of the Right | c. 1881 (roots in 1848 conservative clubs) | 1881 | Conservative landowners & civil servants (no single founder) | Defunct (merged into Det Konservative Folkeparti in 1915) | Christian Albrecht Bluhme (1852–53, 1864–65), J.B.S. Estrup (1875–94), Hugo Egmont Hørring (1897–1900), Hannibal Sehested (1900–01) | N/A | Merged |
Venstre, Danmarks Liberale Parti | Left, Denmark’s Liberal Party | 30 Jun 1870 | 1870 | Various liberal farmer leaders | Troels Lund Poulsen | Christen Andreas Fonnesbech (1874–75), J.C. Christensen (1905–08), Klaus Berntsen (1910–13), Niels Neergaard (1908–09, 1920–24), Thom |
Headless reinstall and update https://raspberrypi.stackexchange.com/a/57023
- create a text file in /boot/ called ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Aditya Sundaramurthy", | |
"label": "Lead/Senior Platform/Cloud Engineer", | |
"picture": "https://avatars.githubusercontent.com/u/2287019?s=400&u=aa21a569c1f901d4fb777dcc4f5450cadf9cbd2d&v=4", | |
"email": "aditya.sundaramurthy@gmail.com", | |
"phone": "+4529795911", | |
"summary": "Software engineer and technology enthusiast with 18 years experience spanning full-stack software engineering, solution design and architecture, platform engineering, DevOps/GitOps, infrastructure automation, containers & Kubernetes, cloud and cloud-native technologies. Certified Kubestronaut from the CNCF/Linux Foundation.", | |
"location": { | |
"city": "Copenhagen", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# Upgrade the instance on first boot | |
# (ie run apt-get upgrade) | |
# | |
# Default: false | |
# Aliases: apt_upgrade | |
package_upgrade: true | |
# Install additional packages on first boot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am logicfox on github. | |
* I am asundaramurthy (https://keybase.io/asundaramurthy) on keybase. | |
* I have a public key ASCWislc9qQdqEk7YeOTd5avsHT_x84nCIeP5kJkaq0L8Qo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<canvas width="960" height="500"></canvas> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
<script src="https://unpkg.com/topojson-client@3"></script> | |
<script> | |
var context = d3.select("canvas").node().getContext("2d"), | |
path = d3.geoPath(d3.geoOrthographic(), context); | |
d3.json("https://unpkg.com/world-atlas@1/world/110m.json", function(error, world) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#To Decrypt Jenkins Password from credentials.xml | |
#<username>jenkins</username> | |
#<passphrase>your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J</passphrase> | |
#go to the jenkins url | |
http://jenkins-host/script | |
#In the console paste the script | |
hashed_pw='your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J' |