Monday, November 25, 2019

Black Arch instead of Kali Linux ?



BlackArch Linux за преузети има ISO датотеку величине 16 GB, поставља се питање како тај ливе дистро нарезати и на чега, вероватно је боље користити са OracleVM (учитавати овај лајв ИСО са виртуелне машине).

С друге стране, Kali Linux лајв ИСО тежи око 2.9 GB до 3.5 GB.

Kali Linux лајв ИСО је одавно стандард код стручњака за безбедност информационих система.

Sunday, November 24, 2019

RAM detection


wmic on Microsoft Windows 10:


wmic memorychip list full

wmic diskdrive list full

wmic baseboard list full


wmic cdrom list full

pause


_______________________________________

C:\Users\vs>wmic memorychip list full


BankLabel=BANK0
Capacity=4294967296
DataWidth=64
Description=Physical Memory
DeviceLocator=DIMM0
FormFactor=8
HotSwappable=
InstallDate=
InterleaveDataDepth=0
InterleavePosition=0
Manufacturer=Kingston
MemoryType=0
Model=
Name=Physical Memory
OtherIdentifyingInfo=
PartNumber=99U5472-712.A00LF
PositionInRow=1
PoweredOn=
Removable=
Replaceable=
SerialNumber=737ADAE
SKU=
Speed=1067
Status=
Tag=Physical Memory 0
TotalWidth=64
TypeDetail=128
Version=

wmic memorychip get serialnumber

wmic memorychip get partnumber

wmic memorychip get capacity

wmic diskdrive get serialnumber

wmic baseboard get serialnumber


wmic cdrom  get SerialNumber




c:\>wmic diskdrive get serialnumber
SerialNumber
FR3AG13032430BC13S
wmic baseboard get serialnumber
wmic cdrom where drive='d:' get SerialNumber
c:\>wmic cdrom  get SerialNumber
No Instance(s) Available.
https://www.windows-commandline.com/get-serial-number-for-ram-motherboard-hard-disk/

https://www.cpuid.com/

wmic on Linux:

https://www.krenger.ch/blog/wmic-on-linux-examples/

Thursday, November 21, 2019

Delphi components

Send SMS from my phone using PHP

https://stackoverflow.com/questions/29895932/web-application-send-sms-from-my-mobile-phone

https://stackoverflow.com/questions/29744565/running-a-shell-script-in-android-from-the-host

**

https://alvinalexander.com/android/start-android-command-line-adb-shell

MORE TIPS:

Here are this week's five links that are worth your time:

1. Next.js is a powerful new framework for coding React apps that involve a lot of data. I'm using it myself on a new project. And this free book by Flavio Copes will show you how to make the most of it. (40 minute read): https://www.freecodecamp.org/news/the-next-js-handbook/

2. Learn how to use Tkinter to code Graphic User Interfaces for your Python apps. You'll learn event-driven programming and Matplotlib charts. You'll even build your own clickable calculator app - all with Python. (6 hour course): https://www.freecodecamp.org/news/learn-how-to-use-tkinter-to-create-guis-in-python/

3. I drove down to Houston and interviewed the open source legends behind The Changelog as part of their 10 year anniversary. Then they turned around and interviewed me about freeCodeCamp and our plans for the future. I think you'll enjoy it. (4 hour listen): https://www.freecodecamp.org/news/open-source-moves-fast-10-years-of-the-changelog/

4. Developer Gwendolyn Faraday shares her favorite personal privacy and security tools, so you can set up shields around your life. (7 minute read): https://www.freecodecamp.org/news/privacy-tools/

5. freeCodeCamp just launched a powerful new donation management tool. This is something we've been working on for a while. We're proud to give our supporters as much transparency and control as possible. Here's how it works. (6 minute read): https://www.freecodecamp.org/news/donation-settings/


Quote of the Week: "To err is human. But to really foul things up, you need a computer." - Paul Ehrlich


Happy coding.

- Quincy Larson

Teacher at freeCodeCamp.org

Wednesday, November 20, 2019

HTML Editors from code

Windows 10 licenciranje

**

https://www.gigatron.rs/info/opcije_licenciranja_windows_10-1809

https://linoxide.com/linux-how-to/image-viewers-linux/

https://beogradsko.blogspot.com/2018/11/lazarus-uber-alles.html

https://microk8s.io/docs/

MicroK8s will install a minimal, lightweight Kubernetes you can run and use on practically any machine.


MicroK8s quick start guide

The smallest, fastest, fully-conformant Kubernetes that tracks upstream releases and makes clustering trivial. MicroK8s is great for offline development, prototyping, and testing. Use it on a VM as a small, cheap, reliable k8s for CI/CD. The best Kubernetes for appliances. Develop IoT apps for k8s and deploy them to MicroK8s on your Linux boxes.

What you’ll need

  • An Ubuntu 18.04 LTS or 16.04 LTS environment to run the commands (or another operating system which supports snapd - see the snapd documentation)
  • At least 20G of disk space and 4G of memory are recommended
  • An internet connection

WWI