Flip Content
Flip Content: This is the best Flip Content Plugin in Joomla. This brilliant plugin show Content as Flipping on browser scroll of a selected article content. That is the main feature of that Flip...
View ArticlePHP get distance between two places using google maps
Use curl to use google map api to get the distance. Here the format of address $address = $value["street"]." ".$value["region"]." ".$value["country_id"]." ".$value["zip_code"]; Now just paste the code...
View ArticleMagento Marketplace seller product search
Magento Marketplace seller product search: By using this, Buyer can search product according to seller. Buyer can search product on collection page of the seller. This module is an add-on of...
View ArticleMagento Marketplace Product Return RMA
Magento Marketplace Product Return RMA - Magento Return merchandise authorisation is a brilliant module and super useful for product return and order return between buyer and seller. This module is...
View ArticleMagento Marketplace One Seller Checkout
Magento Marketplace One Seller Checkout: By using this, Buyer can add only one seller’s product to the cart if condition is enabled by admin. This module is an add-on of Marketplace Module . To use...
View ArticleOpencart Ticket System
Opencart Ticket System - Opencart Ticket System is the single best ticket System for Opencart platform. With the help of this module customer can generate ticket to Admin and with help of staff admin...
View ArticleMissing Unity in ubuntu
Many a times we come aross this problem of “Missing Unity in ubuntu” after upgrading or after installing some updates. we can reset unity via simple commands. open the terminal and run the following...
View ArticleRoot Login in ubuntu
The users of Ubuntu are always thinking about how to get the root user login via User interface, We can enable it in two very easy steps 1. #sudo passwd root enter the password for the root user 2....
View ArticleContent Carousel
Content Carousel: This is one and only content carousel module in community where you can put the images and text simultaneously. In this module all the content will fetch from the joomla article...
View ArticleHanging issue in Linux
If your system hangs # sudo apt-get install preload # sudo apt-get autoclean # sudo apt-get autoremove if problem persists we can also find the processes which are having higher cpu utilization # top...
View ArticleMagento Marketplace Responsive Template
Magento Marketplace Responsive Template - After creating world best marketplace plugin for magento we are going to release “Magento marketplace responsive theme” . This theme will support all screen...
View ArticleJoomla MarketPlace
Joomla MarketPlace: This Brilliant Extension will convert your Joomla Virtuemart store in to Marketplace with separate seller product collection and separate seller with feedback support and rating....
View ArticleCool Carousel Slider
Cool Carousel Slider: This is the best Cool Carousel Slider Module in Joomla. This awesome Slider module Display a beautiful slider of selected Image with Caption. The caption of slider is different...
View ArticleMarketplace Product Feature
Marketplace Product Feature Module is an addon for Marketplace module which will allow to add features for your marketplace products.It works with Marketplace Module. Installation: For installing...
View ArticleMagento Marketplace Seller Buyer Communication
Magento Marketplace Seller Buyer Communication - Magento Marketplace Seller Buyer Communication module is very useful module for Magento multi vendor Marketplace , by which buyer can communicate with...
View ArticleCreating file that will not grow beyond a size defined
#dd if=/dev/sda of=./file.txt bs=1M count = 100 (to create a file of 100 MB size) # mkfs.ext4 -t ext4 file.txt #mkdir /tmp/file #sudo mount -t ext4 file.txt /tmp/file #touch /tmp/file/file1 This will...
View ArticleTerminal not shown in linux
Many a times we come across this isuue that TERMINAL is missing from our system or we are not able to open it. I have done it in Ubuntu 13.04 Open xterm from the startup menu and simply type # sudo...
View Articleset wallpaper through Terminal in ubuntu
Setting wallpaper from Terminal #sudo apt-get install feh # feh –bg-fill <full_path_of_image>
View ArticleRandom Password generation through terminal
Passwords provide the first line of defense against unauthorized access. While using a corporate network we must always choose a strong password because more stronger it will be, the more protected we...
View ArticleBash script to find the file exist under the specified path or not
This is simple script to find the file in linux whether it exist in the specified location or not #!/bin/bash echo -n Please Enter the File Name: read filename echo -n “Now, Enter the path to the file...
View Article