Beogradsko programiranje
Contact me at https://vsc.rs
Tuesday, September 15, 2026
Monday, September 14, 2026
Winamp in your terminal
A full music player that lives in your terminal. No browser tab required.
https://github.com/bjarneo/cliamp
Golang crossplatform application.
Linux · macOS · Windows
MIT licensed
Go 1.26
Thursday, September 3, 2026
Alpine Linux manual install
https://gist.github.com/lidgnulinux/4b40d72d358528e76c6f9be4ad6cbaa5
windblows 99...
https://www.bcuninstaller.com/
SkorpionOS, local model AI OS:
https://skossyte.pages.dev/english
Skorpion OS was born from a simple but ambitious idea: artificial intelligence should not be a separate tool, but act as the user's butler, handling their every need.
Every application, every terminal, every search — once the project is complete, everything will communicate with a single local AI model based on Ollama, without sending data to external servers. Your privacy and your data remain untouched on your PC.
The project is developed by Enrico Miot (EndrX), with the vision of creating an OS that teaches beginners and empowers experts.
Monday, August 31, 2026
Windows Smart App Control
To run an application blocked by Windows Smart App Control, you must turn off the feature in your security settings or unblock the specific file properties. [1]
- Open the Settings app on your Windows 11 PC.
- Go to Privacy & security, then click Windows security.
- Select App & browser control.
- Click on Smart App Control settings.
- Switch the setting to Off (you may need to confirm by clicking Yes, I'm sure).
- Alternatively, right-click the installer file, select Properties, and check the Unblock box if available on the General tab.
1. Проверите да ли је System Protection укључен
Притисните Win + R, укуцајте
sysdm.cplи притисните Enter.Идите на картицу System Protection.
Изаберите системски диск (C:) и кликните на Configure.
Проверите да ли је означено Turn on system protection.
Подесите Max Usage клизач на бар 5–10% и кликните Apply > OK.
netsh winsock resetnetsh int ip resetipconfig /releaseipconfig /renewipconfig /flushdns
Thursday, August 27, 2026
Alpine Linux dwm with i3wm
Za odabir između i3wm i dwm prilikom prijave na Alpine Linuxu, najlakše je koristiti lagani Display Manager poput LightDM-a zajedno sa X11 okruženjem.
sudo ili doas privilegijama.1. Omogućavanje skladišta (Repositories)
community i testing skladišta omogućena u /etc/apk/repositories (potrebna su za i3, dwm i lightdm):sudo setup-apkovl # ili ručno uredite /etc/apk/repositories odkomentarisanjem linija sa community/testing
sudo apk update
2. Instalacija X11 servera i upravljača prozorima
sudo apk add xorg-server xf86-input-libinput lightdm lightdm-gtk-greeter i3wm i3status dwm xterm
3. Podešavanje Desktop Session fajlova
.desktop fajlovi u /usr/share/xsessions/./usr/share/xsessions/i3.desktop. Ako ne postoji, kreirajte ga:# /usr/share/xsessions/i3.desktop
[Desktop Entry]
Name=i3
Comment=improved dynamic tiling window manager
Exec=i3
Type=Application
/usr/share/xsessions/dwm.desktop:sudo mkdir -p /usr/share/xsessions
sudo nano /usr/share/xsessions/dwm.desktop
[Desktop Entry]
Name=dwm
Comment=dynamic window manager
Exec=dwm
Type=Application
4. Podešavanje udev-a i servisa
udev servis i pokretanje dbus-a (ako već nisu konfigurisani):sudo apk add udev dbus
sudo rc-update add udev
sudo rc-update add dbus
sudo rc-update add lightdm
5. Pokretanje i testiranje
sudo rc-service udev start
sudo rc-service dbus start
sudo rc-service lightdm start






