This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu/qemu-img.exe create -f vpc tc.vhd 4G | |
--- | |
qemu\qemu-system-i386 -L qemu\bios.bin -m 1024 -kernel vmlinuz -initrd core.gz -hda tc.vhd -append "home=sda1 opt=sda1 tce=sda1" -redir tcp:2222::22 -redir tcp:80::80 -nographic | |
--- | |
printf "o\nn\np\n1\n\n\nw\n" | sudo fdisk /dev/sda | |
sudo mkfs.ext4 /dev/sda1 | |
sudo reboot | |
--- | |
tce-load -wi openssh | |
cd /usr/local/etc/ssh/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"https://audioknigi.club/rest/bid/"+/audioPlayer\((.*?),/g | |
.exec(document.querySelector("#content > div > article > div.main-frame > script:nth-child(3)").innerHTML)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var notes = $("<div />", {"class": "test notes"}) | |
.append( | |
$("<textarea />",{ | |
"css": { | |
"width":"100%", | |
"height":"120px", | |
"resize": "vertical", | |
"padding":"5px" | |
} | |
}) |
NewerOlder