Posts

Showing posts from 2021

Getting netmask in Linux

  https://stackoverflow.com/questions/33150176/get-subnet-mask-in-linux-using-bash there are couple of ways to achieve this: first: to print the mask in format 255.255.255.0, you can use this: /sbin/ifconfig wlan0 | awk '/Mask:/{ print $4;} ' second: we can use ip command to get the mask in format 192.168.1.1/24 ip -o -f inet addr show | awk '/scope global/ {print $4}'
 Decoding windows error codes https://devblogs.microsoft.com/oldnewthing/20210921-00/?p=105713 certutil /error 2 certutil /error 0x80070002 certutil /error -2147024894 certutil /error 2147942402 certutil /error -0x7ff8fffe

Enable RDP on Ununtu

 https://linuxconfig.org/ubuntu-20-04-remote-desktop-access-from-windows-10

Dell 5548 Switch Ports

Image
Dell 5548 Switch Ports

Amiibo Flashing

Link

Dell 5548 switch 10gb firmware

Link

10Gb card firmware

Link

Windows autologon auto logon login 2021

Link

Good guide cross flash crossfLASH h730 h310 IT mode dell mini card

Guide with downloadeable sort it iso