by hegars | Aug 30, 2023 | Uncategorized
.profile /usr/bin/stty erase ‘^H’ #note: using encase “`” (next to the ~) for logname and hostnamePS1=logname@hostname:’${PWD}$ ‘ alias ls=”ls -la”alias vim=”vi” .plan...
by hegars | Aug 3, 2023 | Uncategorized
/dev/ttyUSB0root@M625Q:/etc# systemctl enable [email protected]@M625Q:/etc# systemctl stop [email protected]@M625Q:/etc# systemctl start [email protected] https://wiki.debian.org/systemd#Virtual_and_serial_console_changes...
by hegars | Jul 29, 2023 | Uncategorized
802.1q – C-VID – Customer VLAN 802.1ad – S-VID – QinQ Service VLAN Stacking Manually ip link add link enp1s0 enp1s0.203 type vlan proto 802.1ad id 203ip link add link enp1s0.203 enp1s0.303 type vlan proto 802.1q id 303ip link add link...
by hegars | Apr 8, 2023 | Uncategorized
I’m recreating the paper form to use in a project, why you ask? I also ask myself that same question, I’m going to make a puncher and a reader, proably something ardunio driven outputting RS232 so I need to make my own cards as NOS cards are hard/expensive...
by hegars | Jan 1, 2023 | Uncategorized
by hegars | Nov 13, 2022 | Uncategorized
[CONFIG.SYS] [AUTOEXEC.BAT] [MSDOS.SYS] Type cd\ to get to the C:\> prompt.Type attrib msdos. sys -r -a -s -h and press Enter .Type edit msdos. sys and press Enter .Locate the line BOOTGUI=1 and change the line to BOOTGUI=0 and save the file.Reboot your computer....