pminumula

pminumula

MySQL Backup and Restore

mysqldump is a command line utility used to perform logical backup of MySQL databases. mysqldump backs up schema objects and data. Backup Database  Syntax: mysqldump -h hostname -u username -p databasename > Example: mysqldump -h localhost -u dbadmin -p…

Cannot add VMFS datastore to ESXi host

Inaccessible Virtual Machines: If your virtual machines are inaccessible, that means that the vSphere client is not able to reach the *.vmx file. Check in your storage if your datastore is available. Unable to add datastore: If your VMFS store is missing…

Analog to Digital Converters

Resolution of an ADC (number of bits) determines the accuracy of the system Accuracy = Range/2 (Number of bits) For example when converting a 5V input voltage to a digital signal using a 10 bit ADC, the minimum voltage the…

Crystal Oscillators Explained: The Importance Of PPM

Crystal Oscillators: The Heartbeat of Real-Time Clocks Crystal oscillators are at the core of real-time clocks (RTCs), providing the stable and precise frequency necessary for accurate timekeeping. These oscillators use the mechanical resonance of a vibrating crystal of piezoelectric material…