Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
academy
classes
Commits
4baafe12
Commit
4baafe12
authored
7 months ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
dc878966
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
project_management/scripts/Ubuntu_24.04
+77
-0
77 additions, 0 deletions
project_management/scripts/Ubuntu_24.04
project_management/scripts/index.html
+1
-0
1 addition, 0 deletions
project_management/scripts/index.html
with
78 additions
and
0 deletions
project_management/scripts/Ubuntu_24.04
0 → 100644
+
77
−
0
View file @
4baafe12
#!/bin/bash
#
# Ubuntu 24.04
#
# update and install
#
sudo
apt update
sudo
apt
-y
upgrade
#
# Gnome
#
sudo
apt
-y
install
gnome-tweaks gnome-browser-connector
#
# utilities
#
sudo
apt
-y
install
vim-gtk3 qpdf expect xournal geany geany-plugins evince gparted hardinfo powertop htop gnome-disk-utility exfat-fuse libfuse2 ncdu
#
# time
#
sudo
apt
-y
install
systemd-timesyncd
timedatectl set-ntp
true
#
# net
#
sudo
apt
-y
install
net-tools openssh-client curl
#
# graphics
#
sudo
apt
-y
install
geeqie eog gimp mypaint inkscape blender meshlab
#
# office
#
sudo
apt
-y
install
libreoffice ttf-mscorefonts-installer fonts-symbola ttf-ancient-fonts
#
# project management
#
sudo
apt
-y
install
rsync git gitk git-cola
#
# media
#
sudo
apt
-y
install
pavucontrol ffmpeg vlc mplayer guvcview audacity vokoscreen-ng
#
# C
#
sudo
apt
-y
install
make cmake build-essential g++
#
# Node
#
sudo
apt
-y
install
nodejs npm
sudo
npm
install
-g
--unsafe-perm
node-red
#
# TeX
#
sudo
apt
-y
install
texlive-latex-recommended texlive-fonts-recommended texlive-font-utils
#
# Snaps
#
sudo
snap
install
zoom-client
sudo
snap
install
chromium
sudo
snap
set
system refresh.timer
=
1:00-5:00
#
# config
#
echo
" use gnome-tweaks to set window focus, keyboard mapping"
echo
" turn off Settings -> Ubuntu Desktop -> Enhanced tiling"
echo
" turn on Dash to Panel: https://extensions.gnome.org/extension/1160/dash-to-panel"
echo
" install"
echo
" Kdenlive: https://kdenlive.org/en/download"
echo
" FreeCAD: https://www.freecad.org"
echo
" KiCad: https://www.kicad.org"
echo
" Arduino: https://www.arduino.cc"
echo
" needs --no-sandbox"
echo
" Edbg: https://github.com/ataradov/edbg"
echo
" Chrome: https://www.google.com/chrome/"
echo
" Miniconda: https://docs.anaconda.com/miniconda/install"
echo
" numpy, matplotlib, jax, pyserial, ..."
This diff is collapsed.
Click to expand it.
project_management/scripts/index.html
+
1
−
0
View file @
4baafe12
<html>
<html>
<body>
<body>
<a
href=
Ubuntu_24.04
>
Ubuntu_24.04
</a><br>
<a
href=
Ubuntu_22.04
>
Ubuntu_22.04
</a><br>
<a
href=
Ubuntu_22.04
>
Ubuntu_22.04
</a><br>
<a
href=
Ubuntu_20.04
>
Ubuntu_20.04
</a><br>
<a
href=
Ubuntu_20.04
>
Ubuntu_20.04
</a><br>
<a
href=
Xubuntu_20.04
>
Xubuntu_20.04
</a><br>
<a
href=
Xubuntu_20.04
>
Xubuntu_20.04
</a><br>
...
...
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