- Run
sshd
daemon
# systemctl start sshd
Suggested by lcaprini
// nuxt.config.js
build: {
extend(config, ctx) {
if (ctx.dev && ctx.isClient) {
config.module.rules.push({
enforce : 'pre',
// ==UserScript== | |
// @name Telegram channel navigation | |
// @description Fixes WEB with adding buttons to show more posts of telegram channel in browser | |
// @author Shara | |
// @version 1 | |
// @include /^https://(www\.)?t\.me/\w+/\d+/?$/ | |
// @grant none | |
// ==/UserScript== | |
let showBy = 10 |
#!/bin/bash | |
# Author: Shara | |
# Screenshot: http://i.imgur.com/pksgFLA.png | |
# Install: | |
# 1. Put to "/usr/local/sbin/translate" | |
# 2. Set "chmod +x translate" | |
# 3. Set hotkey with command "translate %LANG%" where %LANG% is result language |