Logo

dev-resources.site

for different kinds of informations.

Day 5 - sudo,apt,jdk

Published at
1/1/2025
Categories
java
beginners
payilagam
jdk
Author
vimala_jeyakumar_de64a9b2
Categories
4 categories in total
java
open
beginners
open
payilagam
open
jdk
open
Author
25 person written this
vimala_jeyakumar_de64a9b2
open
Day 5 - sudo,apt,jdk

Task:

what is sudo:
-> Sudo is command that allows users to run programs with privileges of another user,such as the root users.
-> The term is an abbreviation For "Super user do".

Benefits using sudo:

→ scurity

→ Accountability

→ selective permission.

Example:

->Install package

->update the system

->Start system service

->Stop system service

->create a new user account

->change file permissions.

2.What is apt :
→ APT: (Advanced packaging tool)
→ apt is a free command line tool than manages software packages on debian-based linux system.
→ such as Debian and Ubuntu.

Purpose:
APT automates the process of installing, updating and removing Software packages.

Commands:
-> apt search
-> apt show
-> apt list
-> apt edit-sources.
What is jdk:
Open jdk:
-> open jdk is the open-source implementation of the java platform,standard edition.
-> It is the reference implementation of java SE specification and is developed under the open jdk project.
Default jdk:
-> The term default jdk typically refers to the java development kit.that is set as the default on a particular system or environment.

jdk Article's
30 articles in total
Favicon
Garbage Collection in Java: Progress Since JDK 8
Favicon
Day 5 - sudo,apt,jdk
Favicon
1.What is APT in Linux?2.what is JDK in Linux?3.what happened behind the screen, after we entering JavaC?
Favicon
Preparando o ambiente de desenvolvimento da melhor API de tabelas de campeonato que você já viu!
Favicon
Java Compilation Process : From Source Code to Bytecode Execution
Favicon
Java JVM, JRE and JDK
Favicon
Exploring the New Features of Java 23
Favicon
# Must-Know Features in JDK 23: What’s New for Java Developers? 🚀
Favicon
Enhancing Performance with Static Analysis, Image Initialization and Heap Snapshotting
Favicon
JDK Setup On Linux, Windows, Mac
Favicon
Memory Management in GraalVM Native Image
Favicon
Fundamental Questions of Java
Favicon
Tổng quan về công nghệ java
Favicon
El Anuncio de Microsoft: Microsoft Build for OpenJDK 21
Favicon
Using JDK21 Preview Features and/or incubator classes
Favicon
How to Install Java JDK 17 on Windows 10
Favicon
VSCode Java Extension Pack Auto Config
Favicon
How to install Java in Pop!_Os
Favicon
Getting Started with Java Programming: Downloading and Installing JDK and IntelliJ
Favicon
Como intalar o Java JDK 17 no Ubuntu 22.04
Favicon
Instalando o JDK 17 ou 21 no Windows 11
Favicon
Spring boot 2.7.7 application deployment on Glassfish 6.2.3
Favicon
Step-by-Step Guide to Migrating from Java 8 to Java 17 (or Later): Tips, Checklist and Best Practices
Favicon
Switching between multiple versions of various tools
Favicon
Encryption raised an exception
Favicon
Install Java JDK on Arch Linux
Favicon
JDK vs JRE vs JVM: Asosiy Farqlari
Favicon
JVM, JDK,JRE ve ClassLoader Nedir ?
Favicon
Change the default Java Version on macOS
Favicon
The state of pattern matching in Java 17

Featured ones: