date -I -d "yesterday"
2007-01-17
date -I -d "1 days ago"
2007-01-17
date -d "1 days ago"
Wed Jan 17 15:48:55 EET 2007
date -I -d "1 weeks ago"
2007-01-11
date +%Y-%m-%d
2007-01-18
date +%Y-%d-%b
2007-18-Jan
date -d '1970-01-01 1221131050 sec' +"%Y-%m-%d %T %z"
date --date='@2147483647'
http://www.epochconverter.com/
Perşembe, Ocak 18, 2007
Postfix
Postfix'te e-postaların yönlendirilmsi;
/etc/postfix/transport disyasında
* smtp:mail.server : tüm istekler mail.server sunucusuna yönlendirilir.
Not:mail.server sunucusunun da postfix sunucusuna RELAY vermiş olması gerekir.
/etc/postfix/transport disyasında
* smtp:mail.server : tüm istekler mail.server sunucusuna yönlendirilir.
Not:mail.server sunucusunun da postfix sunucusuna RELAY vermiş olması gerekir.
Bugzilla
1. Bugzilla Logosunu Değiştirmek
2. Bugzilla Versiyon Bilgisini Değiştirmek
# mysql -u root -p
mysql > use BUGZILLA_DB;
mysql > DELETE FROM bugs WHERE bug_id="1";
mysql > DELETE FROM bugs WHERE bug_id IN (2,3,4,5);
mysql > DELETE FROM bugs WHERE bug_status="CLOSED" ;
4. Değişen Dosyalar
$BUGZILLA_HOME/template/en/default/account/auth/login-small.html.tmpl dosyasında action="https://sunucu_adi/index.cgi" olarak değiştirildi.
- $BUGZILLA_HOME/skins/standard/index dizinindeki front.png dosyasını kendi logonuz ile yerdeğiştirmek yada adını değiştirerek ana sayfada görünmesini engellemek.
2. Bugzilla Versiyon Bilgisini Değiştirmek
- $BUGZILLA_HOME/Bugzilla/Config.pm dosyasında $Bugzilla::Config::VERSION = "2.22.1"; satırı bulup versiyon bilgisi silinir yada değiştirilir.
# mysql -u root -p
mysql > use BUGZILLA_DB;
mysql > DELETE FROM bugs WHERE bug_id="1";
mysql > DELETE FROM bugs WHERE bug_id IN (2,3,4,5);
mysql > DELETE FROM bugs WHERE bug_status="CLOSED" ;
4. Değişen Dosyalar
$BUGZILLA_HOME/template/en/default/account/auth/login-small.html.tmpl dosyasında action="https://sunucu_adi/index.cgi" olarak değiştirildi.
Kaydol:
Kayıtlar (Atom)