Thursday, September 30, 2021

LINUX MINT MICROSOFT FONTS

 https://forums.linuxmint.com/viewtopic.php?t=315228


https://community.linuxmint.com/software/view/ttf-mscorefonts-installer


++

Porteus apps:

http://ftp.riken.jp/Linux/porteus/i586/Porteus-v3.2/modules/


http://rad.eu5.org/

https://www.numbeo.com/cost-of-living/country_result.jsp?country=Serbia

THE BEST WINDOWS 10 CMD:

CLEANMGR PREFETCH TEMP %TEMP%

Shift + Delete = permanent delete without Bin

inetcpl.cpl

taskmgr

malwarebytes

superantispyware



Shared printers nightmare on Windows 10 new update

 Solutions via command prompt:

  1. Click the Search icon from the taskbar.
  2. Type cmd.exe.
  3. Press Ctrl + Shift + Enter.
  4. Select the Yes option when a UAC dialog shows up.
  5. This will open Command prompt as administrator.
  6. Type the command – wusa /uninstall /kb:5005565.
  7. Hit Enter and click Yes if you are asked for the removal.

Thankfully, there’s a workaround for 0x0000011b printing errors. To address the 0x0000011b error, open Registry Editor and follow these steps:

  1. In Registry Editor, open HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print key.
  2. Create a new DWORD-32 bit value.
  3. Name it “RpcAuthnLevelPrivacyEnabled”.
  4. Set the value to 0.
  5. Save the changes and close the editor.

It is worth noting that the issue is not restricted to particular hardware. If you’re unable to restore the printing feature, you can also uninstall Windows 10 update manually and pause updates for a few weeks or until a new patch is issued by Microsoft.

The cure for all problems:


Најпотребнији програми за Виндовс 10:


https://www.oo-software.com/en/shutup10


https://www.thewindowsclub.com/10appsmanager-windows-10


https://github.com/Sycnex/Windows10Debloater

Wednesday, September 29, 2021

Crystal FM Transmitter

 Easy Crystal Locked FM Transmitter With Single 9018 Transistor

List of components : (1) s9018 transistor (2) 22 ~ 27 MHz crystal (I use 24 MHz 24 x 4 = 96MHz) (not 'crystal oscillator' , corrected by Nick B ) (3) 47pF capacitor x2 (4) 102 capacitor (1000pF) (5) 47k resistor (6) 100 ohm resistor (7) 30k resistor (8) 10k resistor (9) 1~5 uH inductor (10) 1n4727 diode (or better variable capacitance diode) (11) about 12 cm wire , 5mm drill (12) headphone jack(Optional)


More FM Trans

 https://www.instructables.com/The-Simplest-FM-Transmitter-Without-Coilinductor/

https://www.instructables.com/How-to-Make-FM-Transmitter/

http://electronics-diy.com/electronic_schematic.php?id=1001

https://www.electroschematics.com/long-range-fm-transmitter/

https://www.electroschematics.com/fm-transmitter-usb/

https://www.instructables.com/The-Simplest-FM-Transmitter-Without-Coilinductor/







T1 = T2 = T3 = T4 = BF199

T5 = 2N3866, 2N4427 or 2SC1970 for 1Watt / 2SC1971, BLX65, BLY81, KT920A or 2N3553 for 1.5 to 2W power.

L1 = 5 turns / 0.6mm / 4mm silvered copper

L2 = 6 turns / 0.8mm / 6mm enamelled copper

L3 = 3 turns / 1mm / 7mm silvered copper

L4 = 6 turns / 1mm / 6mm enamelled copper

L5 = 4 turns / 1mm / 7mm silvered copper


Use silvered copper for L3 and L5 if you want to obtain better characteristics.


IC FM Transmitter

 https://www.electronicsforu.com/electronics-projects/simple-fm-transmitter





ua741 + Transistor = FM Transmiter with crystal voice:

http://electronics-diy.com/1km-fm-transmitter-with-ua741-opamp.php

And more:

http://blog.novaeletronica.com.br/micro-transmissor-de-fm/

https://www.te1.com.br/2014/05/super-transmissor-de-fm/

http://circuit-zone.com/index.php?cat=fm_transmitters

