Author Archives: Bogdan

How to use live.com for domains

live.com for domains

What is live.com for domains? If you remember the old times where google.com had a free version of Google Apps for domains, then you would probably understand faster if I say this is a similar free version of that, only this is managed by Microsoft mail server, live.com to be exact. Live.com and Google apps

Debug your mail server using exigrep for Exim main log

exim mail server

About Exim mail server Exim is one of the most used message transfer agent (MTA) on the internet, it is being used by cPanel since as long I can remember and has been giving tremendous support and reliability so far. Exim is actively supported by the University of Cambridge, currently is at version 4.80.1 and

How to install modules using NPM (Node Packaged Modules)

npm - node package module

About NPM In my earlier tutorials I’ve shown you how you can install node.js on a CentOS or Debian operating system, the process is almost the same on all distribution, you just need to use the proper repository and use the linux package installer to install node.js and / or npm. In this article however,

Setup a proxy server using squid

squid reverse proxy

Setup a proxy server using squid I have written a few articles about how you can create a reverse proxy server for a backend web server and minimize impact on attacks or even on security. This time however I thought of showing you how you can install a proxy server (just a proxy) and secure

Image optimization within a website page

image scale optimization

Image optimization within a website page Welcome back to another article about website optimizations, in this article I thought of writing something about image optimization (again). In my other articles I’ve told you how you can optimize your images so that your website overall is faster, however I missed one little thing there so I

How to install MongoDB on CentOS

mongodb logo

About MongoDB MongoDB is one of the leading noSQL database based on the number of searches google trend has given us, you can see below this paragraph the proof. Its development began in 2007 I believe by the company (named at the time) 10Gen. Since then, it has grown a lot, being the most used

How to compress recursively using gzip

compression using tar and gzip

Compress recursively using Gzip What is Gzip? Gzip is a compression tool design to replace the ‘compress’ command from linux due to adding more compression and being even more faster. This has been accepted by a lot of different open source projects, web servers like nginx for example use Gzip for their compression method. A

Get country IP address in php

php code

Get country IP address in php I was checking around stackoverflow recently and I tend to look at what people are doing or making and getting what I know refreshed or trying to learn new tricks from here and there. Today I saw one user trying to get country IP address in php and I

How to install node.js on Debian and CentOS linux

How to install node.js on Debian and CentOS What is node.js? From their website, node.js is a platform built on Google Chrome JavaScript runtime for building fast and scalable network application. I did however seen lots of users still thinking they can install this on a shared hosting service, and here I am confirming that

Nginx block sql injection and file injection

Nginx block sql injection and file injection Currently most hackers are looking for two major things when trying to hack a website, they are testing if its possible to inject their own sql queries for reading the actual database for other information, but also testing for file injection, and this is a major security that

Request an article ←