Skip to content

Instantly share code, notes, and snippets.

View alihkousha's full-sized avatar
🎓
Studying Hard !

Ali HK alihkousha

🎓
Studying Hard !
View GitHub Profile
@jvdi
jvdi / dockerizeWireguardOverWebsocket.md
Last active June 25, 2024 06:34
Set Up a dockerize Wireguard VPN Server over WebSocket Tunneling

This tutorial good for Linux or Unix system at the end need to run bash script for connect
(Also it's have some technic for use in windows - Explained at client install section.)

VPS => virtual private server as wiregurd vpn server

Requirements

  • Assuming the firewall is off (Not Secure - it's just for test so in production: config firewall)
  • VPS have docker and docker-compose (for install instrucrion : docker site full explained)
  • In VPS enable net.ipv4.ip_forward=1 at /etc/sysctl.conf (or /etc/sysctl.d/99-sysctl.conf) and reboot your system
  • Have access to root user in VPS
@aliemo
aliemo / xilinx.ise.install.manual.md
Last active April 29, 2024 21:52
Xilinx ISE-14.7 Installation Manual on New Linux (Ubuntu, Fedora, ...

Xilinx ISE Installation Manual

How to install Xilinx ISE 14.7 on New Linux Distro (Ubuntu 22.04 LTS Example)

Xilinx ISE on UBUNTU 2022.4

Preinstallation Requarements

Install Essential Libraries (curses5 stdc++5 motif-dev fonts-75dpi fonts-100dpi)

sudo apt install \
 libncurses5 \