Skip to content

Instantly share code, notes, and snippets.

View tuchanemo's full-sized avatar

Alex tuchanemo

  • Ukraine
View GitHub Profile
@tuchanemo
tuchanemo / Arch-Instruction.md
Created February 18, 2022 11:04 — forked from s3rgeym/Arch-Install-SED-Luks-Btrfs.md
Arch Linux и все что связано с работой с ним (обновлено)

Ставим Arch Linux в 2021 с шифрованием (LUKS) и Btrfs

Как записать образ на флешку и остальное вы можете почитать чуть ниже после этого раздела.

Btrfs подходит только для SSD.

@tuchanemo
tuchanemo / settings.py
Created March 14, 2019 11:43
mysql django setting
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'firstsql_db',
'USER': 'root',
'PASSWORD': '',
'HOST':'127.0.0.1',
'PORT':'3306',
'OPTIONS': {
'autocommit': True,
@tuchanemo
tuchanemo / barcode.html
Last active October 9, 2018 13:14
barcode
<!-- https://code.mu -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Это заголовок тайтл</title>
<link rel="stylesheet" href="css/main.css">
</head>