Posts

Showing posts with the label Linux

How to get unique machine id?

BSD: cat /etc/hostid kenv -q smbios.system.uuid Linux: cat /var/lib/dbus/machine-id cat /etc/machine-id OS X: ioreg -rd1 -c IOPlatformExpertDevice | grep IOPlatformUUID Windows: reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography /v MachineGuid

JavaFx Tutorial | Hello World in JavaFx

Image

Python Tutorial for beginners - Learn how to Fetch data from SQLite 3 with Python 3

Image
Download solution here .

Tutorial for beginners: Ajax, SQLite3 & PDO - Country, State & City

Image
Part [1/2] Part [2/2] Download code here .