What we must do when installed anew Ubuntu system
1. sudo apt-get update
2. sudo apt-get install vim
3. sudo apt-get update
4. sudo apt-get install git-cor
5. sudo apt-get install tig
6. sudo apt-get install makedown
7. sudo apt-get update
8. ssh-keygen //to creat new secret key
9. cd $HOME/.ssh/
10. vimid_ras.pub
12. add allcontent of $HOME/.ssh/id_ras.pub to git publc key.
13. files shared through VMware with windows XPexisted in path: /mnt/hgfs/
14. How to do,when Ubuntu on VMware has no file /dev/fb0 ?
sudo vim /boot/grub/grub.cfg
added"vga = 0x318" in the 53th line.
reboot
15. How to do when displayed "permission denied" as we executour program in which operated mice
andscreen.
sudo chmod 777 /dev/fb0
sudo chmod 777 /dev/input/mice
also we can do directly :
sudo ./exe_file
16. Using command "ifconfig" to check inter address.
17. Using command "ping IP" to test networkconnect.
18. Install manpages:
sudoapt-get install manpages-dev
further continued......