Skip to content

Instantly share code, notes, and snippets.

View Artnoc1's full-sized avatar
💭
I may be slow to respond.

Alex Artnoc1

💭
I may be slow to respond.
View GitHub Profile
Maintainers:
jokogr: dqlite, dqlite, dqlite
fpletz: lxd, lxd, lxd
wucke13: lxd, dqlite, dqlite, lxd, lxd, dqlite
@Artnoc1
Artnoc1 / .ANDROID.FLASHING
Last active September 29, 2021 13:11 — forked from karlding/android-flashing.md
How to flash a new Android Factory Image, and various tips and tricks post-installation
#Android fastboot Flashing
#Here are some instructions on how to successfully flash a new Android System Image.
#Preparation
#First download and extract the Android System Image that you want to flash. I'll be using `hammerhead-mob30h`, which is the May security update for my Nexus 5 (2013).
#Extract the archive and enter the directory. You'll also want to extract the `image-*.zip` file as well (`image-hammerhead-mob30h.zip` in my case), which contains the other `img` files.
```bash
@Artnoc1
Artnoc1 / git_commands.md
Last active June 6, 2021 23:04 — forked from rocktimsaikia/git_commands.md
Most used git commands

Initialize Git: git init


Получить и все готовые к совершению: git add .


пользовательский файл, готовый к коммиту: git add index.html


фиксировать изменения: git commit -m "Message"

@Artnoc1
Artnoc1 / apkeditor.patch.help.md
Last active November 16, 2020 05:50 — forked from vito-c/example.txt
Version Bumping Causing Conflicts

apkeditor.patch.help.md

@Artnoc1
Artnoc1 / README.Template.md
Last active October 6, 2022 19:50 — forked from jasimmonsv/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

What things you need to install the software and how to install them
Give examples

@Artnoc1
Artnoc1 / .bash.cheatsheet
Last active September 29, 2021 12:56 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
```bash
#!/bin/bash
########################################
##Name: Bash CheatSheet for Mac OSX
##Небольшой упущение из основ Bash
##Usage:
##Author: J. Le Coupanec
##Date: 2014/11/04
########################################
#
@Artnoc1
Artnoc1 / github.css
Created August 15, 2020 21:52 — forked from theconektd/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {
@Artnoc1
Artnoc1 / .bash.profile
Last active September 29, 2021 13:02 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@Artnoc1
Artnoc1 / agnoster.zsh-theme
Last active July 1, 2021 14:50 — forked from agnoster/README.md
My ZSH Theme
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://gist.github.com/1595572).
#
@Artnoc1
Artnoc1 / README.md
Last active February 15, 2022 02:45 — forked from janlay/README.md
Yet another config for Surge.app

Install

  1. Modify index.txt with your output path and proxy info
  2. Use Text Builder to build configuration for Surge: $ text-builder -index /path/to/index.txt Or run $ sh build-all to build all your index files.
  3. Import configuration via AirDrop/iTunes/Dropbox/iCloud

本人不提供任何保证和技术支持,使用者自负风险。
There are no guarantees, no any support. Use it at your own risk.