

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.
1051. |
Solve : Squid? |
Answer» How to allow OUTLOOK in squid PROXY sever.Have you CHECKED out this INFO: |
|
1052. |
Solve : Any FREE good sources to learn Linux?? |
Answer» So, Recently, I have tried out Linux, and I have learned a few things, but I want to become advanced with the kernel. So far, I cannot seem to find anything that will teach me about Linux. Either it's a beginner tutorial for Ubuntu, or a dictionary of Linux terms, and the good stuff usually costs money. I feel as though I am stuck, and not sure where to go. Does anyone know any good sources to learn? Thank you.Quote ... the good stuff usually costs moneyWhat? The best of Linux is free. Start with this: http://linux-training.be/linuxfun.pdf Quote Linux Fundamentals In fact, thee is too much real good stuff. 10 Useful Free Linux eBooks for Newbies and Administrators Please tell why you need anything else. I'd be inclined to just use it for a while and deliberately make use of the terminal for things. Once you know the basics you could then move onto trying to INSTALL something very bare bones like Arch - Even installing this will teach you a lot and you can then spend time just fiddling about customising things, trying different window managers/desktop environments.etc. I'm not sure how much of Linux you can just learn by reading about it, it's like programming, you need to be actively doing it rather than just reading.Both of these REPLIES are really good. The PDF I was sent will be good for me as well. Thank you guys. |
|
1053. |
Solve : Has there been any concern about privacy or tracking on Ubuntu, like there is on? |
Answer» Has there been any concern about privacy or TRACKING on Ubuntu, like there is on Windows 10. Has there been any concern about privacy or tracking on Ubuntu, like there is on Windows 10.Ubuntu includes telemetry which is SENT back to Canonical. (Can be turned off), There was also a bit of a tiff in regards to it's online search results. Win10's telemetry can be disabled via registry editor by adding an "AllowTelemetry" DWORD value to the key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection and setting it to 1, or by straight-up disabling the services responsible. |
|
1054. |
Solve : Linux Mint won't load? |
Answer» I put the newest Linux Mint 64 on a flash drive and when I hit enter on Start Linux Mint, it says end kernal panic and all sorts of messages, at the same time the caps lock blinks.What CPU are you running this on and how much RAM? Or make/model computer? |
|
1055. |
Solve : Using the Top command with ps and kill? |
Answer» For my Computing CONTROLLED ASSESSMENT I am looking into some of the basic commands for the Linux OS Debian. For the final question I have to write a short essay on using the top command along with ps and kill to investigate misbehaving system. The question asks to use help from PC specialists (or just any experienced Debian users). So if anyone could give any information on how a specialist could use these commands and anything helpful in general on these commands. Remember I'm here for information and not an answer. ThanksCode: [SELECT]man [command name]man is a manual program, and my best friend. For the final question I have to write a short essay on using the top command along with ps and kill to investigate misbehaving system.These should help: top Command ps Command kill Command Also note that commands are CASE sensitive, as are file paths and names. |
|
1056. |
Solve : Linux Live Bug or something else Mint 17.3 32-bit Cinnamon USB? |
Answer» Was given a laptop that the customer didnt want to invest any time or money into fixing it. All he wanted from it was his hard drive which i removed and gave to him into an external enclosure so that he had his data. The laptop wouldnt turn on and no LEDs would light when plugged into the wall. I looked and saw that the cord was ragged in ONE spot and a meter showed that there was no 19VDC output. The break in the wire was too close to the power supply to fix it, but I had a 19VDC HP power supply from another laptop that was given to me in which I saved the good power supply and so amperage was about the same and so I cut the healthy section of cord with the Gateway computer plug, cut off the HP plug end, and wired it up with correct plug end and polarity and shrink tubed the connections to insulate it and then the Gateway Laptop worked with a healthy 19VDC power supply. |
|
1057. |
Solve : What is d_main.cpp and where is it?? |
Answer» I need to edit my d_main.cpp since it doesn't support Floating Point Operations. I am installing a Program on my Raspberry Pi and keep getting Floating Point Exceptions.As you've left us to guess, I can only suppose that d_main.cpp is PART of ZDoom. I can find no references to this particular issue so you'll PROBABLY want to provide more details. A Floating Point Exception would be when the program performs a floating point operation unsupported on the hardware. doesn't support Floating Point Operations.Does that mean Raspberry Pi does not have the hardware? That is a very minimal controller that is being used as a PC. It is not designed to do all the things a desktop might need to do. Without doing research, I think it will not do loading point for two or three reasons. 1. It is a minimal CPU with no MATH chip. 2. It TASK almost a thousand lines of code to do that in software. 3. Anybody who needs floating pint in a tiny package needs to rethink the design. Of course, you could interface a FPU as an external module. OR: Look here: http://raspberrypi.stackexchange.com/questions/545/does-the-raspberry-pi-have-hardware-floating-point-support Okay the I figured out where it was now why is ZDoom still not installing?This might be relevant. http://doomwiki.org/wiki/Raspberry_Pi Quote The shareware version of Doom was used during development of the Raspberry Pi in its benchmarking tests, and was USEFUL in debugging compilation issues when porting software to the Raspberry Pi's ARM1176JZF-S, a relatively rare ARMv6 variant. Chocolate Doom was the only source port available on the official Raspberry Pi Store until its closure in February 2016. Note: ARMv6 variant. This might mean the code is not portable for versions of Raspberry Pi. See the site above and find somebody there who knows. |
|
1058. |
Solve : How to Remove Ubuntu From a Vista Computer?? |
Answer» I heard that support for Vista was/is finished I thought I would try Linux. I already had an UBUNTU 8.04 disk so tried that. I greatly dislike it and tried to reinstall Vista from the recover disk but it just TELLS me the partition needs to be formatted to NTFS. Might be a senior moment, but I have no idea how to do this? Tried clicking on repair on the Vista disc but did not show the partition. |
|
1059. |
Solve : How to add new mode screen resolution in xrandr for two monitors? |
Answer» I have two monitors, they connected so: DVI-I-0 21.5" and HDMI 19". Im trying add new mode in xrandr so: nano /etc/X11/xorg.conf.d/10-monitor.confQuote ection "Monitor"I'm using this links and this for learning manual And result: Quote xrandr --output DVI-I-0 --mode 1920x1080_60.00I need hintYour links do not work... What Linux distro are you using? Please explain this line: Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 $ I have no idea of what it means. Here is a post that seems similar to what you are doing. Thread: Dual monitor in Ubuntu 14.04 (Ubuntu forums) Quote So I installed Trusty Tahr two days ago and found that only the screen connected through the DVI-port of my graphics card worked. Another monitor connected through the HDMI-port though will tell me it cannot get any signal.. It is not unusual for monitors to say they have no signal Did you try to swap monitors?https://ask.fedoraproject.org/en/question/8301/how-do-i-change-my-monitors-resolution/ https://wiki.archlinux.org/index.php/Xrandr Fixed links Quote Section "Monitor"Full config Quote What Linux distro are you using?Slackware 14.2 Videocard geforce gtx 650, with installed latest drivers from nvidia.com Quote Did you try to swap monitors?YEP, then 19" maximum screen resolution 1024x768, and 21.5" = 1920x1080, but i want that DVI-I-0 was primary alwaysOK, you say... Quote Yep, then 19" maximum screen resolution 1024x768, and 21.5" = 1920x1080, but i want that DVI-I-0 was primary alwaysSo both monitors work. -Right? The resolution is ALRIGHT? You issue is which monitor is the primary, right? Can EITHER monitor do HDMI? Can both do DVI? Apparently not and that is what annoys you. The following is an assumption on my part. ..... LET me assume you want the HDMI in from of you because it has the sound. You want the DVI to be the other because there is no sound. -Right? You can get cables to cross between HDMI and DVI. From a search... Quote The audio can be carried over DVI to HDMI cable depending on the graphics card. For NEWER GPUs, you just need to set the HDMI audio device in the Windows Sound control panel. Older GPUs need to use a digital audio S/PDIF cable to connect from the PC to the graphics board's on board S/PDIF connector.Mar 19, 2010But that is for Windows, not Linux. Some monitors let you use an alternative sound source. I have a similar program, but in Windows not Linux. I had to use a analog audio cable to the monitor in from of me. See here: http://www.tomsguide.com/forum/57735-6-audio Is any of this relevant tall? When the computer is turned on the primary signal is fed to a monitor connected to a DVI-I-, and then the DVI-D and HDMI. So I want to leave this monitor 21.5 "basic. With the sound I have no problem. I can't understand why xrandr give me error when i add new mode to DVI-I-0 |
|
1060. |
Solve : Linux sh Script for files older than? |
Answer» I have a backup of mysql databases and backup file is with time and date in name, like this |
|
1061. |
Solve : Dual boot from external hard drive? |
Answer» I am running a dual boot system with Ubuntu 12.04 and Win XP. My motherboard is dying. What I would like to do is turn my internal hard drives into external drives and plug them into my laptop until I can afford to buy a new motherboard. moving a copy of Windows to a different machine will almost certainly cause it to fail to boot (and violates the EULA if it is an OEM licence and not a full retail one).As far as I know all Windows EULAs (OEM or retail) require installation on an internal drive. Quote from: Salmon Trout on October 16, 2016, 01:58:03 AM As far as I know all Windows EULAs (OEM or retail) require installation on an internal drive.I will not argue that point. The OP has choices he can make and he has been given partial help. I am finished here. |
|
1062. |
Solve : understanding a Command String? |
Answer» I am a beginner with command strings. PowerShell[.exe]-WindowStyle Sets the window style for the session. Valid values are Normal, Minimized, Maximized and Hidden. -ExecutionPolicy Sets the default execution policy for the current session and saves it in the $ENV:PSExecutionPolicyPreference environment variable. This parameter does not change the Windows PowerShell execution policy that is set in the registry. For information about Windows PowerShell execution policies, including a list of valid values, see -EncodedCommand Accepts a base-64-encoded string version of a command. Use this parameter to submit commands to Windows PowerShell that require complex quotation marks or curly braces. -NonInteractive Does not present an interactive prompt to the user. The command may do something that somebody else does not want you to understand. So do not expect to find out what it is. Is that group of letters called a command or a string? Hey thanks for that link...I loved it. I just don't understand why all those letter are there. Looks like someone pushed a lot of random letters.Powershell can take a number of commands on a single line. The last command was Code: [Select] -EncodedCommand JABFA.... The single space separates the command for the code that follows. What looks like GIBBERISH is really base 64 code which allows complex constructions in the command line. Windows can allow a line length of 8192 characters. I am not sure id that is the limitof Powershell. Anyway, it means that the administrator can have a supr command using single line pf Powershell. The base 64 set of characters do not violate any special character restrictions that would otherwise make the command fail. Symbols that would not be allowed are EMBEDDED in the base 64 code. Put another way, this is a neat feature that few of us would every use. If the embedded code had 8000 chars, it could represent over 100 lines of code that do not go over 80 char sin length. Does that help any?Where is this command from? The large block of text is what's known as "Base64 encoded" which when decoded (which can be done with a website such as https://www.base64decode.org/ shows the actual command. To be this looks somewhat malicious as it mentions a URL that appears to be associated with "Trojan.Zlob.Q"Thanks guys! This helps a ton. I am trying to learn more about coding but I have to learn the basics. You guys Rock!Wow I did it! I used a decoder and saw all the words and the command to go to a specific website. I took that website and researched it for malicious activity. It was a back site. Thanks for all the help. I want to learn more ...thanks again. |
|
1063. |
Solve : Linux fgrep how to extract "only_words_in_my_language" from a big "MIXED_WORDS"? |
Answer» Hi everyone |
|
1064. |
Solve : internet on suse linux 9.0? |
Answer» Does anyone know how to SETUP a dial up conection on SUSE LINUX 9.0use kppp or kinternet...CONFIGURE it |
|
1065. |
Solve : i want know file size is mb or kb in unix? |
Answer» hi: |
|
1066. |
Solve : I have a problem in terminal commands? |
Answer» :)Hello |
|
1067. |
Solve : Need help! Please!!? |
Answer» Somebody RUNS this on my server: |
|
1068. |
Solve : Remix OS Player Error? |
Answer» I'm trying to get Remix OS Player started up, but its asking for virtualization in-order to work. I checked the UEFI and I tried VT-D, no luck. I'm wondering if I'm missing a setting. Yes, the intel PROGRAM is installed. |
|
1069. |
Solve : install slax? |
Answer» I GET the gui for slax an I click on the command prompt an type in slax-install it comes up use make_disk.sh for linux an for windows ect... comes up about installing slackware. so I typed that in an comes bash: make_disk.sh: command not found. Anyone mess with it now?you have to type sh before the name of a Bash script. I suggest you go to Linux.org and start reading. Here it is http://www.linux.org/ no but I will try it. I looked but it just says about linux in general.Quote from: squall_01 on November 05, 2008, 11:56:52 AM no but I will try it. I looked but it just says about linux in general. That's what you need. I tried it both ways an it said invaild command an bash so I dont now.I dont think that I'll use slax an if HAPPEN that I want too, I'll use google to find answers not that you wherent helpful just that CHANGEING three machines between os. |
|
1070. |
Solve : newbie needs to read email? |
Answer» I have just today installed Mandrake 10 and have even GOTTEN on the net. But for the life of me I cannot seem to be able to figure out what I NEED to do to READ my email. I have tried to configure Kmail that is part of KONTACT but with no SUCCESS please help a newbie. When I get this LINUX figured out I will leave windows and never go back. Uncle GERRY |
|
1071. |
Solve : Linux course to learn? |
Answer» Will anyone SUGGEST me, where are linux web SITE that GIVE me free education, documentation and TUTORIAL about linux? http://www.linux.org/lessons/Thnx, any other SUGGESTION |
|
1072. |
Solve : Problem Installing Mandrake 10? |
Answer» I'm having an issue installing Mandrake 10, I can't boot off the CD because the computer just simply won't do it. I can't seem to find any documentation that tells me how to create a set of bootdisks so that I can install from there. I see RAWRITE in the DOSUTILS directory on the first CD but I can't seem to use it. It either locks up the system or simply won't run. My question is... Does anybody know where I can download a set of bootdisks so that I can install Mandrake 10? Thanks.This is what I found: |
|
1073. |
Solve : Ubuntu 32 vs 64 bit? |
Answer» I want to try Ubuntu again cause I'm bored. Should I get the 32 or 64 bit version? Would there really be any benefit, since I have 3 GB RAM? And one last THING, last time I tried it I deleted it eventually and fixed the bootloader by using the recovery console on my XP CD and doing fix boot and fix mbr, but now I have Vista. It came preloaded on my computer so I don't have the installation CD, only a recovery CD which just wipes everything completely and INSTALLS everything the way it was when I first GOT the computer. How would I fix the bootloader if I decided to uninstall Ubuntu?Do you have a 64 bit CPU? If not, it dosent matter. In fact, i dont THINK you can USE the 64 bit version on a 32 bit CPU.Yeah, its 64 bit....look at the specs next time.What specs? You SAID you have vista and 3 GB RAM. If it is in a picture or in your sig, i'm on my cell phone, which dosent display either. |
|
1074. |
Solve : local echo on telnet? |
Answer» I can't TURN local ECHO off on TELNET. I have tried TYPING unset localecho and it claims local echo is off but it still happens. What am i doing wrong |
|
1075. |
Solve : Linux rdesktop to VirtualPC2007 Windows Vista RDC? |
Answer» I am trying to get my Linux UBUNTU workstation connected via rdesktop ( USING RDP version 5 ) to a RDC connection ( with lowered ENCRYPTION to allow for version 5 ) on a Virtual Vista OS which is idling on a system running VirtualPC 2007 to run Vista on its native XP Pro Sp2 OS. |
|
1076. |
Solve : Ubuntu on External Hard Drive? |
Answer» Hey, |
|
1077. |
Solve : unix and zebra? |
Answer» HOW CAN I INSTALL A ZEBRA PRINTER INTO UNIX AND WHERE CAN I FIND THE DRIVERS .. IT'S ZEBRA 170 XiIIhttp://www.zebra.com will have a downloads section. 15. I would like to print from a Unix system to a Zebra or Eltron printer using an IP address. What do I do? Other options listed by Google include software packages. Once you get the printer installed, you can create your own labels pretty easilly. SAMPLE code is.. Code: [Select]'^XA' '^LH0,0' '^FWn^FO10,20^AS^FD' & LOC:OrdLotBin & '^FS' '^FWn^FO400,20^AS^FD' & LOC:Size & '^FS' '^FWn^FO10,65^AS^FD' & LOC:Model & '^FS' '^FWn^FO10,110^AS^FDSpacer: ' & LOC:SpacerType & '^FS' '^FWn^FO300,110^AS^FDPos: ' & LOC:Position & '^FS' '^FWn^FO440,110^AS^FDArgon: ' & LOC:Argon & '^FS' '^FWn^FO600,110^AS^FDGrids: ' & LOC:Grids & '^FS' '^FWn^FO10,150^AS^FDLite One: ' & LOC:PassOne & '^FS' '^FWn^FO10,190^AS^FDLite Two: ' & LOC:PassTwo & '^FS' '^FWn^FO10,230^AS^FDLite Three: ' & LOC:PassThree & '^FS' '^FWn^FO10,270^AS^FDUser: ' & LOC:User & '^FS' '^FWn^FO400,270^AS^FDTime: ' & LOC:TimeStamp & '^FS' '^XZ' All the LOC:FOO are variables I pass at the TIME of printing. Each ^FOO is a specific command given to the printer to perform a task such as set FONT size or whatever. Hope this helps. |
|
1078. |
Solve : Pentium 4 - 2.4Ghz 1GB RAM - Whats best modern Linux 32-bit OS for this? |
Answer» Friend of mine who is still chugging along with his trusty Pentium 4 has been running an out of date Linux Mint 9 LTS since 9 LTS was available. He ASKED me if there was a good performing modern 32-bit version that he should upgrade to. I told him that Linux Mint 18 XFCE might be the best option but that I would check here to see if there is a better alternative. He has a DSL internet connection for internet which is quite fast with a modern computer but a page that loads fast on my laptop takes like 3 to 10 seconds on his Pentium 4 depending on the complexity of the website to view. I have a similarly configured Pentium 4 system, but with 2GB of RAM and WinXP. I've browsed the web with it and the only issue was sites that had too many interactive elements. Sites like for example this forum tended to feel IDENTICAL to how they do on my primary system. (Heck I have a PowerMac G5 of the same age and it seems to stack up to my current systems even when it comes to Photoshop!)Here is a list for recent Mint releases. https://www.linuxmint.com/download_all.php Screen shot below... [attachment deleted by admin to conserve space]I would definitely go with a minimal Ubuntu INSTALLATION, and from there install only the necessary applications. The greatest difference isn't in the distro choice, but in the Desktop Environment choice. Basic Ubuntu + LXDE or XFCE should do it. If he really feels hardcore, OpenBox is an amazing choice for performances and shouldn't be too much of a limitation for the uses you described.BTW, it's a bit out topic, but a couple of days ago I was playing with media servers.... I had a very old computer, too old even for browsing with Chromium and 4-5 tabs open, so I was about to throw it away but... in the end I installed Openelec on it, and man, this computer is so useful now!Thanks for sharing this.. And I didnt know that its cased on XBMC. I used XBMC years ago for a HTPC back then it was a dual boot Linux/Windows XP system so I could use it for HTPC as well as boot to Windows and have ability to play World of Warcraft on it thru the 32 inch flatscreen tv. It was just a Pentium 4 2.8Ghz HT with 1GB DDR400 RAM and 160GB HDD. Used a wireless keyboard and mouse from comfort of across room and it worked out well, although I had to take a clip board and add velco to bottom of it for a mouse pad that would stay in place on the arm of the chair. Going to check out this OpenElec to see how it is. Thanks for sharing. |
|
1079. |
Solve : BrowseLinux for Laptop with no hard drive? |
Answer» Attempted a Remaster of knoppix last night to add Adobe Flash to it and learned a couple things.. |
|
1080. |
Solve : Slackware Wget and Fetch? |
Answer» I just INSTALLED Slackware, and I need to install sshd. It is installed by default, but the keygen's are missing. When I USE wget or fetch I get "Command Not Found". What can I do?Have you looked in /usr/bin for wget? I'll just use CD. Seems the first CD for Slackware is only the core system components. Pretty standard, that, for Linux distros on CD-ROM. First disk for core, 2nd disk and onwards for supplementary stuff. I must admit I was a bit confused about why you didn't just use an install disk. Actually I don't understand why you couldn't download stuff using your web browser, PRESUMING you have one? Or are you running a console-only install? The REASON I didn't use an install disk is because I really didn't want to download and burn 5 CD's. I thought I'd just build it up from scratch. Maybe I should install the second CD, I'd SAY it will have wget or fetch. And yes, I'm using console only. |
|
1081. |
Solve : I unable to find /etc/xinetd.d/telnet file while i am trying to configure telnet? |
Answer» I unable to find /etc/xinetd.d/telnet FILE while i am trying to configure telnet-server in CENTOS 7 |
|
1082. |
Solve : setting var=value from an array element? |
Answer» I've parsed STDIN down to and array whose elements are "name=VALUE" (looks like CGI because it is). I know how to do this in perl but WANT to do it in Linux. Here's what perl does: |
|
1083. |
Solve : Alert! Virus Infected Suse Linux OS? |
Answer» I was SHOCKED to know that virus infected the Linux opterating system. As all of us know that exe file DOESNOT get executed in Linux opterating system but How my linux os is infected. |
|
1084. |
Solve : Hi, I am new to linux. Don't hesitate if I ask a silly queston.? |
Answer» When you assign a value $1 to some variable, what actually it assigns. what is the value of Build_dir ? Did you mean in a script? If so, then $1 is whatever is the first argument on the command line. If myscript.sh contained this line: Build_dir = $1; ... and you called it like this... sh myscript.sh /home/myfolder ... then Build_dir would have the value /home/myfolder. $$ = The PID number of the process executing the shell. $? = Exit status variable. $0 = The name of the command you used to call a program. $1 = The first argument on the command line. $2 = The second argument on the command line. $n = The nth argument on the command line. $* = All the arguments on the command line. $# The number of command line arguments hey in scripting the first argument through commandline is considered as $1 if u FAIL to give arguments . you should display an error message and ask for entering arguments $1 is th argument which u enter after the filename in commandlinethanks that helps. I wanna LEARN more linux stuff grrrrrrrrr |
|
1085. |
Solve : Unix mails - Setting Mail Priority? |
Answer» Is there any WAY to SET the PRIORITY of an EMAIL in MAILX? |
|
1086. |
Solve : I can ping my gateway but can't ping yahoo, microsoft and bing? |
Answer» I can ping my gateway but can't ping yahoo.com, microsoft.com or google.com. How can I fix this problem? But does it work when using Windows?I think your internet service provider should resolve this issue because its seems like your internet is not working.no my Internet works when i ping in windows. but it not my ISP fault. Quote from: balasahu on February 13, 2017, 11:31:09 AM I think your internet service provider should resolve this issue because its seems like your internet is not working.On you tube: https://www.youtube.com/watch?v=gL9i1oyRbT8 (Skip the Ad.) Notice there are other videos on You Tube specific to the version of Linux you have. It seems others have issue with that version of Linux and Internet. https://null-byte.wonderhowto.com/forum/no-internet-address-kali-linux-2-0-cannot-connect-wifi-0167557/ |
|
1087. |
Solve : Who is in group?? |
Answer» Hi all, |
|
1088. |
Solve : advantages of awk scripting over scripting methods? |
Answer» PLEASE help me out to KNOW more about AWK scripting ,......................................GOOGLE is your friend | |
1089. |
Solve : Linux Mint Won't Load on Dell Vostro? |
Answer» I have a DELL Vostro with Windows 7. I also have a USB with Linux Mint and it works on other computers except the Dell Vostro. After setting the boot order to USB 1st, Linux boots up where I have to choose "Persistence Mint -17, 3 Cinnamon- X64" |
|
1090. |
Solve : using cat command to copy file to another file? |
Answer» hi.. |
|
1091. |
Solve : can you provide me the complete details of Linux File System - ext2 & ext3? |
Answer» As I am BEGINER PLEASE LET me KNOW about these topicsGoogle is your FRIEND |
|
1092. |
Solve : ubuntu initramfs problem? |
Answer» Two hard drives loaded at once (one UBUNTU the other win 10) I shut them down real quick thinking that WINDOWS would dump something on Ubuntu drive and cause problems. Loaded Ubuntu again without Windows on. Ubuntu won't load it comes up with a black screen with this on it. I SENT a picture of it. |
|
1093. |
Solve : column manipulation command? |
Answer» Plzzzz get me a UNIX COMMAND which helps us to REPLACE the new line character from a column of an Unix data FILE!!!! |
|
1094. |
Solve : Linux Gaming - No DirectX and OpenGL is not the greatest? |
Answer» Friend of mine built a computer and decided to try avoiding purchase of Windows because he doesnt like Windows ever since Version 8 CHANGED the desktop environment. He saw that lots of games are PLAYABLE through Steam supporting Linux, however the performance of these games isnt the greatest because it used OpenGL drivers. He asked me if there was a way to get DirectX to work somehow through WINE and I said I dont believe that would work, however I dont game on Linux for major game titles and play games that are specific for Linux that arent GPU intensive. You need to install the NVidia proprietary driver package in order for MESA (The linux graphics subsystem) to be hardware accelerated |
|
1095. |
Solve : Extract from CD to HD? |
Answer» I am trying to extract files from my CD ROM and place them on the root of the HD |
|
1096. |
Solve : explanation required for this naive geek? |
Answer» Hey I WOULD like to know the BENIFITS of using linux as an os as opposed to windows. I also want to know the mac os , between the 3 could somebody tell me the advantages and disadvantages, I know end of day it comes down to opinion but would LOVE to hear all of yours. |
|
1097. |
Solve : Installing Ubuntu? |
Answer» In my boot menu I have my SSD (C drive Windows 10) and a blu ray drive. I would like to INSTALL Ubuntu on my hard drive (G). I have looked at the tutorials about how to install Ubuntu, but NONE of them show how to select a drive to install it on, it seems to point to the main C drive. Is it possible to install on a different drive, I don't want to partition my C drive? |
|
1098. |
Solve : Which Linux is best?? |
Answer» Which VERSION of linux would be the best to use for a beginner to linux.Hi, I will have to tell you the same as everyone else will, their is NO best distro, each one siuts different users, and different NEEDS. |
|
1099. |
Solve : Adding number prefix based on text in file name? |
Answer» Hi, Noob here. |
|
1100. |
Solve : linux question please? |
Answer» I am so sick of these heated LINUX debates......ahhhh |
|