A few notes after fresh installation of Ubuntu v17.10

Below my needs after freshing installation of a Linux Desktop (I am using Ubuntu v17.10)

1) htop: to view process of computer

$ sudo apt install htop -y

2) nmap: to scan network

$ sudo apt install nmap -y

3) netdiscover: to scan network | ei: $ sudo netdiscover -r 192.168.1.0/24 -i wlan0

$ sudo apt install netdiscover

4) Java Runtime Environment & Java Development Kit needed to compile Java applications (for example Apache Ant, Apache Maven, Eclipse…)

$ sudo apt-get update
$ sudo java -version        //check Java version if installed
$ sudo apt-get install default-jre        //to install Java Runtime Environment (JRE)
$ sudo apt-get install default-jdk        // to install Java Development Kit (JDK)

Optional for other java version. ie: Java 7

$ sudo apt-get install openjdk-7-jre
$ sudo apt-get install openjdk-7-jdk

5) Microsoft TrueType Core Fonts

$ apt install ttf-mscorefonts-installer

6) openSSH:

$ sudo apt install openssh-server

7) If using Linux on a VMware platform, please make sure you have installation of VMware Tools

$ sudo apt install open-vm-tools
$ sudo apt-get install open-vm-tools-desktop

8) netdata: https://github.com/firehol/netdata/wiki/Installation

http://aws.infotechviet.com:19999

9) webmin: http://www.webmin.com/download.html

http://aws.infotechviet.com:10000

10) nagios and check_mk

tutorial:

10.1 – http://www.server-world.info/en/note?os=Ubuntu_16.04&p=nagios&f=1

10.2 –

10.3 – https://www.howtoforge.com/embedding-python-in-apache2-with-mod_python-debian-etch

http://aws.infotechviet.com/nagios3

http://aws.infotechviet.com/check_mk

11) …

Package download and installation:

1) Angry IP Scanner: http://angryip.org/download/

2) Chrome

3) Esclipse Oxygen

4) Unity Tweak Tools or/and Gnome Tweak Tools

5) Wing IDE Personal

6) Sublime Text IDE

7) …

 

 

 

RELATED POSTS
Share the Post: