1. What is a Kernel, and What does it Do? 2. What is an Operating System? 3. What is the boot process ? 4. What is Linux Daemon? 5. User Space vs Kernel Space 6. How is Linux Used in the Enterprise? 7. How do I know What Type of...
[Read More]
Concurrent Futures Examples
import concurrent.futures
import time
from pprint import pprint
[Read More]
Global and Local Variable
```python
a = 1
[Read More]
Threading Example
Bir network subnetinde threading örneği
import threading
from ping3 import ping
from queue import Queue
from ipaddress import ip_network, ip_address
[Read More]
REST API, GET, POST
API kullanılarak JSON formatında bilgiler alma
IP Example
PC’nin IPsini öğrenip nereye kayıtlı olduğu bilgisini aldık.
[Read More]