As configured in my dotfiles.
start new:
tmux
start new with session name:
| ; TESTED ON MASM | |
| ; REF: http://www.computing.dcu.ie/~ray/teaching/CA296/notes/8086_bios_and_dos_interrupts.html#int10h_13h | |
| assume cs:codesg | |
| codesg segment | |
| mov al, 1 ;string contains attibutes | |
| mov bh, 0 ;set to page 0 | |
| mov bl, 01001111b ;set foreground color == red, background color == white | |
| mov cx, msg1end - offset msg1 ; calculate message size, not include attributes |
| ${file.fileName} of Project: ${project.name} | |
| Copyright (C) ${today.year} ${username} | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU Affero General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <!-- | |
| Noto Mono + Color Emoji Font Configuration. | |
| Currently the only Terminal Emulator I'm aware that supports colour fonts is Konsole. | |
| Usage: | |
| 0. Ensure that the Noto fonts are installed on your machine. | |
| 1. Install this file to ~/.config/fontconfig/conf.d/99-noto-mono-color-emoji.conf |
As configured in my dotfiles.
start new:
tmux
start new with session name:
This short document will show how to turn systemd-nspawn into a usable containeration system.
Those instructions here should work under Arch Linux and Debian 9
| # 去微博应用内广告 (By yichahucha) | |
| ^https?://m?api\.weibo\.c(n|om)/2/(statuses/(unread|extend|positives/get|(friends|video)(/|_)timeline)|stories/(video_stream|home_list)|(groups|fangle)/timeline|profile/statuses|comments/build_comments|photo/recommend_list|service/picfeed|searchall|cardlist|page) url script-response-body https://raw.githubusercontent.com/yichahucha/surge/master/wb_ad.js | |
| ^https?://(sdk|wb)app\.uve\.weibo\.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://raw.githubusercontent.com/yichahucha/surge/master/wb_launch.js | |
| # 去微信公众号广告 (By Choler) | |
| ^https?:\/\/mp\.weixin\.qq\.com\/mp\/getappmsgad url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/File/Wechat.js | |
| # 知乎去广告 (By onewayticket255) | |
| ^https://api.zhihu.com/topstory/follow url script-response-body https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20feed.js | |
| ^https://api.zhihu.com/topstory/recommend url script-response-body https://raw.githubuser |
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| dpkg -P aliyun-assist | |
| rm -rf /usr/local/aegis | |
| rm -rf /etc/systemd/system/{aliyun,aegis}.service | |
| rm -rf /usr/sbin/acs-plugin-manager | |
| rm -rf /usr/sbin/aliyun{_installer,-service} | |
| rm -rf /usr/local/share/aliyun-assist | |
| rm -rf /etc/init.d/aegis | |
| systemctl disable --now aegis,aliyun,atd,rsyslog | |
| # Use script above |
| --- | |
| apiVersion: v1 | |
| kind: List | |
| items: | |
| - apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: sawtooth-0 |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "PoET YNU Trace - YYG", | |
| "description": "PoET YNU Trace - YYG", | |
| "version": "0.1.0" | |
| }, | |
| "host": "localhost:18088", | |
| "schemes": [ | |
| "http" |