Quantcast
Channel: Techathon | Techathon
Browsing latest articles
Browse All 36 View Live

Image may be NSFW.
Clik here to view.

Best social bookmarking sites

Today, Social bookmarking is getting popularity and best way to get traffic to website. Using socal booking, You can also build quality backlinks for your website and it is most easiest way to promote...

View Article


How to install zpanel on centos 64 bit

Step 1: yum -y update Step 2: reboot Step 3: Log to your server as root user: sudo -i Step 4: Ensure you are in your home directory: cd Step 5: wget...

View Article


How to upgrade php on centos 6

Step 1 :Detect if any PHP packages are installed: yum list installed | grep php If packages are installed remove them, for example: yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64...

View Article

Install PHP 5.5 apache2 mysql 5.5 phpmyadmin on CentOS 6

Step1: Adding Remi Repository to yum == Install Remi Repository on Fedora 19, 18, 17, 16, 15 == rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm rpm -Uvh...

View Article

Explore And Debug Facebook API

Facebook Graph and insights API(s) have lots of things to explore. And as a developer, you always want a panel to explore facebook APIs and easily find to whatever you needed to use. HOW TO CREATE A...

View Article


Image may be NSFW.
Clik here to view.

Best Way To Create Excel File In PHP

There are several php library available to export excel in php. Here I am explaining most easiest way to create excel file in php without using any external library in PHP. Below is the sample code to...

View Article

Hierarchical Tree Commenting using MySQL PHP

My SQL table structure: id comment thread_id parent_id 1 comment1 1 null 2 comment2 1 1 3 comment3 1 2 Use Below code for create tree array: function getCommentHierachy($threadId, $comments) { $rtnVal...

View Article

Write SQL query with SELECT statement

Query  : UPDATE table_name1 INNER JOIN (SELECT `post_id`,`content` FROM table_name2) AS t1 ON t1.post_id=table_name1 .id SET table_name1.content=t1.content,table_name1 .type='article';   The post Write...

View Article


Change Webmin Password Using Command Line CentOS

/usr/libexec/webmin/changepass.pl /etc/webmin root newpassword The post Change Webmin Password Using Command Line CentOS appeared first on Techathon.

View Article


How to check maximum occupied disk space linux in MB GB

Command : du -kscx * | sort -nr | cut -f2 | xargs -d '\n' du -sh The post How to check maximum occupied disk space linux in MB GB appeared first on Techathon.

View Article
Browsing latest articles
Browse All 36 View Live