
CloudFlare Arkasındaki Sitelerde “cert-url” Hatasının Çözümü
CloudFlare kullanan bir web sitesinde AMP aktif ettiniz ve karşınıza Google Webmaster aracında aşağıdaki gibi bir hata geldi...

Hangi İşlemin Takas Alanını Kullandığını Öğrenmek
Bellek şişip uygulamanın takas alanına düşme durumları olabiliyor, bu gibi durumların tespiti ve takibi oldukça önemli, yapılandırma hatası...

Convert an Outlook PST Files to mbox
The readpst utility can be used for converting Outlook style pst files to standard UNIX mailbox format files....
Setup Sudo With Google-Authenticator for 2FA on CentOS 7
By configuring the google-authenticator-libpam PAM module with sudo, you can force system users to have to authenticate with...
UniFi Controller’da HTTPS Nasıl Kapatılır?
Tarayıcıların Self-Signed SSL kullanımını kısıtlamalarından beri UniFi gibi yönetim araçlarında ne kadar SSL hatası varsa alıyoruz. Bunu ilk...
Mikroskop Online Katalog Nasıl İndirilir?
Migros yayınladığı katalogları Publitas adında bir serviste tutmakta bunu da Amazon üzerinden yayınlıyor, mikroskop kataloglarını indirmek isteyenler için...
Iptables Kullanarak DDoS Filtreleme Nasıl Yapılır?
Iptables üzerinde özellikle DDoS filtreleme ve kendi anti-DDoS kurallarınızı oluşturmanız için kullanabileceğiniz yöntemlerdir, saldırılar daha komplike ve farklı...
Apache Web Sunucusunda Sorun Giderme Yolları
Bağlantıların güvenliğe alınarak SSLv3, SSLv2 ve TLSv1 sürümlerinin kapatılması işlemi gerekiyorsa nano /etc/apache2/mods-available/ssl.conf dosyasına aşağıdaki değişiklik yapılır. Apache...
Configure OpenSSH to Tunnel Through Another Server Using Jump Host
Within your local ssh configuration file which is stored in .ssh/config create a SSH host entry for the...
How to Calculate Correct Date in Bash
Add 20 minutes to the current date. Add 4 days 2 hours 14 mins from 2020-08-17 22:00:00 Subtract...
Job Control to Background And Foreground Command In Bash
Appending an & (ampersand) to any command run within bash willbackground the process. Will background 10 processes which...
How to Sniff MySQL Traffic On a Database Server
tshark, a terminal based version of wireshark, will dump MySQL statements which it captures on port 3306 to...
Disable the MOTD From Displaying When Logging Into an Ubuntu Server Over SSH
Ever logged into an Ubuntu box and seen this? You can configure /etc/pam.d/sshd to not include the pam_motd.so...
Setup Postfix To Deliver Using Maildir
Maildir is the more efficient way to store email on a server, storing each individual email as its...
How Do I Sniff Each Packet On The Command Line?
tcpdump is a console based traffic packet capture tool. Firstly, install the required package for debian and using...
Iptables’da Örnekler ve Kalıcı Kurallar
Yeni bir web sunucusu kurduğunuzda ilk önemli olan düzgün bir şekilde yapılandırılmış güvenlik duvarıdır. Bu gibi konularda referans...
UFW Eski Chainlerin Kaldırılması
UFW uygulamasını silip iptables kullanmak istediğinizde ufw’ye ait kural zinciri kalıyor, aşağıdaki komutlar aracılığı ile kalan bu artıklardan...
Multiple SSH Client Configuration
Having many hosts managed through your ${HOME}/.ssh/config file can quickly become a wildly beast of a configuration file...
Delete Lease From Dnsmasq in CentOS 7
dnsmasq keeps track of the DHCP leases it has in a file which is definedby the dhcp-leasefile config...
How To Download RPMs Without İnstalling Them Using Yum In CentOS 7
You may want to download RPMs only and not install them using yum. Perhapsyou’re within a change freeze...
Configure Dnsmasq To Query Different Nameservers For Different Domains
When connecting to a VPN you may have a DNS server which serves for a particular domain. For...
Create a Socks5 Tunnel On Port 7171 Over SSH
To create a a quick and dirty SOCKS5 tunnel with SSH use the -D option. Once setup, point...
Specify a Different Nameserver in /etc/resolv.conf When Using DHCP in CentOS 7
Using dhcp within a ifcfg network configuration file you may want to specify a different nameserver instead of...
Enable EPEL on a RHEL/CentOS 7 And 8 Server
Extra Packages for Enterprise Linux (EPEL) is the group that creates, maintains and manages high quality packages for...