<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Website</title>
</head>
<body>
Welcome to My Website
qcow2 debian debian
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
xfconf-query -c xfce4-keyboard-shortcuts -lv | grep -i "Terminal"
Output
/commands/custom/<Alt>F12 xfce4-terminal --drop-down --fullscreen
/commands/custom/<Primary><Alt>t exo-open --launch TerminalEmulator
/commands/default/<Primary><Alt>t exo-open --launch TerminalEmulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/env/bin/python3 | |
import click | |
import sys | |
@click.group() | |
def cli(): | |
pass |
NewerOlder