Skip to content

Instantly share code, notes, and snippets.

View andisugandi's full-sized avatar

Andi Sugandi andisugandi

View GitHub Profile
@andisugandi
andisugandi / URL-YouTube-LNX4C.csv
Last active March 3, 2024 18:25
URL Rekaman Live Session LNX4C (September s.d November, 2022)
BAB JUDUL URL
1 Memulai dengan Red Hat Enterprise Linux https://youtu.be/p0R3G28Ep6w
2 Akses Baris Perintah https://youtu.be/NzLOXOFrEdA
3 Mengelola File-File dari Baris Perintah https://youtu.be/1cmWZvHjG5U
3 + 4 Mengelola File dari Baris Perintah & Mendapat Bantuan dari RHEL https://youtu.be/_IfmTKkgBqk
5 Membuat Melihat dan Mengubah Beragam File Teks https://youtu.be/QATcwwElsIg
6 Mengatur Pengguna Lokal dan Beragam Grup https://youtu.be/0RZWaz4VgCI
7 Mengatur Akses File https://youtu.be/0fdqPowagt4
8 Mengamati dan Mengatur Berbagai Proses Linux https://youtu.be/-1B6ukoXXoE
9 Mengatur Berbagai Layanan dan Layanan Otomatis https://youtu.be/5UrIkCmKfrs
@andisugandi
andisugandi / cost_revenue_clean.csv
Created November 8, 2021 15:36
cost_revenue_clean.csv
production_budget_usd worldwide_gross_usd
1000000 26
10000 401
400000 423
750000 450
10000 527
1800000 673
1000000 703
6600000 828
1000000 884
@andisugandi
andisugandi / download_film_data_thenumbers.com.py
Last active November 10, 2021 04:55
Download Film Data the-numbers.com
import csv,os
from bs4 import BeautifulSoup
from urllib.request import Request, urlopen, URLError
from selenium import webdriver
counter = 0
currentDir=os.getcwd()
filename = currentDir + "/theNumbersScraper.csv"
pagecount = 1
@andisugandi
andisugandi / FilmCost-v.s-GlobalRevenue.ipynb
Last active November 8, 2021 15:07
FilmCost-v.s-GlobalRevenue.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Moodle

MOODLE (singkatan dari Modular Object-Oriented Dynamic Learning Environment) adalah paket perangkat lunak yang diproduksi untuk kegiatan belajar berbasis internet dan situs web yang menggunakan prinsip social constructionist pedagogy.

Hardware Requirement

  • Disk space: 200MB for the Moodle code, plus as much as you need to store content. 5GB is probably a realistic minimum.
  • Processor: 1GHz (min), 2GHz dual core or more recommended.
  • Memory: 512MB (min), 1GB or more is recommended. 8GB plus is likely on a large production server
  • Consider separate servers for the web "front ends" and the database. It is much easier to "tune"
# dockerfile to build image for JBoss EAP 6.4
# start from rhel 7.2
FROM rhel
# file author / maintainer
MAINTAINER "FirstName LastName" "emailaddress@gmail.com"
# update OS
RUN yum -y update && \
@andisugandi
andisugandi / index.php
Created November 9, 2020 08:04
Cooming Soon Web File
<!DOCTYPE html>
<html>
<style>
body, html {
height: 100%;
margin: 0;
}
.bgimg {
background-image: url('/w3images/dawn.jpeg');