Monday, August 22, 2022

Copy all mails to 2

 https://lifehacker.com/how-to-migrate-email-from-one-gmail-account-to-another-5521065


Wifi workaround:

https://itsfoss.com/speed-up-slow-wifi-connection-ubuntu/

https://ubuntuforums.org/showthread.php?t=1592846&s=1951f99cdd6adba14e95d5b62c2d4031&p=9953554#post9953554

https://copyprogramming.com/howto/wifi-very-slow-on-linux-mint-17-works-fine-on-windows

Step 1: Open iwlwifi.conf using nano or any other text editor.

sudo nano /etc/modprobe.d/iwlwifi.conf

Step 2: Add a line to force disable 802.11n protocol


options iwlwifi 11n_disable=1

Step 3: Save and reboot your PC.



lspci | grep -i network

dmesg

https://www.howtogeek.com/449335/how-to-use-the-dmesg-command-on-linux/

https://codepen.io/scottkellum/pen/rNdobGe



NA PETROVAČKOJ CESTI

Na cesti Petrovačkoj izbjeglice

i trista djece u kolini.

Nad cestom kruže grabljive ptice,

tuđinski avioni.

Po kamenjaru osniježenom

čelična kiša zvoni...

U snijegu rumena Marija,

mamina kćerka jedina,

bilo joj sedam godina.

Tri dana Grmeč gazila

i posrnula stotinu puta.

Suknju je imala – ni kratku ni dugu,

a prsluk malen, premalen,

a povrh svega kabanica,

beskrajnih rukava, široka, žuta,

od starog očevog kaputa.

Ponekad mala plakala,

nekad se opet smijala

i vesela bila

kad bi je mati tješila:

"Još samo malo, rođena,

pa ćemo vidjeti Petrovac,

a to je varoš golema,

tu ima vatre i hljeba

i kuća - do samog neba".

i vatri, i gradu neviđenom,

a sada leži, sićušna kao ptica,

na cesti Petrovačkoj,

na cesti okrvavljenoj.

Oči gledaju širom,

al sjaja u njima nema,

sa mrtvih usana male

optužba teče nijema:

O, strašna ptico, ti si me ubila,

a šta sam kriva bila!

Sedam sam godina imala,

ni mrava nisam zgazila.

Tako sam malo živjela,

i tako malo vidjela,

a svemu sam se divila.

Bila sam bezbrižni leptir,

a ti me pokosi, ptico,

ti mi ugasi zjene,

polomi ručice moje,

od gladi otežale,

od zime ukočene.

Optužbu vapije dijete,

stisnutih modrih pesti,

u okrvavljenom snijegu,

na Petrovačkoj cesti.

Tuđinski ljudi krvavi,

kuću su našu spalili,

djetinjstvo su mi ukrali,

i mnogo naših ubili.

Tuđinske ptice, čelične nemile,

nad planinom su našom letjele.

Smrači se, rođena goro,

i na sve naše pute,

pošalji sinove svoje,

pošalji vukove ljute,

osveti moje noge izranjene,

i jutra gladna rasplakana,

i ruke modre i smrznute.

Zagrmi, tata, iz velikog topa,

pomlati tuđe gadove,

zabubnjaj, braco, mitraljezom,

mrtva te sestra zove.

Osvetu vapije dijete,

stisnutih smrznutih pesti,

u krvi i snijegu,

na Petrovačkoj cesti...




Pesmu je napisao Branko Ćopić

a radnja pesme je drugi svetski rat, kako se samo istorija ponavlja, hrvatski zločinci, a srpske žrtve.

AgarimOS based on Void Linux

 




+




Saturday, August 13, 2022

Windows 11 ie tab helper

 30 % Srba se prekvalifikovalo u programere, uglavnom svi rade autsorsing uz svoj redovan posao kako bi dopunili svoj budžet:

https://beogradsko.blogspot.com/2020/03/the-most-useful-websites.html




https://github.com/twinbasic/twinbasic/releases/tag/beta-90


+Internet Explorer on Windows 11+


IE tab helper - windows 11 ie tab helper:

https://microsoftedge.microsoft.com/addons/detail/ie-tab/npjkkakdacjaihjaoeliacmecofghagh

https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd

https://www.lazarus-ide.org/







Friday, July 29, 2022

The project

 https://wiki.freepascal.org/MouseAndKeyInput


https://forum.lazarus.freepascal.org/index.php?topic=48835.0


https://www.getlazarus.org/forums/viewtopic.php?t=51

https://www.howtogeek.com/812717/how-to-circle-invalid-data-in-microsoft-excel/

PolyBar - https://www.youtube.com/watch?v=tOBDUBEMAKM&t=888s

