update install
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"window.zoomLevel": 2,
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.renderWhitespace": "trailing",
|
||||
"editor.linkedEditing": true,
|
||||
"editor.occurrencesHighlight": false,
|
||||
"editor.suggest.insertMode": "replace",
|
||||
"editor.acceptSuggestionOnCommitCharacter": false,
|
||||
"explorer.autoReveal": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"workbench.tree.indent": 15,
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"git.autofetch": true,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"workbench.tree.renderIndentGuides": "always",
|
||||
"emmet.triggerExpansionOnTab": true,
|
||||
"editor.lineHeight": 28,
|
||||
"editor.fontSize": 16,
|
||||
"workbench.colorCustomizations": {
|
||||
"[Tokyo Night]": {
|
||||
"editor.selectionBackground": "#3D59A1"
|
||||
"editor.selectionHighlightBackground": "#3D59A1"
|
||||
}
|
||||
},
|
||||
"window.zoomLevel": 1,
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.iconTheme": "material-icon-theme"
|
||||
}
|
||||
51
Installation_Linux/Ubuntu/APPS.txt
Normal file
51
Installation_Linux/Ubuntu/APPS.txt
Normal file
@@ -0,0 +1,51 @@
|
||||
sudo apt install -y gimp rpi-imager transmission totem hugin htop remmina virt-manager filezilla gparted kaffeine openscad zsh putty nvtop zenmap quodlibet clementine curl freefilesync virtiofsd wireguard wireguard-go vlc audacity calibre git gdebi ssh-askpass libaio-dev synaptic handbrake easytag syncthing yt-dlp youtubedl-gui
|
||||
|
||||
sudo usermod -aG dialout tb
|
||||
|
||||
sudo apt install flatpak
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
sudo flatpak install displaycal app/org.signal.Signal/x86_64/stable rustdesk PrusaSlicer
|
||||
|
||||
# Darktable
|
||||
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable.list
|
||||
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable.gpg > /dev/null
|
||||
sudo apt update
|
||||
sudo apt install -y darktable
|
||||
|
||||
|
||||
# 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
|
||||
sudo apt-get update && sudo apt-get install -y spotify-client
|
||||
|
||||
# Brave
|
||||
curl -fsS https://dl.brave.com/install.sh | sh
|
||||
|
||||
# Vivaldi
|
||||
cd /tmp
|
||||
sudo wget https://downloads.vivaldi.com/stable/vivaldi-stable_7.3.3635.12-1_amd64.deb && sudo mv vivaldi-stable_7.3.3635.12-1_amd64.deb vivaldi.deb
|
||||
sudo dpkg -i vivaldi.deb
|
||||
sudo rm -rf vivaldi.deb
|
||||
|
||||
# Github Desktop
|
||||
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
|
||||
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list'
|
||||
wget -qO - https://mirror.mwt.me/shiftkey-desktop/gpgkey | gpg --dearmor | sudo tee /etc/apt/keyrings/mwt-desktop.gpg > /dev/null
|
||||
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/mwt-desktop.gpg] https://mirror.mwt.me/shiftkey-desktop/deb/ any main" > /etc/apt/sources.list.d/mwt-desktop.list'
|
||||
sudo apt update
|
||||
sudo apt install github-desktop
|
||||
|
||||
# EID reader
|
||||
sudo -s
|
||||
cd /tmp/
|
||||
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
|
||||
|
||||
# VMWare Workstation
|
||||
cd Vmware\ Workstation\ 17
|
||||
chmod +x VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
|
||||
sudo ./VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
|
||||
vmware
|
||||
54
Installation_Linux/Ubuntu/SNAP.txt
Normal file
54
Installation_Linux/Ubuntu/SNAP.txt
Normal file
@@ -0,0 +1,54 @@
|
||||
sudo -i
|
||||
snap list
|
||||
snap remove firefox firmware-updater snap-store
|
||||
snap remove gtk-common-themes gnome-42-2204 snapd-desktop-integration
|
||||
snap remove core22 bare
|
||||
snap remove snapd
|
||||
apt autoremove snapd
|
||||
|
||||
|
||||
vi /etc/apt/preferences.d/nosnap
|
||||
Package: snapd
|
||||
Pin: release *
|
||||
Pin-Priority: -1
|
||||
|
||||
TEST :
|
||||
apt install snapd
|
||||
apt install chromium-browser
|
||||
|
||||
INSTALL :
|
||||
apt install gnome-software
|
||||
apt install gnome-software-plugin-flatpak
|
||||
apt install synaptic
|
||||
apt install gdebi
|
||||
|
||||
INSTALL FIREFOX REPOS :
|
||||
sudo install -d -m 0755 /etc/apt/keyrings
|
||||
|
||||
wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null
|
||||
|
||||
echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null
|
||||
|
||||
echo '
|
||||
Package: *
|
||||
Pin: origin packages.mozilla.org
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: firefox*
|
||||
Pin: release o=Ubuntu
|
||||
Pin-Priority: -1' | sudo tee /etc/apt/preferences.d/mozilla
|
||||
|
||||
sudo apt update && sudo apt remove firefox
|
||||
sudo apt install firefox
|
||||
sudo apt install firefox-l10n-fr
|
||||
|
||||
INSTALL THUNDERBIRD REPOS :
|
||||
sudo add-apt-repository ppa:mozillateam/ppa
|
||||
|
||||
sudo vim /etc/apt/preferences.d/mozillateamppa
|
||||
Package: thunderbird*
|
||||
Pin: release o=LP-PPA-mozillateam
|
||||
Pin-Priority: 1001
|
||||
|
||||
sudo apt update
|
||||
sudo apt install thunderbird
|
||||
1
Installation_Linux/Ubuntu/VPN.txt
Executable file
1
Installation_Linux/Ubuntu/VPN.txt
Executable file
@@ -0,0 +1 @@
|
||||
nmcli connection import type wireguard file vpn.conf
|
||||
Reference in New Issue
Block a user