↧
A first tutorial to learn Basic sql commands – SQL cheatsheet
You can enter the mysql console with: mysql -u root -p Then you can select a database show databases;use my_db; Then you can see the tables show tables; To see the content of a given table: select *...
View ArticleMounting shares permanently in debian
Have you ever wondered how to mount shares permanently in Debian? That’s a question I see often on forums. In fact it’s simple once you have understood the role and syntax of the famous “/etc/fstab”...
View Article
More Pages to Explore .....