PHP Pattern Camp
Saturday, September 10, 2016
How to install Gnu Typist
You can use ez terminal command to install Gnu Typist
sudo apt-get install gtypist
If you want to run english type course you can run next terminal command:
LANG=en_US.UTF-8 gtypist
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
How to show CPU model and information in Ubuntu 16 terminal
less /proc/cpuinfo
How To View Chipset information in Ubuntu 16 By Using Terminal
lspci -v | less
How to show CPU model and information in Ubuntu 16 terminal
less /proc/cpuinfo
How to select max id from mysql table. How to find last one row added to mysql table?
SELECT MAX(id) AS `id` FROM `main` Here `main` is the name of your mysql table