Ubuntu |
X

Congrats, You are Subscribed to Receive Updates.

Ubuntu

ImageMagick security policy ‘PDF’ blocking conversion

You are here, because you stuck with this above stated issue, while processing PDF to image. This is a simple bug lets do it by simple steps. Steps for Ubuntu/Linux open your /etc/ImageMagick-7/policy.xml , here may be the number, 5,6,7, 8, it depends with php version that you have. goto bottom of this xml file and before the </policymap> add this line <policy domain="coder" rights="read | ...

Web developer Necessary Softwares Ubuntu

Web developer Necessary Softwares Ubuntu
A well known and very good operating system for desktop and server edition is none other than ubuntu.  Till a lot of users are benefited by using the Ubuntu, There might some other versions of Ubuntu, lets say, Lubuntu, Kubuntu are there. From my experience, Lubuntu is very lite weight one for the web development. Which will definitely give you a good experience for you ...

Install Sublime Text on Ubuntu

Install Sublime Text on Ubuntu
Introduction Install Sublime Text on Ubuntu is not much complicated. Though some new users might feel trouble to install it on Ubuntu. This article helps them to install Sublime text easily, through terminal. Its quite easy steps. just follow the commands to install it on your Ubuntu desktop. Steps First we should open the terminal and type the following command. Download the sublime hq with ...

Crontab Example Every day

Crontab Example Every day
Introduction Crontab Example Every day is simpler one to run an functionality everyday on a certain time. Like a backup program. we run at every night like 2am. Lets write a sample cron command and PHP program to understand it. Crontab command 0 2 * * * /usr/bin/wget -O /dev/null https://localhost/backup.php Lets say the backup.php will run everyday night 2AM. If you add this cron ...

Install Manager.io on Ubuntu

Install Manager.io on Ubuntu
Good practice would suggest that you update your apt cache and then update any elements of your system that need updating, so first run sudo apt-get update && sudo apt-get upgrade Then, install mono – personally, I find the version in the current Ubuntu repositories satisfactory sudo apt-get install -y mono-complete Then do your sudo dpkg -i Manager.deb That’s it with terminal and you can ...

PHP Upload File Size Limit

PHP Upload File Size Limit
Introduction There are few different ways for PHP Upload File Size Limit setup. And its depending on server and control panel it differs. Lets see one by one. I will discuss here my known possible ways. And if you have any other possible solution. Just write a comment with its detail on next page. I Prefer to start with Ubuntu Apache Localhost or direct VPS or ...

Add Locale to Ubuntu Server

Add Locale to Ubuntu Server
Introduction Add Locale to Ubuntu Server is not a complex thing, All you need to know right Language code and the shell command to install in it.  You don’t your server support all the languages available in the repo. Just install necessary Languages. Basically I am from Tamil Nadu, So let me install Tamil on my localhost Ubuntu to translate all my Apache websites. Let’s ...

Point GoDaddy Domain to Amazon EC2

Point GoDaddy Domain to Amazon EC2
Introduction Point GoDaddy Domain to Amazon EC2 is a step job and you have to wait for sometime to take effect. Its depending on your Hosting Provider and their support(This is for other hosting users). For GoDaddy the DNS change will be done within 12 hours. Let’s move to the steps to start doing the procedures to make your domain to point AWS IP and work ...

Install MySQL on EC2 Ubuntu

Install MySQL on EC2 Ubuntu
Introduction Install MySQL on EC2 Ubuntu is pretty simple to install it. Installing PHPMyAdmin also needy thing for better UI. I wrote an article about installing Apache2 and PHP on Amazon AWS. You can read it from here. Let’s start with easy steps which we will continue after installing Apache and PHP. This requires you to read my previous article regarding the Apache installation. It ...

Install Apache on AWS Ubuntu

Install Apache on AWS Ubuntu
Introduction Install Apache on AWS Ubuntu is so clever, Especially the Free tier users can make their Host easily and do php stuffs working online. Initially I had many issues to create a proper EC2 Instance to install Apache server in it.  Later i learned it with Amazon docs to know many things about installing Apache2 on EC instance. Let’s install apache and configure it ...

Menu

Sidebar