

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
751. |
Solve : ubuntu-wireless internet? |
Answer» ok how can i get my ubuntu to recognize my wireless router??First things first: has it recognised your wireless card?how can i tell ??What is the output of the commands, ifconfig and route?in linux whers the command prompt??I suggest you get This(CLICK) in linux whers the command prompt??I suspect that your real question is "In X Windows running KDE/Gnome, how do I get to a shell prompt?" The easiest way is via the virtual terminals. Most Linux installations are CONFIGURED so that Ctrl+Alt+F1 to F6 will each bring up a different virtual terminal. Ctrl+Alt+F7 gets you back to your desktop. Sometimes that works WITHOUT the Ctrl. Once you're at a virtual terminal, log in using your normal id and password; you can then run commands. You won't however be able to cut and PASTE back to the desktop. To get to a shell prompt whilst in the desktop, you need to run a terminal emulator program. You'll doubtless find one somewhere on your program menu - KTerm, XTerm, etc. Once you've got the output of your command, select it with the left mouse button. Normally that automatically copies to the clipboard. You can then paste it WHEREVER. |
|
752. |
Solve : unix command; help Anyone? |
Answer» What COMMAND can I use tolist the files in /usr/include or its subdirectories (possibly nested several layers deep) that contain the string "ptrdiff_t"?find /usr/include -name "*ptrdiff_t*"That's the most elegant WAY. You could also use ls, thus: "ls -lr /usr/include | grep ptrdiff_t" which would GIVE you slightly more DETAILED info about the file, but not its ultimate LOCATION. |
|
753. |
Solve : protection? |
Answer» hi......... You should decide who you want to have access to the file, and grant them permission accordingly. ................ so,how do i grant the permission to access my file(any kind) to the seleted ones............Create a group. Make that group the owner of the file in question. Add the RELEVANT users to that group. Code: [Select]MAN useradd man groupadd man chown |
|
754. |
Solve : Sh problem? |
Answer» when i execute a .ksh file (for example sh toto), i have error when executing commande contenning the caracter `. |
|
755. |
Solve : Script help NEWBIE? |
Answer» How do I write a SCRIPT that moves all the files that END in ".TXT" from the CURRENT directory to another (target) directory? |
|
756. |
Solve : I'm sad mandriva destroyed my halt.dll? |
Answer» I'm sad mandriva destroyed my halt.dll, i was trying to install mandriva on my laptop on a 12giga partion but it destroyed my halt.dll and i couldnt do a repair install for some reason i tried 3 times, so im reformatting as i write( on a desktop), can some tell me how to install mandriva or another linux that would work on my laptop with 12gig?? is there a way i can get a cd shipped to me at little to no cost??>Yes<.thanksUbuntu will send you a FREE CD (or 100, whatever you need). The best idea is to burn an OS .ISO CD at a very low speed - 4x seems ideal.how do i change the speedWhat software burning program do you use? Nero has it easily adjustable. Also do NOT use CDRW's, only the basic CDR's.i only use cdr's i use neroim very happy to inform everyone that i got ubuntu dled burnt and installed.. i had a lil confusion on the install part buy i got it done right. so far no errors or screw ups on either ubuntu or windows.. thanks for all of your help GX_man why does burning at the lower speeds help so much?? cuz my first try to burn ubuntu before i started this thread i burned it at max speed and it didnt work at all.. but either way thanks for the helpIt has a lot to do with the accuracy of the burn and the read speed of the recipient drive. Slower burns tend to be more accurate and more compatible with other drives.k thanks rob for the INFO |
|
757. |
Solve : Setting Up a File Hosting Server? |
Answer» I am looking to set up a server where users will fill out a form, attach a file, and click SUBMIT. The file would then be saved to my server and would also be remotely accessible. Any help is appreciated. More details please. What service do you have? Do you know low to deploy PHP scripts? Do you understand Pearl? Is this some kind of blog? is it a forum? ... When the server serves data in a commonly used manner, for example according to the HTTP or FTP protocols, users may have their choice of a number of client programs (most modern web browsers can request and RECEIVE data using both of those protocols). In the case of more specialized applications, programmers may write their own server, client, and communications protocol, that can only be used with one another. ...Fort example, WORDPRESS can be used for a personal server free of charge. It is one of the most popular content tools available. That would be fairly easy to do with something like PHP. You do however need to be extremely careful - Set file permissions or LIMIT types carefully so that the user can't upload a script (such as a .php file) and then execute it on your server. You also need to watch out for legal issues as well as large files using bandwidth. If this is for private users then you are best using a premade system like OwnCloud - http://owncloud.org/. If you want to put it public then bear in mind that there are already loads of sites that do this so you would really need something to differentiate you. Remember that bandwidth is expensive so just creating a free site for people to share files is going to be tricky if you want to keep it economically viable.Quote from: Geek-9pm on January 22, 2014, 11:29:02 PM More details please. What service do you have? Do you know low to deploy PHP scripts? Do you understand Pearl? Is this some kind of blog? is it a forum? I am starting out and was planning on using ubuntu. The service is so that users can upload a file and certain users can log in and access all of the files.Quote from: camerongray on January 23, 2014, 07:33:53 AM That would be fairly easy to do with something like PHP. You do however need to be extremely careful - Set file permissions or limit types carefully so that the user can't upload a script (such as a .php file) and then execute it on your server. You also need to watch out for legal issues as well as large files using bandwidth. It is for private users. We have one document we need users to upload. We need the staff to be able to see all of the files, but not regular users.I imagine OwnCloud can do all of that.Whatever happened to good old ftp or sftp. |
|
758. |
Solve : ksh script and use of sed and typeset question? |
Answer» When I run this script I get this error: |
|
759. |
Solve : Send Logs to CentOS DL380 then hangs? |
Answer» Hello, |
|
760. |
Solve : Yast Doesn't Find Hard Drives? |
Answer» Hello, I've been trying to install Linux for the past several weeks, with no luck. Now, suddenly, upon running YAST for the 100th time, it no longer finds hard drives 3 & 4. Drives 1 & 2 are still found though. Hello, I've been trying to install Linux for the past several weeks, with no luck. Now, suddenly, upon running YaST for the 100th time, it no longer finds hard drives 3 & 4. Drives 1 & 2 are still found though. See below. Quote Is this on an installed Linux system? You might be using the wrong tool for the job. Please cut and paste here the contents of the following file: /etc/fstab Sorry I didn't provide more info; I thought all Linux DISTROS are the same at the installation stage. I guess not. So..... It's a brand new ASUS A8N32-SLI motherboard with 4-SATA controllers; each has a drive attached. No operating system is installed---hence, I'm performing a clean install. Originally, my intention was to install openSuSE 10.1 on RAID1 arrays (comprised of disks 1&2). Disks 3&4 were for data. Over several weeks of trying, I restarted the computer and ran YaST about 100-times. Now, it can't find disks 3&4. Is it possible that it corrupted the MBR? If so, how would I clear it?Quote Is this on an installed Linux system? You might be using the wrong tool for the job. Please cut and paste here the contents of the following file: /etc/fstab |
|
761. |
Solve : Shell Script to find common lines and replace next lineI want to find common lin? |
Answer» I WANT to find common line in two files and replace the next line of first file with the next line of SECOND file. (sed,awk,perl,bash any solution is welcomed ) CASE Ignored. Multiple Occurrence of same line. |
|
762. |
Solve : ls command? |
Answer» HI, How can I do to SHOW a number of files at directory ? For example: I have following files in my /oracle/network/admin: gu-ibm610 :/oracle/network/admin>ls -l total 152 -rw-r--r-- 1 oracle dba 8206 Mar 08 12:39 1 -rw-r----- 1 oracle dba 836 Feb 21 16:05 listener.ora -rw-r----- 1 oracle dba 844 Oct 22 11:26 listener.ora_old -rwxr-xr-x 1 oracle dba 722 Mar 09 2000 namesdrp.sql -rwxr-xr-x 1 oracle dba 1838 Mar 09 2000 namesini.sql -rwxr-xr-x 1 oracle dba 8676 Mar 09 2000 namesupg.sql If I want to show only four files, how can I do ? Thanks. Which four do you want to show? If only the first four: ls -l | head -n 5 (because the first line is the total space taken up by the files) Or did you have something else in MIND?Thanks a lot. It's working now. You are the best. |
|
763. |
Solve : linux on usb hdd? |
Answer» Sounds like there's SOMETHING wrong with the CD - did you verify after BURNING? You ALWAYS should really, with OS installation CDs.the cd is fine when i boot from it I've been using it for 8 mths. it even comes up in the autorun when I plug in the usb hdd... I dont remember if I checked it or not but theres no prob on the cd....Rats. Perhaps you should look for a distribution that others have managed to get to boot from USB device? |
|
764. |
Solve : Difference between Unix & Linux? |
Answer» Can ANYONE explain me about the DIFFERENCE between Unix & Linux?www.google.comwow such a great help www.google.com Linux is very like Unix. The major difference is the hardware they run on. Unix TYPICALLY runs on high-end servers and mainframes. Linux was designed to run on the humble PC. Try the Wikipedia article on Linux for more insight. |
|
765. |
Solve : Shell script to read a .DAT file & rename it? |
Answer» I need a batch script which can read a FILE *.D00000.DAT and FIND the specific line as below |
|
766. |
Solve : Winefile is... where?? |
Answer» }{i, I'm a pretty fresh Ubuntu user and am trying to get a windows emulator (wine) to work on my system. |
|
767. |
Solve : Where can I find source file of shutdown?? |
Answer» I setup a DEVELOPMENT environment of LTIB, which can build a COMPLETE Linux system, uImage. Now, my QUESTION is where I can find the source code of shutdown. My customer wants it. |
|
768. |
Solve : Mandriva linux localhost login? |
Answer» ok i got my mandriva linux 2006 installed last night but i did something wrong and know when i boot it i get this message on a black screen, [emailprotected] ~]$That's a command prompt. You've logged in successfully. What do you want to do?It doesn't show you typing your password for security reasons. You can still type, though.oh my bad so after that will i get to the desktop.. cuz thats what i want to doI don't know if your distribution comes with a GUI, but TRY typing X, that works in Ubuntu. Oh, Linux is case sensitive, never forget that.im confused.. lol i just want to go to the desktop and play aroundA desktop system is not always installed by default. It's up to you. If one is installed, the command startx will usually fire it up.sorry it didnt work it did a bunch of stuffLinux is PRETTY crappy that way, I got a big Dummies BOOK on it which helped me around a bit although I forgot most of it right after I moved on to the next chapter. I figured I'd learn while playing around, but that didn't work either because everything is always slightly or radically different from Windows. And I thought a chapter explaining how OpenOffice worked in a book dedicated to Linux was a bit of a rip-off, so you should look for something not in the Dummies series.Could you copy here the last few lines from the "bunch of stuff" that displayed after you typed "startx"? If you're having no luck, try a different distribution. I highly RECOMMEND Kubuntu - the KDE-based VERSION of Ubuntu. (KDE has much more accessible desktop and system configuration options for power users.) VectorLinux is a good choice as a streamlined distro. And OpenSuSE is pretty darn good too.Quote Could you copy here the last few lines from the "bunch of stuff" that displayed after you typed "startx"?ill try the kubuntu and when i have time ill transcribe a few lines from the screen into here |
|
769. |
Solve : FREE Bootable AntiVirus Rescue CDs Download List? |
Answer» As the title says, here is a LIST of AV PACKAGES the boot from a CD.
techmixer WEB site in the link above. Personally I have used just a few of these and I like Alvira best. But you may have even better results with the others. Your choice. EDIT: None of these take the place of a resident AV program. And of course, a Linux program does not examine the windows registry. I KNOW that a couple of those boot disks do in fact scan and edit the registry.Quote from: Squashman on March 29, 2014, 07:01:06 AM I know that a couple of those boot disks do in fact scan and edit the registry.Really? Which? EDIT: Just found there are other FREE bookable CDs other the the link I gave above list. Comprehensive List of 26 Bootable Antivirus Rescue CD These are FREE. Don't buy anything. Unless you want to. |
|
770. |
Solve : Knoppix Live CD? |
Answer» My OS is XP Home Sp.2 with which I have no problems. |
|
772. |
Solve : Linux Printing Help?? |
Answer» Hi, |
|
773. |
Solve : Install? |
Answer» I, as you know, am a complete and utter newbie to Kubuntu LINUX. OK, I hear from the guys at the Linksys forums that I need "ndiswrapper" to install my Windows WiFi driver on Linux. I've downloaded this thing, and it's on my flash drive waiting to be installed on Linux. ndiswrapper -l to test, I got this: Quote Installed ndis drivers: What does that mean?>And yet more helpful search results<. |
|
774. |
Solve : Can't get into shell? |
Answer» Running Kubuntu LINUX. |
|
775. |
Solve : adding new user account? |
Answer» When I wrote down in terminal "useradd abcd -p pass" it showed me the message which read "useradd: cannot lock /etc/passwd; try again later". |
|
776. |
Solve : need help lsiting files? |
Answer» i have a folder called 'lab2b' which contains a subfolder called 'lab2b_sub' Homework question? it lists group.copy, passwd, passwd.copy doesnt not list myProfile or lab2b_sub.copy hm.. also when i tried "ls lab2b_sub/[!m]*" its lists the 4 files and excludes myProfile, howerver, the list is not one line like a normal list looks like. but it looks something like this: group.copy passwd passwd.copy lab2b_sub.copy (my command line) --- is that wrong? or is that correct.. my guess is that lab2b_sub is on a separate line because it is a directory and the other 3 are files?Yup. Is this an assignment? Are you learning about shell expansion? How about using grep/awk?there's another way, check if you have --hide OPTION of your ls ? something like this Code: [Select]ls -l --hide=myProfile lab2/lab2_sub/* That option is from the GNU Coreutils - which O/S, distro and shell are you using, ghostdog?Quote That option is from the GNU Coreutils - which O/S, distro and shell are you using, ghostdog? hi there i am using Fedora core 5. i am just reading my ls man page and found this option...TESTED it out and seems to work... As if by magic, that command line option has suddenly appeared in my version of ls... |
|
777. |
Solve : Mandriva Vs. ubuntu? |
Answer» ok i have Mandriva right now but i was wondering which is BETTER? Mandriva or ubuntu?? |
|
778. |
Solve : linux on compaq? |
Answer» has anyone ever tried installing linux on a compaq?I dont see why it wouldnt work, as long as you MEET the system requirements, of COURSE. It depends on what hardware specs you have. I have sucessfully installed it on a few Compaq's with no problems. The lowest compaq specs I've used so FAR was: |
|
779. |
Solve : How to access files from Linux?? |
Answer» whith smb, I am ACCESSING some files from windows system to linux, but for accessing from linux to windows I have the problem It is asking for ligin & passwd, which I tried for all available USERS of linux, PL tell me how to configure it?Have you SET up Samba yet? If so, please post your smb.conf FILE here for comment. |
|
780. |
Solve : Remove directories and files NOT in list? |
Answer» We have numerous directories that each contain 2 files, one of which is a hidden file. We want to remove all those directories and their contents that contain ONLY files that have a modification date older than 180 days. So, for example, if we have the following: |
|
781. |
Solve : Debian Help? |
Answer» Hey there. I just installed Debian and I'm having some trouble with it. When I boot up it starts loading Debian and everything starts up fine, then the screen goes blank and my monitor goes into powersave mode. I have no idea what is going on and have not done anything except install the OS. Sounds like it's booting to X Windows, but going to a resolution your monitor can't support. Ctrl-Alt-+ (I think) cycles between resolutions. If you pres Ctrl-Alt-F1, you should go to a virtual terminal. Alright, I'll try the Ctrl-Alt-+ thing, also, the Ctrl-Alt-F1 thing does take me to the virtual terminal...I just don't know what the heck to do in there, lol. Thanks for the help guys. UPDATE: I just tried installing Ubuntu and the same thing happens, blank screen & monitor goes into powersave mode while trying to install it. It's not EVEN installed on my system yet and it does this... Does anyone know what's going on?Yes, it's the same problem. Trying to display in a resolution/refresh rate your monitor can't handle. See the above suggestions.I have...Ctrl+Alt+F1 takes me to the virtual terminal thing...ok...a virtual terminal...that's cool. Ctrl-Alt-+ does nothing. I have changed the resolution and refresh rate only to get the same thing (it was a little different than before but it was still changed). I have no idea what make/model the monitor is, I do know that it can handle 1024x728/60hz... Please help. Thanks in advance. EDIT: In case it matters the same thing happens when I try putting the display at [emailprotected]HUGE UPDATE: I figured out what the cause of all of my problems were. I had installed a Video Capture CARD a while ago and just recently took it out. Last night I tried installing Ubuntu again and it worked fine, the first time. Well whaddya know!I know, honestly! However, I am having some troubles. I'm trying to get my iPod working in Ubuntu, but am having some trouble. The iPod connects to the computer, but gtkpod cannot access it, neither can Nautilus (or whatever it is). Any suggestions?Absolutely no idea. That's well outside of the scope of the server TYPE things I do with Linux. Probably a dedicated Linux/media/devices forum will be a better source of suggestions for this one, unless Mark or one of the others has some ideas?Alright, that's cool. Thanks anyway man.iPods have ISSUES in many Linux distros. I would suggest a trip to www.linuxquestions.org and check out the forums there. Alright, will do. Thanks for the help. |
|
782. |
Solve : Missing Plugins? |
Answer» I'm running UBUNTU 6.0. When i get to a website that has column that SAYS "Additional plugins are required to display all the media on this page. Install Missing Plugins...." |
|
783. |
Solve : Vector Linux and FAT32 access?? |
Answer» How can I access my FAT32 formatted drives and devices? (Virginia from that old coffee shop, a translation)Say what? Mark might be able to help you re USB devices - not something I've TRIED much; there generally isn't the need with servers. Have you had a look to see if you need drivers for yor specific external device? Usually googling the name of the device + "Linux" turns up what you need.Quote QuoteIts one of my boring jokes that doesnt make sense because it was either written at the time I woke up, or I was getting tired...(Virginia from that old coffee shop, a translation)Say what? Actually, both (just waking and getting tired) drastically effect my performance in memory and typing. As well as fast reactions. (turning into a blah sound in the background, and now my usual ..........)........ (another one of my boring jokes) Quote Mark might be able to help you re USB devices - not something I've tried much; there generally isn't the need with servers. Have you had a look to see if you need drivers for yor specific external device? Usually googling the name of the device + "Linux" turns up what you need.OK. So I will search for USB Imation Linux Flash Drive Drivers then.Some USB drives have trouble with Linux die to their design (like a WinModem). I don't know why as I haven't researched it. Most PEN drives have NO problems. USB support has been in the kernel for some time. |
|
784. |
Solve : ubuntu 14.04 lts directory cleanup script "ip cam"? |
Answer» I am very new to linux unix ubuntu what ever. i am running on an old: inspiron 530s, 991.5 MiB RAM, Intel® Pentium(R) Dual CPU E2160 @ 1.80GHz × 2, Intel® G33 x86/MMX/SSE2, 32-bit OS, disk 77.6 GB. |
|
785. |
Solve : POLL: THE BEST OS? |
Answer» I WANT 2 FIND WHICH OS MOST PEOPLE LIKEYou may as well ask: which is better, a hammer or a screwdriver? I used Ubuntu Linux on a very old computer and it ran great and I loved it. I just got a new laptop but when I tried to use the live cd, it wouldn't start I really liked it too. But windows xp is ok, I don't really care what os I have as long as I have one Famous last words..... |
|
786. |
Solve : shell script? |
Answer» HI, I have a shell script where I show oracle user/password, see bellow: ORACLE_HOME=/oracle; export ORACLE_HOME ORACLE_SID=ddfsag; export ORACLE_SID export TWO_TASK=ddfsag PATH=$ORACLE_HOME/bin:$PATH export PATH sqlplus -s user/[emailprotected] << VALIDA whenever sqlerror exit 1 execute pc_web_kodak.gera_dts('061186938001023',53,null,null,'N'); VALIDA We have audited, then I NEED to hide password in shell script. Is there any way ? What do I do ? Thanks.I don't know about Oracle. With MySQL you can store the user password in a hidden file in the user's home directory, with tightly locked permissions. Is that an option? That would take the password out of the script. Who will be running the script? How many users have shell access to this server?HI robpomeroy, Yes, could be, I could store password out of script, but I don't how I can do. only one user, but the shell script will be at UNIX crontabI suggest you go hunting in the man PAGES for Oracle, looking for references to configuration, or passwords. Other than that, try an Oracle users' FORUM - they should be able to answer this QUITE easily for you.Hi robpomeroy, I have found a way for hide password using out of script, see: sqlplus /nolog @file.sql where file.sql : connect user/[emailprotected] But now, I would like to know: is there any way for encrypt the file ? Thanks a lot.In this kind of situation, encryption would not help. Ask instead, how do you ensure that no one else gets read access to file.sql?ok robpomeroy, how do I ensure that no one else gets read access to file.sql?chmod go-wrx file.sql |
|
787. |
Solve : error on Linux Mint? |
Answer» I looked around on Google but did not find an answer for this so I thought I'd try here. I had used Mint 13 Cinnamon before and liked it until it had some issue with the browser and I was unable to get the browser to re-install like it had been before so I reformatted the partition and installed the latest Mint which I think was called Petra. You could always go back to Mint 13 which is LTS ( Long Term Support ) till April 2017. The problem you had was probably some sort of corruption, and reinstallation of 13 would have probably fixed it. I have had to do this myself in the past with problems that were similar such as a Dell ( Pentium 4 era Celeron 2.4Ghz ) laptop with 640MB RAM and 20GB HDD I had that had intel integrated graphics driver issues all of a sudden with Mint 9 and a reinstall solved it. so there is no way to shut off the feature that causes the screen to jump to displaying four windows like that?When I get off of work tonight I will play around with my Mint 16 system to see if I can find what it is that you are seeing. Which version of 16 are you using of the 14 possible ISO downloads? I might be running a totally different build of 16 than you maybe. http://www.linuxmint.com/release.php?id=21 I'm running Mint 16 64-bit KDE btw Also what are the steps that lead to this problem you are having which you should be able to recreate and explain exactly so I can follow the same steps at my end and hopefully see similar results. If your not running Mint 16 KDE, I can download the ISO your using and push it to a spare computer I have to see what you are seeing.I don't know how to find exactly which version it is. After I burned the ISO file to a disc for installation, I deleted the file. I remember it said it was Linux Mint 16 Petra Cinnamon 32-bit but don't recall an exact build number from the ISO file name. Now I can't remember which link I downloaded from either. If the mouse hovers near the top left corner of the screen, then the screen will sometimes jump to this alternate view with the word "Workspace" at the bottom and be divided into multiple windows. My bf is older, has never owned a computer and is hardly very good at using them or understanding them. He uses mine when he comes over, to view his favorite news sites and such but finds that frustrating when the screen toggles to the alternate view and he doesn't recall how to restore it so that is why I would prefer to remove that feature so he won't have to keep getting frutrated. It seems he is always getting the alternate view popping up when he goes to click backspace button on Firefox browser because the button is, of course, in the upper left corner. Thanks Thanks for sharing this info... I will load up Mint 16 Cinnamon 32-bit on a spare computer and check into this tonight thank you Ok, so I now see what you are seeing. Going to DIG further into this and get back to you. Alternate workspaces is what this feature is. [recovering disk space, attachment deleted by admin]Here is a solution. Go to system settings --> hot corners Click drop down for top left corner which is GREEN colored, and after disabled it will be pink. Then your solved. thank you! I will try that Thanks again! that seems to have fixed the issue SWEET And no problem! Learned something new myself with that one |
|
788. |
Solve : Issues installing Linux? |
Answer» I've been trying to install Linux on an old compaq for a while now. It previously ran Windows 95, but the hard drive has since been formatted. I've tried my hand at installing two distributions; SuSe and Slackware. I got these distributions from linuxiso.org After I aqquired the .iso disc images I burned them to a CD-R. Use one of the others (IceWM is a good choice) and you can always change this later. Linux will run on older machines, but using the high end Window managers (KDE or Gnome) I SEE, I should have read more carefully. |
|
789. |
Solve : Configure email in linux debian? |
Answer» How do I configure wildblue email in Linux debian?Quote from: jacobixxx8 on May 09, 2014, 09:18:11 AM How do I configure wildblue email in Linux debian?Wildblue is a hosting service? Have you read their instructions? https://myaccount.wildblue.net/wbisp/wildblue.net/sso/login.jsp?sendto=http://mail.google.com/a/wildblue.net In Linux you can USE either an email client or you can use a web mail account. http://www.makeuseof.com/tag/linux-desktop-email-clients-compared-thunderbird-vs-evolution-vs-kmail-vs-claws-mail/ Quote Thunderbird for LinuxDoes that help any? Thanks that helped alot,got my email going. I click on destop search and gedit text editor and I get this message. Failed to execute child process" umlinuz" PERMISSION denied. Does that mean I need to download some programs to use these 2 things? |
|
790. |
Solve : Linux and Windows XP? |
Answer» I am planning on installing linux on my computer in a few weeks here. I was wondering if linux and Windows XP can still share the internet connection with my family's and my dad's laptop. I run the Dell router. I will have to put specifics when I get home. I wanted to know if I can still keep the LAN connection I have now, or will I have to redo the connection so it will work for linux? My mom wants me to find out about it, so I was wondering if anyone knew if your connection stays the same when you change the OS.If you are running with DHCP as opposed to specific IP addresses as most cable companies do, then you just plug it in from the router or the cable modem. No SPECIAL configuration. |
|
791. |
Solve : Linux games? |
Answer» I often see users MENTIONING how LINUX has no games or lack of game support. I'm not going to refute this, because it's true for the big new games coming out for other platforms such as Windows. HOWEVER, I happen to came cross this link recently and thought anyone running Linux would enjoy it. Basically a site with a lot of Linux games. |
|
792. |
Solve : Mouse trouble with lubuntu 14.04 on hp dc7700p? |
Answer» I installed lubuntu 32bit on my hp dc7700p with no issues. It was installed onto a 80 gb sata disk for the root filesystem and another for the home directory. |
|
793. |
Solve : Yum Expander *Cannot find Yum*? |
Answer» I'm using Fedora Core 3.0 or 4.0, it didn't work in either so it doesn't QUITE MATTER I suppose. |
|
794. |
Solve : Linux Hardware Compatibility List? |
Answer» Very nice up-to-date list, including laptops. As far as graphics go - NVIDIA seems to have the edge, I have an AMD Radeon HD7950 and while it works under Linux, it's not an easy thing to get working and requires a reinstall of the drivers every time the kernel updates.NVidia has an edge, (perhaps ironically) in their own drivers for Linux, but for some Linux users who apparently spend their spare time reading Driver source code, Nouveau, The Open Source NVidia Driver, is not nearly as COMPLETE as the AMD Open Source Driver in terms of exposing functionality of the hardware, at least that appears to be the case.Quote from: BC_Programmer on May 24, 2014, 07:28:23 AM NVidia has an edge, (perhaps ironically) in their own drivers for Linux, but for some Linux users who apparently spend their spare time reading Driver source code, Nouveau, The Open Source NVidia Driver, is not nearly as complete as the AMD Open Source Driver in terms of exposing functionality of the hardware, at least that appears to be the case. Yeah, I'm referring to the proprietary drivers from both AMD and NVIDIA - Never had good enough performance from either of the'r open source ones in order to persuade me to use them. |
|
795. |
Solve : userdel, chown problem.? |
Answer» Hi, I have COME across a problem on my server. I am trying to delete an old user (samj), and create a new one (supersam). I cannot delete the old user as; [root web]# chown -R supersam root? So thats root access. Its a Sun Cobalt RaQ 550, running RaQ 550 OS, based on RH9.How about my other questions?I don't know how to do that :\. I have only been using linux around a month - plus I'm 14...Okay. Firstly I'd recommend installing a text editor that is not too difficult to use for a Linux newcomer. "joe" is a good choice. I'm assuming that since you've got this far, you know how to use the package management system? Otherwise, you're stuck with vi or emacs, both of which can be quite tricky to learn. If that's your lot, then try "man vi" to start learning how to use vi (a text editor). Once you're up to speed, you can then "vi /etc/passwd" and "vi /etc/shadow". Just delete the lines containing the user you want to remove. Or alternatively, change the username to the new username. |
|
796. |
Solve : Linux distros freezing randomly? |
Answer» I have not tried Knoppix, just Puppy Linux. It has never frozen on me (yet). But Kubuntu freezes after a bit, whether from an installation or even from the live installation DVD. |
|
797. |
Solve : USB Flash Drive Storage Problem? |
Answer» Hello Guys. This is my first time posting here. I work as a System Administrator but I ran into a problem that I cannot solve. Here is my problem: |
|
798. |
Solve : Basic Installation of Linux? |
Answer» I am having some basic trouble installing Linux. I want to install Linux on my secondary blank hard drive which is 9 GB hopefull should be enough. The problem is I all ready have a Windows OS on my Primary Master. The other Hard Drive I want to install it on is my Secondary Master. When I try to install it it starts by running the processes then for no reason it says system Haulted. Does that mean I can not have Windows at all if I want to install Linux? I really do not want to reformat my computer to redo everytrhing. The linux I am TRYING to install is slackware 10.2 recomended to me by GX1_Man. If someone can tell me the basics on how to install it with a OS on one hard drive and to install Linux on the other hard drive I would appreciate it. Also does it mater if the hard drive is FAT32 or NTFS? I do not think a 9GB hard drive need to be NTFS |
|
799. |
Solve : Linux Mint 17 Cinnamon 32-bit LTS - Show Mounts & Pass/Fail messages etc at boot? |
Answer» One of my friends took a giant leap forwards from RedHat 9 to Linux Mint 17 32-bit cinnamon. While he likes the new Linux Mint that I suggested to him, he asked if there was a way to show the boot process that shows CPU info, Memory info, what drivers are being used for components and pass/fail for other features. The only disto that I believe still shows this info is Knoppix whereas many others have adapted a silent mode that simply just shows a logo or progress bar etc or black screen and then logon prompt appears etc. It hasn't gone away, it's just that so many distros set graphical boot by default these days at install time. I am like your friend. I like to see all the boot text, and then get a text login, and if I want X I can type 'startx'. GOOGLING for "linux text boot" with the name of the distro gets quite a lot of results. Thanks guys and also for stating that its "Linux Text Boot" for search terms. I am going to edit grub on my system too to show the info |
|
800. |
Solve : virutal box problems? |
Answer» Hi folks |
|