Practice installing Linux by dual booting on a computer
https://www.freecodecamp.org/news/how-to-dual-boot-windows-10-and-ubuntu-linux-dual-booting-tutorial/
#linux #dualboot
  
  https://www.freecodecamp.org/news/how-to-dual-boot-windows-10-and-ubuntu-linux-dual-booting-tutorial/
#linux #dualboot
freeCodeCamp.org
  
  How to Dual Boot Windows 10 and Ubuntu – Linux Dual Booting Tutorial
  You don’t have to have two different computers to use Linux and Windows 10. It's possible to have a Linux distro installed on a computer with Windows 10 preinstalled.  In this article, I will show you how to dual boot Windows 10 and the popular Ubunt...
  How to delete a folder or directory using the command line on Linux
https://www.freecodecamp.org/news/remove-directory-in-linux-from-the-command-line/
#linux #command #line
  
  https://www.freecodecamp.org/news/remove-directory-in-linux-from-the-command-line/
#linux #command #line
freeCodeCamp.org
  
  Remove a Directory in Linux – How to Remove folders from the Command Line
  Linux is a powerful OS with various command line utilities to help you achieve your day-to-day tasks. Removing folders is a very common operation that allows you to either remove a single folder or remove them recursively (folders within folders).  In this…
  Long practice with Traversy Media on introducing multiple command lines in Linux / Unix Terminal
https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
  
  https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
YouTube
  
  Command Line Crash Course For Beginners | Terminal Commands
  This is a course for beginners to learn how to navigate the terminal/command line. I tried to make it as OS agnostic as possible, but if you are on Windows, I suggest using something like "Git Bash".
⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
  ⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
Reference some applications that need to be installed after first installing Linux
https://medium.com/codex/first-13-apps-acquired-after-new-linux-install-aff7e3abca5a
#linux
  
  https://medium.com/codex/first-13-apps-acquired-after-new-linux-install-aff7e3abca5a
#linux
Medium
  
  First 13 Apps Acquired After New Linux Install
  These are the first programs I sought out for a new install of Linux Mint XFCE Edition.
  How to install Kali Linux to a computer or laptop
https://www.freecodecamp.org/news/how-to-install-kali-linux/
#times #linux
  
  https://www.freecodecamp.org/news/how-to-install-kali-linux/
#times #linux
freeCodeCamp.org
  
  How to Install Kali Linux on Your Computer
  Kali Linux (formerly known as BackTrack) is an open-source Linux distro developed and funded by Offensive Security.  It’s basically an ethical hacker's dream operating system, because it has most of the tools you'll ever need built-in. From Metasploi...
  Some of the advantages and disadvantages of using the Linux operating system
https://dev.to/jjokah/benefits-of-using-linux-the-developers-os-2bp2
#linux
  
  https://dev.to/jjokah/benefits-of-using-linux-the-developers-os-2bp2
#linux
DEV Community 👩💻👨💻
  
  Benefits of using Linux: the Developer's OS
  The best part about Linux is that you can do anything and still, the worst part is that you can do...
  A collection of cheatsheet cheat sheets for Linux Terminal commands list
https://xmind.app/m/WwtB/
#linux #command
  
  https://xmind.app/m/WwtB/
#linux #command
Xmind
  
  LINUX Commands
  A Mind Map about LINUX Commands submitted by kPastor on Jul 20, 2015. Created with Xmind.
  Renaming files in Linux with Terminal bash
https://www.freecodecamp.org/news/rename-file-linux-bash-command/
#linux #rename #file
  
  https://www.freecodecamp.org/news/rename-file-linux-bash-command/
#linux #rename #file
freeCodeCamp.org
  
  Rename a File in Linux – Bash Terminal Command
  Renaming files is a very common operation whether you are using the command line or the GUI.  Compared to the GUI (or Graphical User Interface), the CLI is especially powerful. This is in part because you can rename files in bulk or even schedule the...
  Some terminal commands in Linux that are often used
https://www.freecodecamp.org/news/linux-command-line-tutorial/
#linux #terminal
  
  https://www.freecodecamp.org/news/linux-command-line-tutorial/
#linux #terminal
freeCodeCamp.org
  
  Linux Command Line Tutorial – How to Use Common Terminal Commands
  An operating system is a set of software layers between you and your computer's hardware.  The operating system (or OS) is a piece of software that controls all other application programs and helps you manage the hardware and software of your compute...
  How to configure environment variables on Linux
https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/
#linux #env
  
  https://www.freecodecamp.org/news/how-to-set-an-environment-variable-in-linux/
