pyth0n3 Posted February 13, 2010 Report Posted February 13, 2010 As Linux squeezes itself into all facets of technology, more people are being forced to use it who have little knowledge of the foreign Unix land. Maybe you’re trying to learn your way around, or maybe you’re the Windows guy who just got ‘promoted’ to maintaining the Linux system; either way, things are odd, and you just really, really don’t want to fubar the system. For those of you who fall into that category, this article is for you. Below are fifteen mistakes often made by new Linux administrators.1. Failing To Use CheckInstallLinux uses package managers, which keep everything installed on your system updated and clean. When two or more apps rely on each other, it is imperative that all of them are kept updated, not just a few. Thus, when you install one program via whatever package manager your distro uses but another from source, the package manager will only update the first, which could cause things to stop working properly.The solution to this is to use Checkinstall to build a package for your system that will stay updated along with the other software, which will save you headaches in the future.2. Refusal to Use the Command Line InterfaceYou just have to learn it. It’s that simple. You cannot be a sysadmin in any system while harboring a fear of the command line, but that is doubly true in Linux. While you can manage to do most things with some form of a GUI, it is almost always faster and easier to learn how to do it from the Terminal. Learn some bash already.3. Having No or Weak Root PasswordSomeone getting their hands on the root password is like some crony gaining control of Darth Vader’s big laser that blew up Alderaan. If you have no root password, then you’re either a very ripe sysadmin, or you’re an idiot. If you have a weak one, then you’re naive. Here is a very big tip: if you don’t have a password, set one RIGHT NOW; if it is a simple word, especially a word in the dictionary, change it RIGHT NOW to something at least fourteen characters long with uppercase, lowercase, numbers, and symbols.4. Pretending Updates Don’t ExistFor whatever reason, people don’t like updates. That is understandable if you’re getting fed them day after day, but really–updates keep things working (most of the time). Sometimes it is laziness–there may be hundreds of updates if you put it off for awhile, and no one likes to pick through those, so they just put it off longer and longer until something stops working. You must update. If you disable auto-updates, then check them every day. Sift through them each time and only install the ones you need. Do this every time. Your install will thank you.5. Making Changes Without Backing Up FirstIf you’re going to pick through, for example, the resolution config file to try and get your three monitor system running properly, you really should backup the file first. This goes for all changes in tweaks. In fact, just go ahead and create a backup of every major file right now, just so when you forget later, your fore sight will have saved you from FUBAR hell.6. Not Learning to Trouble Shoot Their SystemEach distro is like a baby–they are similar on the surface, but when you spend time with them, there are noticeable differences. For that reason, it is very important that you spend time with your distro and learn its own peculiarities. Want an example? One user who had messed up his Ubuntu resolution was freaking out because his screen was scrambled, and he was trying to fix it from command line. That seems fine, except that if he’d spent time knowing his system, he’d of simply booted into recovery mode and reset his resolution to default. Knowledge is not only power, but it’s a time saver, too.7. Ignoring Logs like the PlagueSee, there’s these little things inside /var/logs called LOGS that tell you magical things about your system, like errors and security issues. These things give you valuable information that can be used to correct programs and head off unfortunate issues. Doing so will make your life as admin much, much easier. So then, why do you ignore these? Out of fear? Trepidation? Misplaced respect? Open the system logs once in awhile and see what’s up, okay?8. Keeping Everything in One Giant PartitionOf course, this is only valid if you’re the one doing the installing. You don’t want everything to sit in one partition for many reasons, two of which being performance and convenience. You’re probably going to change distros at some point, so to make your life easier, put your home directory in a different partition than the rest. This will make your life easier at some point, trust me.9. Using as RootFor you Window’s users, that means Admin. You’re not supposed to run as admin, nothing good ever comes from it. When using the terminal, simply use ’su’ or ’sudo’ or whatever your system command is for running as root. This is more than powerful enough for the things you must do.10. Asking Help From Random PeopleIf Linux has been thrust upon you and you’re left trying to pick your way through things that mean nothing to you, then no one will blame you for seeking help when issues arise. With that said, be careful who you seek help from, and be very weary of what you run through the Terminal. There are people who get their kicks from making your life hell. Get the help of a pro when things go bad.ethiopianreview.com Quote
demon_zone Posted February 13, 2010 Report Posted February 13, 2010 this2. Refusal to Use the Command Line Interfacepff, terminal. Hate it, hate it, hate it...8. Keeping Everything in One Giant Partitiondefapt, mie imi place, ca are search-ul foarte "high-tech"10. Asking Help From Random Peopletrue, bine ca s-o inventat rst-u:) Quote
vizitatoru123 Posted February 13, 2010 Report Posted February 13, 2010 Interesanta chestie, si ai dreptate.Having No or Weak Root Password (nu realizeaza cat de importanta e parola de root)Keeping Everything in One Giant Partition (aici nu sunt sigur, daca de exemplu iti pui /home pe alta partitie acest folder se face si in partitia principala si oricat adaugi in /home se adauga si in partitia principala deci ai nevoie de mult timp sa partitionezi calumea)Making Changes Without Backing Up First (asta de obicei patesti cand esti sigur pe tine la o anumita chestie, te crezi foarte in stare sa o faci si esti sigur ca o nu vei gresi ... si la multi admini le este lene sa faca backup)Oricum e bun articolul Quote