2 tasks for Task Scheduler (taskschd.msc) to disable forced reboot in windows 10 (Home) version.
You can either save those 2 files as xml, and then immport to taskschd.msc and enable them. Or create those 2 task yourself - instructions below.
| using System; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| namespace SLABCP2112; | |
| /// <summary> | |
| /// Gลรณwna klasa importujฤ ca funkcje z SLABHIDtoSMBus.dll | |
| /// Uลผywa LibraryImport dla .NET 9 (source generator) | |
| /// </summary> |
| ///////////////////////////////////////////////////////////////////////////// | |
| // SLABCP2112.h | |
| // For SLABHIDtoSMBus.dll | |
| // and Silicon Labs CP2112 HID to SMBus | |
| ///////////////////////////////////////////////////////////////////////////// | |
| #ifndef HOST_LIB_SLABHIDSMBUS_INCLUDE_SLABCP2112_H_INCLUDED_QU4N7WC20W | |
| #define HOST_LIB_SLABHIDSMBUS_INCLUDE_SLABCP2112_H_INCLUDED_QU4N7WC20W | |
| /// @addtogroup slabhidsmbus CP2112 SMBus over HID interface Library | |
| /// |
2 tasks for Task Scheduler (taskschd.msc) to disable forced reboot in windows 10 (Home) version.
You can either save those 2 files as xml, and then immport to taskschd.msc and enable them. Or create those 2 task yourself - instructions below.
I use only Debian and net-inst image to install linux, and I use text install ๐
EFI System partition - this will set this partition as Bootable, and FileSystem=vfat ./boot that have about 1-2GB , FS=ext4,/ , FileSystem=ext4 - I almost always choose this setup - it's the most optimal.2023-12-05-raspios-bookworm-arm64.img on RPi4 & RPi5.sudo apt install libglibmm-2.4-dev libglm-dev libxml2-dev libpango1.0-dev libcairo2-dev wayfire-dev libwlroots-dev libwf-config-dev meson
git clone https://github.com/WayfireWM/wayfire-plugins-extra && cd wayfire-plugins-extra
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Runtime.CompilerServices; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace ListPipes |
This is easy, but to set it up for first time would need to look in few pages, here is everything in one place ๐
I needed to sniff traffic on usb bus on my linux on which I was writting script for communicating with some usb device. So my setup is:
| # | |
| # Example python script to generate a BOM from a KiCad generic netlist | |
| # | |
| # Example: Sorted and Grouped CSV BOM | |
| # | |
| """ | |
| @package | |
| Output: CSV (comma-separated) | |
| Grouped By: Value, Footprint |
2022-04-04-raspios-bullseye-armhf-lite ) on SD,pi) and enable ssh (fastes use headless method - need 2 files to drop on sd boot partition: userconf and ssh)raspi-config and enable kms driver (raspi-config will install some packages doing this): 8. -> A2. -> G2. , also set RaspiOS to console-autologin mode, don't reboot yet./boot/config.txt, find line with dtoverlay and vc4-kms... , change kms to fkms: dtoverlay=vc4-fkms-v3d - otherwise vlc won't work ๐ , now reboot,| #!/bin/sh | |
| # | |
| # ~/.xinitrc | |
| # | |
| # Executed by startx (run your window manager from here) | |
| #Disable DPMS. (power save/blanking mode for display) | |
| xset -dpms | |
| xset s off | |
| xset s noblank |