Skip to content

Instantly share code, notes, and snippets.

View Kirillovich's full-sized avatar

Kirill Kirillov Kirillovich

View GitHub Profile
@Kirillovich
Kirillovich / gist.txt
Created June 18, 2023 12:58
placeholder
<img src="https://place-hold.it/350x150" alt="">
We couldn’t find that file to show.
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body,
html {
@Kirillovich
Kirillovich / iterm2-solarized.md
Created January 30, 2023 03:45 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

<?php
require_once 'functions.php';
auth();
$title = $_GET['id'] ?? null;
$msg = '';
if ($title != null) {
db_query("DELETE FROM articles WHERE id = '$title'");
@Kirillovich
Kirillovich / iframe remove yourself
Created December 19, 2019 07:52
iframe remove yourself
<iframe src="html/categories.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
@Kirillovich
Kirillovich / font-face
Created December 14, 2019 08:14
font-face
@font-face {
font-family: "";
src: url() format("ttf")
}
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel
sudo apt-get update
sudo apt-get upgrade
add-apt-repository ppa:git-core/ppa
apt-get update
# установить, если ещё нет
apt-get install git
# если уже установлен, то обновить
https://www.youtube.com/watch?v=dTR232yvDCE&feature=youtu.be
https://ubuntugeeks.com/questions/279/reset-the-password-in-linux-bash-in-windows
https://askubuntu.com/questions/772050/reset-the-password-in-ubuntu-linux-bash-in-windows