How to change Ubuntu Password

Posted February 16th, 2011 in PHP Tutorial by Paran

Different purpose we need to change the password. It may OS or other device. Different device changing option different. So, I like to to discuss here how to change Ubuntu Password. This tips is important for novice Ubuntu user. Ok, Lets see how to do it.

First Technique:

Go to: System->Preferences->About Me

Click to Change Password Button

Then Enter the current password and click to the Authenticate

Then Enter the New Password, also Retype the new Password.

Then Click to the Change Password Button. Oh, Try to Enter the strong password.

Now your Current Password is establish.

VN:F [1.9.10_1130]
Rating: 1.0/10 (1 vote cast)
VN:F [1.9.10_1130]
Rating: +1 (from 1 vote)

How to create photo slideshow

Posted December 17th, 2010 in Tips & Tricks by Paran

Suppose you are beginners of designing section. Or you would like to develop a website but in this site need to add photo slide show. But you are a  coder or programmer, you have no technical knowledge to create a photo slide show. Now what r u do? oh! don’t worry I will help you to solve your problem. Just click to the slideshow link and add your require photo.

Also click to settings button and setup your desired.

Ok just now click to the save button and download your file. After download this file extract it and place it on your desired place.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: +1 (from 1 vote)

How to create website slideshow?

Posted December 17th, 2010 in Tips & Tricks by Paran

Many times we need to create a slide-show of our specific website specific page. But how to do it? Don’t worry about this.

Just now click the following link to create slide-show.

For testing write something on the title bar. Then copy the http://www.shahporan.com and paste it on the bottom field.

Then click to Create Link button. Fine then you will get a two url. One of them url copy and paste on your browser address bar and see the your website slide-show.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: +2 (from 2 votes)

cPanel Folder and File Permission

Posted December 9th, 2010 in Tips & Tricks by Paran

cPanel does not allow permissions 666 and 777.

It allow the following permission:

Folder : 755

File : 644

Suppose your file permission may be exist on  777 or 666 , Now you need create folder permission 755 and file 644.

Just now you open your terminal and write the bellow code:

Folder: find top/directory -type d -exec chmod 755 ‘{}’ \;

File: find top/directory -type f -exec chmod 644 ‘{}’ \;

Yes, now your folder and file proper for cPanel.

VN:F [1.9.10_1130]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.10_1130]
Rating: 0 (from 0 votes)