https://sajtalica.blogspot.com/
Čemu služi ova aplikacija ? Po čemu je revolucionarna ?SUPER TIPS:
just type in google search:
site: beogradsko.blogspot.com intitle:sajtalica
or
site: www.ftn.uns.ac.rs/ filetype:pdf
++
https://sajtalica.blogspot.com/
Čemu služi ova aplikacija ? Po čemu je revolucionarna ?SUPER TIPS:
just type in google search:
site: beogradsko.blogspot.com intitle:sajtalica
or
site: www.ftn.uns.ac.rs/ filetype:pdf
++
KB5001567
DISM /online /get-packages
https://www.windowslatest.com/2021/03/19/windows-10-kb5001649-emergency-update/
https://www.catalog.update.microsoft.com/Search.aspx?q=KB5001649
Workaround:
Get-WindowsPackage -Online | ?{$_.ReleaseType -like "*Update*"} | %{Get-WindowsPackage -Online -PackageName $_.PackageName} | ?{($_.Description -like "*KB5000802*") -or ($_.Description -like "*KB5000808*") -or ($_.Description -like "*KB5000809*") -or ($_.Description -like "*KB5000822*") } | Remove-WindowsPackage -Online -NoRestart
https://www.reddit.com/r/sysadmin/comments/m1jkuz/kyocera_drivers_patch_tuesday_bsod/gqj91b3/
Kyocera has Linux drivers.
https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
https://www.howtogeek.com/716646/how-to-get-a-graphical-device-manager-for-linux/
Antix Linux - The Winner!
Linux Lite - medium category!
M
KORISNI SAVETI:
https://sajtalica.blogspot.com/
Čemu služi ova aplikacija ? Po čemu je revolucionarna ?+
https://stackoverflow.com/questions/10516968/delphi-how-add-text-to-an-image-and-save-the-new-image uses PNGImage; procedure TForm1.Button1Click(Sender: TObject); var PNGImage: TPNGImage; BlobStream: TMemoryStream; begin // create the PNG image instance PNGImage := TPNGImage.Create; try // assuming you have in the BlobStream variable the image from a DB loaded PNGImage.LoadFromStream(BlobStream); // setup the text background to be transparent PNGImage.Canvas.Brush.Style := bsClear; // optionally configure the font PNGImage.Canvas.Font.Size := 11; PNGImage.Canvas.Font.Color := clRed; PNGImage.Canvas.Font.Style := [fsBold]; // and render it to the image's canvas PNGImage.Canvas.TextOut(5, 5, 'SomeText'); // save this modified image to the file PNGImage.SaveToFile('c:\picture.png'); finally // and finally free the PNG image instance PNGImage.Free; end; end; //------------------ uses GraphUtil, PNGImage; procedure CreateCard(const AFileFile: string; AImage: TPNGImage; const AName, ASurname: string); begin with TPNGImage.CreateBlank(COLOR_RGB, 8, 330, 160) do try GradientFillCanvas(Canvas, clWhite, $000080FF, Canvas.ClipRect, gdVertical); Canvas.StretchDraw(Rect(18, 18, 108, 108), AImage); Canvas.Pen.Width := 2; Canvas.Brush.Style := bsClear; Canvas.Rectangle(5, 5, Width - 4, Height - 4); Canvas.Font.Size := 12; Canvas.Font.Style := [fsBold]; Canvas.TextOut(110, 30, 'Form: ' + AName + ' :.'); Canvas.TextOut(125, 60, 'Genus: ' + ASurname + ' :.'); SaveToFile(AFileFile); finally Free; end; end; procedure TForm1.Button1Click(Sender: TObject); var PNGImage: TPNGImage; begin PNGImage := TPNGImage.Create; try // here you will load the image blob (by using LoadFromStream) // instead of LoadFromFile PNGImage.LoadFromFile('d:\llamas.png'); CreateCard('d:\visit-card.png', PNGImage, 'Alpaca', 'Lama'); finally PNGImage.Free; end; end;
+
++
' or 1=1;--
☺
https://embeddedinventor.com/best-linux-distros-with-wine-preinstalled-an-analysis/
https://ualinux.com/en/ubuntu-gamepack
https://embeddedinventor.com/proton-vs-wine-differences-explained/
https://store.steampowered.com/steamos/
Pametni odlaze vani, glupi životare !
++
Antix screen resolution settings from a command prompt:
xrandr
xrandr -s 1024x768
https://www.cloudways.com/blog/install-lamp-on-debian/
robocopy c:\source c:\destination *.* /MAXAGE:20101231 /MINAGE:20111001
https://en.wikipedia.org/wiki/Dapr
++
++
https://www.fosshub.com/RJ-TextEd.html
https://www.digitalnasolidarnost.gov.rs/
https://www.nutanix.com/work-from-home
and more...
https://puri.sm/products/librem-14/
https://blog.armstrongconsulting.com/movie-draft/
https://www.baeldung.com/spring-boot-angular-web
https://www.howtogeek.com/715931/how-to-convert-media-files-using-the-command-prompt-on-windows-10/
Docker magic:
++
++
++
++