

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.
1101. |
Solve : Shell commands?? |
Answer» I am new to this Unix stuff. |
|
1102. |
Solve : ushbld can't find input interrupt point? |
Answer» Opensuse Tumbleweed 64 bit. I get the subject flashed on the screen before boot starts. |
|
1103. |
Solve : :) unix shar command? |
Answer» I am looking for a TEXT version of the unix SHAR program that I NEED to modify for an EXAM. ANYONE have this. |
|
1104. |
Solve : Tor Browser vulnerability Nov 3 2017 (Mac & Linux)? |
Answer» Slashdot says: https://it.slashdot.org/story/17/11/03/2127235/tormoil-vulnerability-leaks-real-ip-address-from-tor-browser-users-security-update-released?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29 Quote The Tor PROJECT has released a security update for the Tor Browser on Mac and Linux to fix a vulnerability that leaks users' real IP addresses. The vulnerability was spotted by Filippo Cavallarin, CEO of We Are Segment, an ITALIAN company specialized in cyber-security and ethical hacking. Cavallarin privately REPORTED the issue -- which he codenamed TorMoil -- to the Tor Project last week. Tor Project developers worked with the Firefox team (Tor Browser is based on the Firefox browser) to release a fix. Today, the Tor team released version 7.0.9 to address the vulnerability. Tor Browser 7.0.9 is only available for Mac and Linux users. Tor Browser on Windows is not affected. The issue is actually a Firefox bug in the way the browser HANDLES file:// URLs. While the issue is harmless in Firefox, it's catastrophic in the Tor Browser. So get updated to 7.0.9. |
|
1106. |
Solve : simple Question to Vacation Command? |
Answer» How can I DEACTIVATE an VACATION MESSAGE with the vacation COMMAND ? |
|
1107. |
Solve : X-Server fails in Redhat 9? |
Answer» I am have a PROBLEM installing a SPECIAL graphic card on Redhat 9. The x-server fails to start and just sits and cycles a test pattern on the screen attached to the new graphic card. I am UNABLE to break the cycle without hittting ctrl/Alt/del. Is there some way I can break the x-server without rebooting? If I reboot I have to shut down remove the new graphic card and then I lose the Xfree log file. |
|
1108. |
Solve : is more internal or external command? |
Answer» DETAILS of this command like where it is located What Command?"MORE " is a command it DISPLAYS output in PAGES i need to more about it which is not in man page more is external, i.e. not built into a shell, and is usually found in usr/bin can u provide more details about the command what do you WANT to know? can we redirect more command we cant open executeable or any other files and also script files do we have any option of doing dat |
|
1109. |
Solve : X desktop on Windows 10 Ubuntu (VNC)? |
Answer» Just throwing this out... I have Windows 10 64 bit, and I have enabled Windows Subsystem for Linux (WSL). Great. Bash shell. So far so good. Wanting to push it further, I looked into getting an X desktop, which, I read, is somewhat difficult. I found I could install lightdm, LXDE, and Xvnc4, and now I can connect to WSL via a VNC viewer and get a big LXDE desktop. W00T, or so I thought. Trying to it it directly, (i.e. an Xterminal on Windows) I couldn't get xMing to work consistently without crashing, and vcxsrv just gives me a blank screen when I try to connect to Display :0 on localhost. Anyhow, the VNC sessions run about as briskly as (a) a Debian 8 Virtualbox VM on localhost (b) a VNC session into my Dell laptop running Debian 8. I have installed and run Geany, Tor Browser, Firefox 57, Deluge, lots more. However I read somewhere that using VNC this way is "bad". Is this because real 'nix men don't use VNC? Should I feel embarrassed that I am such a lamer? Please don't ask me to remember all the things I did to get this working!!! Whatever works for you is how I see it! And unless you have someone looking over your shoulder or share it with others would you be subject to someone saying its bad and real nix men dont do that etc. I have written some real Windows lash-ups, GUIs made of Autoit3 controlling bits of Python, VBScript, compiled FreeBasic and batch, which are for me only and do what I want. In Linux forums you get these snooty types who love to tell people they're doing it wrong. I can sometimes see where they are coming from, particularly over security, but sometimes it seems like they are kind of like preachers. Quote from: DaveLembke on December 16, 2017, 06:11:43 AM Only thing that would be bad to me is if by using an alternate method you open yourself up for a security hole in which your floating on the DMZ where your at risk of hackers etc, but behind a router with nothing open special for port forwarding etc, you should be fine unless riding on some other service that has a vulnerability that can operate over port 80 which i cant think of any. Yes. This has got to be the bottom line. I am used to using VNC over my home LAN and am confident I have got this buttoned up. This doesn't solve your original question about X on WSL, but this article DESCRIBES an alternative way to use both operating systems with virtualbox and a VMDK - virtual machine disk, which lets VirtualBox use a partition on your drive as a virtual disk. This means you can install Linux on another partition, and either boot into Linux or boot into Windows and run the same Linux installation from within virtualbox. https://www.howtoforge.com/tutorial/configuring-a-single-ubuntu-installation-as-a-dual-boot-option-and-a-virtualbox-appliance-under-windows-10/ It requires Intel VT-x or AMD-v be enabled in your BIOS to give virtualization software direct hardware access, but this improves performance (instead of reading from a file on your disk, it's reading directly from another partition). The most complicated part is creating a GRUB bootloader ISO that virtualbox can use to mimic your computer's actual boot config. The neat part is you can boot into Linux and do the same with your Windows 10 partition with Linux as the VB host, although games, video playback, and other direct video apps still require a native boot.I already have a VirtualBox virtual machine with Debian 8 installed, that works fine. I just wondered why my WSL X over VNC solution (which works fine too) was called "bad" by some people. Sure, it isn't as brisk as a pure Linux installation, but I'm not a gamer. I'd think it would be considered "bad" because of the GUI being part of the remote access, where the "Proper" way would be by using ssh directly. That is the main reason I can think of. There are "proper" ways of doing things but they usually take more time than a cobbled-together solution, which is really what it comes down to. As an example I posted some large screenshots from "Space Engine" recently, but the program itself doesn't actually support very high resolution screenshots at all. A "proper" solution would probably be to write a mod or plugin for the program adding high-res screenshots. But since I wasn't interested in the implementation and only the end result, I just used an autohotkey script- pressing F12 takes the foreground window, sets the window style to borderless, and makes it 7680x4320. Pressing it again reverses it. So I can take high-resolution screenshots by pressing F12, pressing F11 (the screenshot key) and then pressing F12 again to go back to how it was. It's not a "proper" solution but since I really just want the OUTPUT screenshots, it works well enough. Mind, when it comes down to actually programming something, well-commented and good structured code has never bitten me on the behind later, but confusing messes of poorly written code certainly have. I've lost count of the things in our old Mainframe codebase which were basically intended to be quick hacks and "done properly later" that were never done properly- though I cannot tell by the comments since somebody stripped all the code comments in 1994. Nothing l ike reverse engineering uncommented code from a forgotten dialect of BASIC to make you appreciate modern language features a bit more. Quote I've lost count of the things in our old Mainframe codebase which were basically intended to be quick hacks and "done properly later" that were never done properly- though I cannot tell by the comments since somebody stripped all the code comments in 1994. Nothing l ike reverse engineering uncommented code from a forgotten dialect of BASIC to make you appreciate modern language features a bit more. Why would someone strip comments?.... sounds almost malicious in someone knowing they will be getting booted from the job and I will show them by dumping comments so the next PERSON has to reverse engineer it. The big surprise after the original programmer is gone and to tell the next programmer and company to stuff it. Even in compiling code comments don't make a program larger in size to be a problem, its only larger in the uncompiled form such as a .BAS file vs a .EXE , or a script language that compiles on the fly such as .PL for Perl programs/scripts.Apparently they were a big believer in the concept of "SELF documenting code" but took it to the extreme of not only never writing comments themselves, but removing it from everything. I don't actually know the story of how it was handled at the time. I get the impression he was let go soon after, if not because of doing that then because of the attitude that made him think it was OK. There are a number of stories like that since the company dates from the 1980's. There was another guy who had some major beef about how things were run, so he quit, stole the entire codebase, and tried to directly compete. It was discovered when some of the customers he previously worked with called us and asked questions about "the demo X just gave us"... where X was the person who left a month or so ago. It's a rather funny story now because he was basically doing demos trying to sell "his product", and customers were calling us because he was literally their contact with us at the time and he apparently never mentioned he wasn't with us anymore. |
|
1110. |
Solve : SFTP Compression? |
Answer» Hi All, |
|
1111. |
Solve : Unity3d on a lenovo ideapad with mx linux os? |
Answer» Hello.How do i install unity3d on my computer my computer is an lenovo ideapad 110s and the operating system i USE is MX linux.One of the REASONS i need unity3d is because i play vrchat and IM going to create my own models for the game.And will i be able to install a GRAPHICS card on my computer? |
|
1112. |
Solve : Dual and Triple boot with Ubuntu and Windows.? |
Answer» Yesterday I installed Ubuntu 16.04.3 on my hard drive, which already had Windos XP and Windows 10. (I made a backup before I stated.) $ sudo add-apt-repository ppa:danielrichter2007/grub-customizerThe $ represents the prompt you get from the shell in a terminal mode thing. You type in the stuff after the $. Tokk me a bit to remember that. I am getting older. After doing that, there is a new thing for grub that lets you see what the boot list is. Yu can move an entry up or down. The top item is the default. So I put Windows 10 on the top. It works, nd up comes the windows 10 boot manager that lets me pick either Windows 10 or the eralier verson of Windows. Which happens to be Windows XP. So now I can have Ubuntu anytime I want without waiting for the live demo DVD to load. Ubuntu takes very little disk space. It takes only about 5 GB for Ubuntu 16.04 and a little pbit of swap space. But I put it on a much larger partition so it has room to grow. Even so, I still have spare room on my 250 Gb hard drive on this old Dell 755 ATX size desktop. BTW, I have my HDD in the old MBR style, not the new thing. The new thing for HDD is not needed if yu do not have a monster drive. So I made no effort to go with the new standard for HDD. Cn't even remember what it is called. I recomend yu try Ununtu 16.04.3 Lts for yhourself. It is very nice and ease to use. On the internet, it performs as well or even better taht a Windows based system. You have a choice of Firefox and other popular web browsers.It has not problem reading test and image files creadted by Windows. Libre OFFICE is included, as well as the usual Linux things. Hope you enjoy Linux. If something bad happens to your Windows install, you can boot up Umbutu and get on the Internet. Nice to have it ahndy. I think you messed something up with your installation, that's far too small an installation of Ubuntu https://askubuntu.com/questions/760408/can-i-install-ubuntu-16-04-lts-with-less-than-25gb-hard-disk-space Is that the partition size or data size? The drive is a 250 GB standard desktop drive. it is divided into a number or partitions. Below is a screenshot of my drive in Windows drive manager. HYou will notice the Linux, Ubuntu, partiton is 'unknown' becuase wineos does not read taht format. The partition is about 37 GB with only some 5 GB used by Ubunty. Sorry if I caused confusion. I would not recomend using less taht 20 GB for any modern operationg system The attachment is in PNG 8 color to conserve CH bandwidth. EDIT: Anybody with low disk space ought to first clean things up by REMOVING stuff taht is not really needed. Like old downloads, you tube video and other thins yoou cou easily get again later. Then use a good partition maneger to open up some space. I like the mini-tool, free edition. https://www.minitool.com/partition-manager/partition-wizard-home.html It can also verify a partition and check for erros. I did that before installing Ubuntu. I did a custom install and let Umbuntu used the unused space I created between two partitions. [attachment deleted by admin to conserve space]YEAH, I just misunderstood, I thought you were trying to use a 5GB partition, more than enough for Puppy but pretty shy for anything else. Take a look at GParted as a partition manager, reads Linux partition TABLES just fine. Oh, and for a graphical GRUB try GRUB 2.0 - I think you just might like it a bit more You actually could use a 5GB partition, but you would spend a great deal of time running maintenance and deleting things (like old kernels) Ues, I have used Puppy and Gpartd sometime ago. But now way would I ever have time to try all of the most popular distros of Linux. Here is a list from Google: most popular linux distros Ubuntu and Fedora at on top. I chose the Ubuntu 16.04.3 version becuase it offers long term support. Maybe I will not need the support, but nice to know it is there. https://wiki.ubuntu.com/LTS Quote LTS is an abbreviation for “Long Term Support”.Anybody whjo works in IT might already know that Umbuntu 15.04 can be used as a server. https://poweruphosting.com/blog/initial-server-setup-ubuntu-16-04/ |
|
1113. |
Solve : linux install?? |
Answer» I just put together a new computer using all new parts. I dont want to buy Windows XP, and i want to get linux. What TYPE of linux do you suggust, where do I get it, and how do I install it onto my hard drive. (i have no OS installed yet.)check out http://www.linux.org/docs/beginner/index.html |
|
1114. |
Solve : Computer And Laptop Keeps Automatically Showing Login Screen... (Unity)? |
Answer» One of the desktops, and also one of the laptops, it I put the mouse on the top of the side bar, or press the Suer Key, it'll automatically go log back out and show the login screen. It only does this one two computer, regardless of which version Ubuntu, 16.04, or 17.10.I can work around it, such as opening Firefox from the terminal, or nemo, but it is still annoying one the laptop that does it, isn't mine. I said I would take a look at it for someone, that is the only problem. Both computers have the latest UEFI/BIOS update. When I use the Unity session I automatically get logged out under these conditions: dmesg may show something like this Code: [Select]compiz[10616]: segfault at 0 ip 00007fbca309feeb sp 00007fff5f59a4d0 error 4 in i965_dri.so[7fbca2af6000+7e4000] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1735594 https://askubuntu.com/questions/981353/ubuntu-logs-me-out-when-using-unity-compiz-session Suggest you monitor these and similar sources and/or Google ubuntu logs out when mouse hovers side bar until bugfix found. |
|
1115. |
Solve : scheduling policy? |
Answer» HI there My query is "What kind of scheduling policy does LINUX SYSTEM USED" bacer |
|
1116. |
Solve : free real UNIX shell? |
Answer» Hi |
|
1117. |
Solve : Test Wordpress on Local machine with Ubuntu or Windows.? |
Answer» This link was find while using the Ubuntu demo DVD. Strange how when you try something a LITTEL different yhou learn new things. Many site admins take advantage of these environments where they can do thorough testing before committing changes to a site. If you’ve ever activated a new PLUGIN or upgraded to a new version of WordPress only to find errors on your site, you will know the importance of testing first.He goes on to recomend this article for first-time wordpress users. How to Install XAMPP and WordPress Locally on PC/Windows The tool he mentions is XAMPP and can also work with Ubuntu. Myself, I have only use Instant Word Press on Windows. Anybody here use any local environments tools for testing Wordpress? ** Here a 'local environment' means a software thing that lets you us Apache, MySQl and PHP on a machine that is not really aservier. It can be used for testing some server-side appliocations without acually going live on the Internet. Microsft has something like that but not considered here. I have a virtual machine running I run a local webserver on. I make any changes to the software in the virtual machine, then I manually push the changes. One avenue I have not yet tried, but it is possible is rsync. rsync can handle both the files and the database(s). |
|
1118. |
Solve : error during compilation of linux kernel? |
Answer» hi all , plzz Please (That's one error.) |
|
1119. |
Solve : What Is The Difference Between 'sudo reboot' And sudo shutdown -r now'? |
Answer» Is there any DIFFERENCE?In MODERN LINUX DISTROS, there is no difference. |
|
1120. |
Solve : knopixx 3.6 install and partition probs? |
Answer» i have been going from distro to distro trying a few out, after my first failed attempt on freebsd, i've decied to GIVE KNOPPIX 3.6 a try on my hard drive. i have two hdd's, hda(200gb) with 150gb ntfs on hda1, and 50gb for linux on hda2..., on hdb1, i have a 6gb fat32. after my failed freebsd, my hda2 is messed up. when i run qtparted on knoppix its scans hdb fine, but give a critical error on hda and crashes the progam. when running knoppix-installer on root, under partioning part, it gives error that hda is read only, and i cant do anything. im not sure what to do. but i have important info on hda1 that i really cant loose, i still have the freebsd bootloader, but it only works for xp and it scares me a bit. |
|
1121. |
Solve : Check first 3 characters of a unix file and rewrite based on the values.? |
Answer» I have a requirement to read the FIRST 3 characters of the data inside a file and then rename the file BASED on the values of that data. |
|
1122. |
Solve : Linux Folder Management? |
Answer» Need Linux command LINES to SPLIT 50 files in ~MAIN_FOLDER/, and move 25 files into subdirectory FOLDER1 and the remaining HALF into subdirectory FOLDER2 |
|
1123. |
Solve : how to use LDAP in linux for windows based u? |
Answer» CRITERIA : server=LINUX server clients= windows BASED system quest= how can i be ABLE to login on linux server ACCORDING to above criteria? |
|
1124. |
Solve : wireless drivers? |
Answer» Hello, |
|
1125. |
Solve : Change Windows 10 admin password? |
Answer» My PC runs Windows 10 Professional. I created a 450 GB PARTITION on the HDD. If I installed Ubuntu in this partition for a DUAL boot system, could I USE Ubuntu to access the Windows 10 administrator password and change it? |
|
1126. |
Solve : mt available space? |
Answer» hi all, |
|
1127. |
Solve : Linux Domain Controller? |
Answer» Hi there is there a Linux OS that can be USED as a Domain CONTROLLER in a Windows ENVIRONMENT?Any OS that can run Samba, I should think. There are a lot of those. |
|
1128. |
Solve : How to make a simple Cron script for Linux?? |
Answer» Can anybody here tell me how to WRITE a simple Cron script? |
|
1129. |
Solve : How to enter to the linux comand screen???? |
Answer» Hey hi,all I notice on Fedora, Ctrl+Alt+F1 will take you to a full screen terminal session. Ctrl+Alt+F7 will bring you back to the GUI. This is standard in Linux. You have 6 TERMINALS available Ctrl-Alt-F1 to F6. |
|
1130. |
Solve : Wrap Browser and Adobe Flash Support for Linux OS WINE execution?? |
Answer» Years ago I had to get DOS NDIS2 drivers wrapped for Linux to make a network adapter work for example. Then came portable apps which is sort of a wrapping for WINDOWS where I am guessing it just attaches the dependencies to the program so that it can run stand alone without an install required etc. |
|
1131. |
Solve : wrong file? |
Answer» I created a WRONG file "--tot"..... and now I'm not able to cancel it because it's recognized as an option of RM command. |
|
1132. |
Solve : linux /bin/sh? |
Answer» I have a script called "run.sh" I have another script called "start_run.pl" I used this these scripts 1000 TIMES and they worked perfectly But now I get an error In the start_run.pl script I have a command--------print SCRIPT "/home/peter/programs/run.sh when I run the "run.sh" script on the command line in linux it says bash: run.sh: command not found so I assume that is why the start_run.pl script is not working I know the ./run.sh works. But I would like to know how I can change it so that when I type run.sh WITHOUT ./ it would work becuase it worked before like that does it have to do with the /bin/sh (I have the right PERMISSIONS so its not that) does it have to be CONFIGURED again so that I can run a command without the ./ do you have any suggestions? Any help is greatly appreciated. |
|
1133. |
Solve : where to make practice of linux commands? |
Answer» hai, |
|
1134. |
Solve : Linux Desktop 2017? |
Answer» This is about what Linux versions were most popular in 2017. OpenSUSE. ...The above does not even give a place to Ubuntu! Another list: https://www.linux.com/news/learn/sysadmin/best-linux-distributions-2017%20 And lists that purport to represent 2018 before the fact: Most Beautiful Linux Distros You Need To Use plus... The best Linux distros of 2018 As for me,I learned on Red Hat. That tells you how old I am. If you are new to Linux, start with Ubuntu. Because I like it? No, because they have a very good support community. This InfoWorld link is about one year old and still is relevant: Why is Ubuntu Linux so popular? Quote Ubuntu Linux has been around for a long time, and over the years it has proven to one of the most popular Linux distributions ever. But what has made it so popular?Comments welcome. Will 2017 finally be the year of the Linux desktop? I would have thought by now nobody was SAYING that seriously, but I was wrong: Jim Zemlin declares 2017 the year of the linux desktop Quote from: BC_Programmer on May 26, 2018, 12:43:46 PM I would have thought by now nobody was saying that seriously Quote The earliest reference we have of "Year of Linux on Desktop" is from Summa de arithmetica, geometria, proportioni et proportionalita by ITALIAN mathematician Luca Pacioli in 1494. https://www.reddit.com/r/linux/comments/3038d4/when_was_the_first_year_of_the_linux_desktop/At BC's link I read this and FOUND it strange. Daily changes to the actual "Kernel itself"... I can see other stuff edited as needed for security and bug fixes, but on a daily basis to alter a kernel to me is just strangely too frequent. Quote To illustrate his point, Zemlin noted that 2,000 lines of code are changed daily in the Linux kernel as the pace of change accelerates.Quote from: DaveLembke on May 26, 2018, 12:53:30 PM on a daily basis to alter a kernel to me is just strangely too frequent. That's just the ongoing maintenance process, bug fixes and the like, as you said. Roughly every four months Linus releases a new kernel and there are stable and preview versions. At the moment: 4.1528 January 2018 End of life, maintained from January 2018 to April 2018 4.161 April 2018 latest mainline release 4.1720 May 2018 latest preview release Of course, if you want the very latest bleeding edge, you can chase the minor revision numbers, which come out every few days. |
|
1135. |
Solve : shell + gftp? |
Answer» I am trying to create a linux shell script that starts GFTP, the script CURRENTLY starts gftp and then loghs in, but i need to EXECUTE a PUT command once in the ftp command window. Any THOUGHTS on how to do this in the shell script. Thanks |
|
1136. |
Solve : SCSI Error? |
Answer» I have a RHL guest that is running on an ESX3.5 server that is getting the error shown below: |
|
1137. |
Solve : Should I use Windows' Disk Management before I install another OS?? |
Answer» Hi, |
|
1138. |
Solve : slax on pen drive -booting but closing with error message-no keyboard? |
Answer» WISH all members well! I am newbie.the comfort of RUNNING os from PENDRIVE attracted me. I somehow installed killbill-5.8.1 version slax,syslinux3.71,and cfdisk as per help from some posts.I could not partition the pendrive from cfdisk..as I donot know how to do it .my system is winxp.I just FORMATED usb -fat32 and by extracting the files to pendrive and using 'makebat'from 'gparted' I was able to boot form pen drive. while booting it gave the following messages and did not proceed further. key board not recognised.presss f4 whwereas the keyboard worked fine with windows. 2). it said it is checking all usb/devices etc. 'wait' and then found unsupporting something tty .it said that I should copy all data either to C:/windows or some directory?in the usb drive? and asked me to ctr+alt+del. i BOOTED again and it does not rrecognise keyboard.and does not boot from usb. I searched windows for tty and found that these are some drive cache cab file in the directory c:\windows\drivecache\i386\driver.cab-sp2.cab Please help a newbie. thanksFormat the drive again and try just installing SLAX on it: http://www.pendrivelinux.com/2006/09/20/all-in-one-usb-slaxzip/ |
|
1139. |
Solve : Why, if at all, do I need special software for bootable installation media?? |
Answer» Setting up a dual-boot configuration is like changing flat tires. I do not do it very often. |
|
1140. |
Solve : cp command and file changed? |
Answer» hi, I'd WANT to archive the whole directory. I'm thinking of usging cp -a, and not SURE what it does if while in the PROCESS of copying, some FILES got changed or deleted. Will it |
|
1141. |
Solve : How do i delete the log history of SUSI Server Linux?? |
Answer» How do i DELETE the LOG of SUSI Server so that i can CLEAR my WINDOWS. I used Gnone, if i clear the window only the MSG has been clear but the Log History is still in there. |
|
1142. |
Solve : install programs? |
Answer» I am a first time user. How do I install programs with linux???Most DISTROS come with plenty of programs for typical use. But if you WANT to install ADDITIONAL ONES, getting an rpm of the program is the EASIEST. It's like a windows setup.exe file. A simple command like "rpm -iv myprogram.rpm" will install myprogram. Oh, and you need to be root to install programs. |
|
1143. |
Solve : My mouse doesn't work on PUPPY or Ubuntu? |
Answer» I have a laptop (Acer) with Windows 10 Home Edition and the hard disk has been locked by malware. I fired up my Puppy and then two Ubuntu's and even one Knoppix and for some reason my mouse doesn't WORK at all. It does work when using the recovery software on Windows, however. I've never had a problem before, but now I can't back up any of my files using a live Linux Distro. Does anybody know why? It's very strange. Also, is there a WAY to prompt to a COMMAND line instead of a GUI? Of course, I don't know yet whether my keyboard works, EITHER, except again in Windows recovery. Any help WOULD be welcome. Thanks in advance. |
|
1144. |
Solve : ifconfig not displaying information? |
Answer» MORNING All, I have installed Fedora 6 on my Dell Optiplex 260. I have ADDED PATH=$PATH:/sbin:$HOME/bin in my .bash_profile and even added the alias ifconfig=/sbin/ifconfig in my .bashrc files. When I type ifconfig it acts like it works but no information displays and I receive no error stating COMMAND not found or anything. Anyone have any ideas what I have done wrong? THANKS |
|
1145. |
Solve : Lee Hnetinka- How many OS We can use with window 10?? |
Answer» Hi, |
|
1146. |
Solve : Problem with SSH session locking up? |
Answer» I am having a problem with my PUTTY ssh session locking up when trying to run SCRIPTS and EDIT (vi) files. If I even do a CRONTAB -e on a cron with only 30 lines it LOCKS up the putty screen. This is only happening on 1 vpn connection other vpn connections and I don't experience this problem. Any suggestions would be appreciated. Thx. |
|
1147. |
Solve : In Linux.....? |
Answer» Hai Friends... Can ANYBODY Can Clear My Doubt on Redhat Linux.. My Query is When i GO to The Linux Rescue Mode -- I have to GET A Folder named SysImage.. But I am not Able to get . What Might be the problem To come Like This.. Please HELP me if u Know.. THANK U.. Bye.... |
|
1148. |
Solve : lunix login? |
Answer» i just reinstalled SLACKWARE on my machine, i forgot what was the host login name you were SUPPOSED to use for the FIST TIME...i thought it was darkstar but that doesnt seem to be WORKING.for slackware your main login is 'root' and if you forgot your password you will need to re-installQuote i just reinstalled slackware on my machine, i forgot what was the host login name you were supposed to use for the fist time...i thought it was darkstar but that doesnt seem to be working. |
|
1149. |
Solve : How can I delete first character of every row? |
Answer» I want to delete only first character in every row, but i don't know the commands. |
|
1150. |
Solve : Mounting in Unix? |
Answer» Hi |
|