Sunday, June 27, 2021

TCC SDL2

 ☺

https://github.com/Fr0sT-Brutal/awesome-pascal

Kanotix can run Youtube in a web browser with only 400MB ram usage, while Antix uses 900MB for the same purpose. Arch uses more than 1GB for Youtube and modern web browsers.

Kanotix is the only choice.

Kanotix is better than Arch, Antix, Puppy, DSL, Slitaz, Slax, Bodhi, Lubuntu, and all other bunches of tiny distros.

You can be smaller than Kanotix, but you can not be useful enough to play Youtube for instance.

What is the purpose of Linux (Arch and others) that can not play Youtube and use GUI, web browser, and modern multimedia?

Other Linux distributions (like DSL) use old versions of Firefox without support for TLS, SSL, HTTPS, modern javascript, etc.


https://www.labnol.org/code/19233-submit-forms-with-javascript

https://www.w3schools.com/html/html_form_input_types.asp



<!DOCTYPE html>
<html>
<body>

<h2>Date Field</h2>

<p>The <strong>input type="date"</strong> is used for input fields that should contain a date.</p>


<form action="/action_page.php">

<label for="birthday">Birthday:</label>

<input type="date" id="birthday" name="birthday">

<input type="submit" value="Submit">

</form>

<p><strong>Note:</strong> 

Wednesday, June 16, 2021

Redstone Linux theme

 https://www.addictivetips.com/ubuntu-linux-tips/awesome-xfce-desktop-themes-to-install/


https://www.instructables.com/Making-a-powerful-programmable-keypad-for-less-tha/

https://live.osgeo.org/en/index.html

https://galliumos.org/

https://kaosx.us/

https://pureos.net/

https://siduction.site/

chaos

https://toaruos.org/

Linux Lite + Lazarus-IDE software development:


OS for 2GB RAM PC:


If you want to use modern software on that hardware, please consider PeppermintOS (Ubuntu-based like Mint, but much responsive and less demanding).

Mint 19 is very old and slow in comparison to the brand new PeppermintOS version.

Mint 20 is even slower and less responsive.

Never downgrade, just search for a better alternative.

Replace Mint with Peppermint and enjoy.

Light Debian-based alternatives can be Antix, MX, Q4OS, Kanotix.

Light Ubuntu-based alternatives can be PeppermintOS and Linux Lite.

Tmux is an essential tool and has functions ANY linux user will need! Oh My TMux Project: https://github.com/gpakosz/.tmux Best Tmux Documentation & Cheatsheet: https://github.com/rothgar/awesome-tmux

Thursday, June 3, 2021

Windows 10 update stuff

 Open administrative Command Prompt and type following commands one-by-one followed by Enter key.


net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Close Command Prompt and see if Windows Updates works then