WiFi Help through shell


 
Thread Tools Search this Thread
Special Forums IP Networking WiFi Help through shell
# 1  
Old 05-31-2008
WiFi Help through shell

So as a graduation gift (Smilie) I was given a laptop... But not just a laptop a OLPC (laptop.org) and I'm trying to access my local LAN but because of security issues and compatibility issues I opted to drop the wpa and wep for a hidden SSID (I monitor it closely and change the SSID regularly).

So the built in network viewer doesn't see my LAN so I decided to do it through the shell but I haven't seen any good articles concerning this topic (probably because its a simple thing to do)

Although I probably didn't need to explain it I did anyways, sorry for wasting your time, but can you help?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 How to connect to wifi?

So, I've decided to install Solaris (I like to try new things). Used many flavors of Linux over the past several years, and it seems there's more involved in getting Solaris working. I am a total newb to Solaris, so forgive me if I get some terminologies incorrect. I have searched quite a bit,... (2 Replies)
Discussion started by: jgraves
2 Replies

2. Shell Programming and Scripting

Help! Shell Script for Wifi Connection

Hi, I am quite new to shell scripting and was wondering if it was possible to automatically enter the username and password fields to a wifi-access-router and then ping it. I have most trouble with entering the username and password fields. Is that even possible? Also, what do I do if the... (1 Reply)
Discussion started by: Xyn
1 Replies

3. Ubuntu

Wifi Could Not Connect

Hi, I already install bcwl kernel. I can see list of wifi AP. When i try connect, i said wrong password. When i test on windows, can connect. What i miss? Thanks. (0 Replies)
Discussion started by: mzainal
0 Replies

4. Ubuntu

wifi issues

Having Issues with wifi in BlackBuntu on my Asus U52F-BBG6 it doesn't see any wifi networks in my neighborhood even though I know they are there. I can connect on my BackTrack 5 R1 side but not on my BlackBuntu side. I have the same network manager Wicd on both my backtrack and blackbuntu but... (1 Reply)
Discussion started by: stephen45ss
1 Replies

5. Solaris

Solaris 11 and wifi?

I'm running the 64bit Solaris 11 liveCD and I am having problems with my wifi adapter. It appears to be recognized by the system, but does not show up with dladm, ifconfig, or under the graphical network management icon. I can see my device listed under the driver program on the desktop as... (1 Reply)
Discussion started by: bsdforme
1 Replies

6. Solaris

WiFi on Solaris x86

Hi All, what's the fastest/easiest way to configure my newly installed Solaris 10 to get onto my existing WiFi connection? Where is the config to add this on? (I'm hoping I do not need to download anything) (4 Replies)
Discussion started by: steve701
4 Replies

7. UNIX for Dummies Questions & Answers

Connecting to WiFi using Netgear

hi i am pradeep.i am new to linux and i am facing problem connecting to net i am using ubunto 9.0.4 and my network connections are showing signals but i coudnt connect to internet my proxy setting are correct i used idea net setter also and i faced the same problem.if some one can help me... (2 Replies)
Discussion started by: chauda
2 Replies

8. UNIX for Dummies Questions & Answers

wifi in linux problem

hi, i'm really new at this. i recently installed ubuntu on my machine and have that and vista installed now. but in ubuntu i cant connect wirelessly to the internet. i'm not using a wifi card the wifi is built into the laptop. can anybody help me configure ubuntu to use the wifi. (4 Replies)
Discussion started by: naner9
4 Replies

9. IP Networking

WiFi

Can 2 computers be connected (FreeBSD and notebook with WinXP) via WiFi if both have WiFi net cards? (9 Replies)
Discussion started by: Hitori
9 Replies
Login or Register to Ask a Question
BUNDLE(1)						      General Commands Manual							 BUNDLE(1)

NAME
bundle - collect files for distribution SYNOPSIS
bundle file ... DESCRIPTION
Bundle writes on its standard output a shell script for rc(1) or a Bourne shell which, when executed, will recreate the original files. Its main use is for distributing small numbers of text files by mail(1). Although less refined than standard archives from ar(1) or tar(1), a bundle file is self-documenting and complete; little preparation is required on the receiving machine. EXAMPLES
bundle mkfile *.[ch] | mail kremvax!boris Send a makefile to Boris together with related and files. Upon receiving the mail, Boris may save the file sans postmark, say in gift/horse, then do cd gift; rc horse; mk SOURCE
/rc/bin/bundle SEE ALSO
ar(1), tar(1), mail(1) BUGS
Bundle will not create directories and is unsatisfactory for non-text files. Beware of gift horses. BUNDLE(1)