How to create folders in Ubuntu via root terminal

To create folders in Ubuntu via Root terminal
<!–adsense–!>
First go to
a)Applications->System Tools->Root Terminal
Then go to the folder of your choice  and use this command
b) mkdir <directory name> E.g mkdir ramanean
c) A directory “ramanean” will be created within your current folder
d)you can access it by typing cd /folder/folder/ramanean/



How to create folders and files in htdocs for Ubuntu fo Xampp

<!–adsense–>
To create files and folders inside htdocs in Ubuntu
Here is the simple way
First
1.Go to root terminal
2.Type gedit somefilename.php
3.When you save it save it htdocs folder
You can browse through this filesystem->opt->lampp->htdocs->
here you can also create a new folder
and then save it.
or else
1.go to root terminal
2.type gedit filename.php /opt/lampp/htdocs/ (Since Xampp is usually installed in Opt folder)
when [...]



Installing Xampp on Ubuntu

HOWTO: Setup easy web development environment (XAMPP)
This is a how-to for setting up a web development environment easily. This guide will install the XAMPP lampp stack into /opt, setup an easy way to start it up and shut it down, and link a folder in your [...]



Editing a file on Ubuntu

To edit any file on Ubuntu you can open a text editor like gedit from Applications->Accessories->gedit
or you can also open it from Terminal Window
Go to
1.Applications->System tools->Root Terminal
2.Type  sudo gedit  /etc/wvdial.conf
3.A Text Editor would open the file wvdial.conf
You may ask what is the difference between simply opening a file and opening it via Root Terminal.The difference [...]



Configuring Tata indicom Plug to Surf on Ubuntu

Yesterday  I configured Tata indicom Plug to Surf on Ubuntu
1.First just plug your Tata indicom USB to  your Laptop system
2.Then go to Root terminal
You can access it from  Applications->System Tools->Root Terminal
3.In the terminal simply enter wvdial
4.if your modem has been detected you would get a error message like this
Modem intialized
Invalid Phone number
Invalid username
Invaild password
if [...]