LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-14-2007, 05:40 PM   #1
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Rep: Reputation: 15
just installed now what


what are some recommended first things that should be done after installing Debian. I usually just try to remove some of the stuff i don't need (that's where i usually mess things up) i usually install Firefox/Mozilla/whatever it's called
once i do that, I basically have a working system with stuff i don't really need. Now what should be done next, any recommended guides/tutorials i should do. I want to try somethig new but not too complicated. maybe a link to show how i connect to my windows network. just any ideas. i just don't like messing up and having to reinstall all the time.
 
Old 08-14-2007, 06:10 PM   #2
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
apt-get update

apt-get upgrade

i would just ignore packages that i do not use, (unless they are really annoying)

add packages you enjoy and have fun
 
Old 08-14-2007, 06:17 PM   #3
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
anything a little more advanced i could/should try out? keeping it simple gets annoying.
 
Old 08-14-2007, 06:50 PM   #4
cgjones
Member
 
Registered: Nov 2005
Location: Central New York
Distribution: Ubuntu
Posts: 405

Rep: Reputation: 31
You might want to check out the Securing Debian Manual.
 
Old 08-15-2007, 08:34 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750
Quote:
Originally Posted by plesaleza View Post
anything a little more advanced i could/should try out? keeping it simple gets annoying.
You could try compiling some programs from source that is always fun.
 
Old 08-15-2007, 10:23 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Configure CUPS to print PDF's

Install the proprietary 3D Accelerated drivers for your nVidia or ATI Video card.

Configure Beryl or Compiz to get fancy desktop effects

Install additional codecs so you can play various Media file and DVD's

Install a virtualization server such as vmware-server or qemu so you can try out other Linux distros as virtual machines

install some of your Windows games natively on your Linux box.. Some good supported choices are Quake series, Doom Series, Unreal Tournament Series.

Grab Some other Free native Linux games such as bzflag, savage, nexuiz, etc..

Configure a firewall on your machine

Configure selinux

Configure SAMBA so you can share files/folders with windows boxes..

Configure lm-sensors to monitor your system hardware (fans / temp / voltages)

Configure SMART to monitor your Hard drives for failure conditions (this early warning has saved my data several times)

Write a script to do an rsync backup from your primary Linux machine to a separate PC to secure your data.

Skim through the Debian Package of the Day site for cool apps to install. http://debaday.debian.net/

Theres just soo many things to configure and tweak when setting up a new system..
 
Old 08-15-2007, 11:46 AM   #7
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
You could try compiling some programs from source that is always fun.
i don't really know how to do that but i want to learn
 
Old 08-15-2007, 12:06 PM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750
Smile

Quote:
Originally Posted by plesaleza View Post
i don't really know how to do that but i want to learn
http://www.luv.asn.au/overheads/compile.html

Use at your own risk:-)
 
Old 08-15-2007, 12:10 PM   #9
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
can't you compile the source of a package, like if i downloaded the source, can't you compile it?
 
Old 08-15-2007, 12:30 PM   #10
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
The best way to get rid of all the app's you don't want is: don't install them in the first place! Usually I only do a (very) basic install that gives me a root shell. Then change my sources.list to reflect the mirrors I want to use and do an "aptitude update". When done, I start aptitude and search/select some basic packages I want, like gdm, gnome, xorg and such. See if it starts with the startx command. After that, I get the latest stable source for a new kernel so I can build the nVidia drivers properly, after building the new kernel ofcourse...
 
Old 08-15-2007, 12:49 PM   #11
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Dutch Master View Post
The best way to get rid of all the app's you don't want is: don't install them in the first place! Usually I only do a (very) basic install that gives me a root shell. Then change my sources.list to reflect the mirrors I want to use and do an "aptitude update". When done, I start aptitude and search/select some basic packages I want, like gdm, gnome, xorg and such. See if it starts with the startx command. After that, I get the latest stable source for a new kernel so I can build the nVidia drivers properly, after building the new kernel ofcourse...
been there done that, except the nVidia part
 
Old 08-15-2007, 07:01 PM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750
Quote:
Originally Posted by plesaleza View Post
can't you compile the source of a package, like if i downloaded the source, can't you compile it?
Yep. Just check the output of ./configure
then make, make install
 
Old 08-15-2007, 07:30 PM   #13
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
Yep. Just check the output of ./configure
then make, make install
i'll try that, but i don't get what you mean
 
Old 08-15-2007, 08:43 PM   #14
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,350

Rep: Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750Reputation: 3750
Quote:
Originally Posted by plesaleza View Post
i'll try that, but i don't get what you mean
Take a look at the link I provided it gives a basic run-down on how to compile programs from source.
 
Old 08-15-2007, 08:56 PM   #15
plesaleza
Member
 
Registered: Aug 2007
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by hitest View Post
Take a look at the link I provided it gives a basic run-down on how to compile programs from source.
i tried compiling something from source (pidgin) and all i really got was a bunch of errors. what do i need installed. i looked up the error but got no answers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ndiswrapper installed driver installed, hardware present, but modprobe doesn't likeit Flukey Linux - Hardware 1 04-14-2007 11:22 AM
Knoppix Succesfully installed but grub installed in root param85047 Linux - Desktop 10 11-06-2006 03:08 AM
Cannot boot already installed ubuntu on newly installed win xp abhi_337 Ubuntu 1 07-13-2006 03:33 AM
I have Redhat 3.0 factory installed on my Dell hardware. I have installed JDK 1.4.2 vcvinith Red Hat 2 04-18-2005 07:09 AM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration