Foivos.Zakkak.Net
Foivos.Zakkak.Net
Home
Blog
Courses
Tutorials
Experience
Publications
CV
Light
Dark
Automatic
Tutorials
Getting started with GraalVM development
Introduction The aim of this tutorial is to guide you through the process of setting up your working environment for editing, building, and testing GraalVM. Prerequisites This tutorial assumes that you will be working on Linux and you will be using IntelliJ IDEA as your IDE.
Last updated on 2022-03-10
6 min read
Working with Random/SplittableRandom instances in GraalVM and Mandrel native images
Introduction Embedding instances of Random and SplittableRandom in native images most often results in undesirable effects. These classes are meant to provide random values and are typically expected to get a fresh seed in each run.
Last updated on 2022-03-01
13 min read
Getting started with OpenJDK development
Introduction The aim of this tutorial is to help you setup your working environment for editing, building, and testing OpenJDK. Prerequisites This tutorial assumes that you will be working on Linux and you will be using IntelliJ IDEA as your IDE.
Last updated on 2022-02-25
3 min read
How to mute your bitmore UPS beeper from Linux
First grab Winpower from: http://www.ups-software-download.com/content/ups-download-software/download.html Untar it: tar xf Winpower_setup_LinuxAMD64.tar.gz Follow the instructions in Winpower_setup_LinuxAMD64/install_linuxAMD64.txt. Use the license key provided by bitmore in the UPS's manual. (Optional) Disable the system service that Winpower installs to prevent it from running in the background if you don't plan to have the UPS constantly connected through USB or if you are just not interested in monitoring it through your PC.
Last updated on 2021-11-24
How to install headless Ubuntu using kvm and CLI
Summary While trying to create a new VM using KVM I kind of found it more difficult than expected, so here is a short tutorial on how I finally made it :)
Last updated on 2021-11-24
How to boot an Ubuntu VM from raw partition on physical disk in VMware
Introduction This tutorial assumes a dual boot installation on a physical drive. The instructions will guide you through the steps for creating a virtual machine using Windows 10 as the host and Ubuntu 18.
Last updated on 2021-11-24
LaTeX Peculiarities
Separating sentences In $\LaTeX$, in order to separate two sentences one needs to insert two spaces between the period and the first letter of the second sentence, e.g., First sentence.
Last updated on 2021-11-24
Gitlab LDAP authentication without querying account or anonymous binding
Note: This tutorial was last tested with gitlab 8.5 installed from source. This tutorial aims to describe how to modify a Gitlab installation to use the users credentials to authenticate with the LDAP server.
Last updated on 2021-11-24
How to build the linux kernel
Getting the source First you need to fetch the source. Visit kernel.org and get the version of your preference. Alternative, if you plan to hack it you might prefer to get the latest (merged by Linus Torvalds) code by cloning his git repository:
Last updated on 2021-11-24
How to backup your configuration using Git
This tutorial is about backing up the configuration under a user’s home directory using Git. Git supports negation of patterns in .gitignore files. To negate a pattern we simply prefix it with !
Last updated on 2021-11-24
»
Cite
×