close
Skip to main content
BERJAYA

r/archlinux



media poster


I built Tunisia's first public Arch Linux mirror: mirror.safiabidi.com
I built Tunisia's first public Arch Linux mirror: mirror.safiabidi.com
SHARE

Heyo!

After about 6 months of work (a significant chunk of which was fighting my ISP for a static public IP), I finally have a fully functional public Arch Linux mirror running out of Tunisia.

If you're in the North Africa region, your packages have been hitting servers in Germany or South Africa until now.

To use it, add to the top of /etc/pacman.d/mirrorlist:

Server = https://mirror.safiabidi.com/$repo/os/$arch

Some details:

I'm a second year Computer engineering student running this on a home server. It's been serving real traffic since going public a couple weeks ago. Would appreciate any feedback, and if you're in North Africa or even southern Europe give it a try <3

-Safi Abidi


Phantom key presses
Phantom key presses
SUPPORT

So basically I keep randomly getting phantom key presses on my laptop whenever I switch focus between windows or workspaces, this has happened on both Sway and Hyprland and for now I have changed my Hyprland config to,

input {
    repeat_rate = 40
    repeat_delay = 600  # Increase this if keys still repeat
}

This will stop visual inputs but the phantom key presses will still register sometimes and my biggest annoyance so far is that Satty does not open (I use grim+slurp+satty for screenshots). I have tried to edit my grub config but that ended up breaking my backspace key. Yes, my system is up to date.
Any help would be greatly appreciated, Thanks in advance!