Saturday, February 8, 2020
Friday, February 7, 2020
Diet for Life
https://github.com/torvalds/linux
Exercise and eat a healthy diet
It’s important for everyone to be physically active and to choose healthy foods.
This makes the liver’s jobs so much easier keeping it so it doesn’t have
to work quite so hard. Good liver health begins with a good diet.
Choose foods that support liver health such as whole grains, fruits, vegetables,
lean meat, fish, nuts, seeds, and low-fat dairy.
Avoid highly processed, fatty foods such as sausage, bacon,
bologna, high-fat red meat, sweets such as cakes, pies, cookies,
sugary beverages, and other low-nutrient dense foods.
Physical activity is also important for liver health.
Experts recommend at least 30 minutes of moderate-to-vigorous exercise
on most days of the week.
* https://www.gigatron.rs/multifunkcijski-stampaci/epson-stampac-ecotank-its-l6190-126525?utm_source=rtbhouse&utm_medium=retargeting&utm_campaign=rtbhouse-retargeting&utm_target=category1
*
* https://www.gigatron.rs/multifunkcijski-stampaci/epson-stampac-ecotank-its-l6190-126525?utm_source=rtbhouse&utm_medium=retargeting&utm_campaign=rtbhouse-retargeting&utm_target=category1
EPSON Štampač ECOTANK ITS L6190 Inkjet, Kolor, A4
*
Thursday, February 6, 2020
Set your network adapter from cmd line
netsh interface ip set address "connection name" static 192.168.0.101 255.255.255.0 192.168.0.1
netsh interface ip add dns "connection name" 208.67.222.222
netsh interface ip add dns "connection name" 208.67.220.220 index=2
netsh interface ip add dns "connection name" 208.67.222.222
netsh interface ip add dns "connection name" 208.67.220.220 index=2
Primary DNS value:
netsh interface ipv4 set dns "Local Area Connection" static 192.168.0.2
Secondary value:
netsh interface ipv4 add dns "Local Area Connection" 192.168.0.3 index=2
Which works great IF the name of the connection is correct. If the name isn't "Local Area Connection" then it will not work. If you are running XP you need to change "ipv4" to "ip". IPv6 can be used too.
Set subnet mask, IP Address, and Gateway:
netsh interface ipv4 set address name="Local Area Connection" source=static addr=192.168.1.10 mask=255.255.255.0 gateway=192.168.0.1
To Find the network connection you can use ipconfig from the cmd line. But you can also use the following for an abbreviated ipconfig result:
ipconfig | find /I "Ethernet adapter"
using the above ipconfig cmd we can loop through the connection (source code) and set the dns servers:
:: Set primary and alternate DNS for IPv4 on Windows Server 2000/2003/2008 &
:: Windows XP/Vista/7
@ECHO OFF
SETLOCAL EnableDelayedExpansion
SET adapterName=
FOR /F "tokens=* delims=:" %%a IN ('IPCONFIG ^| FIND /I "ETHERNET ADAPTER"') DO (
SET adapterName=%%a
REM Removes "Ethernet adapter" from the front of the adapter name
SET adapterName=!adapterName:~17!
REM Removes the colon from the end of the adapter name
SET adapterName=!adapterName:~0,-1!
netsh interface ipv4 set dns name="!adapterName!" static 192.168.0.2 primary
netsh interface ipv4 add dns name="!adapterName!" 192.168.0.3 index=2
)
ipconfig /flushdns
:EOF
Portable Lazarus-ide
@echo off
rem
rem Simple script to relocate lazarus to use the current driveletter as
rem path, and put basic portable app support in lazarus.
rem
rem Assumes lazarus is in drvletter:\lazarus and config in
rem $lazarusdir/config
rem
rem For this to work, everything should be relative wrt $(lazarusdir)
rem inside the IDE. If packages work is currently untested
Set DRV_LETTER=%cd:~0,1%:
set LAZARUSDIR=%DRV_LETTER%\lazarus
set FPCROOTDIR=%LAZARUSDIR%\fpc\2.6.0
set FPCBINDIR=%FPCROOTDIR%\bin\i386-win32
set LAZARUSCONFIG=%LAZARUSDIR%\config
for %%i in (%LAZARUSDIR%\fpc\*) do set ALTFPCROOTDIR=%%i
echo %ALTFPCROOTDIR%
%DRV_LETTER%
cd \
REM The next on one line
%FPCBINDIR%\fpcmkcfg -d basepath=%FPCROOTDIR% > %FPCBINDIR%\fpc.cfg
cd %LAZARUSDIR%
rem startlazarus? untested as yet
rem should later get --lazarusdir=%LAZARUSDIR%
rem if mantis 15741 (0.9.30+) is committed
rem
Lazarus.exe --primary-config-path=%LAZARUSCONFIG% --lazarusdir=%LAZARUSDIR%
http://newpascal.org/download.html
rem
rem Simple script to relocate lazarus to use the current driveletter as
rem path, and put basic portable app support in lazarus.
rem
rem Assumes lazarus is in drvletter:\lazarus and config in
rem $lazarusdir/config
rem
rem For this to work, everything should be relative wrt $(lazarusdir)
rem inside the IDE. If packages work is currently untested
Set DRV_LETTER=%cd:~0,1%:
set LAZARUSDIR=%DRV_LETTER%\lazarus
set FPCROOTDIR=%LAZARUSDIR%\fpc\2.6.0
set FPCBINDIR=%FPCROOTDIR%\bin\i386-win32
set LAZARUSCONFIG=%LAZARUSDIR%\config
for %%i in (%LAZARUSDIR%\fpc\*) do set ALTFPCROOTDIR=%%i
echo %ALTFPCROOTDIR%
%DRV_LETTER%
cd \
REM The next on one line
%FPCBINDIR%\fpcmkcfg -d basepath=%FPCROOTDIR% > %FPCBINDIR%\fpc.cfg
cd %LAZARUSDIR%
rem startlazarus? untested as yet
rem should later get --lazarusdir=%LAZARUSDIR%
rem if mantis 15741 (0.9.30+) is committed
rem
Lazarus.exe --primary-config-path=%LAZARUSCONFIG% --lazarusdir=%LAZARUSDIR%
http://newpascal.org/download.html
The Old Serbian Land (1360. ad):
Wednesday, February 5, 2020
Coronavirus * antergos
--
http://www.mirrorservice.org/sites/repo.antergos.com/iso/release/antergos-19.4-x86_64.iso.torrent
https://www.survivalsullivan.com/coronavirus-survival/
https://www.howtogeek.com/508993/how-to-check-which-gpu-is-installed-on-linux/
https://www.reviewgeek.com/34570/this-neural-network-enhanced-1896-footage-in-4k-60-fps-is-shockingly-good/
https://www.reviewgeek.com/34628/hot-score-grab-an-i5-powered-hp-chromebook-for-just-350/
https://www.lifesavvy.com/16517/the-9-best-sites-for-building-your-own-portfolio/
https://www.howtogeek.com/512012/how-to-shut-down-your-windows-10-pc-using-command-prompt/
http://www.mirrorservice.org/sites/repo.antergos.com/iso/release/antergos-19.4-x86_64.iso.torrent
https://www.survivalsullivan.com/coronavirus-survival/
MORE TIPS:
https://www.howtogeek.com/508993/how-to-check-which-gpu-is-installed-on-linux/
https://www.reviewgeek.com/34570/this-neural-network-enhanced-1896-footage-in-4k-60-fps-is-shockingly-good/
https://www.reviewgeek.com/34628/hot-score-grab-an-i5-powered-hp-chromebook-for-just-350/
https://www.lifesavvy.com/16517/the-9-best-sites-for-building-your-own-portfolio/
https://www.howtogeek.com/512012/how-to-shut-down-your-windows-10-pc-using-command-prompt/
Tuesday, February 4, 2020
The Serverless Applications
https://hackernoon.com/what-is-serverless-architecture-what-are-its-pros-and-cons-cc4b804022e9
https://serverless.com/
https://serverless-stack.com/chapters/why-create-serverless-apps.html
https://aws.amazon.com/serverless/build-a-web-app/
https://trello.com/b/h1PduuYW/scrum-board
TCC UTF-8 Goodies:
https://github.com/duangsuse-valid-projects/tcc-zh_CN
https://github.com/topics/tcc?l=c&o=desc&s=forks&utf8=%E2%9C%93
D7 Unicode Goodies:
https://www.crosswire.org/svn/biblecs/trunk/TntUnicodeControls.attic/Unicode.pas
https://github.com/rofl0r/TntUnicode
https://www.tmssoftware.com/site/tmsuni.asp
https://www.willus.com/ccomp.shtml?p14
https://github.com/vtereshkov/xdpw
PHP UTF-8 Unicode:
http://pageconfig.com/attachments/portable-utf8.php
https://www.sitepoint.com/bringing-unicode-to-php-with-portable-utf8/
https://serverless.com/
https://serverless-stack.com/chapters/why-create-serverless-apps.html
https://aws.amazon.com/serverless/build-a-web-app/
https://trello.com/b/h1PduuYW/scrum-board
TCC UTF-8 Goodies:
https://github.com/duangsuse-valid-projects/tcc-zh_CN
https://github.com/topics/tcc?l=c&o=desc&s=forks&utf8=%E2%9C%93
D7 Unicode Goodies:
https://www.crosswire.org/svn/biblecs/trunk/TntUnicodeControls.attic/Unicode.pas
https://github.com/rofl0r/TntUnicode
https://www.tmssoftware.com/site/tmsuni.asp
https://www.willus.com/ccomp.shtml?p14
https://github.com/vtereshkov/xdpw
PHP UTF-8 Unicode:
http://pageconfig.com/attachments/portable-utf8.php
https://www.sitepoint.com/bringing-unicode-to-php-with-portable-utf8/
Monday, February 3, 2020
Hardware info on Linux and Windows
Linux hardware info on Ubuntu or Linux Mint:
$ hwinfo --short
Windows 10 hardware info:
wmic memorychip list full
wmic diskdrive list full
wmic baseboard list full
wmic cdrom list full
https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/
*
So-so frameworks:
https://facebook.github.io/react-native/
https://ionicframework.com/#studio
Very good frameworks:
https://www.mendix.com/platform/
https://www.outsystems.com/
$ hwinfo --short
Windows 10 hardware info:
wmic memorychip list full
wmic diskdrive list full
wmic baseboard list full
wmic cdrom list full
https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/
*
So-so frameworks:
https://facebook.github.io/react-native/
https://ionicframework.com/#studio
Very good frameworks:
https://www.mendix.com/platform/
https://www.outsystems.com/
Sunday, February 2, 2020
TMS WEB without JavaScript
**
https://www.tmssoftware.com/site/tmswebcoreintro.asp
https://chapmanworld.com/
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases
https://www.getlazarus.org/
https://www.youtube.com/watch?v=_3JgeIUo1X0
https://www.youtube.com/watch?v=QmI3kIdPVK4
https://www.youtube.com/watch?v=rAboYxm_12A
https://easyprogramming1990.blogspot.com/
https://afuriza.wordpress.com/
**
--
https://www.tmssoftware.com/site/tmswebcoreintro.asp
https://chapmanworld.com/
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases
https://www.getlazarus.org/
https://www.youtube.com/watch?v=_3JgeIUo1X0
https://www.youtube.com/watch?v=QmI3kIdPVK4
https://www.youtube.com/watch?v=rAboYxm_12A
https://easyprogramming1990.blogspot.com/
https://afuriza.wordpress.com/
**
--
Subscribe to:
Posts (Atom)















