Category: Server Configuration

  • IMAP from Command line

    Often I need to query IMAP server to test the mail server. For this I usually Telnet the IMAP serivce on server, and pass commands to check if it works fine or not. Following are few commands that I need to test such servers. To quickly test an imap server using telnet use: telnet server…

  • ffmpeg : Video Converter for Linux and Windows

    Now a days we often visit a website that display some ad video or some profile video. Most of those are created using camcoders, professional video studio. But those formats are very heavy in Size (storage) to be used on web interface. Therefore as developer you often reach a stage where you need to convert…

  • How to enable CURL in Xampp

    Well the easiest post to read 🙂 Just enable it in all PHP.ini and PHPx.ini you find it Xampp installation … Read original post at http://www.menyhart.net/blog/developer-stuff/enabling-curl-on-xampp/ —  Sumit Gupta

  • Creating Schedular application in Windows

    This can be done in many ways. Often I see my collegues doing a ASP script that they schedule to run with Browser. As this seems quite obvious thing for them. An ASP scripts can run better in browser when called through IIS, and they can then schedule to run at given time and calling…

  • Setting up Linux Proxy Server with Squid

    Story starts when my company ask me to install Linux Gateway so we can restrict site access within our company. We need to that as we are noticing very heavy data transfer is occuring within organization for illegal purpose. For this though I have option to set WIndows server, but I opt for Linux machine…

  • Three things to do for File upload using PHP and Apache

    Recently I have been ask by a developer to check the Apache configuration as his PHP script is not able to upload files more than 512KB. I looked around with my basic knowledge to see whats the cause of problem. And found these three things need to be modify in order to correctly upload file…

  • Atlast A Successful install of Linux OS on my pc

    I have been trying to install linux on my personnel pc from last 5-6 years ( actually I try it only 10 -12 times ) but always I end up crashing my Windows machine and hence, never install it on my pc. But during last 5-6 months I am working on a project in my…