Thursday, September 12, 2024

Connect to Wireless Network using iwctl utility on Arch Linux



Connect to Wireless Network using iwctl utility on Arch Linux=


iwctl

device list


wlan0---------

station wlan0 get-networks

InternetCaffe--------

AutobuskaStanicaLasta---------

MacDonalds88-----------

FreePizza-----------

MyHome---------

station wlan0 connect MyHome

Passphrase:*****

exit



Tuesday, September 3, 2024

Popravka sa istorijom

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.


https://wavacity.com/




Friday, August 30, 2024

Jednostavan meni u bilo kojoj distribuciji Linuxa

 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

Tuesday, August 27, 2024

Friday, August 23, 2024

Lekić za Windows 7, 8, 10, 11

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



Lekić za Windows 11

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

Monday, August 12, 2024

Alpine Linux KDE6 Plasma

 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

Friday, July 5, 2024

vsmenu application for all Linux distros

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




Vsmenu is free, but you can donate if you want, or...

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?

Application was created with an excellent fpc and lazarus on Debian XFCE

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://webmail.yunet.rs/

https://ludovicrousseau.blogspot.com/

https://sourceforge.net/projects/scard4wine/

https://pcsclite.apdu.fr/

https://ubuntu.hu/blog/36404-36404

https://www.ca.posta.rs/dokumentacija/Korisnicka%20uputstva/Pdf/Uputstvo%20za%20instalisanje%20za%20Linux%20v1.3.pdf

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.stremio.com/

https://real-debrid.com/

https://www.circuitsdiy.com/the-simplest-f-m-transmitter-ever-made/

Wednesday, July 3, 2024

Alpine Linux dwm za Srbiju

Installation process=

apk update

apk add nano doas


nano /etc/apk/repositories

[remove # sign, and save {CTRL+O, Enter, CTRL+X}]


apk update

apk add dwm

apk add alsa-utils alsa-lib alsa-plugins

rc-service alsa start

rc-update add alsa

aplay -l

alsamixer

adduser yourusername audio

speaker-test -c 2

apk add setxkbmap

apk add firefox geany xterm pcmanfm thunar libreoffice thunderbird inkscape gimp 



 ~/.xinitrc


rc-service alsa start &

pulseaudio --start &

setxkbmap -layout us,rs,rs -variant , latin -option grp:ctrl_shift_toggle &

exec dwm



Short dwm user manual=

Use Alt + P for commands for typing in the dmenu, like = firefox geany xterm pcmanfm thunar libreoffice thunderbird inkscape gimp st, etc.

Use Shift +Alt + Enter for st terminal application.

Use Shift + Alt + C to terminate focused window.

Use Ctrl + Shift to swich keyboard layouts between us-american, serbian cyrillic or serbian latin.


CLOCK.sh

export DISPLAY=:0

while :

do

DATE=$(/bin/date +"%a %b %d %H:%M")

ROOT="$DATE"

xsetroot -name "$ROOT"

sleep 1m

done 2>&1


#USAGE=

./CLOCK.sh


https://dwm.suckless.org/status_monitor/


while xsetroot -name "$(setxkbmap -print | grep xkb_symbols | awk '{print $4}' | awk -F"+" '{print $2}') | $(date +"%a, %b %d %Y | %H:%M")"
do sleep 2s
done &

https://www.gloriouseggroll.tv/how-to-get-out-of-wine-dependency-hell/
https://bbs.archlinux.org/viewtopic.php?id=96565
http://circuit-zone.com/?cat=fm_transmitters
http://electronics-diy.com/simple-miniature-fm-transmitter.php
https://store.steampowered.com/app/1962663/Call_of_Duty_Warzone/

https://store.steampowered.com/app/1938090/Call_of_Duty/