Skip to content

Instantly share code, notes, and snippets.

View berkerogluu's full-sized avatar

Berk Eroğlu berkerogluu

  • Turkey, Adana
View GitHub Profile
@berkerogluu
berkerogluu / tr-isimler.txt
Last active April 8, 2021 09:20
2446 isim
JALE
ALİ
MAHMUT
MANSUR KÜRŞAD
GAMZE
MİRAÇ
YÜCEL
KUBİLAY
HAYATİ
BEDRİYE MÜGE
@berkerogluu
berkerogluu / README.md
Created February 16, 2019 11:14 — forked from sutlxwhx/README.md
Installation of Proxmox 5 on Debian 9

Introduction

This tutorial will help you install Proxmox 5 on a freshly installed Debian 9.
It was tested on a dedicated server at hetzner.

Installation

Fisrt things first. Create a custom repository to pickup Proxmox related packages:

echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
@berkerogluu
berkerogluu / openvz_setup.sh
Last active February 16, 2019 12:54 — forked from levnovikov/openvz_setup.sh
Setup OpenVZ node (Hetzner)
#!/bin/sh
yum -y remove selinux\*
ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime
service ntpd start
ntpq -p
chkconfig --level 345 ntpd on
rpm -Uvh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
rpm -Uvh http://mirror.yandex.ru/epel/6/i386/epel-release-6-8.noarch.rpm