Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Ubuntu-CSE
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csma
Ubuntu-CSE
Commits
7a690b42
Commit
7a690b42
authored
1 year ago
by
Jonas Karlsson
Browse files
Options
Downloads
Patches
Plain Diff
Update programs.md
parent
b21a7b33
Branches
Branches containing commit
Tags
22.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
programs.md
+22
-24
22 additions, 24 deletions
programs.md
with
22 additions
and
24 deletions
programs.md
+
22
−
24
View file @
7a690b42
...
...
@@ -62,9 +62,30 @@ Disable telemtry and install additional extensions for VSCode (official microsof
## apt
-
ns2
# DVAD20 (AK/AB/AR/HC)
# DVAD20 (AK/AB/AR/HC
/KJG/GC
)
If necessary add cse to wireshark group (
`sudo vigr`
and
`sudo vigr -s`
)
1.
apt install prerequisites for GUI
2.
Download and install
```
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh
bash ./Anaconda3-2023.03-1-Linux-x86_64.sh # Answer yes on all questions
conda update conda #yes
conda update --all #yes
#Fix for anaconda-navigator as the locally installed version of urllib3 overrides condas version
pip3 uninstall urllib3
```
## apt
-
libgl1-mesa-glx
-
libegl1-mesa
-
libxrandr2
-
libxrandr2
-
libxss1
-
libxcursor1
-
libxcomposite1
-
libasound2
-
libxi6
-
libxtst6
-
mininet
-
wireshark
-
tshark
...
...
@@ -119,26 +140,3 @@ rm linux*.deb
-
openvswitch-testcontroller
-
xterm
-
speedometer
# DVAE20 (KJG)
1.
apt install prerequisites for GUI
2.
Download and install
```
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh
bash ./Anaconda3-2023.03-1-Linux-x86_64.sh # Answer yes on all questions
conda update conda #yes
conda update --all #yes
#Fix for anaconda-navigator as the locally installed version of urllib3 overrides condas version
pip3 uninstall urllib3
```
## apt
-
libgl1-mesa-glx
-
libegl1-mesa
-
libxrandr2
-
libxrandr2
-
libxss1
-
libxcursor1
-
libxcomposite1
-
libasound2
-
libxi6
-
libxtst6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment