Useful tips for everyday
What is FAT32 partition in Linux? The FAT32 filesystem stands for File Allocation Table and it was developed following on from previous filesystems such as…
How do I restore a SQL database to a different location? Connect to the appropriate instance of the SQL Server Database Engine, and then in…
What two statements are commonly used in loops? Common among these are the break and continue statements found in C and its derivatives. The break…
How many times do you expect to get 2 heads? If you flip a fair coin twice, the possible outcomes are heads-heads, heads-tails, tails- heads,…
How do I create my own SSL certificate authority for local HTTPS development? To become a certificate authority and sign a self-signed certificate you have…
How to redesign a WordPress website for business? Take a look at your website code When you are redesigning a large WordPress website it is…
Is there a way to color code tasks in Google Calendar? Google Calendar allows you to use different colors for different events. Just open an…
How do I view heads in Git? What is a Git HEAD? You can find out what HEAD you are viewing by opening the .git/HEAD…
How to restart an interrupted SQL Server database restore? The RESTORE DATABASE…WITH RESTART command is a very useful command which is available in SQL Server…
What is InnoDB strict mode? In the InnoDB storage engine, the setting of InnoDB strict mode affects the handling of syntax errors on the CREATE…