Raspberry PI comes with NOOBS operating system installer by default. But, if you want to use another OS or create […]
If you accidentally delete a linux partition on your hard drive, it is possible that, you will also end up […]
Backing up a database using mysqldump: mysqldump -u [username] [dbname] > [dump_filename] Restoring database from a backup: mysql -u [username] […]
.htaccess is a file used by Apache server, to over-write general rules for certain folders. Previously, we shared how to […]