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