Tag: Extract
steps to create a kali bootable usb with rufus
steps to create a kali bootable usb with rufus References author Stefan Rows position https://youtu....
Strategy pattern intent
#tech/architecture #tech/programming #design-patterns Strategy pattern intent Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of them into a separate class, and make their objects interchangeable....
Strategy pseudocode
#tech/architecture #tech/programming #design-patterns Strategy pseudocode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 // The strategy interface declares operations common to all // supported versions of some algorithm....
t3ssel8r reverse engeneer the aim assist of a 2D game
t3ssel8r reverse engeneer the aim assist of a 2D game References author t3ssel8r position https://youtu....
temporary function mode in linux
temporary function mode in linux #tech/bash #tech/hardware 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode References author [[Mike Shade]]...
to boot a windows iso from ubuntu OS you need to use WoeUSB
to boot a windows iso from ubuntu OS you need to use WoeUSB WoeUSB installation on ubuntu References author [[techschumz]]...
U arrow hole to boot lenovo laptop
it is marked with a U arrow El botón Novo es un botón pequeño o un agujero de alfiler con un ícono de flecha hacia atrás al lado que se asemeja a una U invertida....
Use the novo button to show the boot menu
Use the novo button to show the boot menu shutdown the laptop Then, keep pressing the Novo button on your computer to reach the Novo Button Menu....
with this abstraction you can accept different inventory
with this abstraction you can accept different inventory because of the inventory (see -> example code iterator pattern) is generalized know you can apply polymorphism to change beetween inventories...
WoeUSB installation on ubuntu
WoeUSB installation on ubuntu 1 2 3 sudo add-apt-repository ppa:tomtomtom/woeusb sudo apt update sudo apt install woeusb woeusb-frontend-wxgtk References author [[techschumz]]...