Just updated some Linuxes quizzes that could answer many of your questions about Linux.
1. Starters
100 questions for beginners about what is possible and how
2. History
70 questions
3. From the Shell
130 questions and 3 levels
first level is an easy intoduction to the shell and then it gets tricker
4. Expert
75 questions and two levels
5. Wifi
10 questions (new quiz more questions to be added soon)
6. GIMP
30 questions with images on doing graphics with Linux
it's a quick & fun way to see what's possible with linux
oh! where to find them?
easy, just search 'linux quizzes'
respected to all
i am EMPkrishna. i am a new learner of red hat Linux, looking for a job in Linux system administrating, i have a good knowledge in Linux but i don't have any real time organization experience in Linux administrating. so please suggest me to learn the real time scenarios questions and answer @ troubleshooting questions in Linux asked in at the time of interview.
please suggest me the best way to get the knowledge on that tell me if any other sites like that to get real time questions and answer
I just bought a refurb computer at the recommendation of a forum member and now I need a manual. Which is the best online ebook to learn Linux for very very beginners! Like ' how to knock the computer on' beginners! A book that doesn't presume I know what a distro is! I'm joining the Linux community and very excited to steep myself in all things Linux but I need to start at the very beginning otherwise I'll end up getting disillusioned by the scale of the Linux dictionary.
Of course I am very Mac competant and not a complete computer unsavvy guy but I believe in order to really know something you have to go back to the basics. Please recommend a basic online books preferably in iBooks.
I look forward to driving you all crazy over the next six months with my ABC questions.
Thanks guys
I am a basic computer user as far as operating systems are concerned. I do a little programming here and there but nothing special yet.
I have tried Linux many times, but I'm always left to getting *another* distro, after I fail to properly install Linux. Basically I resort to simple installs and found that Linux Mint and Ubuntu, most of the time work out of the box. However, after an installation, ... here and there I get error messages and sometimes crashes and i understand that my installation is not stable, simply because I did not properly configure some conf file or similar.
Another even more important problem I have is device drivers. Working from the command prompt (console) and the GUI is very confusing to me. I'm not sure if I'm setting something right with one and then unsetting it with the other. So basically I'm here with some noob questions and a couple specific ones.
1. Can someone recommend a good distro to learn to correctly configure drivers with manually. Remember, that I understand that there are distros that work out of the box mostly, but I actually am not worried about complexity as far as someone can guide me through errors. Which will lead to more questions of course.
2. After an installation there are sometimes a dozen errors during bootup, but no stops. Since it all scrolls by fast (most distros), where can I check after bootup what I need to fix?
The Goal is an *error free* stable installation of a linux distro, with enough common sense learned to take it to other distros.
Hello all.
I have been using Linux OS's of and on since 1996. I completely gave up on MS in 2006. I change out a hard drive in my PC and MS thought I should purchase a new site license, I did not agree with that train of thought.
I found that popping in a disk and getting Linux up and running was easy to the belief that "Nothing could be this easy". It really was. The learning curve was encountered when trying to make Linux Fly. I recommend that everyone new to Linux or anyone with a desire to do a bit more than e-mail, catalog some photos or music get your hands on a Linux command reference guide and learn the terminal. There is so much to understand and do With Free Open Source Software and there are so many ways to access, install and configure the available software. There are so many resources for help and trouble shooting all things Linux however, here's the caveat; I really had to learn how to ask the question to get an answer that worked for me. General question will get you general answers and rarely ever was the answer I sought found the hodgepodge of generalities found in forums or Google searches and the like. I learn to be very specific in my question and the answers were discerned with less difficulty. There are really answers or fixes for the questions I have had concerning Linux.
I am completely new to Linux. Ready to get as much advice and tips as anyone can offer. First, which version should I install? Are the free online versions safe and functional? I am running windows 8.1 on a laptop. Would prefer to install, if possible, any type of Linux on USB or disk. If not possible, use a partition. Everyone has to start somewhere, right?
Hello and good evening, I would like to introduce myself and just tell you up front I will be asking questions of this forum as I explore my new life in Linux. Thanks up front for all the support to come.
V/r
Billy
Hi all,
I need to swap out my HDDs this weekend due to some problems and at this point, am getting tired of Microsoft.
For the longest time I've stuck with windows because I was big into gaming, but these days not so much. And it seems like all of the games I like are available for Linux these days.
So, my questions are :
I've heard that every time a new version of Linux comes out you need to completely reinstall your OS. Is this true? I've got a feeling it may be partially true, but there is more to it. I'm assuming you only need to do this if you want the latest overall version, like Windows, but you get minor updates and can keep running it for years?
How do games run on it? My primary game (be nice..) is Minecraft and other games would be Half life 2, TF2, Counter Strike Source etc. I also run emulators for NES/SNES etc.
If I lose 5-10 FPS over it, it's not a deal killer.
I'll be installing a 250GB SSD + 1TB WD Green this weekend and ditching my two 1TB drives that are showing signs of trouble.
System specs going by memory are :
I5 750 running stock. EVGA P55 SLI motherboard. EVGA GTX 460 video card. 12GB Gskill Ripjaws ram.
I expect it will run any version of Linux fine, but would like opinions on that as well. The last I tried was a few versions of Ubunutu and had no complaints but that was back in 2008-2009.
All opinions are welcome.
Hi Guys,
I'm new to this community and i just have a basic Linux knowledge especialy Ubuntu+ UbuntuServer. I'm Studying IT its my last year and im working on a thesis called "Windows Vs Linux". I'm trying to setup a virtual company environment in windows and the same in Linux. I want to compare the both... what are the pros and cons from both operating systems, stability, Security, managability, TCO,... . I did some research and stuff but for the Linux part its not easy... So i have a few questions, hopefully I'm getting some response. First of all I'm thinking of using Ubuntuserver LTS as server side OS and for the workclients Mint or ubuntu. Is this a good distro choice ?
My second and i think its the hardest part of setting up a manageable Linux Company environment is an Active directory alternative that offers the same functionality in Linux. Is this possible ? Ok you have like openlDAP and stuff but thats just basic authentication password and shit, but do you have something like GPOS for Linux ?
I'm hoping someone can help me out a bit
Grtz
I have installed Linux 3.5 kernel and have compiled e2fsprogs as well. I have my own version of ext3 file system - lets say it is myfs. I have compiled myfs as well. Now I have few questions:
1.How to insert myfs module and where? When I do modprobe myfs (.ko file) it says module not found. When I simply do insmod myfs.ko it works but I am not sure where is it putting the .ko file. Also the displays I have added (on mkdir call) are not showing up (kernel debug level is also set to 8) when I try to create a directory in mounted folder
Makefile in myfs directory looks like this:
KERNEL_TREE ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
obj-m := iext3.o
iext3-objs := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
ioctl.o namei.o super.o symlink.o hash.o resize.o ext3_jbd.o \
xattr.o xattr_user.o xattr_trusted.o acl.o xattr_security.o icefs.o \
transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
all:
make -C $(KERNEL_TREE) M=$(PWD) modules
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions *.markers *.order *.symvers
and I am compiling myfs from my own directory: /home/myname/soft/myfs.
Also, I don't see any ext2/ext3/ext4 directories in /lib/modules/linuxversion/kernel/fs/ -- not sure if this is right or wrong.
2.Mount is working fine. I can see myfs is mounted on /dev/sda3 by doing df -a. When I unmount It says - umount: /home/..../mnt: not mounted and then if I do df -a the file system is unmounted. This is strange as its unmounting but still throwing error.
Some Background: Directory where I have everything: /home/soft myfs/ mye2fs/ Linux-3.5/ mnt/
Step1: cd Linux-3.5 --> 1) make 2) make modules 3) make modules_install 4) make install 5) reboot
Step2: compile myfs (my version of ext3) and insert the myfs kernel module --> cd myfs/ --> make --> insmod myfs.ko
Step3: compiled mye2fs for mkfs
Step4: use mye2fs to create myfilesystem on a device --> mount --> test printk statements put under myfs modules
I am preparing to take my EX200 exam for red hat Linux ver 6.X. My questions a number one, what are the main differences between version 6.X and 7.X ? and number two, what are some of the tricks I should look for?