-
Notifications
You must be signed in to change notification settings - Fork 1
/
ubuntu.sh
73 lines (66 loc) · 1.29 KB
/
ubuntu.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#!/bin/bash
echo "install software"
#sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install make
sudo apt-get install python3-pip
sudo apt-get install arduino
sudo apt-get install git
sudo apt-get install vim
sudo apt-get install nmap
sudo apt-get install net-tools
sudo apt-get install htop
sudo apt-get install cmatrix
sudo apt-get install mc
sudo apt-get install tmux
#sudo apt-get install dosbox
echo "ubuntu software"
#tcpdump
#Wireshark
#nmap
#strace
#latex
#OBS Studio
#LibreCAD
#libreoffice
#FreeCAD
#Cura
#KiCAD
#VLC
#gimp
#InkScape
#pinta
#Wine
#VirtualBox
#Telegram Desktop
#Jami
#nano
#sublime-text
#geany
#Eclipse
#chromium
#transmission
#uget
#putty
#Jupyter Notebook
#pycharm
#7Zip
echo "example"
#python3 -m youtube_dl 'https://youtu.be/M379y0op1WM'
git clone https://github.com/DIYPLC/LIB_PLC.git
git clone https://github.com/DIYPLC/DIY_PLC.git
git clone https://github.com/DIYPLC/HMI_PLC.git
git clone https://github.com/DIYPLC/Tests.git
#sudo reboot
#sudo halt
#sudo tcpdump -vv -i eth0 port 502
#netcat 127.0.0.1 -l 5555 #server tcp
#netcat 127.0.0.1 5555 #client tcp or use putty raw mode
#find / -name __main__.py
#df -h #print disk free size
#ifconfig
#iwconfig
#pstree #see process tree