লিনাক্স এর কনসোল বা টার্মিনাল এ ফাইল কিভাবে খুজে পাবো? লিনাক্স এর টার্মিনাল থেকে ফাইল খুজাটা প্রায়ই জরুরী হয়ে উঠে। বিশেষ করে যারা হেডলেস লিনাক্স সার্ভার ব্যবহার করেন তাদের তো
How to request limit with nginx ? You might somehow face a huge traffic on your site which is not legitimate at all and kind of DOS. If you can identify the traffic which eventually lessen the site performance by the Basic HTTP Floods DOS, you can save yourself from being affected by mild DOS attack. I
How to Get Ubuntu Back after installing Windows ? Whatever you say against Ubuntu, you can’t just make it less popular. It is the most popular Linux distribution. Many companies rely on this distribution. I personally use it on my laptop and in my servers. Normally people use windows, and when it comes to Linux it becomes a
Install Nginx and Configure Load Balancing for Heavy Traffic Load Balancing is the mechanism which will balance the load upon server towards several servers which ultimately can handle heavy traffic. I will show you the basic configurations with normal HTML based webpages only but it will help you to build for PHP based websites. I am going to use
Install Shadowsocks Tunnel Proxy and Bypass Firewall I am going to explain how you can bypass any firewall and become anonymous with the steps to install shadowsocks and then i will also show you how you can connect to one server/location but will show your public ip another. Shadowsocks is very fast tunnel proxy which can
How To Solve Any Linux Distributions Brightness Problem ? I have Acer Aspire 5733 and i couldn’t change brightness of my laptop. This is annoying and painful. I have tried many things to do this but couldn’t solve it as there is no linux graphics driver. At last i have found a solution and i have written
Prestressed Concrete Concepts and Classification Prestressed Concrete: Prestressed concrete is a method for overcoming concrete’s natural weakness in tension. It can be used to produce beams, floors or bridges with a longer span than is practical with ordinary reinforced concrete. Concrete in which there have been introduced internal stresses of such magnitude and distribution
Encrypt Any Files in Linux I have been trying to encrypt files and folders lately. It is fun but useful. You can encrypt any file which can take several years to decrypt for a hacker. That “Several” is not less. According to recent super computer “K Computer” which is the fastest can calculate 8,200,
Linux Server Monitoring with Munin This article is about showing how to monitor any server or remote server by a tool named munin. Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities.
Windows Batch Script to Put Ping Output in a Text File In DOS, OS/2, and also Microsoft Windows, batch file is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter. A batch file may contain any command the interpreter accepts interactively at the command prompt.