xauth list
xxx
echo $DISPLAY
YYY
another user:
xauth add "xxx"
export DISPLAY="YYY"
xinput list
xinput get-button-map 10
# 1 2 3 4 5 6 7
xinput list --long 10
Button labels: "Button Left" "Button Middle" "Button Right" "Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz Wheel Right"
# disable mid-click
xinput set-button-map 10 1 0 3 4 5 6 7
# mid-click -> left
xinput set-button-map 10 1 1 3 4 5 6 7
select B.*, to_char(B.Rand, '0XXXXX') Str from
(
select A.*, trunc(DBMS_RANDOM.value(A.L, A.H)) Rand from
(
select level no,
200000+level*100000 L,
200000+level*100000+50000 H
from dual connect by level <= 100
) A
) B
;
/usr/local/etc/ssh/sshd_config
Match User ftp1
ChrootDirectory /ftp
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM]
"Composition"=dword:00000001
"ColorizationColor"=dword:c40078d7
"ColorizationColorBalance"=dword:00000059
"ColorizationAfterglow"=dword:c40078d7
"ColorizationAfterglowBalance"=dword:0000000a
"ColorizationBlurBalance"=dword:00000001
"EnableWindowColorization"=dword:00000001
"ColorizationGlassAttribute"=dword:00000001
"AccentColor"=dword:ffd77800
"ColorPrevalence"=dword:00000001
"EnableAeroPeek"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000000
"EnableTransparency"=dword:00000001
"AppsUseLightTheme"=dword:00000001
"SystemUsesLightTheme"=dword:00000000
[HKEY_CURRENT_USER\Control Panel\Colors]
"ActiveBorder"="180 180 180"
"ActiveTitle"="153 180 209"
"AppWorkspace"="171 171 171"
"Background"="0 0 0"
"ButtonAlternateFace"="0 0 0"
"ButtonDkShadow"="105 105 105"
"ButtonFace"="240 240 240"
"ButtonHilight"="255 255 255"
"ButtonLight"="227 227 227"
"ButtonShadow"="160 160 160"
"ButtonText"="0 0 0"
"GradientActiveTitle"="185 209 234"
"GradientInactiveTitle"="215 228 242"
"GrayText"="109 109 109"
"HilightText"="255 255 255"
"HotTrackingColor"="0 102 204"
"InactiveBorder"="244 247 252"
"InactiveTitle"="191 205 219"
"InactiveTitleText"="0 0 0"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="240 240 240"
"MenuBar"="240 240 240"
"MenuText"="0 0 0"
"Scrollbar"="200 200 200"
"TitleText"="0 0 0"
"Window"="255 255 255"
"WindowFrame"="100 100 100"
"WindowText"="0 0 0"
"Hilight"="0 120 215"
"MenuHilight"="0 120 215"
[HKEY_CURRENT_USER\Control Panel\Desktop\Colors]
"ActiveBorder"="212 208 200"
"ActiveTitle"="10 36 106"
"AppWorkSpace"="128 128 128"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="64 64 64"
"ButtonFace"="212 208 200"
"ButtonHiLight"="255 255 255"
"ButtonLight"="212 208 200"
"ButtonShadow"="128 128 128"
"ButtonText"="0 0 0"
"GradientActiveTitle"="166 202 240"
"GradientInactiveTitle"="192 192 192"
"GrayText"="128 128 128"
"Hilight"="10 36 106"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 128"
"InactiveBorder"="212 208 200"
"InactiveTitle"="128 128 128"
"InactiveTitleText"="212 208 200"
"InfoText"="0 0 0"
"InfoWindow"="255 255 255"
"Menu"="212 208 200"
"MenuText"="0 0 0"
"Scrollbar"="212 208 200"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentPalette"=hex:a6,d8,ff,00,76,b9,ed,00,42,9c,e3,00,00,78,d7,00,00,5a,9e,\
00,00,42,75,00,00,26,42,00,f7,63,0c,00
"StartColorMenu"=dword:ff9e5a00
"AccentColorMenu"=dword:ffd77800
type "thisisunsafe"
certificate expired/error
HSTS
https://www.pcninja.us/turn-your-windows-7-laptop-into-a-wifi-hotspot/
netsh wlan set hostednetwork mode=allow ssid=MyNetworkhere key=Password
netsh wlan start hostednetwork
select the network adapter to share enable "Allow other network users to connect…"
netsh wlan stop hostednetwork