Linux Notes:
New VM – Terminal commands to run–
Check info
sudo uptime
sudo ifconfig
sudo uname -a
Updates
sudo apt get-update
sudo apt get-upgrade -y
sudo reboot
Open VM Tools for Full Screen & Host-Guest Copying
sudo apt get install open-vm-tools-desktop
sudo reboot
Helpful links:
Sudo Info
Mint Terminal Commands
Languages:
I’m going to run through 10 programming/scripting languages. My goal is to learn more and write a little bit for each one.
Here is the list of languages I plan to run through (not in order):
- Java
- C++
- Python
- PHP
- VB.NET
- JavaScript
- Ruby
- Perl
- Delphi
- VisualBasic
I spent a good amount of time learning and writing using several of these, such as Java, C++ and VB a little while back. I am more familiar with JS, PHP, HTML & CSS (not listed).
As I progress I will update this page.
-PD