Skip to content

Instantly share code, notes, and snippets.

View anitsh's full-sized avatar
🌱
Take your time

Anit Shrestha anitsh

🌱
Take your time
View GitHub Profile
@anitsh
anitsh / cover-letter.md
Last active April 16, 2020 12:03
Cover Letter

Cover Letter

Anit Shrestha Manandhar

😃 About Me

I am a hands on code software engineer with more than 10 years of experience leading agile teams in various domains designing, developing and delivering value added systems. I am not an expert. I keep learning and sharing my knowledge and understanding. I am interested in Linux, containers and container orchestration. I like to travel and meet with different people and try to understand their perspectives about life.

@anitsh
anitsh / Dockerfile
Created April 16, 2020 11:16 — forked from PurpleBooth/Dockerfile
Create a static binary in go and put it in a from scratch docker container
FROM golang:1.9
WORKDIR /go/src/github.com/purplebooth/example
COPY . .
RUN go build -ldflags "-linkmode external -extldflags -static" -a main.go
FROM scratch
COPY --from=0 /go/src/github.com/purplebooth/example/main /main
CMD ["/main"]
@anitsh
anitsh / README-Template.md
Created April 16, 2020 11:05 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@anitsh
anitsh / git.md
Last active April 13, 2020 17:28
Git

This gist will be about git.

@anitsh
anitsh / install-linux-in-sony-mobile.md
Last active April 13, 2020 08:03
Install Linux On Sony Mobile

Objective: Install Linux on Sony Aqua Mobile

  • The attempt was to root Sony Aqua phone.

  • Followed installed on this link

  • Those apps required device to be rooted.

  • To unlock bootloader, followed this link

@anitsh
anitsh / README.md
Last active April 5, 2020 11:21
About me.

This will be a brief description about me.

Testing to see if this can be used as pin for users to know more about me.

@anitsh
anitsh / linux.md
Last active March 29, 2020 11:21
Linux
@anitsh
anitsh / anisible.md
Created March 29, 2020 07:38
Ansible

Ansible