To get started you will need to run these commands in your terminal.
New to Git? Learn the basic Git commands
git config --global user.name "Васин Юрий Александрович"
git config --global user.email "[email protected]"
alert("It works!"); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Airflow 404 = lots of circles</title> | |
<link rel="icon" type="image/png" href="/static/pin_32.png"> | |
</head> |
--- # Spanish vs Russain | |
"Кликбейт": "веб-контент, целью которого является получение дохода любой ценой, даже в ущерб качеству" | |
"Парите́т": "равенство взаимоотношений двух или более сторон" | |
"Цейтнот": "недостаток времени для обдумывания" | |
#"": "" |
// ==UserScript== | |
// @name Jira Server enhancements | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Jira Server enhancements | |
// @author George Wise | |
// @include /^https://jira\.[\w\.]+2\.ru/.*/ | |
// @resource IMPORTED_CSS https://gist.githubusercontent.com/ink-ru/5ea560d74707b63a4765abf32234d7cb/raw/48fe1df3e0ff1e5d4c0170c2bb847e9cd0b0f95d/jira_board_style.css | |
// @require http://code.jquery.com/jquery-3.4.1.min.js | |
// @grant GM_getResourceText |
To get started you will need to run these commands in your terminal.
New to Git? Learn the basic Git commands
git config --global user.name "Васин Юрий Александрович"
git config --global user.email "[email protected]"
#!/bin/bash | |
# | |
# Usage: | |
# ./make_certs.sh test.example.com | |
# | |
# The required input to make_certs.sh is the path to your pfx file without the .pfx prefix | |
# | |
# test.example.com.key | |
# test.example.com.crt (includes ca-certs) |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Russian ruble symbol with CSS</title> | |
<meta charset="UTF-8" /> | |
<style type="text/css"> | |
* { font-family: Verdana, Arial, sans-serif; } | |
body { background-color: #fff; cursor: default; } | |
h1 { font-size: 15pt; } |
#!/bin/bash | |
sudo rm -fr /opt/franz | |
sudo rm -fr /usr/share/applications/franz.desktop | |
# create installation dir | |
sudo mkdir -p /opt/franz | |
#install franz |