NeoFetch - Self Explanatory, Just find the config file


 - https://www.youtube.com/watch?v=PLBm0C5Gv58 and

https://www.youtube.com/watch?v=7lLa4IoVdCo&t=22s


https://www.howtogeek.com/814829/how-to-fix-the-most-annoying-things-about-windows-11/

https://www.howtogeek.com/howto/3061/burn-any-video-file-type-to-play-on-a-dvd-player/

How to Fix rc=1908 Error

xbps-reconfigure -fx linux
/usr/share/xbps.d

sudo SSL_NO_VERIFY_PEER=true xbps-install -S xbps

sudo nano /etc/resolv.conf

sudo xbps-install -Syu
https://forum.odroid.com/viewtopic.php?t=37873

https://linuxnatives.net/2012/migrating-from-virtualbox-to-virt-manager

https://youtu.be/2Q68TzkQUD8

https://youtu.be/sYz0mjyp29A

https://github.com/furryfixer/vkinfo/blob/main/vkinfo

https://portableapps.com/apps/office/cherrytree-portable


Windows 10+11 Sound Keyboard Application

THE BEST APPLICATIONS FROM ME


  1. unit Main;
  2.  
  3. {$mode objfpc}{$H+}
  4.  
  5. interface
  6.  
  7. uses
  8.   Classes,
  9.   SysUtils,
  10.   Forms,
  11.   Controls,
  12.   Graphics,
  13.   Dialogs,
  14.   ExtCtrls,
  15.   StdCtrls,
  16.   FileUtil,
  17.   codebot.Networking.Ftp,
  18.   codebot.System;
  19.  
  20. type
  21.  
  22.   { TForm1 }
  23.  
  24.   TForm1 = class(TForm)
  25.     Button1: TButton;
  26.     Memo1: TMemo;
  27.     Panel1: TPanel;
  28.     procedure Button1Click(Sender: TObject);
  29.     procedure FormCreate(Sender: TObject);
  30.   private
  31.     FTPClient: TFtpClient;
  32.     procedure Progress(Sender: TObject; const Size, Transmitted: LargeWord);
  33.   public
  34.  
  35.   end;
  36.  
  37. var
  38.   Form1: TForm1;
  39.  
  40. implementation
  41.  
  42. {$R *.lfm}
  43.  
  44. { TForm1 }
  45.  
  46. procedure TForm1.Button1Click(Sender: TObject);
  47. var
  48.   FileList: TStringList;
  49.   i: Integer;
  50. begin
  51.   FileList := TStringList.Create;
  52.   FindAllFiles(FileList,
  53.     '/location/on/your/disk',
  54.     '*', False);
  55.   Memo1.Lines.Clear;
  56.   Memo1.Lines.Add(FileList.Text);
  57.  
  58.   FTPClient.Connect;
  59.   FTPClient.MakeDir('StorageFolder');
  60.   FTPClient.ChangeDir('StorageFolder');
  61.  
  62.   for i := 0 to FileList.Count -1 do begin
  63.     Memo1.Lines.Add('Uploading file ' + ExtractFileName(FileList[i]));
  64.     FTPClient.FilePut(FileList[i], ExtractFileName(FileList[i]));
  65.   end;
  66.  
  67.   FTPClient.Disconnect;
  68. end;
  69.  
  70. procedure TForm1.FormCreate(Sender: TObject);
  71. begin
  72.   FTPClient := TFTPClient.Create;
  73.   FTPClient.Host := 'hostname.domain.tld';
  74.   FTPClient.UserName := 'username';
  75.   FTPClient.Password := 'password';
  76.   FTPClient.OnProgress:=@Progress;
  77. end;
  78.  
  79. procedure TForm1.Progress(Sender: TObject; const Size, Transmitted: LargeWord);
  80. begin
  81.   Memo1.Lines.Add('Progress: ' + IntToStr(Transmitted) + '/' + IntToStr(Size));
  82. end;
  83.  
  84. end.
  85.                  
  86.  

Friday, July 15, 2022

Dualboot Windows efi and Linux

 https://www.majorgeeks.com/files/details/osl2000_boot_manager.html


https://sourceforge.net/projects/supergrub2/


https://www.supergrubdisk.org/


https://neosmart.net/EasyBCD/


https://www.linuxfoundation.org/blog/classic-sysadmin-how-to-rescue-a-non-booting-grub-2-on-linux/

https://pkgs.org/download/skype

https://flathub.org/apps/details/com.skype.Client

https://www.cyberithub.com/solved-no-remote-refs-found-similar-to-flathub-error/


flatpak install flathub com.skype.Client


flatpak run com.skype.Client

https://www.onlineocr.net/

http://www.uniformserver.com/

