You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Özgür Yazılım Derneği Güvenlik Rehberi
|
|
|
|
|
|
|
|
Bu depo, [guvenlik.oyd.org.tr](https://guvenlik.oyd.org.tr) adresinde bulunan Güvenlik Rehberi'ni içerir.
|
|
|
|
|
|
|
|
## Kullanım ve test
|
|
|
|
|
|
|
|
Güvenlik Rehberi, [mdBook](https://github.com/rust-lang/mdBook) ile oluşturulmuştur.
|
|
|
|
|
|
|
|
mdBook kurulumu:
|
|
|
|
|
|
|
|
```
|
|
|
|
wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz
|
|
|
|
tar -xvf mdbook.tar.gz
|
|
|
|
sudo mv mdbook /usr/local/bin/
|
|
|
|
```
|
|
|
|
|
|
|
|
Yerel test:
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://git.oyd.org.tr/oyd/guvenlik.git
|
|
|
|
cd guvenlik
|
|
|
|
mdbook serve
|
|
|
|
```
|
|
|
|
|
|
|
|
Deployment:
|
|
|
|
|
|
|
|
## Katkıda bulunanlar
|
|
|
|
|
|
|
|
* Filiz Akın
|
|
|
|
* Uğur Arıcı
|
|
|
|
* Alper Atmaca
|
|
|
|
* Tan Aytekin
|
|
|
|
* Murat Emir Cabaroğlu
|
|
|
|
* Onur Çelik
|
|
|
|
* Cemre Demircioğlu
|
|
|
|
* Mert Gör
|
|
|
|
* Hamdi Gümüş
|
|
|
|
* Derya Karaarslan
|
|
|
|
* Umut Karcı
|
|
|
|
* Özcan Oğuz
|
|
|
|
* Furkan Senan
|
|
|
|
* Osman Orçun Serçe
|
|
|
|
* Zeynep Topsakal
|
|
|
|
* Neslihan Turan
|
|
|
|
* Yasin İsa Yıldırım
|
|
|
|
* Mustafa Yontar
|
|
|
|
|
|
|
|
## Lisans
|
|
|
|
|
|
|
|
|
|
|
|
![CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/88x31.png)
|