Kategori: Kategorisiz Yazilar
Hic bir kategoriye girmeyen yazilarimi buraya yazacagim..
deluge web ui, transmission web ui , passkey ziriltisi..
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 🙂
yine yeniden password soran squid proxy
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
30 kasim pazar gecesi saat 03:33 // haftasonu isleri
// GUNCELLEME
SAAT 04:22 / AYNI GECE
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….
Using the WIDE DHCPv6 Client on Online.net dedicated servers
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.
How To Set Up SSH Keys
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!
tips and tricks for android phones (sony xperia promo video demo mode disable when put on charge)
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.
shadowsocks install
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
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
Pilav ustu doner