This commit is contained in:
Thierry
2025-11-01 10:22:09 +01:00
3 changed files with 125 additions and 0 deletions

View File

@@ -41,6 +41,21 @@ sudo dpkg -i GitHubDesktop-linux-3.2.1-linux1.deb
# EID reader ????? # EID reader ?????
sudo -s sudo -s
cd /tmp/ cd /tmp/
sudo apt-get update
sudo apt-get install y alien
wget https://eid.belgium.be/sites/default/files/software/eid-archive-el-2021-1.noarch.rpm
sudo alien -d eid-archive-el-2021-1.noarch.rpm
sudo apt update
sudo apt install -y build-essential cmake git libgtk-3-dev libglib2.0-dev libgee-0.8-dev libgcrypt20-dev
git clone https://github.com/Fedict/eid-mw.git
cd eid-mw/
wget https://eid.belgium.be/sites/default/files/software/eid-archive_latest.deb wget https://eid.belgium.be/sites/default/files/software/eid-archive_latest.deb
dpkg -i eid-archive_latest.deb dpkg -i eid-archive_latest.deb
apt update apt update

View File

@@ -0,0 +1,28 @@
# Make the directory if it doesn't exist yet.
# This location is recommended by the distribution maintainers.
sudo mkdir --parents --mode=0755 /etc/apt/keyrings
# Download the key, convert the signing-key to a full
# keyring required by apt and store in the keyring directory
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
# Register ROCm packages
sudo tee /etc/apt/sources.list.d/rocm.list << EOF
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/7.0.2 noble main
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.0.2/ubuntu noble main
EOF
sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF
Package: *
Pin: release o=repo.radeon.com
Pin-Priority: 600
EOF
sudo apt update -y
sudo apt install -y rocm
SOURCES :
https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-debian.html

View File

@@ -0,0 +1,82 @@
su -
apt install -y transmission totem htop remmina virt-manager filezilla gparted zsh putty nvtop zenmap curl freefilesync virtiofsd wireguard wireguard-go vlc git gdebi ssh-askpass libaio-dev synaptic yt-dlp youtubedl-gui sudo vim btop rsync
sudo apt install -y gir1.2-gnomedesktop-3.0
usermod -aG dialout tbouhon
usermod -aG sudo tbouhon
usermod -aG libvirt tbouhon
grep tbouhon /etc/group | grep dialout && grep tbouhon /etc/group | grep sudo
apt install -y flatpak gnome-control-center gnome-tweaks gnome-shell-extensions gnome-themes-extra papirus-icon-theme arc-theme numix-gtk-theme fonts-noto fonts-liberation htop iotop nethogs fastfetch thunderbird libreoffice git curl wget build-essential synaptic vlc numlockx libfuse2 gnome-software-plugin-flatpak gnome-shell-extension-dash-to-panel alacarte default-jdk displaycal
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install -y app/org.signal.Signal/x86_64/stable rustdesk
flatpak install -y flathub com.github.IsmaelMartinez.teams_for_linux
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install -y --user flathub org.keepassxc.KeePassXC
# Spotify
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
apt-get update && apt-get install -y spotify-client
# Brave
curl -fsS https://dl.brave.com/install.sh | sh
# Vivaldi
cd /tmp
wget https://downloads.vivaldi.com/stable/vivaldi-stable_7.6.3797.63-1_amd64.deb && sudo mv vivaldi-stable_7.6.3797.63-1_amd64.deb vivaldi.deb
dpkg -i vivaldi.deb
rm -rf vivaldi.deb
# Github Desktop
cd /tmp
wget https://github.com/shiftkey/desktop/releases/download/release-3.2.1-linux1/GitHubDesktop-linux-3.2.1-linux1.deb
dpkg -i GitHubDesktop-linux-3.2.1-linux1.deb
# VPN Pro
cd /tmp
wget https://filestore.fortinet.com/forticlient/downloads/forticlient_vpn_7.4.3.1736_amd64.deb
apt install -y libnss3-tools
dpkg -i forticlient_vpn_7.4.3.1736_amd64.deb
# EID reader ?????
cd /tmp/
apt-get update
wget https://eid.belgium.be/sites/default/files/software/eid-archive_latest.deb
dpkg -i eid-archive_latest.deb
apt update
apt install -y eid-mw eid-viewer
rm -rf eid-archive_latest.deb
# Visual Studio Code
cd /tmp
wget https://vscode.download.prss.microsoft.com/dbazure/download/stable/7d842fb85a0275a4a8e4d7e040d2625abbf7f084/code_1.105.1-1760482543_amd64.deb
dpkg -i code_1.105.1-1760482543_amd64.deb
# Electron BOF
apt install -y nodejs npm
cd /tmp
wget https://github.com/agam778/MS-365-Electron/releases/download/v2.0.0/MS-365-Electron-v2.0.0-linux-amd64.deb
dpkg -i MS-365-Electron-v2.0.0-linux-amd64.deb
# Edge
cd /tmp
wget https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_141.0.3537.99-1_amd64.deb
dpkg -i microsoft-edge-stable_141.0.3537.99-1_amd64.deb
# Java ????
cd /tmp
wget https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252617_99a6cb9582554a09bd4ac60f73f9b8e6
mv AutoDL\?BundleId\=252617_99a6cb9582554a09bd4ac60f73f9b8e6 java.tar.jz
tar zxvf java.tar.jz
cd jre1.8.0_471/
systemct reboot