LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux commands (https://www.linuxquestions.org/questions/linux-newbie-8/linux-commands-4175414640/)

NM04 07-03-2012 08:10 AM

linux commands
 
experts,
i need a list of all the commands in Linux (fedora), besides, i am using BT and Fedora on Vm, the problem is how to bridge the two interfaces (NIC's) i.e VM's interface and my laptops interface, i remember earlier i used "dhcpd" to do the same but now its not working.
Actually i was out of order for around 7 months that is where i lost my efficiency in linux. Thanks in advance.

Regards,
nm

Annielover 07-03-2012 08:29 AM

List of all commands:
Code:

echo -n $PATH | xargs -d : -I {} find {} -maxdepth 1 -executable -type f -printf '%P\n' | sort -u

uk.engr 07-03-2012 09:06 AM

Assalam o Alaikum.

If you are using VBOX then go to settings of your VM then set network's interfaces on bridge. Then you will be able to ping VM interface and yours laptop's interface.

NM04 07-07-2012 07:54 AM

uk.engr,
i did that but still its not working. i guess it has some driver issue. I executed the following commands and got nothing.
iwconfig::
lo: no wireless extensions
eth0 no wireless extensions

lspci |grep -i network: shows nothing.

ethtool wlan0:
settings for wlan0:
Cannot get device settings: no such device
Cannot get wake-on-lan settings: no such device
Cannot get message level: no such device
Cannot get link status : no such device
No data available

Can any one help me sort out this thing. Thanks in advance.


Regards,
nm

NM04 07-12-2012 07:42 AM

hi all,
ok i got it, it is actually because of the VM. If you install BT on disk there is a possibility that it will detect the wireless card onboard otherwise not. If want to use BT on VM then you need to use USB wireless interface it will work. All of this is about what i have researched if anyone gets to know something else please post it here. Here is a list of supported h/w with BT.

Luck
nm


All times are GMT -5. The time now is 03:43 PM.