gencken bekarken masamin alt cekmecesinin altinda porno dergileri saklardim
gun oldugunda insanlar kadinlar gelip o odada namaz kilarlardi
kible o taraf oldugu icin
porno dergilerin bulundugu tarafa donup kilarlardi
bi gun birisi saglam dua edicek
o dergiler sakli olduklari yerden cikicak
ucarak yuzlerine carparacak
diye korkardim
degisik bir kafaydi
guzelmiydi guzel gunlerdi
dert tasa pek azdi

uzun zamandir bu web ui ler ile ugrasmamistim.
gercekten cok uzun zaman olmus.
en son baktigimda gayet yeteneksizdiler.
artik full featured, *tam tesekkullu* , torrent client olarak kullanilabilecek durumdalarmis.
once transmission web ui sini denedim
amaci yerine getiriyor
sonra deluge web ui sini denedim, deluge cliente onceden beri sevgim var nedense, bunu kullanmaya karar verdim.
birde passkey mevzusu var, eskiden private trackerlarda uis pass cookiesi girmen gerekiyordu, oysa simdi mesala torrentleechde direk indirdigin torrentin icine gomulu passkey
dolayisi ile islem cok basit , torrenti indir private trackerdan, web ui uzerinden ul et . oldu bitti.
TL mesela 3 ayri lokasyonda seed yapmana izin veriyormus, dokumantasyonuna bakarken okudum.
her neyse simdi basit bir sekilde web uileri kuralim ve calistiralim.

sistemimiz ubuntu x64

Transmission:


apt-get install transmission-daemon

service transmission-daemon stop

nano /etc/transmission-daemon/settings.json 

(change password & username, download location)

service transmission-daemon start

In browser visit your domain/IP:9091 - login

Have fun..

Deluge:


sisteme deluge kullanicisi ekleyerek baslayacagiz:

sudo adduser --disabled-password --system --home /var/lib/deluge --gecos "SamRo Deluge server" --group deluge

sudo touch /var/log/deluged.log

sudo touch /var/log/deluge-web.log

sudo chown deluge:deluge /var/log/deluge*



sudo apt-get update

sudo apt-get install deluged deluge-webui



nano deluged.conf

======================================================================
# deluged - Deluge daemon
#
# The daemon component of Deluge BitTorrent client. Deluge UI clients
# connect to this daemon via DelugeRPC protocol.

description "Deluge daemon"
author "Deluge Team"

start on filesystem and static-network-up
stop on runlevel [016]

respawn
respawn limit 5 30

env uid=deluge
env gid=deluge
env umask=000

exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d
======================================================================


nano deluge-web.conf

======================================================================
# deluge-web - Deluge Web UI
#
# The Web UI component of Deluge BitTorrent client, connects to deluged and
# provides a web application interface for users. Default url: http://localhost:8112

description "Deluge Web UI"
author "Deluge Team"

start on started deluged
stop on stopping deluged

respawn
respawn limit 5 30

env uid=deluge
env gid=deluge
env umask=027

exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluge-web
======================================================================


cp deluge* /etc/init/

service deluged start


 

Giris yap:

http://su.nu.cu.ip:8112

ilk password: deluge

Ayar eyle, slottur, capdir, ivirdir zivirdir

Gule Gule Kullan 🙂

GUNCELLEME 12/ 28/ 2015 ubuntu 15.10 icin

apt-get update
apt-get install apache2-utils squid3 -y
htpasswd -c /etc/squid3/passwd kullaniciadi
wget -O /etc/squid3/squid.conf http://shukko.com/squid/squsqu.conf
nano /etc/squid3/squid.conf (ip adreslerini duzenle)
service squid3 restart && update-rc.d squid3 defaults

mal oldu kafam
haftasonu isleri
1- 2 tane vps kurucam 2 ayri musteriyi tasiycam 2 ser saatten 4 saat is
2- load balanceri aktif edicem 2 saat is etti 6
3- load balancer arkasinda HA yapisi kurucam etti 2 saat daha etti 8
4- Ha arkasina test icin site tasiycam mysqlini replike ettiricem 2 daha etti 10
5- tinc vpn ile 4 makina arasi tunel kurup gre ustune alicam anonslari bu is basli basina 6 saat etti 16
daha arada uyuycam falan
gauaha
yetismez bu isler
🙂
bulasiklari yikamam lazim
kedilerin kumunu temizlemem lazim
evi supurmem lazim
kedilerin odasini vileda etmem lazim
hepsi pazar olacak bunlarin
🙂
Jet:
yardima gelsine pls

// GUNCELLEME

SAAT 04:22 / AYNI GECE

kedilerin kum tamam
copler tamam
kahve tamam
yurube shukko
bulasiga giricem
bi sigara yakim
ALLAHHHH BEEE
SUPER CALISTIM
3 38
4 18
40 DAKKADA
HALLETMISIM BUTUN ISI
BUTUN USENDUIGIM BU KADAR
MUTFAK PARLADI
TERTEMIZ
HEPSI MAKINADA YIKAMAYADA BASTIM
YIKANSIN
OH
YUK KALKTI USTUMDEN
TABAKLAR KOKUSMUS JET
FIRCA ALMIS BUGUN ANNEM BANA YENI
BULASIK FIRCASI
SUPERMIS O FIRCA
FIRST FIRST MAKINAYA CUPPA

BEN 3 KEDIM ILE BIRLIKTE BEKAR EVIMDE YASAYAN PASAKLI BIR INSANIM.ANCAK GZ ME !

BILENDE BOYLE BILSIN. HIC TIRI VIRI YAPMASIN. KARTLAR ACIK OYNANSIN PLS….

setup-dhcpv6.sh

#!/bin/bash
 
DUID=$1
 
