Skip to content
CompKu

CompKu

IT

  • Cybersecurity
    • Red Team
    • Blue Team
  • Networking
    • MikroTik
    • Ubiquiti
    • HPE
    • TP-Link
    • D-Link
    • OPNsense
    • Sophos
    • Cisco
    • Fortinet
    • Palo Alto
    • Huawei
  • OS
    • Windows
    • Linux
  • Server
  • More
    • Project
    • Security Reports
    • Reference
    • Write Up
    • Mobile
      • Android
      • iOS
    • Programming
      • Python
      • JavaScript
      • SQL
      • PHP
      • PowerShell
      • Bash
      • C#
      • Java
      • Perl
      • Ruby
    • Web3
      • Solidity
      • Ethereum
      • Cryptography
      • Blockchain
      • Digital assets and tokens
      • Smart contracts
    • AI
      • ML
      • NN
      • DL
Posted inRed Team Write Up

Protected: ITBOX | Cyber Security Course | Basic Network for Security (2)

This content is password protected. To view it please go to the post page and enter the password.
Posted by compku.online February 4, 2025
Posted inRed Team Write Up

Protected: ITBOX | Cyber Security Course | Introduction of Ethical Hacking (1)

This content is password protected. To view it please go to the post page and enter the password.
Posted by compku.online February 2, 2025
Posted inNetworking Server

Cara Konfigurasi SSH Server pada Ubuntu Server

Update dan upgrade paket-paket yang ada: sudo apt update && sudo apt upgrade -y 2. Cek apakah sudah terinstal sebelumnya: dpkg -l | grep openssh-server 3. Jika belum terinstal, pasang…
Posted by compku.online January 18, 2025
Posted inOS Server

Cara supaya Localhost XAMPP dapat diakses via Komputer Lain

Xampp merupakan salah satu server local yang biasa digunakan untuk membuat database dengan memanfaatkan PhpMyadmin. ada banyak yang bisa dilakukan dengan Xamp diantaranya sebagai server local untuk membuka File php…
Posted by compku.online December 13, 2024
Posted inOS Programming Server

Cara Membuat Session Script Python memakai Tmux di Ubuntu Server

Install Tmux sudo apt update sudo apt install tmux Buat Session baru tmux new -s nama_session Jalankan Skrip Python python3 path/to/script.py Detach atau keluar dari Session: Tekan CTRL+B, lalu tekan…
Posted by compku.online December 10, 2024
Posted inOS Programming Server

Cara Membuat Virtual Environment (venv) di Ubuntu Server

Install Python dan venv python3 --version sudo apt update sudo apt install python3 python3-venv python3-pip Buat Virtual Environment cd /path/to/your/project python3 -m venv venvbaru Aktifkan Virtual Environment source venvbaru/bin/activate akan…
Posted by compku.online December 10, 2024
Posted inOS Server

Cara Membuat User Ubuntu Server setingkat Root

Login ke server memakai akun yang mempunyai akses root Jalankan perintah: sudo adduser nama_user_baru Add ke grup sudo: usermod -aG sudo nama_user_baru Test akun: su - nama_user_baru Opsional; supaya tidak…
Posted by compku.online December 10, 2024
Posted inBlue Team OS Write Up

Protected: HackTheBox Academy (1) – Fundamental – Tier 0 – General – Windows Fundamentals

This content is password protected. To view it please go to the post page and enter the password.
Posted by compku.online September 6, 2024
Posted inBlue Team Red Team Write Up

Protected: HackTheBox Academy (1) – Fundamental – Tier 0 – General – Learning Process

This content is password protected. To view it please go to the post page and enter the password.
Posted by compku.online September 3, 2024
Posted inBlue Team Red Team Reference

7 of the best programming languages for cybersecurity (offensive & defensive)

You may have heard how learning a programming language can increase your productivity, grow your skills, and boost your cyber career to the next level. But what languages should you…
Posted by compku.online September 2, 2024

Posts pagination

Previous page 1 … 3 4 5 6 7 … 10 Next page
Scroll to Top