All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Braindump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:05, 17 July 2023 Jan talk contribs created page Networking (Created page with "ifupdown-ng netcli netplan iptables / nftables netfilter tc 1. periodically check the netstat counters 2. check ip addr counters, to split out by dev and protocol 3. optionally also check iptables for specific network traffic 4. check against limits and adjust speed /proc/net/dev ip -j --oneline addr ip -j -s addr ip -s addr ip -j --oneline addr | jq '.[1]."addr_info"[] | .dev' <nowiki>https://lartc.org/howto/</nowiki> <nowiki>https://lartc.org/howto/lartc...") Tag: Visual edit
- 11:58, 15 July 2023 Jan talk contribs created page Car Kit (Created page with "https://www.vintagemotorcarsinc.com/speedster-stage-1/ https://www.k1-attack.com/")
- 07:51, 9 May 2023 Jan talk contribs created page Python (Created page with " which python3 /usr/bin/python3 ls -la /usr/bin/python3 ldd /usr/bin/python3.10 linux-vdso.so.1 (0x00007ffd137b7000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7b3f900000) libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f7b3f8cf000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f7b3f8b3000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7b3f68b000) /lib64/ld-linux-x86-64.so.2 (0x000...")
- 18:36, 27 April 2023 Jan talk contribs created page STM32 (Created page with "https://github.com/stm32duino/Arduino_Core_STM32 https://www.e-tinkers.com/2020/01/getting-started-with-stm32-and-things-you-need-to-be-aware-of/")
- 12:03, 6 April 2023 Jan talk contribs created page CPU (Created page with " 4004 6502 z80 68000 RISC Berkley / IBM MIPS Stanford ARM")
- 06:31, 3 April 2023 Jan talk contribs created page Thread (Created page with "Nordic RF5 Nordic Semiconductor TI Texas Instruments Silabs Silicon Labs Microchip Atmel NXP Freescale ISA Intel/AMD X86-64 ARM Cortex A / M MIPS RISC-V mips_24kc ath79 Freescale: : Intel > NXP Broadcom Atheros : Qualcomm Atmel : 328P : > Microchip Texas Instruments CC26xx ESP32 Tensilica Xtensa LX6 HUE uses QCA9533 ver 2 rev 0, which is an ATH79 processor, which is a MIPS 24kc build by Atheros, bought by Qualcomm NXP i.MX8 Nano, is an ARM A7 pro...")
- 10:18, 2 April 2023 Jan talk contribs created page AgonLight2 (Created page with " https://www.thebyteattic.com/p/agon.html?m=1 https://github.com/TheByteAttic/AgonLight https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware https://m.facebook.com/groups/970092390358810/ https://youtu.be/KWRallh_hfc https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core")
- 06:51, 13 January 2023 Jan talk contribs created page Uart (Created page with "https://blog.mbedded.ninja/electronics/communication-protocols/uart-communication-protocol/ URT is a serial connection that was implemented without being standardized. UART chip 8250 and it's newer version 16540 was used as a parallel to serial interface between the processor and the rs232 port (de9 subcontractor / db25) the original 8250 had an 8 bit buffer Tx/Rx and no clock signal. Instead stop start was used, problems with IRQ, every byte triggered an interrupt. Pr...")
- 11:05, 24 December 2022 Jan talk contribs created page 3D (Created page with "https://www.3dsourced.com/3d-software/best-3d-slicer-printer-software/")
- 13:49, 19 November 2022 Jan talk contribs created page Perl (Created page with " apk add perl perl-dev perl -MCPAN -e shell install LWP::Authen::OAuth2 perl -MCPAN -e'install "LWP::Authen::OAuth2"' cpan -D LWP::Authen::OAuth2 perl -MCPAN -e'install "local::lib"' perl -MCPAN -Mlocal::lib -e 'CPAN::install(LWP)' perl -Mlocal::lib PERL_MB_OPT='--install_base /home/username/perl5'; export PERL_MB_OPT; PERL_MM_OPT='INSTALL_BASE=/home/username/perl5'; export PERL_MM_OPT; PERL5LIB="/home/username/perl5/lib/perl5"; export PERL5LIB; PATH="/home...")
- 09:00, 27 October 2022 Jan talk contribs created page Bluetooth (Created page with "Bluetooth uses the same 2.4Ghz ISM band as WIFI, it uses 80 channels of 1Mhz and all the channels through frequency hopping. The idea of bluetooth was to be a wireless version of usb, but many releases later the reality is more complicated. Bluetooth 2 added EDR to increase the datarate. BL5 added BLE Bluetooth Low Energy, coexists with Bluetooth, but is incompatible. It uses 40 channels of 2Mhz and originates from Nokia Wibree. Bluetooth has GATT device Generic Attribu...")
- 08:59, 27 October 2022 Jan talk contribs created page USB (Created page with "usb (host-hub-device otg). works with one host, with several ports, which can be expanded with a hub to connect a device. A device like an android phone can switch a role by using otf on-the-go, so that it can act as an device towards a computer and as a host if you plugin a mouse or keyboard hardware support is defined in a dtb device tree blob, default dtb definitions are collocated with the linux source code, but is linux independent and is also used for bsd. The lin...")
- 07:53, 23 October 2022 Jan talk contribs created page CoreOS (Created page with " { "variant": "fcos", "version": "1.4.0", "systemd": { "units": [ { "name": "hello.service", "enabled": true, "contents": "[Unit]\nDescription=MyApp\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nTimeoutStartSec=0\nExecStartPre=-/bin/podman kill busybox1\nExecStartPre=-/bin/podman rm busybox1\nExecStartPre=/bin/podman pull busybox\nExecStart=/bin/podman run --name busybox1 busybox /bin/sh -c \"trap...")
- 07:41, 23 October 2022 Jan talk contribs created page BMC Oracle (Created page with "Performance tuning of an BMC using Oracle 11 database 1. archive auditlogs 2. identify tables with high number of rows 3. identify high insert/delete tables - clean up - drop indexes 4. shrink tables 5. rebuilding indexes 6. change lob to inline -- Size in MB and num_rows SELECT alt.table_name, ars.viewname, alt.num_rows, round((alt.num_rows*alt.avg_row_len)/(1024*1024)) MB, alt.LAST_ANALYZED FROM all_tables alt LEFT JOIN ARSCHEMA ars ON to_char(ars.schemaid...")
- 11:20, 11 October 2022 Jan talk contribs created page C-Sharp (Created page with "https://learn.microsoft.com/en-us/nuget/what-is-nuget dotnet --version dotnet run dotnet restore dotnet publish -c Release -r win10-x64 === NUGET === NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio dotnet nuget...")
- 09:39, 7 August 2022 Jan talk contribs created page Revell (Created page with "https://www.revell.de/en/products/modelmaking/space-scifi/space-shuttle-atlantis.html https://downloads.revell.de/Manuals-Modelkits/04544.pdf 04544 F 371+5 light grey, silky matt + wit white + grey G 91+378 steel metallic + dark grey H 9 anthracite grey I 79+3-1 blue grey, white K 99 aluminium metallic L 301 white, silky matt M 78 tank grey N 90 silver metallic O 8 black...")
- 15:45, 3 August 2022 Jan talk contribs created page Baltic Ferries (Created page with "thumb|Stena thumb thumb|Finnlines P&O DFDS Eckerö Line TT-Line alt=Viking|thumb|Viking") Tag: Visual edit
- 15:38, 3 August 2022 Jan talk contribs created page File:Viking.png
- 15:38, 3 August 2022 Jan talk contribs uploaded File:Viking.png
- 15:27, 3 August 2022 Jan talk contribs created page File:Finnlines.png
- 15:27, 3 August 2022 Jan talk contribs uploaded File:Finnlines.png
- 15:24, 3 August 2022 Jan talk contribs created page File:Tallink Silja.png
- 15:24, 3 August 2022 Jan talk contribs uploaded File:Tallink Silja.png
- 15:21, 3 August 2022 Jan talk contribs created page File:Stena.png
- 15:21, 3 August 2022 Jan talk contribs uploaded File:Stena.png
- 08:56, 28 July 2022 Jan talk contribs created page Minecraft (Created page with "=== Mod === https://www.youtube.com/watch?v=xRXWa5HRAxU files.minecraftforge.net https://github.com/MinecraftForge/Documentation Eclipse / Gradlew / MOD_ID / Items ... Blocks")
- 08:52, 28 July 2022 Jan talk contribs created page Openbanking (Created page with "PSD2 https://www.eba.europa.eu/single-rule-book-qa/-/qna/view/publicId/2019_4650 https://eba.europa.eu/sites/default/documents/files/documents/10180/1901998/6411f24d-e430-4e05-ab03-1393a3f865cb/Final%20Guidelines%20on%20PII%20under%20PSD2%20%28EBA-GL-2017-08%29.pdf https://psd2-portal.openbankproject.com/index ETSI TS 119 495 application access token customer access token client-id a4cde538-b719-4613-bc99-bcdef0123456 Competence register QWACs oganizationIdentifier...")
- 11:54, 25 July 2022 Jan talk contribs created page TLS (Created page with " https://www.misterpki.com/cryptojs/")
- 11:19, 31 May 2022 Jan talk contribs created page Fin2 (Created page with "thumb thumb") Tag: Visual edit
- 11:19, 31 May 2022 Jan talk contribs created page File:Vowels.png
- 11:19, 31 May 2022 Jan talk contribs uploaded File:Vowels.png
- 11:18, 31 May 2022 Jan talk contribs created page File:Fin.png
- 11:18, 31 May 2022 Jan talk contribs uploaded File:Fin.png
- 12:58, 25 May 2022 Jan talk contribs created page PluralSight (Created page with "thumb thumb") Tag: Visual edit
- 12:58, 25 May 2022 Jan talk contribs created page File:Pluralsight-2.png
- 12:58, 25 May 2022 Jan talk contribs uploaded File:Pluralsight-2.png
- 12:57, 25 May 2022 Jan talk contribs created page File:Pluralsight-1.png
- 12:57, 25 May 2022 Jan talk contribs uploaded File:Pluralsight-1.png
- 06:21, 25 May 2022 Jan talk contribs created page Agile (Created page with "'''Bloomberg''' <nowiki>https://www.youtube.com/watch?v=F5vtCRFRAK0&feature=youtu.be&t=1m6s</nowiki> '''Axosoft''' <nowiki>https://www.youtube.com/watch?v=R8dYLbJiTUE&feature=youtu.be&t=25s</nowiki> '''Development That Pays''' <nowiki>https://www.youtube.com/watch?v=5izyN66PTxs</nowiki> === Agile Manifesto === Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation R...") Tag: Visual edit
- 10:29, 24 May 2022 Jan talk contribs created page File:Agile Metro Map.png
- 10:29, 24 May 2022 Jan talk contribs uploaded File:Agile Metro Map.png
- 10:04, 24 May 2022 Jan talk contribs deleted page Temp1 (content was: "thumb thumb thumb thumb thumb thumb thumb 1992: OECD: Guidelines for the Security of Information Systems 2002: ... Towards a culture of security The objective of security of information systems is the protection of the interests of those...", and the only contributor was "Jan" (talk))
- 09:41, 24 May 2022 Jan talk contribs created page Temp2 (cis controls) Tag: Visual edit
- 09:09, 24 May 2022 Jan talk contribs created page Temp1 (Created page with "thumb thumb thumb thumb thumb thumb thumb 1992: OECD: Guidelines for the Security of Information Systems 2002: ... Towards a culture of security The objective of security of information systems is the protection of the interests of those relying on information systems from harm resulting from failures of availability, co...") Tag: Visual edit
- 09:06, 24 May 2022 Jan talk contribs created page File:Nist-nvd.png
- 09:06, 24 May 2022 Jan talk contribs uploaded File:Nist-nvd.png
- 09:06, 24 May 2022 Jan talk contribs created page File:Iso27xxx.png
- 09:06, 24 May 2022 Jan talk contribs uploaded File:Iso27xxx.png
- 08:57, 24 May 2022 Jan talk contribs created page File:Practices.png
- 08:57, 24 May 2022 Jan talk contribs uploaded File:Practices.png