Jonas Satkauskascybr.hashnode.dev·15 hours agoToday I've learned: Changing Shell Prompt Name/PATH importance (Environment variables)Prompts in Kali Usually terminal in Kali looks like this (username@hostname)-[current_directory] # When you work as a root you see: (root@kali)-[current_directory] # Environment variable which is used to change the prompt There’s a PS1 Environment ...10 likescybr
Juan Diego Urena Vazquezjuand89.hashnode.dev·Jun 12, 2024Updating Java Home Path for Maven on macOS: A Simple TutorialWhen working with Maven on macOS, it's essential to ensure that Maven is using the correct Java Home path, especially if you have multiple Java versions installed. In this article, we will guide you through the process of changing the Java Home path ...Java
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Sep 2, 2023Understanding the PATH Variable in BashEnvironment variables track specific system information, such as the name of the user logged into the shell, the default home directory for the user, the search path the shell uses to find executable programs, and so on. The PATH environment variable...linux-basics
0xTristan0xtristan.hashnode.dev·Jun 8, 2023Python: The Premier Language for AI and Machine Learning in 2023Midway into 2023, one of the most sought-after skills in the tech industry is proficiency in programming languages that can harness the potential of artificial intelligence (AI) and machine learning (ML). At the forefront of this technological revolu...2 likesArtificial Intelligence
Gaurav Sharmajavaexpert.hashnode.dev·Feb 6, 2023Path vs ClassPath in JavaIntro: We all know that our operating system is nothing but a software with a GUI interface where we can do most of our normal tasks. but if we have to give the command to our operating system without a graphic user interface to do certain tasks then...1 like·185 readsPATH variable
Michael Cookmichaelacook.hashnode.dev·Dec 28, 2022What is the PATH environment variable and how is it updated?If you're new to Linux, you may run into a scenario where you have correctly installed a package, tool or application only to wind up with a message like this when you try to run it: In many cases, this is because even though the program was install...39 readsNew To LinuxLinux
Sebin Sebastiansebinsebastian.hashnode.dev·Aug 27, 2022Adding executable to your PATH variableIn this tutorial, we will learn how to add our shell scripts to the PATH variable so that we can access our scripts from anywhere in the command line. This is a critical feature to our scripts so that we are no longer restricted to the directory that...bash script