Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi guys,I am a newbie to this forum and to say that I'm a novice would be an understatement. I have a Dell Poweredge 2400 server that my company through out because the scsi controller stopped working with Debian installed that i want to get familiar with but I know absolutely nothing about Debian and linux in general. I was told to get updates (using apt-get)but I dont know where to start. I need some serious help.
Thanks Guys.
Thanks for the link,i'm using it as i type but what is "root"? I typed in "apt-get update" in a terminal window and it says "could not open lock file var/lib/apt/lists/lock - open (13 permission denied)
BTW The computer has 2 network adaptor (1 integrated)which should i plug the ADSL in?
root is the super user (user with all privileges) on Linux and Unix systems. You are getting the access denied error because only root can make major system changes. To switch to root, start a terminal session using Konsole or gnome-terminal, enter the command "su -" (without quotes). Once you have gained root access, enter "apt-get update" to update your package information, after then enter "apt-get upgrade" to perform the actual upgrade. Once everything is done, enter the command "exit" so that you leave the root account because working as root all the time is not recommended since you can easily do harm to your Linux installation.
root is the super user (user with all privileges) on Linux and Unix systems. You are getting the access denied error because only root can make major system changes. To switch to root, start a terminal session using Konsole or gnome-terminal, enter the command "su -" (without quotes). Once you have gained root access, enter "apt-get update" to update your package information, after then enter "apt-get upgrade" to perform the actual upgrade. Once everything is done, enter the command "exit" so that you leave the root account because working as root all the time is not recommended since you can easily do harm to your Linux installation.
Ok that worked therefore the NIC i plugged the adsl in is the one forthe internet and other for lan? I have a externat hard drive can i use it with debian?
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
Yes you can. You just have to edit the /etc/fstab and tell it where to mount when to mount it and what users will be able to mount it. If this drive will be shared with Windows I would suggest you make it a fat32 drive.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.