- Download the "Bios Update Utility for Windows" version of the UEFI update
- extrac the exe file using innoextract
- insert an usb flash drive and format it with a fat filesystem
mkfs.vfat $path_to_flash_drive_devicenode
- mount the usb flash drive
- download mkusbkey.sh available from here
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcm.inferno_spotify { | |
type inferno | |
@args.DEVICE_ID { type string } | |
@args.BIND_IP { type string } | |
@args.PROCESS_ID { type string } | |
@args.CLOCK_PATH { type string } | |
@args.RX_LATENCY_NS { type string } | |
@args.TX_LATENCY_NS { type string } | |
# note: too long ALSA device string may not work in some or all apps (noticed in PipeWire) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Security] | |
EAP-Method=TTLS | |
EAP-Identity=anonymous | |
EAP-PEAP-CACert=/etc/ssl/certs/ISRG_Root_X1.pem | |
EAP-PEAP-ServerDomainMask=radius.noc.hack-mas.at | |
EAP-TTLS-Phase2-Method=Tunneled-PAP | |
EAP-PEAP-Phase2-Identity=hackmas | |
EAP-PEAP-Phase2-Password=hackmas | |
[Settings] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
manufacturer: Dell | |
model: PowerSwitch S6000-ON | |
slug: dell-powerswitch-s6000-on | |
part_number: S6000-ON | |
u_height: 1 | |
airflow: front-to-rear | |
weight: 7.32 | |
weight_unit: kg | |
is_full_depth: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
manufacturer: HPE | |
model: Aruba AP-205H | |
slug: hpe-aruba-ap-205h | |
part_number: AP-205H | |
u_height: 0 | |
is_full_depth: false | |
weight: 375 | |
weight_unit: g | |
front_image: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Sliced at: [timestamp] | |
G21 ; metric values | |
G90 ; absolute positioning | |
M82 ; set extruder to absolute mode | |
M107 ; start with the fan off | |
M75 ; start print job timer | |
; let's start heating up | |
M140 S[bed_temperature] ; set bed temperature | |
M104 T0 S[temperature_0] ; set extruder temperature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# gpsd device-hook script for Sierra Wireless cards, by Jenny Danzmayr, based on Bjørn Mork script | |
# | |
# gpsd will not poll a device before it is opened, at which time this script is called | |
# This means that we can unconditionally add the GPS inteface to gpsd without wasting any power. | |
# It will be activated when the first client connects to gpsd, and this script is called | |
# | |
# gpsd will also deactivate the port after some inactivity period | |
# figure out the parent usb device |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;End GCode | |
M104 S0 ; extruder heater off | |
M140 S0 ; heated bed heater off (if you have it) | |
G91 ; relative positioning | |
G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure | |
G1 Z+0.5 E-5 X-20 Y-20 F9000 ; move Z up a bit and retract filament even more | |
G28 X0 Y0 ; move X/Y to min endstops, so the head is out of the way | |
M84 ; steppers off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
void main(void){ | |
for(int i=-13;i<=13;i++){ | |
int iresult=i/12; | |
float fresult=((float)i)/12.0f; | |
printf("%d\t%d\t%d\t%f\n",i,iresult,((int)fresult),fresult); | |
} | |
} |
I hereby claim:
- I am masterbase on github.
- I am masterbase (https://keybase.io/masterbase) on keybase.
- I have a public key whose fingerprint is E5DC A9BD 69BE 913D 8DFD DC2C 7FD8 4DCC B689 9393
To claim this, I am signing this object:
NewerOlder