Open the panel to show the archived items and run the block of codes below on the console.
const delay = async (ms) => new Promise((res, rej) => setTimeout(() => res(), ms));
const lists = document.querySelectorAll('.js-delete');
freedns1.registrar-servers.com
and freedns2.registrar-servers.com
to start using Namecheap's FreeDNS service to manage DNS records on Namecheap instead of on your current registrar (source)ns1.digitalocean.com.
, ns2.digitalocean.com.
and ns3.digitalocean.com.
to start using DigitalOcean to manage DNS records instead of using your current registrar (source)CTRL + SHIFT + ENTER
= works in many places, e.g. start menu, file explorer, Run command boxCtrl + I
, click Networks e Internet
, click Advanced network configurations
, click Advanced sharing configurations
, enable both options under Public networks
, under All networks
enable first option and disable 3rd option#!/bin/bash | |
# directory="$HOME/gists_backup/" | |
# file_list=$(find "$directory" -mindepth 1 -maxdepth 1 -type d) | |
# for file in $file_list; do | |
# dir_name=$(basename "$file") | |
# echo "Processing file: $dir_name" |
PasswordAuthentication yes
at /etc/ssh/sshd_config
and restart service (systemctl restart sshd
)
Include /etc/ssh/sshd_config.d/*.conf
at the beginning of said config and, because sshd applies the first config it finds, you must change the PasswordAuthentication
directives in the files inside /etc/ssh/sshd_config.d/*.conf
https://docs.sonarsource.com/sonarqube/latest/try-out-sonarqube/
$ docker run -d --name sonarqube -e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true -p 9000:9000 sonarqube:latest