Rizal Martin

Results 53 issues of Rizal Martin

util-linux overwrites login symlinks. Sometimes it triggers permission denied or authentication failed due to pam improper configuration. This will remain busybox as default login unless changed it to util-linux

This script replaces duplicate files with symlinks relative to the original file. This will reduce disk space consumed. Example of reducing disk space: `find /usr -type d | xargs -i...

Use NTFS3 as possible for mounting NTFS partitions

Category fixing messed up some desktop entries for desktop integration. Best example was xfce4-settings-manager where the settings items went missing because of XFCE-specific desktop categories got removed by category fixing....

since /etc/windowmanager to determine default desktop environment. What if we have /etc/display-server to determine the default display server to use whether Xorg or Wayland. Why we need this? Due to...

Since debian and ubuntu use systemd the problem was its packages are no longer provides init.d scripts for starting and stopping services instead it provides systemd service files only. We...

PetaPoco threw error message when inserting/updating records using expando object. It requires to manually create a class that represents the the row in order to insert it. This was hassle...