#linux #env
freeCodeCamp.org
  
  How to Set an Environment Variable in Linux
  In programming, you use variables to store information like strings and numbers temporarily.  Variables can be used repeatedly throughout the code or by your operating system to provide values. You can edit them, overwrite them, and delete them. In t...
  Some tools in Linux that can help the application programming process
https://www.freecodecamp.org/news/5-linux-utilities-for-better-programming-workflow/
---
Practice creating a Linux Ubuntu dual boot system with windows
https://levelup.gitconnected.com/linux-ubuntu-commands-to-speed-up-your-daily-work-32f0d2517e8b
---
Practice making shell scripts on Linux
https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/
---
#linux #tools #bash #script #ubuntu
  
  https://www.freecodecamp.org/news/5-linux-utilities-for-better-programming-workflow/
---
Practice creating a Linux Ubuntu dual boot system with windows
https://levelup.gitconnected.com/linux-ubuntu-commands-to-speed-up-your-daily-work-32f0d2517e8b
---
Practice making shell scripts on Linux
https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/
---
#linux #tools #bash #script #ubuntu
freeCodeCamp.org
  
  5 Linux Utilities to Improve Your Programming Workflow
  By Rishabh Rawat Working as a Software Developer, there are always new tools and frameworks coming out that can completely change your workflows – for the better (or worse?). Either way, there is always the possibility to optimize how you do things d...
  Introduction to the grep command in Linux
https://www.freecodecamp.org/news/grep-command-in-linux-usage-options-and-syntax-examples/
#command #grep #linux
  
  https://www.freecodecamp.org/news/grep-command-in-linux-usage-options-and-syntax-examples/
#command #grep #linux
freeCodeCamp.org
  
  Grep Command in Linux – Usage, Options, and Syntax Examples
  Grep is a useful command to search for matching patterns in a file. grep is short for "global regular expression print".  If you are a system admin who needs to scrape through log files or a developer trying to find certain occurrences in the code fi...
  Tips and tricks for optimizing the appearance of web applications with Dcode
https://www.youtube.com/watch?v=VEJesN2tjOI
ES Module introduction exercise with Dcode to export multiple functions at once
https://www.youtube.com/watch?v=JZtJohuW9JM
Practice with Dcode how to use fonts from Google Fonts
https://www.youtube.com/watch?v=vPPrk0Kwmx8
Some JavaScript functions that need to be understood
https://youtu.be/5p_gpP9_RO0
Practice with Dcode on how to configure JS Node on WSL, Mac, and Linux
https://www.youtube.com/watch?v=R73JI8rwkKc
An exercise from Dcode on how to detect mobile devices with JavaScript
https://www.youtube.com/watch?v=VKZvBf0VLXE
#detection #mobile
#nodejs #wsl #linux #mac
#function #fonts #google
#export #esm #tips #look #dcode
  
  https://www.youtube.com/watch?v=VEJesN2tjOI
ES Module introduction exercise with Dcode to export multiple functions at once
https://www.youtube.com/watch?v=JZtJohuW9JM
Practice with Dcode how to use fonts from Google Fonts
https://www.youtube.com/watch?v=vPPrk0Kwmx8
Some JavaScript functions that need to be understood
https://youtu.be/5p_gpP9_RO0
Practice with Dcode on how to configure JS Node on WSL, Mac, and Linux
https://www.youtube.com/watch?v=R73JI8rwkKc
An exercise from Dcode on how to detect mobile devices with JavaScript
https://www.youtube.com/watch?v=VKZvBf0VLXE
#detection #mobile
#nodejs #wsl #linux #mac
#function #fonts #google
#export #esm #tips #look #dcode
YouTube
  
  3 Easy Ways to Make Your Website Look More Professional
  In this video I'll take you through 3 simple ways to make your website more professional - these can be applied to *any* website and only take a few lines of code.
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme…
🏫 My Udemy Courses - https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme…
👍1
  Guide to using Bash script in Linux Command
https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/
Some Linux commands that need to be learned
https://www.freecodecamp.org/news/helpful-linux-commands-you-should-know/
#linux #command #bash
  
  https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/
Some Linux commands that need to be learned
https://www.freecodecamp.org/news/helpful-linux-commands-you-should-know/
#linux #command #bash
freeCodeCamp.org
  
  Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners
  In Linux, process automation relies heavily on shell scripting. This involves creating a file containing a series of commands that can be executed together. In this article, we'll start with the basics of bash scripting which includes variables, comm...
  