Anwar

Posts

Lead management has three types of users. Like – publisher, advertiser, and Admin.

Lead manager features:   Publisher: Publisher can see and modify his/her campaign. Publisher can view individual reports. Publisher can export individual reports into CSV format....

Resizing a Linode

Resizing Your Linode You can move your Linode from one plan to another by using the resize feature. To complete the resizing process, your Linode will be...

How to move all files from current directory to upper directory?

The command you are looking for is mv * .[^.]* .. or (see below for more info): (shopt -s dotglob; mv — * ..) Explanation:...

RAID Disk Fail Fix

9 Testing   Now let’s simulate a hard drive failure. It doesn’t matter if you select /dev/sda or /dev/sdb here. In this example I assume...

How do I start using Ruby on Rails?

Step 1: Setup your Rails Environment First, we’re going to need to create the environment in which our rails application will live. Head to your...

Replace mysql functions using the mysqli extension

Short Version of converting mysql to mysqli mysql_connect —> mysqli_connect mysql_select_db  —> mysqli_select_db mysql_error —> mysqli_connect_error() mysql_query —> mysqli_query mysql_fetch_assoc  —> mysqli_fetch_assoc http://stackoverflow.com/questions/1390607/how-could-i-change-this-mysql-to-mysqli https://www.phpclasses.org/package/9199-PHP-Replace-mysql-functions-using-the-mysqli-extension.html

Replace lost keypair ec2 instance

1)Create AMI image of original instance. 2) Launch new EC2 instance using AMI image (from step 1) with new key pair. 3) Login new EC2...

Reset a MySQL root password

Please do not make any edits to this article. Its contents are currently under review and being merged with the Ubuntu Server Guide. To find the...

Ruby packages for Ubuntu

Brightbox have been providing optimised Ruby packages for Ubuntu for years. We’re currently maintaining packages for Ruby 1.8.7, 1.9.3, 2.0 and 2.1. Our repositories also...