Langsung ke konten utama

Pinned Post

Clearance

  The amount of space or distance by which the surface of an object clears that of the other.

DIRECTORY LINUX

#/usr >> disinilah file aplikasi linux yang kamu install sebagian besar tersimpan


#cd /home >> menyimpan data/dokumen


#cd /etc >> file konfigurasi aplikasi dan service


#cd /var >> menyimpan file log aplikasi dan service


#cd /root >> folder untuk admin


#cd/boot >> berisi file kernel dan bootloader


#/bin >> berisi file binnary yang bisa dipakai oleh setiap user


#/sbin >> berisi aplikasi khusus yang digunakan oleh admin


#/tmp >> folder untuk digunakan oleh semua aplikasi yang memerlukan ruang untuk membaut temporary file saat aplikasi bekerja.


#/opt >> folder untuk meletakan aplikasi portable yang dikelola manual oleh user


Komentar

Postingan populer dari blog ini

Methods Engineering

Aspek teknik industri yang berkaitan dengan analisis dan desain metode dan sistem kerja, termasuk pemilihan teknologi operasi atau proses, spesifikasi jenis dan lokasi peralatan, desain tugas-tugas manual dan pekerja-mesin. Dapat mencakup desain kontrol untuk memastikan tingkat output, inventaris, kualitas, dan biaya yang tepat.

Parity Bit

  A parity bit, or check bit is a bit added to the end of a string of binary code that indicates whether the number of bits in the string with the value one is even or odd. Parity bit are used as the simplest form of error detecting code. There are two variants of parity bits: even parity bit and odd parity bit. In the case of even parity, the number of bits whose value is 1 in a given set are counted. If that total is odd, the parity bit value is set to 1, making the total count of 1's in the set an even number. If the count of ones in a given set of bits is already even, the parity bit's value remains 0.