Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
AbahDoku Custom
Serba-serbi Windows
AbahDoku Wiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Docker
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Install : Docker pada Ubuntu Server 20.04 LTS di Mesin Server== ===Install Docker=== Install beberapa syaratnya dulu : sudo apt install apt-transport-https ca-certificates curl software-properties-common gnupg-agent -y Tambahkan docker gpg key curl -fsSL https://download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release)/gpg | sudo apt-key add - Tambahkan reposistory sudo add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release) $(lsb_release -cs) stable" Install Docker, Compose dan Container sudo apt install docker-ce docker-compose containerd.io -y Tempelkan Docker di dalam System dan jalankan sudo systemctl enable docker && sudo systemctl start docker Tambahkan user ke Grup Docker sudo usermod -aG docker $USER Authentikasi ulang agar user grup dapat diterapkan. su - $USER ===Install MSSQL Server=== Cara install MSSQL Server di Docker dapat dilihat di sini [[MSSQL Server]] ===Wake On LAN di Ubuntu Server 20.04 LTS=== ==== Install ethtool==== <span style="color:grey">sudo apt update sudo apt -y install ethtool</span> ====Cek Nama Interface==== <span style="color:blue">ip a</span> Contoh beberapa hasil pengecekan lengkap dgn Mac Address : <span style="color:yellow">eno1 b4:74:f1:ea:2d:78 eno2 b4:74:f1:ea:2d:79</span> ====Aktifkan WOL pada interface==== sudo ethtool -s INTERFACE wol g ====Make It Stick==== Ini agar bisa berjalan di system Edit sudo nano /etc/systemd/system/wol.service Disini dengan tulisan berikut : [Unit] Description=Configure Wake On LAN [Service] Type=oneshot ExecStart=/sbin/ethtool -s eno1 wol g ExecStart=/sbin/ethtool -s en02 wol g [Install] WantedBy=basic.target Jalankan : sudo systemctl daemon-reload sudo systemctl enable wol.service sudo systemctl start wol.service ====Di PC yang akan menyalakan==== sudo apt update sudo apt -y install wakeonlan Nyalakan Server dengan wakeonlan dari pc remote wakeonlan MAC wakeonlan b4:74:f1:ea:2d:78 atau wakeonlan b4:74:f1:ea:2d:79
Summary:
Please note that all contributions to AbahDoku Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
AbahDoku Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width