Compare commits
15
Commits
f15b55f9b3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b585b022d6 | ||
|
|
fea10b6bd9 | ||
|
|
7549d26ea1 | ||
|
|
f6bd48fbf5 | ||
|
|
02bd6471b4 | ||
|
|
e6a73d57d2 | ||
|
|
eaf2512691 | ||
|
|
abffc2de6a | ||
|
|
62a984a3b8 | ||
|
|
9acdcbff23 | ||
|
|
ecf4ee33e4 | ||
|
|
c70b1a1c24 | ||
|
|
30ff464ad3 | ||
|
|
6a6c0dd45a | ||
|
|
c5359f8a7e |
@@ -0,0 +1,26 @@
|
||||
name: Deploy PHP App
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-24.04
|
||||
labels:
|
||||
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-24.04-slim"
|
||||
- "ubuntu-24.04:docker://gitea/runner-images:ubuntu-24.04-slim"
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy via SSH
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
cd /home/willysr/public_html
|
||||
git fetch origin master
|
||||
git reset --hard origin/master
|
||||
@@ -1,13 +0,0 @@
|
||||
Here you can see a list of research topics that i'm interested in
|
||||
if you are planning to take thesis, this should gives you an idea of a proposal
|
||||
More topics will be added in the future
|
||||
|
||||
contact me at willysr@ti.ukdw.ac.id
|
||||
|
||||
TOPICS
|
||||
|
||||
Secure Authentication System
|
||||
- Password-less Authentication System
|
||||
- Secure Two-Factor Authentication System
|
||||
See http://www.fidoalliance.org/ and http://www.dynalogin.org/
|
||||
for more information about this topic
|
||||
@@ -74,7 +74,7 @@ include "includes/navbar.html";
|
||||
<li>Lecturer at <a href="http://www.ukdw.ac.id">UKDW</a> (2007-Current)</li>
|
||||
<li>Head of the UKDW Procurement Division (2012-2015).</li>
|
||||
<li>Head of Duta Wacana Training Center (2012-2015)</li>
|
||||
<li>Vice Dean: Students, Alumni, and Partnership Affairs, Information Technology Faculty, UKDW (2015-2023).</li>
|
||||
<li>Vice Dean: Students, Alumni, and Partnership Affairs, Information Technology Faculty, UKDW (2016-2023).</li>
|
||||
<li>Coordinator of External Outbound Program (2022 - 2026).</li>
|
||||
<li>Head of IT Center, UKDW (2026 - present).</li>
|
||||
</ol>
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - System Administration</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, System Administration, Informatika" />
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Technology</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Arsitektur Teknologi Informasi, Teknik Informatika" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Cloud Infrastructure</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Cloud Infrastructure, Informatika" />
|
||||
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 07.30 - 10.20<br/>Lab Big Data</p>
|
||||
<p>Grup A<br/>Hari Kamis<br/>Jam 13.30 - 16.20<br/>Lab Big Data</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
|
||||
@@ -25,7 +25,7 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<aside>
|
||||
<p>
|
||||
Grup A<br/>Hari Rabu<br/>Jam 07:30 - 10:00
|
||||
Grup A<br/>Hari Rabu<br/>Jam 07:30 - 10:00<br/>Ruang Lab Big Data
|
||||
</p>
|
||||
<p>
|
||||
</aside>
|
||||
@@ -56,7 +56,7 @@ include "../includes/courses.php";
|
||||
<li>Docker Compose</li>
|
||||
<li>Docker Swarm</li>
|
||||
<li>Docker Build and Docker Registries (Docker Hub)</li>
|
||||
<li>Introduction to Amazon ECS</li>
|
||||
<li>Introduction to Container Orchestration Tool (Dockhand)</li>
|
||||
<li>Introduction to Kubernetes Cluster Architectures and Installation</li>
|
||||
<li>Kubernetes Workloads (Pods, Deployment, ReplicaSets, NameSpaces)</li>
|
||||
<li>Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Port Forwarding)</li>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Relational Database Administration</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Administrasi Basis Data, Informatika" />
|
||||
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Rabu<br/>Jam 10:30 - 13.20<br/>Ruang </p>
|
||||
<p>Grup A<br/>Hari Rabu<br/>Jam 13:30 - 16.20<br/>Lab Big Data</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -48,7 +48,7 @@ akhir mata kuliah ini mahasiswa mampu untuk melakukan pengelolaan dasar dari seb
|
||||
<li>User Management</li>
|
||||
<li>Storage Engines</li>
|
||||
<li>Character Sets & Collations</li>
|
||||
<liTransactions & Locking</li>
|
||||
<li>Transactions & Locking</li>
|
||||
<li>Log Management</li>
|
||||
<li>Replication</li>
|
||||
<li>Backup & Restore</li>
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
<ul>
|
||||
<li><a href="../index.php">Home</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../tekkom-ti/">Computer Technology</a></li>
|
||||
<li><a href="../dbadmin-ti/">DB Admin</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../container-ti/">Container Orchestration</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../dbadmin-ti/">NoSQL Database</a></li>
|
||||
<li><a href="../tekkom-ti/">Computer Technology</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../cloud-infrastructure-ti/">Cloud infrastructure</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../manpro-ti/">Project Management</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../cloud-infrastructure-ti/">Cloud Infrastructure</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ if ($url)
|
||||
$string = preg_replace("/\"/", "", $string);
|
||||
echo trim($string) . "<br/>(" . $xml->channel->item[$x]->title . ")<br/>Source: <a href=\"http://www.quotationspage.com/\">QuotationsPage</a>";
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -22,12 +22,6 @@ include "includes/navbar.html";
|
||||
?>
|
||||
</header>
|
||||
<section class="right">
|
||||
<section class="quotes">
|
||||
<?php
|
||||
include "includes/quotes.php";
|
||||
?>
|
||||
</section>
|
||||
|
||||
<section class="biography">
|
||||
<header>Short Biography</header>
|
||||
<p>Willy Sudiarto Raharjo obtained his Bachelor Degree and Master degree in Computer Science from <a href="http://www.ukdw.ac.id/">Duta Wacana Christian University</a> in 2005 and <a href="http://www.ugm.ac.id/">Gadjah Mada
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Networks</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Jaringan Komputer, Informatika" />
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Cryptography</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Kriptografi, Teknik Informatika" />
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/> Senin<br/>Hari 08.30 - 11.20<br/>Jam <br/>Ruang</p>
|
||||
<p>Grup A<br/> Hari Kamis<br/>Jam 07.30 - 11.20<br/>Ruang: D.2.1</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
|
||||
+13
-12
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Technology</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Teknologi Komputer, Teknik Informatika" />
|
||||
@@ -24,8 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup C<br/>Hari Selasa<br/>Jam 07.30 - 10.20<br/>Ruang </p>
|
||||
<p>Grup B<br/>Hari Selasa<br/>Jam 10.30 - 13.20<br/>Ruang </p>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 10.30 - 13.20<br/>Ruang C.3.7</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -44,19 +43,19 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Hardware</li>
|
||||
<li>How Computer Works</li>
|
||||
<li>Programming Languages</li>
|
||||
<li>Introduction to the World of Technology</li>
|
||||
<li>Data Representation</li>
|
||||
<li>Algorithms</li>
|
||||
<li>Computing Hardwares (System Unit, Processing, Memory, Storage, I/O)</li>
|
||||
<li>Operating Systems</li>
|
||||
<li>Memory management</li>
|
||||
<li>Data Structure</li>
|
||||
<li>Operators</li>
|
||||
<li>Algorithms</li>
|
||||
<li>Databases</li>
|
||||
<li>Computer Networks</li>
|
||||
<li>Introduction to AI</li>
|
||||
<li>Computer and society</li>
|
||||
<li>Web Technologies</li>
|
||||
<li>Introduction to Artificial Intelligence</li>
|
||||
<li>Generative AI</li>
|
||||
<li>Computer Security and Privacy</li>
|
||||
<li>Cloud Computing</li>
|
||||
<li>Computer Ethics</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
@@ -65,6 +64,8 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Understanding Computer Today & Tomorrow (Deborah Morley, Charles S. Parker)</li>
|
||||
<li>Computing Essentials 2023, 29th edition (Timothy O’Leary, Linda O’Leary, Daniel O’Leary)</li>
|
||||
<li>Computer Science: An Overview 13th Edition (J. Glenn Brookshear, & Brookshear, J. G)</li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user