Skip to content

Instantly share code, notes, and snippets.

@lmoe
lmoe / mpv.conf
Created December 31, 2018 00:46
[Linux] Final mpv 4k settings for Ryzen 2200G without stuttering or desync
# Arch Linux
# AMD Ryzen 2200G (OC)
# extra/xorg-server 1.20.3-1 (xorg)
# aur/xf86-video-amdgpu-git 18.1.0.33-1
# aur/linux-amd-staging-drm-next-git 4.21.797775.d9c54d61df32-1
# mpv 0.29.1
# audio stuff
audio-device=alsa/hdmi:CARD=Generic,DEV=0
audio-channels=2.1,stereo
@developius
developius / README.md
Last active April 25, 2024 22:15
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "your_email@example.com"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings (https://github.com/settings/keys).

Test SSH key:

@milanaryal
milanaryal / schema-org-structured-data-markup-using-microdata.html
Last active November 4, 2023 13:45
An example of how to mark up a HTML5 webpage using the schema.org schemas and microdata.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Site Title</title>
<link rel="stylesheet" href="/assets/css/style.min.css">
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"