linux klavyeyi Türkçe yapma
setxkbmap tr
Just Another Web Developer Blog
/etc/exim/exim.conf Dosyasına ağıdaki kodu ekliyoruz, acl_check_data: deny senders = /etc/exim/deny_senders.list message = e-postaniz iletilemedi, Spam listesindesiniz! /etc/exim/deny_senders.list Dosyasını oluşturup içeriğine engellenecek mailler yazılır. info@medyaklik.com...
/usr/local/vesta/bin/v-change-mail-account-password :46 #———————————————————-# # Action # #———————————————————-# # Generating hashed password salt=$(generate_password “$PW_MATRIX” “8”) md5=”{MD5}$($BIN/v-generate-password-hash md5 $salt <<<$password)” #alttaki satır sadece şifre değiştirildiğine kota...
Sometimes it happens that the database is broken. For repair and verification you can use following set of commands: mysqlcheck –no-defaults -u root -p...
yum install fuse-sshfs sshfs root@192.168.0.10:/ /var/mnt/ umount /var/tmp usage: sshfs [user@]host:[dir] mountpoint [options] general options: -o opt,[opt…] mount options -h –help print help...
Rouncube webmailimizin kota bilgilerine erişebilmesi için öncelikli olarak dovecot imap quota plugin’ini aktif etmemiz gerkmektedir. Bu işlem için /etc/dovecot/conf.d/90-quota.conf dosyasında aşağıdaki gibi düzenleyelim. plugin...
In this tutorial we’ll do optimization for Nginx and PHP-FPM under VestaCP, this tutorial will also work if you’re using LEMP (nginx + php-fpm). Nginx and PHP-FPM are the...
Today I’ll post bunch of exim mail server commands to check mail queue, remove mails and grep/search email log. Exim is a mail transfer...
Dovecot güncelleme sonrasında oluşan sorunun çözümü için; /etc/dovecot/dovecot.conf Dosyasınna aşağıdaki kodu ekleyip kaydediyoruz. namespace inbox { inbox = yes } service dovecot restart dovecot...
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm yum –enablerepo=remi update remi-release yum update yum install yum-utils yum-config-manager –disable remi-php56 yum-config-manager –disable remi-php55 yum-config-manager...