What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]
Devamını Oku
My father uses Windows 10. I had to change “Time Server” last night. He couldn’t browse the internet. How to change the time server on Windows 10 How to troubleshoot time server synchronization problems Some useful NTP, Windows Time Server related commands.
Devamını Oku
Every Android device contains a secret set of options “Android Developer Options” . It is intended principally for developers. Developers need additional functions to test software, debug and simulate. Developer Options are available on all Android devices, but OEMs do make accessing them slightly different on occasion. They all […]
Devamını Oku
There is a simple application of Google, I am using it. You can download from https://www.android.com/filetransfer/ How to use it
Devamını Oku
I’m tired of searching on google whenever I need it. You can capture the entire screen, a window, or just a selected portion of the screen. If you’ve upgraded to macOS Mojave or later, you can use the Screenshot app to take all types of screenshots or make video recordings of your screen. […]
Devamını Oku
“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write clean code. He establishes […]
Devamını Oku
A guide showing how to train TensorFlow Lite object detection models and run them on Android, the Raspberry Pi, and more! TensorFlow Lite is an optimized framework for deploying lightweight deep learning models on resource-constrained edge devices. TensorFlow Lite models have faster inference time and require less processing power, so […]
Devamını Oku
Tiny, low-cost object detection and classification. For roughly $100 USD, you can add deep learning to an embedded system or your next internet-of-things project. Are you just getting started with machine/deep learning, TensorFlow, or Raspberry Pi? Perfect, this blog series is for you! In this series, you will read : […]
Devamını Oku
Get started using Docker with this end-to-end beginner’s course with hands-on labs. Access the labs here: https://www.kodekloud.com/p/docker-labs Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications on laptops, data center VMs, or the cloud. In this course, you will learn Docker through a […]
Devamını Oku
How to Set Up Java Development in Visual Studio Code on Windows | vsCode Java Development Basics This Java Tutorial course is aimed at complete beginners to the subject. For those who have no programming experience or those who have limited knowledge of Java. We get you up and running […]
Devamını Oku