Murat Uğur Eminoğlu
Genel Linux

sed icinde degisken cagirma

19 March 2013 0 Comments

Misal asagidaki kod parcaciklarini inceleyebilirsiniz. cat salla.txt| egrep “Jan 0$i” | sed “s/Jan 0$i/2013-01-0$i/g” Tek tirnak yerine cift tirnak kullandik. Sevgiler.

Continue reading
Genel Linux

awk ile tek tirnak kacirma (single quote in awk)

12 March 2013 0 Comments

Olurya bir gun awk icinde mysql girdi islemi yapmak zorunda kalirsaniz diye buraya yazayim dedim. Asagida ki ornek referans olabilir. awk icinde tek tikrnak kacirma “‘\”” $2 “‘\”” cat logins_ |…

Continue reading
Genel Linux

mysql ‘de innodb ‘yi aktif etme

05 March 2013 0 Comments

Merhabalar, Ilk once innodb aktif edilmis mi ? yoksa edilmemis mi ? ona bakalim. show engines; ciktisinda InnoDB Support ‘ta NO ibaresi yer aliyorsa innodb ‘yi aktif etmemiz gerekmektedir. mysql…

Continue reading
Page 1 of 1

Categories

  • Apache
  • Cisco
  • Fotoğraf
  • Genel
  • Gnome
  • Juniper
  • Kabuk
  • Kategorilenmemiş
  • Konsol
  • Linux
  • Mysql
  • Oylesine
  • Php
  • Postfix
  • Proftpd
  • Python
  • Sed
  • Squid
  • Ssh
  • Vi – Vim

Tags

alar ledini kapatmak alarm ledi Apache apt-get Brute Force debian debian 8 delete session find firewallturkiye.com Flood gimp git Mysql mysql slow query log nginx openldap ldap openssl openvpn owncloud Php phpsuhosin postfix postgresql python random password rasgele sifre uretmek raw reverse proxy samba session reset Spam ssg140 ssh ssl statik ip thunderbird3 turkcell vinn ubuntu ubuntu9.10 update varnish wvdial zcat zgrep

Murat Uğur Eminoğlu

#!/bin/bash echo "Murat Uğur Eminoğlu"
Back to top