skill -9 dibbler-client
dpkg -P dibbler-client
rm -rvf /etc/dibbler /var/log/dibbler /var/lib/dibbler
 
apt-get install -y wide-dhcpv6-client vim-common
 
/etc/init.d/wide-dhcpv6-client stop
 
echo 'profile default { script "/etc/wide-dhcpv6/dhcp6c-script"; };' > /etc/wide-dhcpv6/dhcp6c.conf
echo 'id-assoc pd { prefix-interface eth0 { }; };' >> /etc/wide-dhcpv6/dhcp6c.conf
echo 'interface eth0 { send ia-pd 0; };' >> /etc/wide-dhcpv6/dhcp6c.conf
echo $DUID | awk '{ gsub(":"," "); printf "0: 0a 00 %s\n", $0 }' | xxd -r > /var/lib/dhcpv6/dhcp6c_duid
 
/etc/init.d/wide-dhcpv6-client start

Download and run this with your online.net DUID specified, for example:

wget -O setup-dhcpv6.sh http://version6.ru/_export/code/en/online.net-wide-dhcpv6?codeblock=0
chmod +x setup-dhcpv6.sh

./setup-dhcpv6.sh 00:03:00:01:23:45:67:89:ab:cd

When the WIDE setup screen appears and asks on which interfaces to listen for DHCPv6, leave that as “eth0” (the default value), i.e. just press Enter.

Step One—Create the RSA Key Pair

ssh-keygen -t rsa

Step Two—Copy the Public Key

ssh-copy-id user@123.45.56.78

done!

Many of you may know already but never is to much remembering.
So here are some codes you can enter in phone keypad.

System info (phone, battery, used and WiFi information)
*#*#4636#*#* (INFO) – Works on all Android devices

Service menu – The classic one that we are used to see from ages on ericsson and sony ericsson phones. (service info, device tests, etc…)
*#*#7378423#*#* (SERVICE)

Demo – Used in stores for demonstration, a video demonstrates the product when we push the power button and acts as a normal phone when we touch it.

*#*#73556673#*#* (sellmore) – choose activate. To deactivate just enter the same code again.

To reboot your phone (because you can’t remove the battery) press and hold at same time the power and volume up keys till it reboot.

SCREENSHOT: Holding down the power button now brings you a different menu compared to Android 2.3.7. Most users will probably notice that the ‘Take screenshot’ option has disappeared. Android ICS now allows you to take screenshots by holding down the power button and volume down button at the same time.

what is shadowsocks?
A secure socks5 proxy,
designed to protect your Internet traffic.

server installation

1- Ubuntu 14.04 LTS

apt-get update
apt-get install python-pip python-m2crypto supervisor
pip install shadowsocks

2- On your server create a config file /etc/shadowsocks.json

{
    "server":"my_server_ip",
    "server_port":8388,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"mypassword",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open": false,
    "workers": 1
}

3- Edit /etc/supervisor/conf.d/shadowsocks.conf

[program:shadowsocks]
command=ssserver -c /etc/shadowsocks.json
autorestart=true
user=nobody

4- Add the following line into /etc/default/supervisor

ulimit -n 51200

5- Run

service supervisor start
supervisorctl reload

Client Installation

1- Linuxmint 17

apt-get update
apt-get install python-pip python-m2crypto
pip install shadowsocks

2- On your server create a config file /etc/shadowsocks.json

{
    "server":"my_server_ip",
    "server_port":8388,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"mypassword",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open": false,
    "workers": 1
}

3- Run Client

sslocal -c /etc/shadowsocks.json

if you want it to go background:

nohup sslocal -c /etc/shadowsocks.json > log &

4- For Firefox Install ProxySelector addon

Proxy Selector > Manage Proxies > Add

socks v5
127.0.0.1
port 1080

That’s all
You’re ready to use your new shadowsocks proxy.

Anonymous Proxy Using SQUID 3 On Ubuntu 14.04.1 LTS

1- apt-get install squid3
2- kendi confum hazir o yuzden var olani yedekle lazim olursa
mv /etc/squid3/squid.conf /etc/squid3/squid.conf.orig
4- cd /etc/squid3/
wget http://shukko.com/x3/squid.conf
wget http://shukko.com/x3/squid_passwd
5- nano /etc/squid3/squid.conf
ip adresini degistir.
6- service squid3 restart

port 3128
user/pass benim default
ip sunucu ipi

—————–

QUICK PLS


 

#
#

apt-get install squid3
mv /etc/squid3/squid.conf /etc/squid3/squid.conf.orig
cd /etc/squid3/
wget http://shukko.com/x3/squid.conf
wget http://shukko.com/x3/squid_passwd
nano /etc/squid3/squid.conf
service squid3 restart

 

en
dipteyiz
moruk
dibin dibi
bundan daha dip yok
pilav ustu yaprak doner ye
dunyada su pilav ustu donerden
daha cok sevdigim sey sayisi azdir
en cok sevdigim seydir
herhalde
bi de tereyagli soslu olucak
az ama cok degil
yaprak doner olacak
kiyir kiyir
dosicen pilavin ustune
yaninda 2 dilim domates
ustune azicik tereyag salca sos
onune gelicek tabak
hafif yana ittircen doneri
pilavi ortaya cikarcan
catali batircan tane tane pilava hafif
ustune kara biber gezdircen
bi parca doner sallanirken altinda catalin pilav
agzina atican
yavas yavas
once salca nin tadi
sonra tereyag
sonra pilavin tanesi
sonra etin kekik kokusu
kaplicak bunyeni
agzinda bi cevircen
bi durucan
yavasca emicen suyunu lokmanin
hafif hafif cignicen
bi o yandan bi bu yana
dunyada
doner
alti pilav
hayatin tek gercegi bu OrHaNsS`Away