Dokumen ini memberikan instruksi lengkap untuk menginstal dan mengonfigurasi proxy server pada sistem operasi Linux Debian. Langkah-langkahnya meliputi pengaturan interface jaringan, penambahan repository, instalasi paket squid, konfigurasi file squid.conf untuk mengatur port dan akses, pemblokiran situs dan kata kunci tertentu, penambahan iptables, serta konfigurasi jaringan antara Debian dan VirtualBox untuk pengujian proxy server.
Suatu konsep dimana beberapa komputer dalam suatu perumahan atau blok dapat saling berhubungan dan dapat berbagi data serta informasi. Konsep lain dari RT/RW Net adalah memberdayakan pemakain internet dimana fasilitas internet tersedia selama 24 jam sehari selama sebulan dimana biaya yang akan dikeluarkan akan murah karena semua biaya pembangunan infrastruktur, operasional dan biaya langganan akan ditanggung bersama. Pada mulanya Rt/Rw-net muncul untuk menjembatani antara masyarakat luas yang menginginkan internet murah dengan keterbatasan jaringan internet dari para operator maupun ISP, jadi selain untuk profit keberadaan Rt/Rw-net sebagai social network juga istilahnya, karena memang kebanyakan yang menjadi pelanggan rt/rw-net adalah tetangga-tetangga masyarakat sekitar para penggiat rt/rw-net juga, dan juga untuk menjangkau daerah kelas menengah seperti kos-kosaan-kontrakan, komplek padat penduduk maupun wilayah pinggiran kota maupun desa
This document discusses debugging the ACPI subsystem in the Linux kernel. It provides an overview of the ACPI subsystem and components like ACPICA and the namespace. It describes how to enable ACPI debug logging via the acpi.debug_layer and acpi.debug_level kernel parameters. It also covers overriding ACPI definition blocks tables and tracing ACPI temperature as a debugging case study.
Soal Modul A Linux Environment LKS SMK NTB 2018I Putu Hariyadi
油
Dokumen tersebut berisi soal ujian praktik konfigurasi jaringan Linux yang terdiri dari 4 tugas pada 4 mesin virtual Linux. Tugas pertama adalah konfigurasi server Linux untuk berbagai layanan jaringan. Tugas kedua adalah konfigurasi router Linux. Tugas ketiga adalah konfigurasi klien Linux. Tugas keempat adalah konfigurasi klien VPN Linux. Peserta diharuskan mengkonfigurasi berbagai layanan jaringan seperti DNS, NTP
Syarifudin, buku spesifikasi komputer grafisSyarifudin Amq
油
Dokumen tersebut memberikan spesifikasi komputer yang dianjurkan untuk desainer grafis dengan total biaya sekitar 12 juta rupiah, meliputi prosesor, motherboard, VGA, memori, hardisk, casing, monitor, power supply, tablet pen, speaker, UPS, mouse, keyboard, dan optical disk. Juga diberikan ringkasan singkat tentang jurnal mahasiswa teknologi pendidikan yang mencakup penelitian dan perkembangan bidang teknologi pendidikan.
This document discusses adding support for PCI Express and new chipset emulation to Qemu. It introduces a new Q35 chipset emulator with support for 64-bit BAR, PCIe MMCONFIG, multiple PCI buses and slots. Future work includes improving PCIe hotplug, passthrough and power management as well as switching the BIOS to SeaBIOS and improving ACPI table support. The goal is to modernize Qemu's emulation of PCI features to match capabilities of newer hardware.
Cara menginstal linux red hat melalui virtual box by ricky suadma Ricky Suadma
油
Instruksi ini memberikan langkah-langkah untuk menginstalasi sistem operasi Red Hat Linux menggunakan Oracle VM VirtualBox, meliputi pembuatan mesin virtual, partisi hard disk, instalasi sistem operasi, dan konfigurasi awal setelah instalasi selesai.
Dokumen tersebut membahas tentang konsep concurrency pada bahasa pemrograman Kotlin. Dibahas mengenai coroutine, job, channel, dan dispatcher yang merupakan fitur utama untuk mengimplementasikan concurrency pada Kotlin. Diberikan juga contoh kode untuk mendemonstrasikan penggunaan fitur-fitur tersebut.
This document provides an introduction to Linux drivers. It discusses the ecosystem of Linux drivers, types of Linux drivers, driver layering, related commands and configurations. It also guides the reader in creating their first Linux driver, covering basics like the module constructor, destructor, printk function and building the driver module.
Launch the First Process in Linux SystemJian-Hong Pan
油
The session: https://coscup.org/2022/en/session/AGCMDJ
After Linux kernel boots, it will try to launch first process init in User Space. Then, the system begins the featured journey of the Linux distribution.
This sharing takes Busybox as the example and shows that how does Linux kernel find the init which directs to the Busybox. And, what will Busybox do and how to get the console. Try to make it like a simple Linux system.
Before Linux kernel launches init process, the file system and storage corresponding drivers/modules must be loaded to find the init. Besides, to mount the root file system correctly, the kernel boot command must include the root device and file system format parameters.
On the other hand, the Busybox directed from init is a lightweight program, but has rich functions, just like a Swiss Army Knife. So, it is usually used on the simple environment, like embedded Linux system.
This sharing will have a demo on a virtual machine first, then on the Raspberry Pi.
Drafts:
* https://hackmd.io/@starnight/Busbox_as_the_init
* https://hackmd.io/@starnight/Build_Alpines_Root_Filesystem_Bootstrap
Relate idea: https://hackmd.io/@starnight/Systems_init_and_Containers_COMMAND_Dockerfiles_CMD
The document discusses software driven verification using Xilinx's xsim simulator. It describes using the Xilinx Simulator Interface (XSI) which allows a C/C++ program to act as a testbench for an HDL design in xsim. It provides details on how to use XSI functions like getting port numbers and values, running simulation, and controlling simulation from C++. It also discusses calling XSI functions through dynamic linking and using SystemVerilog DPI to directly access the DUT from C++.
Vulkan is a graphics and compute API that specifies shader programs, compute kernels, objects, and operations to produce high-quality 3D graphical images. It uses a programmable and state-driven pipeline model with fixed-function stages invoked by drawing operations. The API consists of commands, structures, and functions to define and manage physical devices, logical devices, command buffers, and pipelines for graphics and compute workloads. Key concepts include the use of queues to submit command buffers and synchronize access across multiple threads of execution.
Pelatihan Interkoneksi Jaringan OPD PEMKOT Mataram menggunakan VPNI Putu Hariyadi
油
Dokumen tersebut membahas pelatihan interkoneksi jaringan organisasi perangkat daerah Pemkot Mataram menggunakan jaringan virtual private network (VPN). Termasuk konfigurasi jaringan ujicoba, site-to-site dan remote access VPN, pengalamatan IP client, akses Mikrotik melalui Winbox, dan konfigurasi dasar router OPD seperti hostname, alamat IP interface, default route, DNS, dan NAT untuk berbagi koneksi internet.
Load Testing - How to Stress Your Odoo with LocustOdoo
油
This document discusses using Locust to perform load testing on an Odoo instance. It provides context on setting up and configuring an Odoo server for optimal performance. It then introduces Locust as a tool for stress testing by generating simulated user load and traffic. The demonstration section shows how to create a Locust test by defining tasks for interacting with Odoo via XMLRPC. The conclusion reminds that Locust can help answer questions about a server's maximum load capacity and required hardware.
CanSecWest 2017 - Port(al) to the iOS CoreStefan Esser
油
This document discusses a new iOS kernel exploitation technique that involves manipulating mach ports. It fills the kernel heap with pointers to mach ports, then overwrites those pointers to fake ports that point to attacker-controlled data structures. This allows calling kernel APIs and the Mach API using the fake ports to potentially execute arbitrary code or escalate privileges. The technique was previously private but was leaked in late 2016 and used in the Yalu jailbreak.
Intel trusted execution environment, SGX, offers an attractive solution for protecting one's private data in the public cloud environment, even in the presence of a malicious OS or VMM.
In this talk, we will:
* explore how SGX mitigates various attack surfaces and the caveats of naively using the technology to protect applications,
* discuss the performance implications of SGX on common applications and understand the new bottlenecks created by SGX, which may lead to a 5X performance degradation.
* describe an optimized SGX interface, HotCalls, that provides a 13-27x speedup compared to the built-in mechanism supplied by the SGX SDK.
* discuss how it is possible for the OS to manage secure memory without having access to it.
* explore various attack surfaces and published attacks which require collusion with the OS. Specifically, page-fault and page-fault-less controlled channel attacks, branch-shadowing attacks and potential mitigations.
Ofir Weisse is a Researcher PhD Student at University of Michigan.
Video available at: https://www.youtube.com/watch?v=I3TCctdnOEc
Understanding of linux kernel memory modelSeongJae Park
油
SeongJae Park introduces himself and his work contributing to the Linux kernel memory model documentation. He developed a guaranteed contiguous memory allocator and maintains the Korean translation of the kernel's memory barrier documentation. The document discusses how the increasing prevalence of multi-core processors requires careful programming to ensure correct parallel execution given relaxed memory ordering. It notes that compilers and CPUs optimize for instruction throughput over programmer goals, and memory accesses can be reordered in ways that affect correctness on multi-processors. Understanding the memory model is important for writing high-performance parallel code.
Netronome's half-day tutorial on host data plane acceleration at ACM SIGCOMM 2018 introduced attendees to models for host data plane acceleration and provided an in-depth understanding of SmartNIC deployment models at hyperscale cloud vendors and telecom service providers.
Presenter Bios
Jakub Kicinski is a long term Linux kernel contributor, who has been leading the kernel team at Netronome for the last two years. Jakubs major contributions include the creation of BPF hardware offload mechanisms in the kernel and bpftool user space utility, as well as work on the Linux kernel side of OVS offload.
David Beckett is a Software Engineer at Netronome with a strong technical background of computer networks including academic research with DDoS. David has expertise in the areas of Linux architecture and computer programming. David has a Masters Degree in Electrical, Electronic Engineering at Queens University Belfast and continues as a PhD student studying Emerging Application Layer DDoS threats.
1. Topologi jaringan komputer meliputi bus, star, ring, mesh, dan tree.
2. Masing-masing topologi memiliki kelebihan dan kelemahan tertentu seperti biaya kabel, keamanan, skalabilitas, dan ketahanan terhadap kerusakan.
3. Pemilihan topologi tepat bergantung pada ukuran jaringan, aplikasi yang digunakan, dan faktor biaya.
LinuxCon 2015 Linux Kernel Networking WalkthroughThomas Graf
油
This presentation features a walk through the Linux kernel networking stack for users and developers. It will cover insights into both, existing essential networking features and recent developments and will show how to use them properly. Our starting point is the network card driver as it feeds a packet into the stack. We will follow the packet as it traverses through various subsystems such as packet filtering, routing, protocol stacks, and the socket layer. We will pause here and there to look into concepts such as networking namespaces, segmentation offloading, TCP small queues, and low latency polling and will discuss how to configure them.
This document provides instructions for configuring DHCP on a Cisco ASA 5505 firewall. It describes setting the inside interface IP address, assigning network ports, configuring the DHCP address pool and range for the inside interface, specifying DNS servers, and enabling DHCP. Running "shdhcpd binding" displays devices receiving DHCP addresses from the firewall.
Sistem operasi lain dapat terhapus selama instalasi Ubuntu jika pengguna tidak hati-hati dalam membuat partisi baru dan memilih untuk menghapus sistem operasi sebelumnya. Data juga dapat hilang jika disimpan pada partisi yang dihapus selama proses instalasi. Lemahnya proses instalasi dapat terjadi jika pengguna memilih untuk mengunduh pembaruan saat instalasi dilakukan secara online.
Cara menginstal linux red hat melalui virtual box by ricky suadma Ricky Suadma
油
Instruksi ini memberikan langkah-langkah untuk menginstalasi sistem operasi Red Hat Linux menggunakan Oracle VM VirtualBox, meliputi pembuatan mesin virtual, partisi hard disk, instalasi sistem operasi, dan konfigurasi awal setelah instalasi selesai.
Dokumen tersebut membahas tentang konsep concurrency pada bahasa pemrograman Kotlin. Dibahas mengenai coroutine, job, channel, dan dispatcher yang merupakan fitur utama untuk mengimplementasikan concurrency pada Kotlin. Diberikan juga contoh kode untuk mendemonstrasikan penggunaan fitur-fitur tersebut.
This document provides an introduction to Linux drivers. It discusses the ecosystem of Linux drivers, types of Linux drivers, driver layering, related commands and configurations. It also guides the reader in creating their first Linux driver, covering basics like the module constructor, destructor, printk function and building the driver module.
Launch the First Process in Linux SystemJian-Hong Pan
油
The session: https://coscup.org/2022/en/session/AGCMDJ
After Linux kernel boots, it will try to launch first process init in User Space. Then, the system begins the featured journey of the Linux distribution.
This sharing takes Busybox as the example and shows that how does Linux kernel find the init which directs to the Busybox. And, what will Busybox do and how to get the console. Try to make it like a simple Linux system.
Before Linux kernel launches init process, the file system and storage corresponding drivers/modules must be loaded to find the init. Besides, to mount the root file system correctly, the kernel boot command must include the root device and file system format parameters.
On the other hand, the Busybox directed from init is a lightweight program, but has rich functions, just like a Swiss Army Knife. So, it is usually used on the simple environment, like embedded Linux system.
This sharing will have a demo on a virtual machine first, then on the Raspberry Pi.
Drafts:
* https://hackmd.io/@starnight/Busbox_as_the_init
* https://hackmd.io/@starnight/Build_Alpines_Root_Filesystem_Bootstrap
Relate idea: https://hackmd.io/@starnight/Systems_init_and_Containers_COMMAND_Dockerfiles_CMD
The document discusses software driven verification using Xilinx's xsim simulator. It describes using the Xilinx Simulator Interface (XSI) which allows a C/C++ program to act as a testbench for an HDL design in xsim. It provides details on how to use XSI functions like getting port numbers and values, running simulation, and controlling simulation from C++. It also discusses calling XSI functions through dynamic linking and using SystemVerilog DPI to directly access the DUT from C++.
Vulkan is a graphics and compute API that specifies shader programs, compute kernels, objects, and operations to produce high-quality 3D graphical images. It uses a programmable and state-driven pipeline model with fixed-function stages invoked by drawing operations. The API consists of commands, structures, and functions to define and manage physical devices, logical devices, command buffers, and pipelines for graphics and compute workloads. Key concepts include the use of queues to submit command buffers and synchronize access across multiple threads of execution.
Pelatihan Interkoneksi Jaringan OPD PEMKOT Mataram menggunakan VPNI Putu Hariyadi
油
Dokumen tersebut membahas pelatihan interkoneksi jaringan organisasi perangkat daerah Pemkot Mataram menggunakan jaringan virtual private network (VPN). Termasuk konfigurasi jaringan ujicoba, site-to-site dan remote access VPN, pengalamatan IP client, akses Mikrotik melalui Winbox, dan konfigurasi dasar router OPD seperti hostname, alamat IP interface, default route, DNS, dan NAT untuk berbagi koneksi internet.
Load Testing - How to Stress Your Odoo with LocustOdoo
油
This document discusses using Locust to perform load testing on an Odoo instance. It provides context on setting up and configuring an Odoo server for optimal performance. It then introduces Locust as a tool for stress testing by generating simulated user load and traffic. The demonstration section shows how to create a Locust test by defining tasks for interacting with Odoo via XMLRPC. The conclusion reminds that Locust can help answer questions about a server's maximum load capacity and required hardware.
CanSecWest 2017 - Port(al) to the iOS CoreStefan Esser
油
This document discusses a new iOS kernel exploitation technique that involves manipulating mach ports. It fills the kernel heap with pointers to mach ports, then overwrites those pointers to fake ports that point to attacker-controlled data structures. This allows calling kernel APIs and the Mach API using the fake ports to potentially execute arbitrary code or escalate privileges. The technique was previously private but was leaked in late 2016 and used in the Yalu jailbreak.
Intel trusted execution environment, SGX, offers an attractive solution for protecting one's private data in the public cloud environment, even in the presence of a malicious OS or VMM.
In this talk, we will:
* explore how SGX mitigates various attack surfaces and the caveats of naively using the technology to protect applications,
* discuss the performance implications of SGX on common applications and understand the new bottlenecks created by SGX, which may lead to a 5X performance degradation.
* describe an optimized SGX interface, HotCalls, that provides a 13-27x speedup compared to the built-in mechanism supplied by the SGX SDK.
* discuss how it is possible for the OS to manage secure memory without having access to it.
* explore various attack surfaces and published attacks which require collusion with the OS. Specifically, page-fault and page-fault-less controlled channel attacks, branch-shadowing attacks and potential mitigations.
Ofir Weisse is a Researcher PhD Student at University of Michigan.
Video available at: https://www.youtube.com/watch?v=I3TCctdnOEc
Understanding of linux kernel memory modelSeongJae Park
油
SeongJae Park introduces himself and his work contributing to the Linux kernel memory model documentation. He developed a guaranteed contiguous memory allocator and maintains the Korean translation of the kernel's memory barrier documentation. The document discusses how the increasing prevalence of multi-core processors requires careful programming to ensure correct parallel execution given relaxed memory ordering. It notes that compilers and CPUs optimize for instruction throughput over programmer goals, and memory accesses can be reordered in ways that affect correctness on multi-processors. Understanding the memory model is important for writing high-performance parallel code.
Netronome's half-day tutorial on host data plane acceleration at ACM SIGCOMM 2018 introduced attendees to models for host data plane acceleration and provided an in-depth understanding of SmartNIC deployment models at hyperscale cloud vendors and telecom service providers.
Presenter Bios
Jakub Kicinski is a long term Linux kernel contributor, who has been leading the kernel team at Netronome for the last two years. Jakubs major contributions include the creation of BPF hardware offload mechanisms in the kernel and bpftool user space utility, as well as work on the Linux kernel side of OVS offload.
David Beckett is a Software Engineer at Netronome with a strong technical background of computer networks including academic research with DDoS. David has expertise in the areas of Linux architecture and computer programming. David has a Masters Degree in Electrical, Electronic Engineering at Queens University Belfast and continues as a PhD student studying Emerging Application Layer DDoS threats.
1. Topologi jaringan komputer meliputi bus, star, ring, mesh, dan tree.
2. Masing-masing topologi memiliki kelebihan dan kelemahan tertentu seperti biaya kabel, keamanan, skalabilitas, dan ketahanan terhadap kerusakan.
3. Pemilihan topologi tepat bergantung pada ukuran jaringan, aplikasi yang digunakan, dan faktor biaya.
LinuxCon 2015 Linux Kernel Networking WalkthroughThomas Graf
油
This presentation features a walk through the Linux kernel networking stack for users and developers. It will cover insights into both, existing essential networking features and recent developments and will show how to use them properly. Our starting point is the network card driver as it feeds a packet into the stack. We will follow the packet as it traverses through various subsystems such as packet filtering, routing, protocol stacks, and the socket layer. We will pause here and there to look into concepts such as networking namespaces, segmentation offloading, TCP small queues, and low latency polling and will discuss how to configure them.
This document provides instructions for configuring DHCP on a Cisco ASA 5505 firewall. It describes setting the inside interface IP address, assigning network ports, configuring the DHCP address pool and range for the inside interface, specifying DNS servers, and enabling DHCP. Running "shdhcpd binding" displays devices receiving DHCP addresses from the firewall.
Sistem operasi lain dapat terhapus selama instalasi Ubuntu jika pengguna tidak hati-hati dalam membuat partisi baru dan memilih untuk menghapus sistem operasi sebelumnya. Data juga dapat hilang jika disimpan pada partisi yang dihapus selama proses instalasi. Lemahnya proses instalasi dapat terjadi jika pengguna memilih untuk mengunduh pembaruan saat instalasi dilakukan secara online.
Instalasi linux ubuntu dan windows 7 lengkap Lela Warni
油
Persiapan instalasi sistem operasi pada komputer meliputi: (1) memeriksa hardware komputer, (2) menentukan apakah instalasi baru atau reinstalasi, (3) memilih sistem operasi yang akan diinstal, (4) menyiapkan media instalasi, dan (5) membackup data penting. Hal ini penting untuk memastikan proses instalasi berjalan lancar.
Sistem operasi server dirancang khusus untuk menangani beban jaringan dengan lebih cepat dan stabil dibandingkan sistem operasi desktop. Dokumen ini membahas perbedaan antara sistem operasi server dan desktop, contoh sistem operasi server populer seperti Windows Server dan Linux, serta tugas dan fungsi utama sistem operasi server seperti berbagi file dan printer, layanan database, halaman web, dan pesan.
Sistem Operasi Jaringan ( Analisis Kebutuhan Perangkat hardware & software se...Dewi Purnama Sari
油
Dokumen ini membahas analisis kebutuhan perangkat keras dan lunak untuk sistem jaringan komputer. Ia menjelaskan komponen perangkat keras seperti personal computer, network interface card, kabel jaringan, konektor, hub/switch, modem, bridge, dan repeater. Dokumen ini juga membahas perangkat lunak seperti sistem operasi, web server, web browser, dan file transfer protocol. Analisis kebutuhan perangkat keras dan lunak diperlukan untuk memilih konfigurasi sistem jaringan yang t
Perakitan komputer tata letak komponen komputer - motherboardVictor Tengker
油
Motherboard adalah papan sirkuit tercetak utama yang menghubungkan dan mengontrol berbagai komponen utama dalam komputer seperti CPU, RAM, slot ekspansi, dan port-port I/O. Chipset motherboard menentukan kompatibilitas dan kinerja motherboard dengan komponen lainnya.
Dokumen tersebut membahas tentang sistem operasi komputer dan jaringan. Secara garis besar dibahas tentang sejarah perkembangan sistem operasi mulai dari generasi pertama hingga generasi terkini beserta contoh-contoh sistem operasinya seperti Windows, Linux, dan Unix.
Dokumen tersebut membahas tentang perangkat keras dan lunak komputer. Perangkat keras meliputi perangkat masukan seperti mouse dan keyboard, serta perangkat keluaran seperti monitor dan printer. Perangkat lunak terbagi menjadi sistem operasi dan aplikasi, dengan sistem operasi meliputi Windows, Mac, dan Linux. Manusia sebagai pengguna komputer dibedakan menjadi system analyst, programmer, dan operator.
Windows 7 diluncurkan pada tahun 2009 sebagai pengganti Windows Vista. Sistem operasi ini dirancang untuk menyediakan fitur baru seperti antarmuka pengguna yang lebih menarik serta meningkatkan kinerja boot dan penutupan. Windows 7 hadir dalam enam edisi dan membutuhkan spesifikasi minimum seperti processor 1 GHz dan RAM minimal 1 GB. Proses instalasi meliputi partisi harddisk, pemasangan kunci produk, dan konfigurasi akun pengguna.
Bg prakarya sma kelas x kurikulum 2013_[blogerkupang.com]Randy Ikas
油
Buku ini memberikan panduan pembelajaran mata pelajaran Prakarya dan Kewirausahaan untuk siswa kelas X SMA/MA berdasarkan kurikulum 2013. Materi pelajaran terdiri atas empat strand yaitu kerajinan, rekayasa, budidaya, dan pengolahan yang disesuaikan dengan potensi daerah. Panduan ini memberikan penjelasan tujuan, prinsip pembelajaran, dan contoh kegiatan pembelajaran untuk masing-masing strand.
Langkah-langkah instalasi sistem operasi OpenSuse di Virtual Box meliputi penentuan ukuran RAM dan hard drive, memilih jenis CD OpenSuse, memasang CD dan memulai instalasi, memilih bahasa dan waktu, membuat partisi, mengisi informasi pengguna, mereboot sistem setelah instalasi selesai.
Teks tersebut memberikan tutorial lengkap tentang cara instalasi Linux Mint menggunakan VirtualBox dengan 35 langkah mulai dari membuat virtual machine baru, menambahkan file ISO Linux Mint, melakukan partisi disk virtual, hingga proses instalasi dan konfigurasi awal Linux Mint.
Dokumen tersebut memberikan panduan langkah-langkah untuk menginstal Linux Mint di VirtualBox, dimulai dari pengaturan VirtualBox, pengenalan Linux Mint dan proses instalasi Linux Mint secara berurutan beserta ilustrasinya.
Langkah-langkah mudah untuk menginstal Linux Mint menggunakan VirtualBox meliputi pengaturan memori, penyimpanan, dan penambahan file ISO sebelum instalasi, kemudian memulai instalasi dan mengatur bahasa, ukuran partisi, dan waktu sebelum reboot untuk menyelesaikan instalasi Linux Mint.
Ringkasan dokumen tersebut adalah sebagai berikut:
Tutorial ini memberikan panduan lengkap untuk melakukan instalasi Linux secara manual dengan membuat partisi Linux secara khusus untuk sistem operasi tersebut. Langkah-langkah pentingnya adalah membuat partisi swap, partisi root "/", dan opsional partisi "/home", kemudian memformat dan menginstal Linux pada partisi yang telah dibuat.
Studi Islam Internasional Kajian dan Pendekatan Multidisipliner Dr. Sumartoroqmitailp061
油
Studi Islam Internasional Kajian dan Pendekatan Multidisipliner Dr. Sumarto
Studi Islam Internasional Kajian dan Pendekatan Multidisipliner Dr. Sumarto
Studi Islam Internasional Kajian dan Pendekatan Multidisipliner Dr. Sumarto
Materi Seminar Kepemimpinan Kristen pada Era AISABDA
油
Di tengah derasnya arus teknologi AI, bagaimana pemimpin Kristen dapat tetap menjalankan panggilan dan fungsinya berdasarkan firman Tuhan, tetapi tetap relevan?
Mari bergabung dalam seminar MLC: "Kepemimpinan Kristen pada Era AI". Ini adalah momen penting bagi para pemimpin Kristen, hamba Tuhan, dan siapa saja yang rindu memahami tantangan sekaligus menggali peluang untuk mempraktikkan kepemimpinan alkitabiah yang relevan pada era AI ini. Jangan lewatkan!
Silahkan akses arsip kelas SABDA MLC lainnya di situs:
live.sabda.org
pesta.org
dan YouTube Channel:
SABDA Alkitab
Manajemen Mutu Terpadu MMT TQM Teori dan Penerapan di Lembaga Pendidikan Suta...mesgkdl471
油
Manajemen Mutu Terpadu MMT TQM Teori dan Penerapan di Lembaga Pendidikan Sutarto Hp
Manajemen Mutu Terpadu MMT TQM Teori dan Penerapan di Lembaga Pendidikan Sutarto Hp
Manajemen Mutu Terpadu MMT TQM Teori dan Penerapan di Lembaga Pendidikan Sutarto Hp
Narasumber/ Pemateri Training : Kanaidi, SE., M.Si., cSAP., CBCM
HP/wa. 0812 2353 284
e-mail : kanaidi63@gmail.com
-----------------------------------------
bagi para Karyawan *PT Dana Kaya* dan *PT Paltec Asia (JAKARTA)*
yang diselenggarakan *Hotel H! Senen - Jakarta* (tgl. 22-23 Mei 2025)
3. 1.Name: berikan nama OS nya
2.Type: jenis OS yang akan digunakan
3.Version: versi dan jenis arsitektur OS (32bit atau 64bit)
Pada contoh memakai Linux Lite yang basisnya Ubuntu 12.04
Klik Next>
4. Berikan virtual RAM yang akan digunakan oleh OS yang akan
diinstal pada VirtualBox, jumlahnya sebaiknya jangan lebih dari
separuh RAM fisik komputer.
Misal memori fisik yang terbaca 2GB (cek dengan perintah
dxdiag pada Start Menu), maka gunakan max 1 GB
25. Kalau ingin menggunakan seluruh harddisk, pilih Erase disk and
install Linux
Tapi bila ingin menentukan partisi sendiri, pilih Something Else
26. Mengedit partisi sendiri (bila memilih Something Else)
1.Saat membuat harddisk virtual pertama kali, harddisk belum
dipartisi
2.Klik New Partition Table untuk membuat partisinya
28. Harddisk virtual sudah tampak dengan kapasitas 8589 MB.
Gunakan tanda (+) dan (-) untuk menambah atau menghapus
partisi.
(Keterangan partisi ada di slide selanjutnya)
29. Partisi yang digunakan oleh OS berbasis Linux memakai
konfigurasi yang berbeda dibandingkan dengan yang digunakan
oleh Windows.
Partisi yang umum digunakan yaitu:
Partisi /
disebut juga partisi root, adalah partisi untuk sistem, hampir
sama dengan partisi C pada Windows, disini untuk menginstal
sistem operasi
Partisi /home
partisi untuk menyimpan data user, setara drive D,E,...,dll
pada Windows.
Partisi swap
fungsinya untuk memory virtual jika memory RAM yang
digunakan habis
30. Untuk membuat partisi, tidak ada keharusan mana yang akan
dibuat pertama kali, tetapi untuk memudahkan buat saja partisi
swapnya dulu sebesar 500 MB.
Use as: swap area (pilihannya pada drop down menu)
32. Selanjutnya, buat partisi / (root), klik di bagian free space
kemudian pilih +
Pada jendela Create Partition, ubah nilai Size menjadi 6000MB
Use as Ext4 journaling file system
Mount point /
34. Tahap selanjutnya adalah membuat partisi /home, caranya
hampir sama dengan membuat partisi /, yang membedakan
adalah ukuran size tidak perlu diganti cukup pakai sisanya.
Pilih mount point sebagai /home. Klik OK
36. Pilih Makassar, alasannya adalah zona waktu yang sama dengan
WITA (bisa klik di peta, atau ketik Makassar di menu isian)
37. Untuk keyboard layout, biarkan default saja karena umumnya
yang digunakan adalah English (US)
38. Isi Your name dan Pick a username
Untuk password harus diisi, usahakan minimal 6 karakter
Pilihan Log in automatically, agar saat komputer dihidupkan
pertama kali langsung masuk ke desktop
Jika memilih Require my password to log in maka saat log in akan
diminta password yang kita berikan tadi
43. Untuk instalasi pada komputer PC atau laptop, tidak ada
perbedaan yang mendasar dari langkah-langkah di atas.
Perbedaannya mungkin terletak pada ukuran kapasitas harddisk,
kapasitas RAM, dan metode instalasinya yang bisa menggunakan
media CD/DVD-ROM atau USB Flashdisk.
OS berbasis linux versi terbaru biasanya sudah bisa mendeteksi
sebagian besar hardware komputer sehingga tidak perlu
direpotkan lagi seperti instalasi pada Windows XP, maupun
Windows 7.
44. SELAMAT!!!
ANDA TELAH BERHASIL MENGINSTAL
SISTEM OPERASI BERBASIS LINUX
MENGGUNAKAN VIRTUALBOX