rensetiawanren.hashnode.devHTML — cheatsheetDocument Outline <DOCTYPE> → Version of (X)HTML <html> → HTML Document <head> → Page Information <body> → Page contents Page Information <title> → Title <style> → Style resources <script> → Script resources <link /> → Relevant resources <base /> → Ba...Feb 4, 2024·2 min read
rensetiawanren.hashnode.devPart 1 | Fake E-commerce Job Interview InvitationIntro This article explains the characteristics of phishing websites by taking case examples from the X (Twitter) Workfess account. Phishers create a fake website blibli(dot)com and send phishing links to victims to deceive them. It is as if the mess...Jan 16, 2024·3 min read
rensetiawanren.hashnode.devCreating GitHub Template RepositoryYou can create a new repository in your GitHub account or any organization that has sufficient permissions. If you want to create a template from the existing repository go through STEP 2. STEP 1 (Create New Repository) In the upper right corner, u...Jan 22, 2023·3 min read
rensetiawanren.hashnode.devHow to Install Java on Manjaro LinuxInstall OpenJDK with “Terminal” Open your Terminal Type pamac install jdk-openjdk on your terminal and then press [ENTER] Wait for the downloading and installation progress. Install OpenJDK with “Software Manager” Open Add/Remove Software...Feb 4, 2022·1 min read