You are currently browsing the category archive for the 'LInux' category.
Basically in all linux OS we can access root for login. But in ubuntu by default that option is not enabled. if you want to have root login then you have to do some hack on ubuntu OS
Just follow the below step for login as root. And do everything as you want
.
Step 1:
Login ubuntu as your user login details.
Step2:
Then open the terminal and type those command —- sudo -s —– It will ask for root access and type the password. Then type the password root and it will ask for new password. confirm the password. Now close the terminal.
Step 3:
Now again open terminal and type those command —— sudo gedit /etc/gdm/gdm.conf ——- . Its open this file gdm.conf on gedit text editor ( You can open it on other text editor as well ).
Step 4:
Now find for AllowRoot=false .
Step 5:
Then change AllowRoot=true .
Step 6:
Now restart the machine, open the login page and login as user name : root and password : that you given previously (the password type on the terminal for root access.
Now you can enjoy the root access. You can do whatever you want.
If you wish to have a professional shared hosting quality in a free hosting package, come and host with www.000webhost.com and experience the best service you can get absolutely free.
I just found this free host with:
- 1500 MB of Disk Space
- 100 GB Bandwidth
- unlimited subdomain in one account
- Your own domain hosting
- unlimited mysql databases
- cPanel Control panel
- Website Builder
- Over 500 website templates ready for download
- Free POP3 Email Box and Webmail access
- FTP and Web based File Manager
- PHP, MySQL, Perl, CGI, Ruby.
- No Ads at all !
They provide hosting absolutely free, there is no catch. You get 1500 MB of disk space and 100 GB bandwidth. They also have cPanel control panel which is amazing and easy to use website builder. Moreover, there is no any kind of advertising on your pages:D
You can register here: www.000webhost. com
and visit www.000webhost. com for more info…
This is not the end there also have more fun just check it
ow i just forget to tell you, that sometimes they want IP verifications for bangladeshi signUP. To make it simple use US proxy.
At last i start my web programming into ubuntu using lampp. Its really fun. But first Time I’ve a problem to install xampp server. So I start to finding solve of this problem. And I done it. Now I want to share this solution to you.
First You have to download xampp for ubuntu/linux. Then save the installation file into your home folder. Now open terminal & write the following command
————————————————————————————
sudo tar xvfz xampp-linux-1.6.6.tar.gz /opt
————————————————————————————
Then this will extract the file into opt folder.
If extraction complete properly then your installation complete.
For start your xampp server type the following commed
———————————————————
sudo /opt/lampp/lampp start
———————————————————
And stop the server write the command
————————————————————
sudo /opt/lampp/lampp stop
————————————————————
Now enjoy lampp server &-)
Now a days I can’t think one day without internet. Guys i think you are in the same situation like me. Today’s tutorial for whom, who is new in ubuntu family. To use ubuntu properly u’ve Download packages of ubuntu. So you need a internet connection
. Thats why i write this tutorial. So let see how to use gprs/edge on ubuntu.
Now follows those steps for connecting internet.
first open your terminal, then type those command step by step..
#Now open your terminal, write this command for access superuser.
———————————————–
~$ su
———————————————–
after giving password ur now access root. For access root see my post on Using Root User in Ubuntu.
#Now write following command
———————————————–
~$ wvdialconf
———————————————–
# Now you have to edit wvdial.conf file. And to edit the wvdial.conf file type command:
———————————————–
~$ gedit /etc/wvdial.conf
———————————————–
#Edit user name and passwd. clear all semicolons .
#And to start using internet enter command:
———————————————–
~$ wvdial
———————————————–
That’s all. I hope u r using internet properly. I think this the most easiest work to do. If any prob just contact me.
I think Ubuntu is the best for the home user who use Linux. I’m also use ubuntu 8.04 & and i enjoy it. But the main difference between ubuntu and other Linux, is you can’t enter as a root user in ubuntu. But it is not impossible.
Now i’m tell you the process how to do this,
Step 1: you’ve to open the terminal.
Step 2: write the command
# su passwd
Step 3: Now enter the password for root user. And retype the Password
Step 4: Now write the command
# su //superuser//
enter the password.
Ok now you can access the root as a super user. You have the super power use it.
Thank you kamol for helping me to learn it.
To uses GPRS/EDGE in Linux, Then follow those easy steps.
This process is very easy. No need to write any thing in terminal. Linux is very user friendly
OS. Now follows those steps. This is processing for fedora 6 & fedora 7.
1st step:
- First open up System->Administration->Network on your system
- Then click on Hardware and add New
- In The Hardware Type choose Modem and click Next
- In Modem Device type /dev/ttyACM0
- Choose Baud Rate as 460800
- Choose flow Of Control as Hardware(CRTSCTS) and click OK
- Then go to Device and click on new here too
- Choose Modem Connection from the list and click Forward
- Type in Phone No as *99***1#
(Check with your network operator for what your number is)
- Give any suitable name in the Providers Name
- Give both Username and Password as “user” even if you think it is not needed
- Once the Device is included in the list Select it and click on Edit
- In the Modem Initialization String enter The Init String is
“ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0″.
2nd step:
PASTE THE BELOW SCRIPT IN THE FILE etc/wvdial.conf ( delete any earlier existing scripts)
[Dialer Defaults]
Modem = <the modem port recognised on running the command: wvdialconf create , on the terminal>
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 //THIS IS GOT FROM STEP 1
ISDN = 0
Modem Type = Analog Modem
Phone = *99***1# //THIS WAS THE NUMBER FOR CONNECTING TO MY GPRS….. CHECK WITH YOUR OPERATOR WHAT YOUR NUMBER IS
Username = user
Password = user //THIS IS USUALLY THE CASE FOR MOST GPRS CONNECTIONS WHICH DO NOT NEED A USERNAME AND PASSWORD.
Stupid Mode = 1
Requirement:
1. need a GPRS/EDGE supported handset
2.Linux OS
To use internet, i use NOKIA 3110 classic.














Recent Comments