вторник, 7 июля 2020 г.
oom in user space
набор user space утилит https://www.opennet.ru/tips/3116_oomkill_memory_earlyoom_nohang_oomd.shtml для дружбы с ООМ
понедельник, 8 июня 2020 г.
vmnetcfg from workstation 15.5
https://app.box.com/s/h3xo5r55n76uiqz87epcumsnfb2iv5km
for player 15.5 and so on
win only
for player 15.5 and so on
win only
PS. Для чего вообще это х-я может понадобится? -
В ранних версиях vmplayer нет редактора виртуальной сети, сама сеть есть, а исправить её никак нельзя, это фича workstation, собственно откуда это и взято.
среда, 27 мая 2020 г.
node.js 14.3.0 for Kali
deb dpkg ready for install x86_64
https://app.box.com/s/pex9vps7xxejadv678l0ut1dce5drm8k
https://app.box.com/s/pex9vps7xxejadv678l0ut1dce5drm8k
четверг, 21 мая 2020 г.
Ray Tracing In Notepad.exe
бомбический проект рейтрейсера в нотпаде http://kylehalladay.com/blog/2020/05/20/Rendering-With-Notepad.html
tcpdump notebook
Для начала надо оценить ситуацию на местности и посмотреть что вообще происходит:
netstat -t4
плюс (с вариантами портов итд)
tcpdump -c 2 -i eth0
Display Captured Packets in ASCII
tcpdump -A -i eth0
Display Captured Packets in HEX and ASCII using tcpdump -XX
tcpdump -XX -i eth0
Capture the packets and write into a file using tcpdump -w
tcpdump -w 08232010.pcap -i eth0
Read packets longer than N bytes
tcpdump -w g_1024.pcap greater 1024
Receive packets flows on a particular port using tcpdump port
tcpdump -i eth0 port 22
Capture packets for particular destination IP and Port
tcpdump -w xpackets.pcap -i eth0 dst 10.181.140.216 and port 22
Capture TCP communication packets between two hosts
tcpdump -w comm.pcap -i eth0 dst 16.181.170.246 and port 22
Filter Packets – Capture all the packets other than arp and rarp
tcpdump -i eth0 not arp and not rarp
took this set of commands from https://www.thegeekstuff.com/2010/08/tcpdump-command-examples/
netstat -t4
плюс (с вариантами портов итд)
netstat -nalp | grep -E ':80 | :443' | awk '{print $6}' | sort | uniq -c
затем надо собрать дамп и спокойно его смотреть:tcpdump -tttt -r serverfault_request.pcap host 192.168.11.20 and port 443
а для знатоков и гурманов есть варианты красивее:
tcpdump -qns 0 -A -r serverfault_request.pcap
14:29:33.256929 IP 10.2.4.243.41997 > 69.59.196.212.80: tcp 1097
E..}..@.@.c.
...E;...^M.P..^w.G.......t.....
.%.}..l.GET /questions HTTP/1.1
Host: serverfault.com
tcpdump -qns 0 -X -r serverfault_request.pcap
14:28:33.800865 IP 10.2.4.243.41997 > 69.59.196.212.80: tcp 1097
0x0000: 4500 047d b9c4 4000 4006 63b2 0a02 04f3 E..}..@.@.c.....
0x0010: 453b c4d4 a40d 0050 f0d4 4747 f847 3ad5 E;.....P..GG.G:.
0x0020: 8018 f8e0 1d74 0000 0101 080a 0425 4e6d .....t.......%Nm
0x0030: 0382 68a1 4745 5420 2f71 7565 7374 696f ..h.GET./questio
0x0040: 6e73 2048 5454 502f 312e 310d 0a48 6f73 ns.HTTP/1.1..Hos
0x0050: 743a 2073 6572 7665 7266 6175 6c74 2e63 t:.serverfault.c
0x0060: 6f6d 0d0a 5573 6572 2d41 6765 6e74 3a20 om..User-Agent:.
0x0070: 4d6f 7a69 6c6c 612f 352e 3020 2858 3131 Mozilla/5.0.(X11
0x0080: 3b20 553b 204c 696e 7578 2069 3638 363b ;.U;.Linux.i686;
Capture only N number of packets using tcpdump -ctcpdump -c 2 -i eth0
Display Captured Packets in ASCII
tcpdump -A -i eth0
Display Captured Packets in HEX and ASCII using tcpdump -XX
tcpdump -XX -i eth0
Capture the packets and write into a file using tcpdump -w
tcpdump -w 08232010.pcap -i eth0
Read packets longer than N bytes
tcpdump -w g_1024.pcap greater 1024
Receive packets flows on a particular port using tcpdump port
tcpdump -i eth0 port 22
Capture packets for particular destination IP and Port
tcpdump -w xpackets.pcap -i eth0 dst 10.181.140.216 and port 22
Capture TCP communication packets between two hosts
tcpdump -w comm.pcap -i eth0 dst 16.181.170.246 and port 22
Filter Packets – Capture all the packets other than arp and rarp
tcpdump -i eth0 not arp and not rarp
took this set of commands from https://www.thegeekstuff.com/2010/08/tcpdump-command-examples/
четверг, 14 мая 2020 г.
Online ide ftw N2
Обновляю список удобных Online компиляторов / сред разработки
http://cpp.sh/
https://godbolt.org/
http://rxx.blogspot.com/2019/05/x86-asm-online.html
https://rxx.blogspot.com/2019/04/easyeda.html
http://cpp.sh/
https://godbolt.org/
http://rxx.blogspot.com/2019/05/x86-asm-online.html
https://rxx.blogspot.com/2019/04/easyeda.html
суббота, 9 мая 2020 г.
Share one Dualshock 3 between PC and Recalbox
Как известно, после того как Dualshock 3 (DS3) подключен к ПеКе(PCMR) (обычно через ScpToolkit), подключить его к Recalbox задача не очевидная.
Я делаю так:
Всё, далее играем смотрим Kodi и прёмся.
Что бы подключить DS3 обратно к ПеКе делаем следующее:
Я делаю так:
- На ПеКе останавливаю службу Ds3Service командой sc stop Ds3Service
- Жду пока на геймпаде погаснут все LED индикаторы. Это не обязательно, но избавит от ряда квирков с связанных с DS3/4 драйвером https://kodi.wiki/view/HOW-TO:PlayStation_4_controller.
- Подключаю DS3 к Recalbox USB кабелем, жду пока они подружатся (5-10 секунд)
- Отключаю USB кабель от DS3
- Нажимаю на DS3 кнопку PS что бы он подключился к Recalbox через Bluetouth
Всё, далее играем смотрим Kodi и прёмся.
Что бы подключить DS3 обратно к ПеКе делаем следующее:
- Выключаем Recalbox
- На ПеКе запускаю службу Ds3Service командой sc start Ds3Service
- Подключаю DS3 к ПеКе USB кабелем, жду пока они снюхаются(в это время ScpToolkit в tray выводит несколько сообщений о том что DS3 геймпад зарегистрирован через USB)
- Отключаю USB кабель от DS3 и нажав на DS3 кнопку PS подключаю его к ПеКу по Bluetouth.
вторник, 11 февраля 2020 г.
понедельник, 6 января 2020 г.
AWESOME Pi
Увидел на гитхабе #тег AWESOME перешёл по ссылке и подобалдел, где эта подборка была раньше ума не приложу.
Подписаться на:
Сообщения (Atom)