Tuesday, January 15, 2019

.NET Core @ Linux

https://dotnet.microsoft.com/download

https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.2

https://www.techempower.com/benchmarks/#section=data-r17

I would recommend .Net Core as well. It’s cross platform and runs well on all platforms (as all three of these are). However, .Net Core is more performant than Node and equally as performant as Go if not faster in real world scenarios (see: TechEmpower Framework Benchmarks).
The ecosystem for .Net is also great. Check out this list of OSS available for .Net Core: thangchung/awesome-dotnet-core
There are some other libraries as well that aren’t listed, but you can find them by searching GitHub. For example, some node/go(Iris)/javalin/vapor users claim .net core asp .net mvc takes too much to get a simple api up. This isn’t true. To use a full MVC framework like Laravel or CakePHP (PHP) or ASP .NET MVC it will take some more effort to get started. But with libraries like the asp .net core framework (non MVC) and Carter (CarterCommunity/Carter) you can wire up server side API as simply as you can with Node/Sails/Javalin/Iris (Go), etc. 



https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet

http://home.etf.rs/~kraus/knjige/crz.html

Monday, January 14, 2019

Saznajte šta Vaš kompjuter ima zakazano i kada ?



Startujte CMD.exe (Pritisnite taster Windows i taster R zajedno, pa u "RUN-Open" linuju za izvršavanje, ukucajte CMD.exe i pritisnite ENTER taster)

Nakon toga u crnom prozoru za CMD unesite sledeću komandu:
SCHTASKS /Query

i pritisnite ENTER taster da se izvrši.

Dobićete spisak svih zakazanih procesa i aplikacija na kompjuteru.


*****************************************************************
A sada pokušajte i Vi nešto da zakažete:

Ova naredba zakazuje uključivanje Notepad aplikacije svaki dan u 10 sati:

SCHTASKS /Create /SC DAILY /TN notepader /TR c:\windows\system32\notepad.exe /ST 10:00




******************************************************************
A sada obrišite sve zakazane poslove na kompjuteru:


SCHTASKS/Delete /TN * /F

MORE TIPS>

LEGACY  +  HISTORY :


Interesantni blogovi

Friday, January 11, 2019

Fortran ?



FORTRAN is not dead - LOL !






Bill meets bots Robot ?

IPFIRE SERVER




More tips:

How to choose the best Linux distro...
Before we start listing out the best distros, you’d still need to choose one of them. Here are a few guidelines you can use to help you choose the right one for you:

 You can install Windows applications and games on any distro or you can use tools like PlayOnLinux, Wine, Steam and a bunch of other emulators. At the end of the day, it all boils down to which one you personally prefer. Try them out. Use a live CD (flash drive) image and test it out without even installing it. Watch some videos, check some screenshots, read some reviews…
The main feature that matters when choosing a distro for gaming is support for drivers. Most distros support the latest (and even oldest) hardware out of the box. Even if they don’t, you can still manually find and install the driver yourself on any distro. If you’re really unsure, you can just google some info for your hardware and see if the distro supports it out of the box.
Second most important feature is update frequency. Is it a rolling release distro like Manjaro (very frequent updates without a schedule, always the latest software)? Or is it a point release distro like Ubuntu (scheduled updates, not always the latest software). If you prefer to always use the latest versions of any software and apps, go with a rolling release distro. That way, you’ll always get the latest driver updates and you’ll most likely already have the latest drivers for your new GPU/CPU. If you’d like to stick with what you know and use a more stable OS, go with a point release distro.
Previous Linux experience should also be a deciding factor. Have you used a Linux VPS before? Which distro did you use for your server? If it was Ubuntu, then you should choose the desktop version of Ubuntu since you’ll be more familiar with it. If you’ve used CentOS for your server, go with a Fedora-based distro for gaming. Did you use an LXDE distro? Go with a gaming distro that uses LXDE.

Freeware graphics editors

Freeware graphics editors>


Raster graphics editor:



aka Photoshop !





Vector graphics editor:



aka CorelDraw !