Posted on 24-05-2011
Filed Under (Linux, Oracle) by admin

Oracle Linux 4
Oracle Linux 5
Oracle Linux 6

http://public-yum.oracle.com/

OEL5 için örnek kurulum;

# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-el5.repo
# yum list
# yum install firefox

(0) Comments    Read More   
Posted on 11-05-2011
Filed Under (Linux) by admin

Offensive security box Backtrack 5 released, kod adı: revolution :)

http://www.backtrack-linux.org/

http://www.backtrack-linux.org/blog/

Backtrack; saldırı, tespit ve savunma amaçlı kullanılabilecek güvenlik araçlarını barındıran bir linux dağıtımıdır. Ubuntu Lucid LTS üzerine yapılandırılmış Kernel 2.6.38 kullanmaktadır.

(0) Comments    Read More   
Posted on 10-05-2011
Filed Under (Linux) by admin
(0) Comments    Read More   
Posted on 08-03-2011
Filed Under (Linux) by admin

NTP ne işe yarar?
Network time protocol.  Zaman senkronizasyonu problemini ntpd uygulamasının sunmuş olduğu araçlarla aşabilirsiniz.

# ntpdate -u ntp.nasa.gov

komutu ile dünya saatleriyle senkron bir ayara sahip olabilirsiniz. NTP UTC  zamanını referans alır.  Türkiye doğu avrupa UTC+2 saat diliminde yer almaktadır.

ntpdate ntpd uygulaması ile beraber gelen bir araçtır. Eğer sadece ntpdate aracını kullanmak istiyorsanız. Binary dosyayı taşıyarak da çalıştırabiliyorsunuz.

 

http://support.ntp.org/bin/view/Main/SoftwareDownloads

http://support.ntp.org/bin/view/Servers/NTPPoolServers

 

(0) Comments    Read More   
Posted on 05-02-2011
Filed Under (Linux) by admin

Her sistem yöneticisinin ihtiyaç duyabileceği 20 araç;

#1: top – Process Activity Command
#2: vmstat – System Activity, Hardware and System Information
#3: w – Find Out Who Is Logged on And What They Are Doing
#4: uptime – Tell How Long The System Has Been Running
#5: ps – Displays The Processes
#6: free – Memory Usage
#7: iostat – Average CPU Load, Disk Activity
#8: sar – Collect and Report System Activity
#9: mpstat – Multiprocessor Usage
#10: pmap – Process Memory Usage
#11 and #12: netstat and ss – Network Statistics
#13: iptraf – Real-time Network Statistics
#14: tcpdump – Detailed Network Traffic Analysis
#15: strace – System Calls
#16: /Proc file system – Various Kernel Statistics
#17: Nagios – Server And Network Monitoring
#18: Cacti – Web-based Monitoring Tool
#19: KDE System Guard – Real-time Systems Reporting and Graphing
#20: Gnome System Monitor – Real-time Systems Reporting and Graphing

Referans bağlantı ve detaylar: http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html

(0) Comments    Read More   
Posted on 03-02-2011
Filed Under (Linux) by admin

Sendmail forward mail

\kullaniciadi
test@test.com
test2@anotherdomain.com

Biçiminde oluşturduğunuz dosyayı kullanıcının home dizinine .forward adıyla kaydetmeniz gerekiyor.

(0) Comments    Read More   
Posted on 03-02-2011
Filed Under (Linux) by admin


Options -Indexes FollowSymLinks MultiViews
AllowOverride All
RewriteEngine on
RewriteRule ^(.*)\.application$ $1.php [nc]

Artık çağrılarınızı index.php yerine index.application olarak yapabilirsiniz.
Yukarıdaki dizin konfigurasyonun () çalışması için apache rewrite modülü kurulu olmalıdır.

(0) Comments    Read More   
Posted on 02-02-2011
Filed Under (Linux) by admin

# lsof | cut -d ” ” -f1 | egrep -c “httpd”

açık olan dosyaların kaçının httpd user ı tarafından çalıştırıldığını görmek için kullanıldı,

(0) Comments    Read More   
Posted on 03-01-2011
Filed Under (Linux) by admin

Büyüklüğe göre böl;

$ split -–bytes=700m aodump.tar

Satır sayısına göre böl;

$ split -l 300 file.txt new
(0) Comments    Read More   
Posted on 29-12-2010
Filed Under (Linux) by admin

OpenVPN installation for embedded linux belgesi eklendi.

OpenVPN installation for embedded linux (Türkçe) [HTML]

(0) Comments    Read More