A Linux Talk going over How to Setup a Static IP Address using a Desktop Environment on Ubuntu, Kali Linux, and Elementary OS. You'll see how similar the process is to setup a static ip address on Ubuntu, Kali, and Elementary OS. We'll also discuss how and why you might want to setup a static ip address. As well as, mention some of the terms you need to know around networking to successfully reserve a static ip address.
By default ubuntu and most linux distributions will assign an ip address dynamically using a DHCP Server.
Why might you want to set a static ip address for your computer? The first reason is if you want to force your computer to always use the same ip on your network this is a great way to do it if you cannot reserve it in a router which should be the first place to start reserving ip addresses. Also sometimes you need to access a network device which doesn't exist on the same ip address range/subnet that you computer is currently on. A simple way to access that network device is to force your computer onto the same ip address range/subnet with a unique ip address and access the device.
_______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
Linux Talk :
Talk #1 ZFS vs EXT4 Storage Benchmark - https://youtu.be/a4IuijHVuog
Talk #2 ZFS vs EXT4 Memory Usage - https://youtu.be/csHR1soA_Rk
Talk #3 Supervisor Process Control - https://youtu.be/eX7D40y9qv8
Talk #4 LVM vs Standard Partition - https://youtu.be/N-vW06eHgJI
Talk #5 Setup Static IP Address using Netplan - https://youtu.be/eTqtl169oSY
Talk #6 Installing and using Flatpaks - https://youtu.be/hvc5YQKMys0
Software Use:
VirtualBox - https://youtu.be/SYZ4pLGGTg4
TeamViewer - https://youtu.be/I9rXhwY95zc
Review and Walkthroughs:
PCLinuxOS - https://youtu.be/ztRvR7GeBzo
openSUSE - https://youtu.be/beNLjobtFk8
Zorin OS 15 - https://youtu.be/a3l51XitcKE
Fedora 31 - https://youtu.be/QSC2-WkMb8Y
MX Linux - https://youtu.be/7MgssE2Q9Es
ArcoLinux - https://youtu.be/04VYEj2OlCU
Solus OS - https://youtu.be/pvLjjbXFv5Q
Endeavour OS - https://youtu.be/wV8bqVWQESg
CentOS 8 - https://youtu.be/T_yZuQVDMG4
PopOS! - https://youtu.be/Vblwblo9Vdw
Parrot Security OS: https://youtu.be/zEsJk61JZpo
Fedora Workstation: https://youtu.be/JOrZ1DnxdQ8
Elementary OS: https://youtu.be/BuUsD4NhwIo
MX Linux: https://youtu.be/Oj_g62ESQ4E
Linux Lite: https://youtu.be/EEGTJ-SioMg
Install Tutorials:
PCLinuxOS: https://youtu.be/xR6ty3cSekg
openSUSE: https://youtu.be/xHJQQcKdFrw
Zorin 15: https://youtu.be/r_ONJwjrC80
Fedora 31: https://youtu.be/4qmPDKPck68
MX Linux 19: https://youtu.be/xRrXgBmO4Sc
Ubuntu 19.10 : https://youtu.be/7Z6oLnPLGhI
ArcoLinux : https://youtu.be/HClRzTcgtn4
Solus Linux OS : https://youtu.be/2MehGx3jPxY
Endeavour OS : https://youtu.be/wV8bqVWQESg
CentOS 8 NetInstall : https://youtu.be/nNNkZ0I2DFw
Parrot Security OS: https://youtu.be/TDJBFvZteBA
CentOS 8: https://youtu.be/FLl2DETdww4
Fedora 30: https://youtu.be/nKqXKsgfFBM
Elementary OS 5: https://youtu.be/N7V_vBO4-2U
Arch Linux : https://youtu.be/QoyszQKX6Pk
Ubuntu 18: https://youtu.be/u33oBgCUMos
MX Linux 18: https://youtu.be/ZQXRrEvZ0KU
Debian on Vbox: https://youtu.be/zikeyJS317Q
Manjaro 18: https://youtu.be/d300z09Pwvs
Debian 10: https://youtu.be/XiOhYgCPshU
Live Episodes:
PopOS! SimpleList C/C++ Episode 1 - https://youtu.be/G7ZEOCIxSRw
EndeavourOS SimpleList C/C++ Episode 2 - https://youtu.be/-Ay2_jIF2_w
What’s the difference?
Debian vs Ubuntu: https://youtu.be/pfKeSGKzBgg
Debian 10 vs Debian 9: https://youtu.be/A3LQMplUqjo
...
https://www.youtube.com/watch?v=1P8__6iM43Q
CentOS 9 Stream Linux Review.. when is CentOS ending its support and review if CentOS 9 Stream (the latest server edition) is right for you or if you need to migrate to a new distribution. CentOS Stream 9 is a great distro if you want an RHEL based distro that is upstream like Fedora.
CentOS Stream 9 is a rolling release model ahead of RHEL that offers that latest in RHEL development much like Fedora.
_________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
#linux #centos #tutorial
Discord Link: https://discord.gg/zZD5q92
Feel free to comment below and make sure you like and subscribe for more videos in the future!
Useful Links:
CentOS Website - https://www.centos.org
Rocky Linux - https://rockylinux.org/
AlmaLinux - https://almalinux.org/
? More Videos Below
Gnome Tweaks - https://youtu.be/zuehfaUjqJg
Manjaro GNOME Update - https://youtu.be/8VxnYlpmflg
Resize Linux Partition - https://youtu.be/DsJBN7WW0zA
...
https://www.youtube.com/watch?v=LvF17nO7nBs
C++ Tutorial for Beginners Ep#12 where we learn about While & Do While Loops and how to use them in C++. While loops can help with running a block of statements until a condition is false. While & Do While are important tools in a C++ program. Do While Loops run a block of statements at least once even if the condition is false the first time through. While loops can help with running a block of statements until a condition is false. Today we'll explore While Loops in depth and understand how to program one ourselves.
When using While & Do While Loops we can run our code until a condition is false in our parentheses. This helps execute a block of code indefinitely until the condition is not met. An example would be running a program until a user wants to exit the program with a While/Do While. This gives us great capability of interacting with the user of the program until they are ready to exit out. We'll learn about this and much more in today's episode of C++ While & Do While Tutorial for Beginners.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
?? Check out More Videos!! ??
Linux Tips - https://www.youtube.com/playlist?list=PLKMOdY6Bhga76_1N-J1YY9jcJr_DfUbYH
Linux Reviews - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5fAJjr4ItXN09KXf4dd0zz
Linux Help - https://youtube.com/playlist?list=PLKMOdY6Bhga73aciZtlZgLmiKRdrQzyu0
Linux Installs - https://youtube.com/playlist?list=PLKMOdY6Bhga79HzhzEV0pSx5asSXogalI
C++ for Beginners - https://youtube.com/playlist?list=PLKMOdY6Bhga5ws13FNCbD0103pXEP-VFV
Live Streams - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5kAS3OCCzFptox-XxNF-ZP
C++ Project Series - https://youtube.com/playlist?list=PLKMOdY6Bhga7BUgPca5EX1J-JYQIbX5fn
_______________________________________________________________
Useful Commands/Links:
Windows 10 Compiler Tools Setup - https://youtu.be/hCLIDph7-mU
Visual Studio Code - https://code.visualstudio.com/
Online Compilers:
https://www.onlinegdb.com/online_c++_compiler
http://cpp.sh/
https://repl.it/languages/cpp
Great List of Online C++ compilers:
https://arnemertz.github.io/online-compilers/#tldr
Windows Compiler Tools - GCC (GNU Compiler Collection) MinGW64
Linux Compiler Tools - Build-Essentials (GCC)
Name of extensions installed:
1. Code Runner
2. C/C++ Intellisense
#Linux #Programming #ComputerScience
...
https://www.youtube.com/watch?v=wKvb2Sqb4Ug
The Alarms and Clock app is great for setting Alarms, Timers, Stopwatch, and Clocks on Windows 10. Now instead of using your phone use your computer to keep track of your project, day, or schedule in 2021. This app is built into Windows 10 and is UNDERUSED!! This is GREAT if you need quick access to a time keeping app that already is built into Windows 10.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
...
https://www.youtube.com/watch?v=qq64AWyj-qo
Installing a Linux Package during Stuck Update?? Waiting for Cache Lock: Could not get Lock. Stop a update process from happening so that you can un lock cache / give a front end lock back to Linux.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
?? Check out More Videos!! ??
Linux Tips - https://www.youtube.com/playlist?list=PLKMOdY6Bhga76_1N-J1YY9jcJr_DfUbYHLinux
Reviews - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5fAJjr4ItXN09KXf4dd0zz
Linux Help - https://youtube.com/playlist?list=PLKMOdY6Bhga73aciZtlZgLmiKRdrQzyu0
Linux Installs - https://youtube.com/playlist?list=PLKMOdY6Bhga79HzhzEV0pSx5asSXogalI
C++ for Beginners - https://youtube.com/playlist?list=PLKMOdY6Bhga5ws13FNCbD0103pXEP-VFV
Live Streams - https://www.youtube.com/playlist?list=PLKMOdY6Bhga5kAS3OCCzFptox-XxNF-ZP
C++ Project Series - https://youtube.com/playlist?list=PLKMOdY6Bhga7BUgPca5EX1J-JYQIbX5fn
_______________________________________________________________
Useful Links/Commands:
Debian Website - https://www.debian.org/
Discord Link - https://discord.gg/zZD5q92
Daily Driver [First Update] - https://youtu.be/rMoUCnqhYfs
PopOS! Is It Great? - https://youtu.be/OBApy_GIiMY
DWM w/ Arch Swallows Patch - https://youtu.be/E3S1LeEksD4
00:00 How to Find Locked Process
01:10 Fixing/Stopping the Process
02:00 Stopping Auto Update Installs
#linux #ubuntu #distro
Credit - Photo by iMattSmart https://unsplash.com/@imattsmart
...
https://www.youtube.com/watch?v=aRMh_QoQzGE
Linux Graphics Drivers can sometimes be tricky. There’s not much incentive for hardware vendors to keep drivers up-to-date drivers because Linux is a small portion of the overall operating system market. Watch the wrong approach on
Feel free to comment below and make sure you like and subscribe for more videos in the future!
Everything went smooth as far as the install, but as you can tell installing the drivers didn’t go as smoothly as I would’ve liked. Don't spend hours trying to install a driver just to make it worse. You might just not have picked the right distro.
The reason being is that the vendors that create the hardware really don’t have much incentive to come out with drivers for Linux so it becomes an after thought. Which you can’t blame them because only about 2-3% of the market is using Linux as their operating system. So why focus on Linux when you get over 70% just targeting Windows.
Overall, Linux is a great operating system with a lot of loyal people who are putting their time and effort into developing a great free open source operating system so you really can’t knock them for such things as missing drivers. I mean after all they’re developing a complete operating system that can exist on multiple architectures with 1000’s of hardware setups.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
Review and Walkthroughs
Parrot Security OS: https://youtu.be/zEsJk61JZpo
Fedora Workstation: https://youtu.be/JOrZ1DnxdQ8
Elementary OS: https://youtu.be/BuUsD4NhwIo
MX Linux: https://youtu.be/Oj_g62ESQ4E
Linux Lite: https://youtu.be/EEGTJ-SioMg
Install Tutorials
Parrot Security OS: https://youtu.be/TDJBFvZteBA
CentOS 8: https://youtu.be/FLl2DETdww4
Fedora 30: https://youtu.be/nKqXKsgfFBM
Elementary OS 5: https://youtu.be/N7V_vBO4-2U
Arch Linux : https://youtu.be/QoyszQKX6Pk
Ubuntu 18: https://youtu.be/u33oBgCUMos
MX Linux 18: https://youtu.be/ZQXRrEvZ0KU
Linux Lite 4: https://youtu.be/ySmRl388tBE
Debian on Vbox: https://youtu.be/zikeyJS317Q
Manjaro 18: https://youtu.be/d300z09Pwvs
Debian 10: https://youtu.be/XiOhYgCPshU
Ubuntu Server 19: https://youtu.be/AfoA3yi43r8
Linux Mint 19: https://youtu.be/_LZy_ms2jY4
Debian 9: https://youtu.be/WZ08XMoFQco
What’s the difference?
Debian vs Ubuntu: https://youtu.be/pfKeSGKzBgg
Debian 10 vs Debian 9: https://youtu.be/A3LQMplUqjo
...
https://www.youtube.com/watch?v=or8RCKMO0JI
GIMP is a free and open source image editor available on Linux, MacOS, and Windows. Download and install GIMP for free. I use GIMP for all my image editing needs as an alternative to Photoshop. GIMP is powerful, better yet, free. Learn how to use GIMP with this step by step guide for beginners and start using it on your system today.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
Useful Commands/Links
Discord: https://discord.gg/P9QC2km
00:00 GIMP Setup
00:40 Creating New Image
01:25 Using Tools
02:00 Creating New Layers
02:45 Creating Text
04:09 Free Form Select Tool
05:39 Paint Bucket Tool
06:18 Import Images
06:50 Move Tool
07:30 More Text
08:49 Working w/ Selections
10:26 Editing Image
11:45 Handle Transform
13:43 Working on Thumbnail
15:05 More Tools
18:00 Blending / Filters Options
20:20 Brush Tool w/ Tablet
22:06 Finishing Up
#gimp #edit #linux
...
https://www.youtube.com/watch?v=OLfWkb3-3z8
How to update Ubuntu Linux and its packages quickly and efficiently. Use these Linux commands to update Ubuntu today and stay up to date with security and software updates!
...
https://www.youtube.com/watch?v=2crMA6BPUJk
This is a Linux Lite 4.6 Review and Walkthrough. We'll go through Linux Lite 4.6 together and explore the latest release from Linux Lite. Linux Lite 4.6 is a very user friendly Linux bistro and focuses on making the transition from Windows as seem-less as possible. Linux Lite is also based off the Ubuntu Linux Distro so it's very stable.
______________________________________________________________
Content Creator??
https://editbulk.com
Try Free Today!
Exploring Linux??
Download a Linux Cheat Sheet and 25 Page Checklist here:
? https://learn.savvynik.com
Want more info/content?
https://savvynik.com
_______________________________________________________________
Feel free to comment below and make sure you like and subscribe for more videos in the future!
Review and Walkthroughs
Parrot Security OS: https://youtu.be/zEsJk61JZpo
Fedora Workstation: https://youtu.be/JOrZ1DnxdQ8
Elementary OS: https://youtu.be/BuUsD4NhwIo
MX Linux: https://youtu.be/Oj_g62ESQ4E
Linux Lite: https://youtu.be/EEGTJ-SioMg
Install Tutorials
Parrot Security OS: https://youtu.be/TDJBFvZteBA
CentOS 8: https://youtu.be/FLl2DETdww4
Fedora 30: https://youtu.be/nKqXKsgfFBM
Elementary OS 5: https://youtu.be/N7V_vBO4-2U
Arch Linux : https://youtu.be/QoyszQKX6Pk
Ubuntu 18: https://youtu.be/u33oBgCUMos
MX Linux 18: https://youtu.be/ZQXRrEvZ0KU
Linux Lite 4: https://youtu.be/ySmRl388tBE
Debian on Vbox: https://youtu.be/zikeyJS317Q
Manjaro 18: https://youtu.be/d300z09Pwvs
Debian 10: https://youtu.be/XiOhYgCPshU
Ubuntu Server 19: https://youtu.be/AfoA3yi43r8
Linux Mint 19: https://youtu.be/_LZy_ms2jY4
Debian 9: https://youtu.be/WZ08XMoFQco
What’s the difference?
Debian vs Ubuntu: https://youtu.be/pfKeSGKzBgg
Debian 10 vs Debian 9: https://youtu.be/A3LQMplUqjo
Userful Links:
https://linuxliteos.com
https://www.balena.io/etcher/
https://unetbootin.github.io
...
https://www.youtube.com/watch?v=EEGTJ-SioMg