Category Archive For "Genel"
postfix:/etc/bacula# bconsole Connecting to Director postfix:9101 24-Sep 08:13 bconsole: Fatal error: bnet.c:859 Unable to connect to Director daemon on postfix:9101. ERR=Connection refused
Bacula kurdunuz ve gorevleri manuel olarak calistirmak istiyorsuz ama asagidaki gibi hata aliyorsunuz. postfix:/etc/bacula# bconsole Connecting to Director postfix:9101 24-Sep 08:13 bconsole: Fatal error: bnet.c:859 Unable to connect to Director daemon on postfix:9101. ERR=Connection refused Bu durumda vim /etc/bacula/bacula-dir.conf dosyasinda DirAddress = 127.0.0.1yazan satiri kaldirmaniz gerekiyor. Bacula ‘yi restart etmeyi unutmayin. 🙂 /etc/init.d/bacula-director restart postfix:/etc/bacula# …
syslog-ng ile dhcp istekleri
Syslog-ng ile dhcp isteklerini loglamak istiyorsaniz, vim /etc/syslog-ng/syslog-ng.conf destination dhcpdlog { file(“/var/log/dhcpd.log”); }; filter f_dhcpd { match(“dhcpd”); }; log { source(s_all); filter(f_dhcpd); destination(dhcpdlog); }; satirlari syslog-ng.conf icerisine ekleyip /etc/init.d/syslog-ng restart komutu ile yeniden baslatiniz. Dusen istek varmi yok mu diye tail -f /var/log/dhcpd.log ile bakabilirsiniz.
sort ile ip adreslerini siralamak
Selamlar, elinizde ip adresleri var ve bunlar sirali bir sekilde degil. Siz de ip adreslerini numerik olarak siralamak istiyorsunuz, hemen yardiminiza sort komutu kosuyor, sort -t . -k 4n /home/murat/iplist . > ayirici -k 4n > 4. kolondaki numerik rakamlar (172.2.2.1) sevgiyle.
son 24 saatte degistirilmis dosyalari bulmak
find . -ctime 0 find /home/murat -ctime 0 komutlari ile son 24 saatte degistirilmis dosyalari bulabilirsiniz. sevgiyle. 🙂
Takili olan cd ve dvd aygitlarini bulmak
[root@fedora ~]# cdrecord -scanbus scsibus0: 0,0,0 0) * 0,1,0 1) ‘TSSTcorp’ ‘CD/DVDW TS-L532A’ ‘TI51’ Removable CD-ROM 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
imap testi
imap testi : # Localhost yerine mail sunucunuzun ip adresini yaziyorsunuz. A karakteri mevcuttur. websrv:/home/yedekler# telnet localhost 143 A login m.ugur eposta_sifresi OK LOGIN Ok. B Logout
bdb_db_open: Warning – No DB_CONFIG file found in directory /var/lib/ldap: (2)
Yeni ldap kurdum ufak tefek ayarlarini yaptim ama her baslattigimda uyari mesaji veriyor. Uyari Mesaji : bdb_db_open: Warning – No DB_CONFIG file found in directory /var/lib/ldap: (2) Bunun nedeni DB_CONFIG dosyasinin /var/lib/ldap altinda olmamasindandir. cp -p /etc/openldap/DB_CONFIG.sample /var/lib/ldap/DB_CONFIG /etc/init.d/ldap restart Uyari vermedigini goreceksiniz. sevgiyle 🙂
time zone degistirmek
vim /etc/sysconfig/clock [murat@fedora ~]$ cat /etc/sysconfig/clock # The ZONE parameter is only evaluated by system-config-date. # The time zone of the system is defined by the contents of /etc/localtime. ZONE=”Europe/Istanbul”
Toplu guncellestirmede istenilen paketlerin saf disi birakilmasi
Bazen istemediginiz guncellestirmeler olabilir. Bunun icin yapmaniz gereken –exclude=paket_adi parameterisi yum ile kullanmaktir. yum update –exclude=tzdata.noarch yum update –exclude=xmms* –exlude=amsn man yum sevgiyle.
mac adresini degistirmek nasil ?
[root@fedora ~]# ifconfig eth2 down hw ether 01:DF:EF:CF:DF:00 [root@fedora ~]# ifconfig eth2 up sevgiyle.