Skip to content

Instantly share code, notes, and snippets.

View sviperm's full-sized avatar
🦄
Coding like a unicorn

Vladislav Sobolev sviperm

🦄
Coding like a unicorn
View GitHub Profile
@ardamavi
ardamavi / index.html
Last active March 5, 2019 11:10
Keras - Django Web App
<html>
<head>
<title>Arda Mavi - App</title>
</head>
<body>
<center>
<a style="text-decoration: none; font-size: 6em;" href="/">
<span style="color:#fc4f3f;">Arda Mavi</span> <span style="color:#808080"></span> <span style="color:#3377CC;">App</span>
</a>
<br/><br/><br/>
@jctosta
jctosta / screen_cheatsheet.markdown
Last active June 18, 2024 23:06
Screen Cheatsheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r