Gambar 416. Spesifikasi Laptop |
Blog untuk komunikasi siswa siswi Teknik Komputer dan Jaringan SMK Tunas Harapan Pati
Senin, 14 Juli 2025
Melihat Spesifikasi Laptop dengan Mudah
Rabu, 13 Maret 2024
Pengertian, Fungsi dan Cara Menggunakan PING
Gambar 384.X4 Ping |
Jumat, 14 April 2023
Ping dan Tracert Menggunakan CMD / Command Prompt
Gambar 361.W1 PING dan Tracert |
Sabtu, 05 Oktober 2019
Menyiapkan Perangkat Jaringan : Akses Konfigurasi Routing dengan Router Cisco
Konfigurasi IP address ini untuk mengkoneksikan router dengan PC. Pada PC dihubungkan dengan port Fa0/0 pada router, maka yang di konfigurasi Fa0/0.
Pertama masuk ke terminal pada laptop untuk masuk ke router menggunakan line console, masuk ke Global configuration mode, kemudian masuk ke interface yang akan kita konfigurasi, saya menggunakan IP 192.168.1.1/24 untuk Fa0/0 di router.
- Router(config)#interface fastEthernet 0/0
- Router(config-if)#ip address 192.168.1.1 255.255.255.0
- Router(config-if)#no shutdown
Konfigurasi IP Address pada PC menggunakan IP Address yang 1 network dengan router, saya menggunakan 192.168.1.2/24, ping dari PC ke router untuk menguji konektivitasnya.
Minggu, 11 Januari 2015
DOS dan Perintah Internal 1
Perintah : Ver, Dir, Dir/w, Dir /p, Dir /p /w, Cd, Cd.., Cd\
Senin, 11 Februari 2013
Operate DOS ( Disk Operating System )
Gambar 50. DOS ( Disk Operating System ) |
This lesson provides an
introduction to DOS—a command-line operating system—and covers its basic
operations. You'll learn about its history, key commands, and how to manage
files and directories using DOS.
1. Introduction to DOS
What is DOS?
§
Definition: DOS stands for Disk Operating
System. It is an operating system that uses a command-line interface (CLI) to
execute commands.
§
Historical Context: Once widely used before the
rise of graphical operating systems like Windows, DOS was the foundation for
early personal computing.
§ Relevance Today: Although modern systems use graphical interfaces, understanding DOS helps you appreciate the fundamentals of computer operations and command-line functionality.