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/





Saturday, June 29, 2024

Audio Alpine Linux = pipewire + moc + cava + qpwgraph

apk add bspwm bspwm-doc sxhkd dmenu rxvt-unicode xfce4 xfce4-terminal

apk add polybar picom


apk add pipewire wireplumber pipewire-pulse pipewire-alsa

apk add pipewire wireplumber pipewire-pulse pipewire-alsa

apk add xfce4-whiskermenu-plugin xfce4-screenshooter xfce4-pulseaudio-plugin

apk add qpwgraph gimp cava moc 


=Audio en Alpine Linux pipewire + moc + cava + qpwgraph




more...

https://wiki.alpinelinux.org/wiki/Xen_LiveCD

https://xenproject.org/2013/03/04/alpine-linux-and-xen/

https://wiki.alpinelinux.org/wiki/Xen_Dom0

https://alpine-devel.alpinelinux.narkive.com/wtADq8SZ/use-cases-of-alpine-linux-and-xen


http://electronics-diy.com/micro-transmitter-bug.php

Вештачки заслађивачи које би требало користити уз опрез


Е950 ацесулфам К

Е951 аспартам

Е952 цикламати


Вештачке боје које би требало користити уз опрез


Е102 тартразин

Е104 хинолин жута

Е110 оранж жута С

Е124 кошенила црвена А

Е129 алура црвена АС


Конзерванси које би требало користити уз опрез


нитрити Е249, Е250

нитрати Е251, Е252

парабени Е214, Е216, Е218


Брашна која доводе до киселе реакције у организму

  • Бело пшенично брашно
  • Кукурузно брашно
  • Овсено брашно
  • Ражано брашно
  • Јечмено брашно
  • Пиринчано брашно
  • Брашно од леблебија


Брашна гликемијски индекс

Пиринчано брашно 95

Бело пшенично брашно 85


++


Friday, June 14, 2024

rEFInd Boot Manager

 https://sourceforge.net/projects/refind/files/


The refind-bin file contains rEFInd binaries and filesystem driver binaries
for use on an EFI System Partition (ESP) or a Macintosh's OS X root
partition. These binaries have been signed with my own Secure Boot key and
so can be used with shim on Secure Boot systems; however, you'll have to
enroll the key with MokManager.

The refind-bin-gnuefi file is similar to refind-bin, except that the
refind_x64.efi binary was built using GNU-EFI rather than TianoCore EDK2.
This change helps some Arch Linux users who are running into problems
booting some (but not all) 3.7.x and 3.8.x kernels with the stock rEFInd
and some other tools; but this version can't launch BIOS-mode boot loaders.

The refind-cd file contains a bootable CD image file; burn it to an optical
disc and you should be able to boot rEFInd to test it without installing it
on your hard disk. This image is more likely to work on PCs than on Macs;
at least on some early Intel-based Macs, the CD boot process has special
requirements that this image doesn't meet. This image includes four EFI
filesystem drivers, as well as an open source EFI shell that's not included
in the other packages, which can make it useful for some simple emergency
recovery tasks on an EFI computer.

The refind-flashdrive file is similar to the refind-cd file, but it's
intended to create a bootable USB flash drive. You'll need to use the dd
utility in Linux or OS X, or something equivalent to it, to copy the image
file to a USB flash drive.

The refind-src file contains the source code to rEFInd (both the main
program and the EFI filesystem drivers), which you can build yourself. The
build process is based on Linux and uses the TianoCore toolkit or the
GNU-EFI library (for the main rEFInd program) and the TianoCore toolkit
(for the EFI filesystem drivers). It may be possible to adapt the build
process to work under OS X or Windows, but you're on your own if you try
this.

The binary RPM file can be installed directly on Red Hat, OpenSUSE, and
similar RPM-based distributions. It contains binaries that are equivalent
to those of the binary zip file, although they were built separately. Upon
installation, it copies the files to the ESP and registers rEFInd as the
default boot loader with the ESP, assuming the computer was booted in EFI
mode.

The binary Debian package is equivalent to the binary RPM file and can be
used in much the same way on Debian, Ubuntu, Mint, and other Linux
distributions that employ Debian packages.

The source RPM file might be buildable directly on an RPM-based
distribution, but distribution-specific details of GNU-EFI and TianoCore
file locations may prevent this from working. You can tweak the refind.spec
file (included in the refind-src file) and/or the various Makefiles (as
described in the BUILDING.txt file in the refind-src file) as necessary for
your platform.



The game of the day =


https://store.steampowered.com/app/2073850/THE_FINALS/




https://www.homemade-circuits.com/spy-bug-circuits/

https://store.steampowered.com/app/1962663/Call_of_Duty_Warzone/

https://store.steampowered.com/app/1674590/Histera/

https://store.steampowered.com/app/2087030/Shatterline/

https://www.ubisoft.com/en-gb/game/xdefiant

https://www.roblox.com/games/5938036553/FRONTLINES#!/about

https://github.com/dylanaraps

https://kisslinux.github.io/