-
Maintained by:
Odoo -
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
.css-selector { | |
background: linear-gradient(45deg, #eae894, #c6ff9e, #9eb3ff); | |
background-size: 600% 600%; | |
-webkit-animation: AnimationName 27s ease infinite; | |
-moz-animation: AnimationName 27s ease infinite; | |
-o-animation: AnimationName 27s ease infinite; | |
animation: AnimationName 27s ease infinite; | |
} | |
@-webkit-keyframes AnimationName { | |
0%{background-position:97% 0%} |
<!-- | |
https://github.com/evansque/polygonize | |
--> | |
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<div class="container"> | |
<header id="header"> | |
<div class="cell-size-value-wrapper"> | |
<span>Cell size:</span> | |
<span id="cell-size-value">30</span> |
{ | |
"name": "In Memoriam", | |
"roles": ["Veritas filia temporis O.C.✨", "A verdade é filha do tempo. O.C. ✨", "Pensador 🤔", "Professor 👨🏫", "Visionário ⚜️"], | |
"social": [ | |
{ | |
"label": "Instagram", | |
"href": "https://www.instagram.com/araguaci.andrade/", | |
"icon": "ri:instagram-line" | |
}, | |
{ |
The Windows Subsystem for Linux v2 (WSL2) is available in preview for Windows 10 users. WSL2 is a substantial improvement over WSL and offers significantly faster file system performance and full system call capabilities. Which means we can finally run dockerd in WSL!
WSL2 is currently only available as a preview feature through the Windows Insider program. WSL2 requires Windows 10 build 18917 or higher which currently requires the "Fast Ring" of Windows Insider.
If you're not ready to run a fast ring preview on your dev box, you can download an ISO and experiment with WSL2 in a VM. Windows Insider ISOs are available [here:](https://www.microsoft.com/en-us/software-download/windo
# install docker in Debian 11/WSL2 | |
# uses systemd-genie since docker requires systemd but it's not available for WSL | |
# this is an alternative to Docker Desktop | |
# prerequisites | |
sudo apt-get update | |
sudo apt-get dist-upgrade | |
sudo apt-get install ca-certificates curl wget gnupg lsb-release apt-transport-https | |
# systemd-genie requires dotnet runtime, add Microsoft repo |
atl*CLI> core show help | |
! -- Execute a shell command | |
acl show -- Show a named ACL or list all named ACLs | |
ael reload -- Reload AEL configuration | |
ael set debug {read|tokens|macros|contexts|off} -- Enable AEL debugging flags | |
agi dump html -- Dumps a list of AGI commands in HTML format | |
agi exec -- Add AGI command to a channel in Async AGI | |
agi set debug [on|off] -- Enable/Disable AGI debugging | |
agi show commands [topic] -- List AGI commands or specific help | |
aoc set debug -- enable cli debugging of AOC messages |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export ANDROID_HOME=~/Android/Sdk | |
export PATH="$PATH:$ANDROID_HOME/tools" | |
export PATH="$PATH:$ANDROID_HOME/platform-tools" | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/diegofernandes/.oh-my-zsh" | |
export PATH="$PATH:/usr/local/bin" |
23.21.150.121:3478 | |
iphone-stun.strato-iphone.de:3478 | |
numb.viagenie.ca:3478 | |
s1.taraba.net:3478 | |
s2.taraba.net:3478 | |
stun.12connect.com:3478 | |
stun.12voip.com:3478 | |
stun.1und1.de:3478 | |
stun.2talk.co.nz:3478 | |
stun.2talk.com:3478 |
A simple Three JS powered globe used in an activation in support of Metronomy's new album "Small World." Full dev blog here: https://medium.com/p/c870b93c6afc
A Pen by ✠ Aragua ✠ 🇧🇷 on CodePen.