0

Howto: Install Webmin on CentOS 6

-

Webmin is the best alternative to commercial server management tool cpanel , installation of webmin is very simple ,
login to your server via command console or Putty application . once you are logged in enter these commands :

to copy paste simply copy the command and right click in putty to paste the command , note that when you paste the command it may not show up

cat > /etc/yum.repos.d/webmin.repo << EOF
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
EOF
wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
yum install webmin -y

You have successfully installed Webmin management panel. Navigate to http://:10000 and best of luck :)

0

How to create a free blog ?

-

Do you want to start a blog ? even if you dont know how to code or design you can have your own blog instantly live on web within minutes .Creating a blog is a very simple procedure yet managing and promoting your blog is usually time consuming if your your blog is fetching alot of traffic .so to get started first steps to start your own first blog is to consider the type and topic of your blog weather you want it as your personal blog , your blog based upon your product , destination , hobby or lifestyle .. to get started first of all you will have to either create an account on wordpress.org or blogspot.com both are very popular and in-trend blogging platforms , i will personally recommend WordPress but if you have plans to display ads on your website to generate some extra revenue go ahead with blogspot as you can show Google ads on your blog there .Creating a blog is as easy as managing your social networking profile . All you have to do is to select the theme / layout structure and side widgets you want visible on your blog and your blog will be ready within minutes !
This tutorial is written considering that you don’t want to have a blog with its own domain name and hosting , this tutorial guides initial steps to start a free blog online . any questions ? you can post them in the comment section below and i will personally reply you with help / suggestions asap .

0

Top 5 Joomla Extensions

-

Joomla is the most popular and best CMS( Content management system) out there . With massive community and vast number of available extensions , any genre of website is doable within Joomla CMS .

top 5 joomla extensions

Top 5 Joomla Extensions


there are tons of extensions , modules, plugin and templates available for joomla users . i am using joomla since joomla 1.0 was in early development stages and now joomal 1.7 is out there . so based upon my own usage experience i will list down the Top 5 Joomla extensions out there utilizing these extensions and implementing can render any type of website .

# 5 Easy Blog
its best bloging extension for joomla CMS , if you want a vast community driven news portal , or travel blogs website or even a business directory this extension can help you to create stunning user content driven site within minutes .

#4 Sobi2
sobi2 is an extension built to power directorial , content construction type websites . You can create weblinks , gallery , directory , mapping and listing user submission type websites using sobi2 .

#3 hwdMediashare
its an opensource GPL extension to empower image galleries / Video Gallery type websites . You can setup a HD video site like vimeo , youtube etc within minutes , beside that development team releases timely nightybuilds for this component which ensures up to date video streaming experience for your users on your website .

#2 JomSocial
i will list Jomsocial as the 2nd best extension for Joomla CMS , if you want a complete community / social networking site within minutes , Jomsocial is the solution . clean layout / structure and vast specific extensions network boosts the usablity of this great extension .

#1 MightyResources
i will list MightyResources as the number 1 and best extension for joomla cms , its usability is expandable by user itself , doesnt matter weather you need a blog , directory , image gallery , portfolio , jobs site , community ,video gallery , or even a daily seal website or a memebership or subscription driven website you can achieve all such feature by a single extension which is mighty resources .

there are many other great extensions out there for joomla , but based upon my personal experience and usability i am happy enough to rate these extension as the best Joomla extensions out there .

0

Whats the meaning of LAMP ?

-

LAMP is a collective declaration for “linux+apache+mysql+php” its often termed as “LAMP environment ” so in general any server build upon linux operating system with apache , mysql database server and PHP server side support active is called “LAMP”

0

Best CSS Positioning Tutorial ( css / HTML)

-

i was creating a reference document for one of my friends who is currently learning css/html , and i decided to share one great tutorial i found online during my search . its related to css styling and positioning of DIVs in HTMl , so if you are learning CSS ( cascading style sheet ) styling this tutorial is a must watch tutorial for you .
Best Css Positioning Tutorial

Additional Info :

CSS stands for cascading style sheet )

there are 4 types of css positioning :

.style1

{

Position : fixed;

}

.style2

{

Position : relative;

}

.style3

{

Position : absolute;

}

.style4

{

Position : static;

}

More Css Tutorials , Css Tips , Css Scripts , Css Resources will be shared soon …

8

Remove ” Powered by Kunena” link in Kunena footer

-

Kunena is the best available forum component for Joomla CMS , their team did fantastic work developing this component please do consider donating money to their team to support the future development of this component.

sometimes its essential to remove / edit / some parts of the script as its 100% GPL script to its 100% legal to remove that footer link .
so in order to remove that link follow these steps :

go to components> com_kunena > kunena.php
and on line # 800 , remove whole script within

of //credits section .
if you cant make it work comment below and i will respond asap .

More kunena Tips / Fixtures will be shared soon :)