Samsung ARTIK 530 use Arduino IDE

Summary Tested the IDE Arduino, Network ports to load sketches to the ARTIK board is working properly, the Serial port has some issue. Enable Client-side Transfer Enable the client side transfer on ARTIK 530 use curl command. curl downloads.arduino.cc/libArduino/install_artik_prereq.sh | sh [root@artik ~]# curl downloads.arduino.cc/libArduino/install_artik_prereq.sh | sh % Total % Received % Xferd Average Speed […]

NT_STATUS_ACCESS_DENIED and mount error(13): Permission denied

Summary I was trying to use smbclient to display and access Windows 10 hidden shared folder from RHEL6.3, smbclient command encountered tree connect failed: NT_STATUS_ACCESS_DENIED error, when mount through cifs, encountered mount error(13): Permission denied error. Finally resolved this issue through changing the Windows 10 regedit table. Problem smbclient display When smbclient display, no issue, […]