Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. unix / linux

Tag: unix / linux

unix / linux January 21, 2019 by Paul A. Jacobs 2 comments

An Introduction to Kernel Live Patching on Linux

Live patching is slowly catching on, but not for the reasons you might think. In this article, I’ll explain what Linux kernel live patching is, what it isn’t, what services there are, who might use it and why. I’ll show the basic installation steps for Livepatch (on Ubuntu), Kpatch (on Red Hat), and one other, […]

Read more An Introduction to Kernel Live Patching on Linux
unix / linux February 1, 2017 by mkyong 0 comments

Linux – How to assign execute permission to a .sh file

On *nix, you can use chmod +x file.sh to make a .sh file executable. Terminal $ ls -lsah total 12K 4.0K drwxr-xr-x 2 mkyong mkyong 4.0K Feb 5 10:24 . 4.0K drwxr-xr-x 17 mkyong mkyong 4.0K Feb 5 10:24 .. 4.0K -rw-r–r– 1 mkyong mkyong 67 Feb 5 10:24 run-script.sh $ chmod +x run-script.sh $ […]

Read more Linux – How to assign execute permission to a .sh file
unix / linux January 24, 2016 by mkyong 5 comments

Linux – Which application is using port 8080

Always, Java developers need to know which application is using the high demand 8080 port. In this tutorial, we will show you two ways to find out which application is using port 8080 on Linux. 1. lsof + ps command 1.1 Bring up the terminal, type lsof -i :8080 $ lsof -i :8080 COMMAND PID […]

Read more Linux – Which application is using port 8080

Mkyong.com has provided Java and Spring tutorials, guides, and code snippets since 2008. All published articles are simple, easy to understand, and well-tested in our development environment.

Mkyong.com licenses all source code on this website under the MIT License.

About
  • About Us
  • Code License
  • Privacy Policy
  • Terms Of Use
  • Contact Us
Tools
  • Spring Framework
  • Quarkus Framework
  • Micronaut Framework
  • Oracle Java JDK
  • Eclipse Temurin JDK
  • OpenJDK JDK
  • Hibernate ORM
  • Maven Build Tool
  • Gradle Build Tool
  • Tomcat Application Server
  • Docker
Links
  • Maven Central
  • Docker Hub
  • Spring Guides
  • Quarkus Guides
  • Micronaut Guides
  • Martin Fowler
  • AskPython

© 2026 mkyong.com — Powered by WordPress

RSS