Andrei Pall

Linux Software Engineering

Implementation of Default Arguments in C using struct

Implementation of Default Arguments in C using struct

Read More

Functions with variable number of arguments

Functions with variable number of arguments

Read More

How to create a shared library in C on Linux

To create a shared library create the following files

Read More

How to read a large file in C on Linux

Reading a large file in C on Linux involves opening the file, reading its contents in chunks, and processing each chunk as needed. Here's a simple example using the standard C library functions

Read More

How to Install a Spring Boot Web Application with Nginx as Reverse Proxy on Debian

Assuming that you have a Spring Boot application packaged as an uber jar in /var/myapp, to install it as a systemd service

Read More

How to Set Up Django on Nginx with uWSGI on Arch Linux

Install uwsgi on your virtual environment

Read More

Type hinting in PHP

Type-hinting allows you to enforce specific types in your code. The code below tells the script to enforce strict types.

Read More

How to set a system-wide umask

To set a system-wide umask edit the file.

Read More

Bash script to hide the Linux desktop menu entries for the current user

This Bash script hides the desktop menu entries for the current user.

Read More

Bash script to hide the Linux desktop menu entries for all users

This Bash script hides the desktop menu entries for all users.

Read More