If you have some toy boards in your internal network, then you can
happily live without password and key. As I learned today, setting
following stuff in /etc/ssh/sshd_config
is not enough:
PermitRootLogin yes
PermitEmptyPasswords yes
function displaytime { | |
local T=$1 | |
local D=$((T/60/60/24)) | |
local H=$((T/60/60%24)) | |
local M=$((T/60%60)) | |
local S=$((T%60)) | |
(( $D > 0 )) && printf '%3s' $D && printf ' days ' | |
(( $H > 0 )) && printf '%2s' $H && printf ' hours ' | |
(( $M > 0 )) && printf '%2s' $M && printf ' minutes ' | |
if [ $D -lt 1 -a $H -lt 1 ] |
"""chrome_se_export.py | |
Export your Chrome search engines to JSON. | |
""" | |
import os.path | |
import sqlite3 | |
import re | |
import json | |
import click |
extension_id=jifpbeccnghkjeaalbbjmodiffmgedin # change this ID
curl -L -o "$extension_id.zip" "https://clients2.google.com/service/update2/crx?response=redirect&os=mac&arch=x86-64&nacl_arch=x86-64&prod=chromecrx&prodchannel=stable&prodversion=44.0.2403.130&x=id%3D$extension_id%26uc"
unzip -d "$extension_id-source" "$extension_id.zip"
Thx to crxviewer for the magic download URL.
javascript:(function(){var p=document.createElement("p");p.innerHTML="<strong>Loading…</strong>";p.id="loadingp";p.style.padding="20px";p.style.background="#fff";p.style.left="20px";p.style.top=0;p.style.position="fixed";p.style.zIndex="9999999";p.style.opacity=".85";document.body.appendChild(p);document.body.appendChild(document.createElement("script")).src="https://gist.github.com/ttscoff/5834741/raw/grablinks.js?x="+(Math.random());})(); |
#!/usr/bin/php | |
<?php | |
if ($argv[1] == '-s') { | |
$argv[1] = $argv[2]; | |
$argv[2] = @$argv[3]; | |
} | |
if (empty($argv[2])) { | |
$argv[2] = basename($argv[1]); |
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |