MX-Linux

Systems

VMware Workstation Pro: Now available free for personal use on Linux.

VMware Workstation Pro is one of the most popular virtualization solutions for developers, system administrators, and power users. It allows you to run multiple virtual machines (VMs) with different operating systems on a single physical computer, facilitating testing, development, and isolated environments.

VMware Workstation Pro: Now available free for personal use on Linux. Read more "

Development Web Development Java

Operators in the Java Language 21.

1. Introduction Java is one of the most widely used programming languages in the world thanks to its robustness, portability, and a syntax designed for gradual learning without sacrificing high-performance capabilities. Operators are the basic elements that allow you to manipulate data and expressions, and are the foundation on which

Operators in the Java Language 21. Read more "

Development Web Development Java

Wrappers or wrapper classes in Java Programming 21.

1. Introduction to Wrappers in Java In the Java ecosystem, wrappers represent an essential component of object-oriented programming. These classes "wrap" primitive types, allowing them to be used where objects are traditionally required. By understanding how they work and how they are applied, developers can write cleaner code.

Wrappers or wrapper classes in Java Programming 21. Read more "

Development Web Development Java

How to install and configure the Apache Netbeans 25 IDE on MX-Linux.

1. Introduction What is NetBeans? Apache NetBeans is an open source integrated development environment (IDE) designed to facilitate the software development process. Although it originally focused on Java, it now supports a wide range of languages (PHP, C/C++, HTML, JavaScript, among others) and technologies, allowing

How to install and configure the Apache Netbeans 25 IDE on MX-Linux. Read more "

Development Web Development Java

Chapter 4: OpenJDK 21 on Debian, Ubuntu and MX-Linux: Complete Guide.

OpenJDK 21 LTS is the open source reference implementation of Java SE version 21, following the latest specifications of the Java ecosystem. This version, which represents the most current Long Term Support (LTS) release, introduces significant improvements in concurrency, performance, security, and modularity, aimed at facilitating the development of Java applications.

Chapter 4: OpenJDK 21 on Debian, Ubuntu and MX-Linux: Complete Guide. Read more "

Development Web Development Java

Chapter 3: How to install and configure Eclipse IDE with plugins for Java programming on MX-Linux.

Introduction In the world of software development, efficiency and innovation are key to staying competitive. Eclipse IDE, one of the most widely used platforms by developers, continues to evolve to offer advanced tools and a flexible environment. With the arrival of Java SE 21 (LTS), Eclipse has adapted

Chapter 3: How to install and configure Eclipse IDE with plugins for Java programming on MX-Linux. Read more "

Development Web Development Computing Java

Chapter 2: How to install and configure the Java SE 21 LTS JDK for Debian, Ubuntu and MX-Linux.

Oracle announces the release of Java SE 21 with Extended Support (LTS). The latest Long Term Support release of Java offers thousands of updates, further enhancing the language and platform to help developers be more productive. Java SE 21 (LTS): A New Era

Chapter 2: How to install and configure the Java SE 21 LTS JDK for Debian, Ubuntu and MX-Linux. Read more "

Development Web Development Computing Java

Chapter 1: Introduction to programming in Oracle Java SE 21 LTS.

Oracle Java SE 21 LTS In-Depth Course This first chapter lays the foundations for working with Oracle Java SE 21 LTS, the LTS version supported by Oracle. Here you will learn about the origins and history of the language, its philosophy and Object-Oriented Programming (OOP), up to

Chapter 1: Introduction to programming in Oracle Java SE 21 LTS. Read more "

Development

Create a class hierarchy to represent different types of food dishes in Java.

Implement a class hierarchy for a restaurant management system that models different types of dishes. Abstract base class You must create an abstract class called Dish with the following attributes: name (String) preparation time (int) in minutes calories (double) price (double) The Dish class must have: A constructor that initializes all the attributes A

Create a class hierarchy to represent different types of food dishes in Java. Read more "

Development

Create a Book class and an object from it in Java using the Main method with OOP.

Create a class called Book that represents a book in a library. The class should have the following private attributes: Title (String): title of the book Author (String): name of the book's author Number of Pages (int): number of pages in the book Available (boolean): indicates whether the book is available for borrowing The class

Create a Book class and an object from it in Java using the Main method with OOP. Read more "

Systems

MX Linux 23.5: A Lightweight and Powerful Distribution Based on Debian 12.

What is MX Linux? After a few months with Debian 12 with XFCE 4.18, I'm back to MXLinux 23.5 with XFCE 4.20. MX Linux is a Debian-based GNU/Linux distribution, designed to offer a balance between stability, performance, and ease of use. It's a lightweight yet powerful operating system.

MX Linux 23.5: A Lightweight and Powerful Distribution Based on Debian 12. Read more "

Computing Systems

Chromium: The open source browser for Debian 12.

The Chromium projects include Chromium and ChromiumOS, the open-source projects behind the Google Chrome browser and Google ChromeOS, respectively. This site hosts documentation and code related to Chromium projects and is intended for developers interested in learning about and contributing to the code projects.

Chromium: The open source browser for Debian 12. Read more "

Scroll al inicio