https://ossf.denny.one/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Compiler.html

https://github.com/melisplatform

https://www.melistechnology.com/




https://gabrieltanner.org/blog/customizing-terminal-using-ohmyzsh/

Void Linux based distros:


https://vxlinux.org/


https://beanpole135.github.io/profile-website/project-trident


Napomena, kada koristite dual-boot sa Windows operativnim sistemima, koristite EasyBCD da dodate u Windows boot meni i stavku za Void Linux.

Ako koristite GPT umesto BIOS (dos) particija, onda morate koristiti i SuperGRUBdisk.iso, a ovaj ISO možete dodati u EasyBCD kao ISO stavku (koristite podizanje ISO iz memorije, mnogo je brže, a i SuperGRUBdisk.iso je veoma mali oko 12 MB, a izuzetno koristan).

MORE TIPS:


https://kobra.dev/

https://frinklang.org/

https://crystal-lang.org/

http://www.groovy-lang.org/

https://scoop.sh/

https://dlang.org/

https://www.embarcadero.com/free-tools/dev-cpp

https://www.embarcadero.com/free-tools/ccompiler

https://www.embarcadero.com/free-tools/rest-debugger

https://www.telegraf.rs/vesti/srbija/3527954-poverenik-za-informacije-od-javnog-znacaja-objavio-uputstvo-za-popunjavanje-informatora-o-radu-organa-vlasti

Organi vlasti dužni su da ispune ovu obavezu, pod pretnjom prekršajne odgovornosti, u roku od godinu dana od dana stupanja na snagu ovog zakona, odnosno do 16. novembra 2022. godine.

https://informator.poverenik.rs/pristup


Windows 10+11 Sound Keyboard Application

THE BEST APPLICATIONS FROM ME

https://beogradsko.blogspot.com/2020/08/ukratko-najbolje-od-mene-za-sada.html

https://knockoutjs.com/


https://wiki.lazarus.freepascal.org/Developing_with_Graphics#Taking_a_screenshot_of_the_screen

https://www.getlazarus.org/helpers/ftpclient/

https://www.getlazarus.org/learn/tutorials/examples/ftpclient/

https://www.howtogeek.com/howto/windows/adding-a-tcpip-route-to-the-windows-routing-table/

Tuesday, July 12, 2022

Monday, July 11, 2022

Void Linux - an incredible linux distro indeed

 Void Linux idle RAM usage:


Void Linux idle htop RAM usage = 280 MB:


Void Linux + Firefox +YouTube + htop RAM usage = 688 MB:


Void Linux + FreeTube + htop RAM usage = 532 MB:



Install>

Boot your machine from the install media you created. If you have enough RAM, there is an option on the boot screen to load the entire image into ram, which will take some time but speed up the rest of the install process.

Once the live image has booted, log in as root with password voidlinux and run:

# void-installer



Post-install>

# xbps-install -Su

# xbps-install -S pulseaudio

# xbps-install -S pavucontrol

# xbps-install -S xfce4-pulseaudio-plugin

# xbps-install -S htop

# xbps-install -S xfce4-xkb-plugin

(right click mouse on Panel, +Add Panel, +add Keyboard Layouts), select your flag - keyboard layout and enjoy !

In Settings > Keyboard you can add other keyboard layouts.

http://photonucleon.blogspot.com/2014/03/setting-up-xfce-desktop-with-void-linux.html

https://www.howtogeek.com/768053/how-to-ssh-into-your-raspberry-pi/

How to install Skype on Void XFCE:

https://flathub.org/apps/details/com.skype.Client


https://www.cyberithub.com/solved-no-remote-refs-found-similar-to-flathub-error/


flatpak remotes


flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo


flatpak remotes


flatpak install flathub info.febvre.Komikku


flatpak install flathub com.skype.Client


flatpak run com.skype.Client

https://gabrieltanner.org/blog/customizing-terminal-using-ohmyzsh/

Dual-boot with Void Linux, Windows 10 and 11 that always work:

https://sourceforge.net/projects/supergrub2/


https://www.supergrubdisk.org/


Just use SuperGrubDisk.iso to show all partitions and boot Linux partition alongside other Windows partitions.


Alternative with dos mbpr (no EFI or gpt):

https://neosmart.net/EasyBCD/



Windows 7,8,10 and 11 on Void Linux:

https://blog.daveeddy.com/2019/02/11/kvm-virtualization-with-virtmanager-on-void-linux/

https://theupbeat.github.io/posts/vm_2/


Windows 10+11 Sound Keyboard Application


More tips from my realm Working on Wine and Winblows:

My humble freeware applications:

Sound Keyboard is free now !

FIND & OPEN applications for free !

Screenter the Majesty is free now !