Close

(02) Software, Yazılım

It is all about software applications and software development.

What is SCP and Example syntax for Secure Copy (scp)

Linux

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

How to change the time server on Windows 10?

windows 10 NTP

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

How to get developer options on Android?

How to get developer options on Android?

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

How to take a screenshot on your Mac

How to take a screenshot on your Mac

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

Clean Code – Uncle Bob

Uncle Bob (Robert Cecil Martin)

“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

TensorFlow-Lite Object Detection on Android and Raspberry-Pi

TensorFlow-Lite Object Detection on Android and Raspberry-Pi

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

Portable Computer Vision: TensorFlow 2.0 on a Raspberry Pi

raspberry-pi

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

Docker For Beginners

Docker For Beginners

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

How to Set Up Java Development in Visual Studio Code

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