How to solve when Xcode doesn't show the "Remove Reference" option when deleting files?

Right-click on your project root directory and tap “Convert to Group”.

2025-01-24 · 2 min · 339 words · alikia2x

Get Current User in Bash

whoami
OR
echo $USER

2024-02-22 · 1 min · 6 words · alikia2x

Add a user to grop on Linux

usermod -a -G group user

2024-02-22 · 1 min · 162 words · alikia2x

Open swap on Linux

Quick tutorial to enable swap on Linux

2024-01-14 · 1 min · 37 words · alikia2x