11x

11x not setnot set
11x
8 Takip Ettiklerim
3 Takipçilerim
Tüm Bloglarım
Takipçilerim (3)
halilsh 11x

telnet ile memcache test etmek

Bağlanmak için (host port): telnet 192.168.200.12 11211 Bir key'e değer atamak : set testkey 1 0 11 Hello world 1 : flag (arbitrary metadata), 0 : expiry (ie. never...

Devamı

monitoring active connections

watch -n .5 "netstat -an | grep ESTABLISHED"

Devamı

monitoring sphinx status

watch -n .5 /opt/sphinx/bin/searchd --status

Devamı

search and replace all html tags

sed -e 's/]*>//g' test.txt

Devamı

get external ip address

curl ifconfig.me/all/json

Devamı

logout all users

who -u | grep -vE "^root " | kill `awk '{print $7}'`

Devamı

generate md5

md5sum <<<"word word"

Devamı

monitoring mysql processlist

watch -n 0.5 mysql -e "show processlist;"

Devamı

ffmpeg - büyük video dosyalarını böl

ffmpeg -i video.mov -ss 00:00:00 -t 00:05:00 video_1.mov

Devamı

ffmpeg - çabuk flv

ffmpeg -i video.mp4 output.flv

Devamı

Arkadaşların Burada !
Arkadaşların Burada !