|
Linux Installation and Pre-Installationbrightbill.net > reference > Unix / Linux > Installation and Pre-Installation
Pre-Installation Questions
Installation Tips
I have Microsoft Windows installed on my PC. Can I install Linux too?Yes. There are several ways to do this.Check the documentation that came with your particular Linux distribution. The HOWTO guides at the Linux Documentation Project (http://www.tldp.org) also contain valuable tips and information. Look for the phrase "Dual Boot" in the HOWTO titles. Can I Install Linux on My Laptop?Yes, though laptop installations can be a little tricky sometimes.The Linux on Laptops page has an extensive list of individual models with tips for each model at http://www.linux-laptop.net Create a Non-root User and Use ItMost distributions force the creation of a non-root user during installation. It's important to log on as this user - not as root - unless you are doing system administration. It is too easy to accidentally delete or change critical files when logged on as root.If you are running a web server, you may need to use the chmod command to change ownership of the web site files to a non-root user in order to modify them. Use halt or shutdown to Bring the System DownUse halt or shutdown -h now to bring the system down when you are done working. Not doing so can damage the file system resulting in lost data or a system that no longer works properly.Turn Off Un-used Services For SecurityIf your machine is connected to the Internet (either as a server or a workstation) be sure to turn off any un-used services. Keeping those services running opens up another potential entry point for intruders.Use ssh and scp instead of telnet and ftpBoth telnet and ftp send usernames and passwords across the network in plain text which means they are susceptible to eavesdropping.ssh encrypts the username, password, and all the data sent between your computer and the remote computer. (scp or secure copy is part of the ssh package). List of Additional Utilities to Consider InstallingHere's a short list of utilities to consider installing
The MLA Setup SheetIf you are a student at Muster Learning Architects the MLA set up sheet contains some suggestions for setting your workstation up to be more like the ones in the classroom.
|