RedHatUNIX Setting an static IP address in RHEL (the old way) In RHEL8, you use NetworkManager or NMCLI to configure the networking, but in RHEL7 and before, you had... malcolmMay 2, 2020
Programming PHP Script to return random D&D Monster name I wanted to have a quick an easy way to get a random name, from say a list... malcolmApr 15, 2020
General VMWare Player – How to change the default VM Location By default, VMWare Player saves any VM you create to your documents folder and there doesn’t appear to... malcolmApr 14, 2020
General Turning off suggestions in Visual Studio Code Visual Studio Code, is a great program and it is my favorite editor, however it bugs me that... malcolmMar 27, 2020
Databasemysql How to Change Authentication Method in MySQL First, to check what is being used run this, SELECT user, authentication_string, plugin, host FROM mysql.user; If the... malcolmMar 23, 2020
FreeNASUNIX Installing software into a FreeNAS jail Go to Jails On the right side of the page click the triple dots next to the Plex... malcolmMar 20, 2020
RedHatUNIX How to set a static IP address in RHEL8 How to set a static IP address in RHEL8 # get the current connection name [root@localhost ~]# nmcli... malcolmMar 20, 2020
FreeBSDFreeNAS Mount and ISO in FreeBSD or FreeNAS How to mount a ISO in FreeBSD/NAS: mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt malcolmFeb 29, 2020
LinuxProgramming Installing Visual Studio Code on RHEL RHEL, Fedora, and CentOS based distributions We currently ship the stable 64-bit VS Code in a yum repository,... malcolmFeb 25, 2020
Windows How to add drivers to a windows install file / ISO C:\> Dism /mount-wim /wimfile:C:\temp\install.wim /index:1 /mountdir:c:\mount C:\> Dism /Add-Driver /Image:”c:\mount” /Driver:”C:\temp\x64″ /Recurse C:\> dism /unmount-wim /Mountdir:c:\mount /commit malcolmFeb 24, 2020