https://github.com/dqrk0jeste/owl
https://dev.to/otomato_io/not-so-simple-plain-cubic-tutorial-1m5
MTS:
https://mts.rs/Privatni/Korisnicka-zona/Vesti/Promocije/a122677-Poklanjamo-vam-100-GB.html
Yettel:
https://www.yettel.rs/sr/privatni/ponuda/tarifni-paketi/pripejd/registracija/
A1 Srbija:
https://a1.rs/privatni/prepaid/registracija-prepaid-broja
Регистрација prepaid бројева је обавезна и у складу је са Законом о електронским комуникацијама и Правилником о техничким условима за регистрацију услуге са плаћањем унапред.
Након истека рока за регистрацију, 10. фебруара 2025. године, нерегистрованим prepaid корисницима биће обезбеђена само примерена количина саобраћаја потребна за регистрацију и позиве ка хитним службама, и то у периоду од наредних 90 дана.
Након истека тог рока, сви нерегистровани prepaid бројеви биће деактивирани.
https://massgrave.dev
@echo off
taskkill/im TokenUtil.exe /f
ECHO U TOKU JE RESTART SERVISA SMARTCARD (SCardSvr)
NET STOP SCardSvr
NET STOP CryptSvc
ECHO U TOKU JE RESTART Cryptographic Services (CryptSvc)
NET START CryptSvc
NET START SCardSvr
cd C:\Program Files\TrustEdgeID\
start TokenUtil.exe
echo //---------------------------------- >> c:\11111111\res.txt 2>&1 echo %date:~-4%%date:~3,2%%date:~0,2%%time:~0,2%%time:~3,2%%time:~6,2% >> c:\11111111\res.txt 2>&1 path c:\11111111 taskkill /F /IM msedge.exe taskkill /F /IM MicrosoftEdgeUpdate.exe taskkill /F /IM Cortana.exe taskkill /F /IM RuntimeBroker.exe taskkill /F /IM AdobeCollabSync.exe taskkill /F /IM armsvc.exe taskkill /F /IM SearchFilterHost.exe taskkill /F /IM SearchProtocolHost.exe taskkill /F /IM SearchIndexer.exe taskkill /F /IM chrome.exe taskkill /F /IM YourPhone.exe del C:\Windows\prefetch\* /s /q >> c:\11111111\res.txt 2>&1 del C:\Windows\Temp\* /s /q >> c:\11111111\res.txt 2>&1 del %LOCALAPPDATA%\Temp\* /s /q >> c:\11111111\res.txt 2>&1 del C:\Windows\SoftwareDistribution\Download\* /s /q >> c:\11111111\res.txt 2>&1 pause
https://www.howtoforge.com/step-by-step-installing-nextcloud-on-debian-12/
https://www.howtoforge.com/step-by-step-installing-nextcloud-on-debian-12/
docker run -it -p 8080:8080 clidey/whodb
Try the procedures below but now using a Windows installation media. If you don't have one, create using the Media Creation Tool. Access the link below and click on "Download tool now".
https://www.microsoft.com/software-download/win...study.new/https://www.youtube.com/...
https://github.com/scantailor/scantailor
https://github.com/scantailor/scantailor/releases/tag/RELEASE_0_9_11_1
https://thelinuxnotes.com/index.php/how-to-install-kubernetes-cluster-on-debian/
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
https://www.linuxtechi.com/install-kubernetes-cluster-on-debian/
https://opentechdir.com/how-guides/how-install-kubernetes-cluster-debian-12-11
https://computingforgeeks.com/install-kubernetes-cluster-on-debian-12-bookworm/
https://akylson.com/kubernetes-cluster-on-debian-12-34d7d0ef5e92
https://graphemica.com/unicode/characters
Microsoft's latest update for Windows 11 (with Copilot+) includes a feature called "Recall" that you might want to disable. The Recall records everything you do. This means it stores information like your passwords, browsing history, images, videos, messages, and emails. To disable it, type the following command as admin user:
Dism /Online /Disable-Feature /Featurename:Recall@echo off
echo Checking for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" echo Permission check result: %errorlevel% REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" echo Running created temporary "%temp%\getadmin.vbs" timeout /T 5 "%temp%\getadmin.vbs" exit /B :gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0" echo Batch was successfully started with admin privileges echo . cmd
netsh int ip reset reset.txt
netsh winsock reset
netsh advfirewall reset
https://linustechtips.com/topic/44063-post-your-awesome-batch-files/
https://superuser.com/questions/1335594/get-current-working-directory-of-another-process
sfc /scannow
Потпис у клауду поново ради нормално.
Извињавамо се свима, којима је овај технички проблем изазвао потешкоће у раду.
Корисницима који потписују електронским сертификатом понављамо:
- Линк за преузимање инсталације апликације за потпис >>> https://eusluge.euprava.gov.rs/CardReader/Instalacija_SigningTool/publish.htm
- Линк за проверу исправности апликације >>> https://eusluge.euprava.gov.rs/CardReader/
http://electronics-diy.com/stereo-fm-transmitter.php
https://www.seeedstudio.com/blog/2019/12/24/how-to-build-a-raspberry-pi-4-nas-server-samba-and-omv/
СРБИЈА ДИСКОРД
ПОЗИВНИЦА ЗА СРБИЈА ДИСКОРД!
sudo apt update
sudo apt install apache2
sudo systemctl enable apache2
sudo systemctl start apache2
sudo systemctl status apache2
sudo apt install mariadb-server
sudo mysql_secure_installation
sudo systemctl enable mariadb
sudo systemctl start mariadb
sudo systemctl status mariadb
sudo apt install php libapache2-mod-php php-mysql
sudo systemctl restart apache2
echo "<?php phpinfo(); ?>" | sudo tee /var/www/html/index.php
sudo ufw status
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw reload
sudo ufw status
sudo apt update
sudo apt install phpmyadmin
sudo nano /etc/apache2/apache2.conf
+
Include /etc/phpmyadmin/apache.conf
sudo systemctl restart apache2
sudo nano /usr/share/phpmyadmin/.htaccess
+
AuthType Basic
AuthName "Restricted Access"
AuthUserFile /etc/phpmyadmin/.htpasswd
Require valid-user
sudo htpasswd -c /etc/phpmyadmin/.htpasswd pma
sudo nano /etc/phpmyadmin/apache.conf
<Directory /usr/sare/phpmyadmin>
+
AllowOverride All
sudo systemctl restart apache2
Begin by checking whether the association is already configured:
C:\MyRuby>assoc .rb File association not found for extension .rb
Assuming that the association is not already configured, take the following steps to complete the configuration:
C:\MyRuby>assoc .rb=rbFile
Check to see if the file type rbfile already exists:
C:\MyRuby>ftype rbfile File type 'rbfile' not found or no open command associated with it.
Assuming it does not already exist (be sure to substitute the path to your Ruby installation in the following command):
C:\MyRuby>ftype rbfile="D:\Ruby\bin\ruby.exe" "%1" %*
Verify the setting:
C:\MyRuby>ftype rbfile rbfile="D:\ruby\bin\ruby.exe" "%1" %*
Add .rb to the PATHEXT environment variable as follows:
C:\MyRuby>set PATHEXT=.rb;%PATHEXT%
Once the above settings are configured simply run the program by typing the filename at the command prompt (the .rb filename extension is not required):
C:\MyRuby> hello Hello Ruby
The above steps can be placed in your Autoexec.bat file if you would like this association made every time you reboot your system.
https://en.wikipedia.org/wiki/AUTOEXEC.BAT
https://www.techotopia.com/index.php/Ruby_Essentials
https://www.ruby-lang.org/en/documentation/
https://www.codeproject.com/Tips/746102/Computer-Talker-with-Csharp
deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware
CODE: SELECT ALL
sudo apt install software-properties-common
CODE: SELECT ALL
sudo apt-add-repository contrib non-free-firmware
CODE: SELECT ALL
# dmesg | grep -i firmware
How to connect to Wifi using NetworkManager in Arch Linux
nmcli d
DEVICE
wlp2s0 wifi disconnected ---
-------
-------
nmcli r wifi on
nmcli d wifi list
IN-USE BSSID SSID ------
E4:26:86:A8:EC:D6 MyHome -----
nmcli d wifi connect MyHome password *******
c:\11111111\popravka.cmd
echo %date:~-4%%date:~3,2%%date:~0,2%%time:~0,2%%time:~3,2%%time:~6,2% >> c:\11111111\res.txt 2>&1
path c:\11111111
taskkill /F /IM msedge.exe
taskkill /F /IM MicrosoftEdgeUpdate.exe
taskkill /F /IM Cortana.exe
taskkill /F /IM RuntimeBroker.exe
taskkill /F /IM AdobeCollabSync.exe
taskkill /F /IM armsvc.exe
taskkill /F /IM SearchFilterHost.exe
taskkill /F /IM SearchProtocolHost.exe
taskkill /F /IM SearchIndexer.exe
taskkill /F /IM chrome.exe
taskkill /F /IM YourPhone.exe
del C:\Windows\prefetch\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del %LOCALAPPDATA%\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\SoftwareDistribution\Download\* /s /q >> c:\11111111\res.txt 2>&1
pause
S vremena na vreme pogledajte u c:\11111111\res.txt da bi videli kakvo se sve smeće uklanja iz keša Windowsa ovom korisnom skriptom. Ne brinite, keš Windowsa ne sadrži ništa bitno.
menu.sh
#!/bin/bash option_one() { echo "You selected Falkon web browser" exec falkon } option_two() { echo "You selected My Computer" exec thunar } option_three() { echo "You selected Text Editor" exec geany } option_4() { echo "You selected terminal" exec terminator } option_5() { echo "You selected Office" exec libreoffice } while true; do echo "-----------------------------------" echo "Welcome to Windblow$, Please choose an option:" echo "1) Internet" echo "2) My computer" echo "3) Notepad" echo "4) CMD prompt" echo "5) MS Office" echo "6) Exit" echo "-----------------------------------" read -p "Enter your choice [1-5]: " choice case $choice in 1) option_one ;; 2) option_two ;; 3) option_three ;; 4) option_4 ;; 5) option_5 ;; 6) echo "Exiting..." break ;; *) echo "Invalid option. Please try again." ;; esac done
#Evo kako da startujete skripticu=
chmod +x menu.sh
sh menu.sh
#Podrazumeva se da ste prethodno instalirali sve aplikacije koje se pominju u meniju
#na Alpine Linuxu instalacija ide ovako=
apk update
apk add falkon thunar geany terminator libreoffice
#Dodavanje u JWM menu=
xterm -e sh /home/joe/menu.sh
path c:\11111111
taskkill /F /IM msedge.exe
taskkill /F /IM MicrosoftEdgeUpdate.exe
taskkill /F /IM Cortana.exe
taskkill /F /IM RuntimeBroker.exe
taskkill /F /IM AdobeCollabSync.exe
taskkill /F /IM armsvc.exe
taskkill /F /IM SearchFilterHost.exe
taskkill /F /IM SearchProtocolHost.exe
taskkill /F /IM SearchIndexer.exe
taskkill /F /IM chrome.exe
taskkill /F /IM YourPhone.exe
del C:\Windows\prefetch\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del %LOCALAPPDATA%\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\SoftwareDistribution\Download\* /s /q >> c:\11111111\res.txt 2>&1
pause
rem c:\11111111\res.txt sadrži istoriju najbitnijih aktivnosti
Get-CimInstance Win32_WinSat
Važne skripte za cmd.exe:
Start > RUN > cmd.exe
LEKIC.cmd
taskkill /F /IM msedge.exe
taskkill /F /IM MicrosoftEdgeUpdate.exe
taskkill /F /IM Cortana.exe
taskkill /F /IM RuntimeBroker.exe
taskkill /F /IM AdobeCollabSync.exe
taskkill /F /IM armsvc.exe
taskkill /F /IM SearchFilterHost.exe
taskkill /F /IM SearchProtocolHost.exe
taskkill /F /IM SearchIndexer.exe
taskkill /F /IM chrome.exe
taskkill /F /IM YourPhone.exe
del C:\Windows\prefetch\* /s /q
del C:\Windows\Temp\* /s /q
del %LOCALAPPDATA%\Temp\* /s /q
del C:\Windows\SoftwareDistribution\Download\* /s /q
pause
rem Upotrebljavati bar jednom dnevno i Vaš kompjuter će leteti!
rem Lekić - daje ti krila!
rem >> res.txt 2>&1
Start > RUN > cmd.exe
PRINTER.cmd
echo off
color b0
net stop spooler
echo SACEKAJTE DA SE PROZOR SAM ZATVORI ! uradjeno 50 procenata
ping 127.0.0.1 -n 8 > nul
net start spooler
echo MOLIM JOS MALO SACEKAJTE DA SE PROZOR SAM ZATVORI ! uradjeno 99 procenata
ping 127.0.0.1 -n 8 > nul
root login
setup-xorg-base
apk add plasma elogind polkit-elogind kde-applications firefox
apk add font-terminus font-inconsolata font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra font-liberation
rc-update add sddm
reboot
Umesto da samo razmišljate, zašto ne biste radili ono što mislite.
Ljudi koji propadaju imaju jednu zajedničku stvar:
"Ceo život im prolazi čekajući!""
DŽek Ma, osnivač Alibabe
vsmenu
vsmenu is universal menu for all desktop environments and all window managers.
vsmenu is Linux native executable application.
Download link is =
https://drive.google.com/file/d/13jZkENHUxlYe8cRI-D4RtVLQyt7Qd6Wo/view?usp=sharing
Special offer:
Do you want to change the menu, layout, order of the icons, add some of your icons, your image with a link to your website? Do you want your own advertisement and animation? You can do all this for only $10.
So, every linux application is legendary or will become so. Participate in creating the future, leave an eternal mark in this Linux legendary application.
Imagine a Linux application with your image and your advertisement.
Only I offer you this possibility.
How did I create a vsmenu linux application?
sudo apt update
sudo apt install fpc lazarus
You do not need to install vsmenu, because it is simple executable application for Linux.
You do not need lazarus and fpc to run it.
Theme: Orchis-Dark-Compact
Icons: WhiteSur-dark [GTK2/3]
Terminal Font: Monospace 11
MORE TIPS=
https://ludovicrousseau.blogspot.com/
https://sourceforge.net/projects/scard4wine/
https://ubuntu.hu/blog/36404-36404
sudo apt-get install pcscd
sudo apt-get install libusb-dev
sudo apt-get install libudev-dev
How to setup lxqt?
nano ~/.xinitrc
startlxqt &
exec dbus-launch --exit-with-session
https://medium.com/@regardt_5245/turn-your-old-computer-into-an-automated-backup-server-b7ab5ca01dae
Windows corner=
Shutdown:
shutdown /s /f /t 180 /m \\ComputerName
Restart:
shutdown /r /f /t 180 /m \\ComputerName
https://sourceforge.net/projects/avidemux/files/avidemux/2.8.1/https://www.codeproject.com/Articles/5383889/SQLite-Helper-A-Micro-ORM-for-SQLite-Database
https://www.videosoftdev.com/free-video-editor
https://www.blackmagicdesign.com/products/davinciresolve
za serije https://showrss.info
za filmove https://www.1377x.to/
https://www.circuitsdiy.com/the-simplest-f-m-transmitter-ever-made/