Commands

Read More

How to convert a database from MySql to SQLite

How to convert a database from MySql to SQLite

Read More

Database 3

Using JoinsSub QueriesAction QueriesFull Text Searches Using Joins Inner JoinsSELECT Company-name, OrderID, OrderDateFROM Customers INNER JOIN OrdersON Customers.CustomerID = Order.CustomerIDWHERE […]

Read More

SQL Glossary (PDF)

Read More

SQL (My PDF Extract)

Read More

Relational Databases (My PDF Extract)

Read More

Win Apps in Linux

Read More

Terminal

Read More

Ubuntu Feature

Read More

Configurations & Applications

Read More

Introduction to Ubuntu OS

Read More

Installing Linux Ubuntu

Installing Linux Ubuntu Boot the CD RAM “Start or Install Ubuntu” Choose “Manually edit partition table” Resize Partitions 10GB at […]

Read More

Basics

Delete Delete folder rm -rf foldername Delete all files inside folder (except hidden ones) rm -rf foldername/* rm = “remove” […]

Read More