Hands-on IT and troubleshooting notes — the fixes I worked out for real Linux, WordPress, networking, Mac and server problems, written down so the next person (often future me) doesn’t have to solve them twice.

Mount SMB

  • Post author:
  • Post category:ITNetwork

As i wanted to know if the TV programs were recorded by the TV box correctly, i tried to mount the video directory to Linux through SMB. It should be…

Continue ReadingMount SMB

NFS Problem

  • Post author:
  • Post category:ITNetwork

Whenever NFS mount problem, check at client side: $showmount -e serverhost If output error occur as: mount clntudp_create: RPC: Program not registered then it's a server side issue. Ensure the…

Continue ReadingNFS Problem