http://www.zpag.net/Electroniques/English/Radio/fm_3_transistor_circuits.html

Thursday, September 23, 2021

Najpotrebniji programi za Windows 10

 Најпотребнији програми за Виндовс 10:


https://www.oo-software.com/en/shutup10


https://www.thewindowsclub.com/10appsmanager-windows-10


https://github.com/Sycnex/Windows10Debloater

Another way:

https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/



At the PowerShell prompt, copy and paste one or more of the following commands—pressing Enter after each command—to remove the apps you don’t want on your Windows 10 system:

Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Uninstall Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Contact Support:

This app can't be removed.

Uninstall Cortana:

This app can't be removed.

Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage

Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Uninstall Microsoft Edge:

This app can't be removed.

Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage

Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage

Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage

Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage

Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Uninstall Windows Feedback:

This app can't be removed.

Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

Face recognition

 https://www.electronicsforu.com/electronics-projects/face-detection-recognition-security-purposes

https://endeavouros.com/

EndavourOS xfce idle usage 710MB:


EndavourOS xfce + Firefox + YouTube after some time - usage 1.25 - 1.66 GB:




EndavourOS xfce is extremely visually clean, sharp, and nice experience in comparison to Microsoft Windows and other Linux distributions.


++

macOS LIKE OPERATING SYSTEM:

https://cutefish-ubuntu.github.io/

My Ventoy Swiss Knife to go:


You must try before you fly: PeppermintOS, NuTyX, Nixos, Endeavouros, Solus !


Wednesday, September 22, 2021

Windows XP update in 2021

+

web browsers that still support Windows XP in 2021! Mypal: https://mypal-browser.org/ K-Meleon: http://kmeleonbrowser.org/ Extensions for Mypal: https://justoff.github.io/ Extensions for K-Meleon: http://kmext.sourceforge.net/


PHP HTML PARSER:

https://medium.com/@marcusfernstrm/create-a-web-scraper-with-freepascal-lazarus-ffe644f8c34


DELPHI HTML PARSER:

https://sourceforge.net/projects/html-parser-in-delphi/

https://www.sk.rs/pocetna

https://www.polarotor.rs/

https://pcpress.rs/


http://noteccc.blogspot.com/


http://screenters.blogspot.com/


https://html5up.net/

http://svisrbisveta.org/


https://github.com/waydroid/waydroid

https://waydro.id/

https://lineageos.org/

https://endeavouros.com/latest-release/

FM Transmitter with 4 transistors

 http://electronics-diy.com/4-transistor-fm-transmitter.php


4 Transistor FM Transmitter

 


This circuit provides an FM modulated signal with an output power of around 500mW. The input microphone pre-amp is built around a couple of 2N3904 transistors (Q1/Q2), and audio gain is limited by the 5k preset trim potentiometer. The oscillator is a colpitt stage, frequency of oscillation governed by the tank circuit made from two 5pF ceramic capacitors and the L2 inductor. The output stage operates as a 'Class D' amplifier, no direct bias is applied but the RF signal developed across the 3.9uH inductor is sufficient to drive this stage. The emitter resistor and 1k base resistor prevent instability and thermal runaway in this stage.


Frequency is around 100Mhz with values shown.

Audio modulation is fed into the tank circuit via the 5p capacitor, the 10k resistor and 1N4002 controlling the amount of modulation. The oscillator output is fed into the 3.9uH inductor (L1) which will have a high impedance at RF frequencies.

Parts List:

All resistors are 1/4 watt 5%

R1,R2,R8 = 1K C1 = 1uF/63V, electrolytic
R3 = 100K C2,C3 = 10nF, ceramic
R4 = 150K C4,C5,C9 = 4.7uF/63V, electrolytic
R5,R7 = 10K C6,C12,C13,C14 = 1nF, ceramic
R6 = 220 ohm C7,C8,C11 = 5pF, ceramic
R9 = 10 ohm C10 = 220uF/63V, electrolytic
P1 = 5K trimpot

Q1,Q2 = 2N3904 L1 = 3.9uH
Q3,Q4 = 7001, NTE123AP L2 = 1uH
D1 = 1N4002 L3 = aircoil, 8.5 turns air space
1/4 inch diameter