Two machines, a file server and a workstation.. File server AND workstation: Add host name entries, :wq. # vi /etc/hosts 192.168.1.127 FileServer 192.168.1.128 WorkStation Install the required software, enable and start rpc bind. # dnf -y install install nfs-utils libnfsidmap …

Fedora 27 – Configure NFS Server and Client Read more »

The Pros: It’s color and it looks good even at steep angles. Getting a simple Hello, World app running is trivial. It’s engine is a PIC18F26K20! Oh, the price is pretty darn good. Buy 500 units (~$1000) and they’ll tweak …

Digole 2.6 Serial DS320240CIPS-66T SPI LCD Display Library for the PIC18F2550 XC8 Read more »

OK, this is for the PIC18F2550. It should work for most, if not all of the PIC18’s, with a few minor changes – Like the TRIS outputs. It will not work with the PIC16’s. It will not work with the …

Pulse Width Modulation on a PIC18F2550 – PWM1 & PWM2, XC8 Read more »

I had a display issue where the column widths changed after rebinding data with the RadGridView. Clicking the columns restored the proper widths. I initially went with the Telerik recommendation to use CellFormatting to  set column fonts, colors, widths, etc. …

Display Artifacts after Rebinding Telerik RadGridView Read more »

This is for Winforms. I don’t know about the other technologies. Sure you can iterate through the columns and manually disable each…  But the tools are already in place. To hide column filters by Image column types: void radGridView1_ViewCellFormatting(object sender, …

Hide Telerik GridView Column Filter By Column Type or Name winforms Read more »