Debian 10 Linux | Beginners Basics after Install | Run Windows Programs, Change Desktops, and More!



Debian 10 Linux | Beginners Basics after Install | Run Windows Programs, Change Desktops, and More!

Debian 10 Linux | Beginners Basics after Install | Run Windows Programs, Change Desktops, and More!

Debian 10 Linux Beginners Basics is a Tutorial on How to Install and Run Windows Programs, Change Desktops, Install Codecs, and Assign Sudoers in Debian 10 Buster after you’ve installed it. Most beginner users coming from Windows will apply these after installing Debian 10 Linux so they have a more familiar and Beginner Friendly experience. This Debian 10 Basics video is intended for Beginner Users starting with Debian 10.

Debian is great and many other distributions are based off of it. Debian is totally free and the community focuses on stability making it one of the most reliable linux distributions out there. Debian is also tailored for intermediate to advanced users and is great for using as a server or firewall setup. Debian mainly covers the middle ground where the barriers of entry are large enough that some newer users will steer away from this distribution, but the vast documentation and helpful community should be a reason that newer users decide to go with Debian. It’s great for learning and expanding your knowledge about operating systems.

My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com

Free YouTube Tools:
https://editbulk.com

Want more info/content?
https://savvynik.com

Commands Used in Video:

-Super User Privileges
sudo visudo
sudo adduser savvynik sudo

-Installing another desktop environment
(Reference) https://wiki.debian.org/DesktopEnvironment
sudo apt install gnome

-Installing Wine to Run Windows Programs
(Reference) https://wiki.winehq.org/Debian

sudo dpkg –add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

sudo nano /etc/apt/sources.list
(add to list) deb https://dl.winehq.org/wine-builds/debian/ buster main
sudo apt update
wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/Release.key
sudo apt-key add Release.key

nano /etc/apt/sources.list
(add to list) deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./
sudo apt update

sudo apt install –install-recommends winehq-stable
wine notepad

– Install PlayOnLinux
sudo apt install playonlinux

-Install a VLC Multimedia Player
sudo apt get install vlc

-Install Multimedia Codecs
(Reference) https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs

sudo apt-add-repository non-free
sudo apt-add-repository contrib
sudo apt update
sudo apt install libdvdread4 libdvdcss2 (installs dvd playback codecs)
sudo dpkg-reconfigure libdvd-pkg

Discord Link: https://discord.gg/zZD5q92

Useful Links:
Debian – https://debian.org
Debian Download – https://www.debian.org/CD/http-ftp/#stable
Balena Etcher – https://www.balena.io/etcher/

Linux Install Videos:
Debian 10 – https://youtu.be/dbjDG6GV6VM
Manjaro 19 Linux – https://youtu.be/OrAQxzqEKDs
MX Linux 19.1 – https://youtu.be/wp-fSkezw04
Kali Linux – https://youtu.be/gMY216MCms4
ExTiX – https://youtu.be/4P-q4kFuEnk
Kali Linux – https://youtu.be/xtHUbNrRhBo
Parrot Security OS: https://youtu.be/TDJBFvZteBA
CentOS 8: https://youtu.be/FLl2DETdww4

Review and Walkthroughs:
Kali Linux Undercover – https://youtu.be/sHHkB-Ghnhc
Kali Linux – https://youtu.be/zQ6jC2lHNGg
PCLinuxOS – https://youtu.be/ztRvR7GeBzo
MX Linux – https://youtu.be/7MgssE2Q9Es
Solus OS – https://youtu.be/pvLjjbXFv5Q
CentOS 8 – https://youtu.be/T_yZuQVDMG4

Comments are closed.