Sponsored Content
Full Discussion: Osx terminal
Operating Systems OS X (Apple) Osx terminal Post 302937739 by monkeyhateclean on Sunday 8th of March 2015 06:00:13 PM
Old 03-08-2015
Osx terminal

hi all,

first off thesis my first post so if i am not in the right forum, i apologize.

i'm an absolute newbie to unix. i've been reading my books and studying my crib sheets etc. but... :/

i want to accomplish two things.

1. search and remove duplicate files i.e.. audio, doc alias etc. on all hard drives on just local hd.

2. it's come to my attention TWC arris routers are not secure. when the firmware updates some settings default and at set up everything must be applied twice (straight from the techs mouth) i watched it happen while on the phone with a tier 3 tech (who was surprised i knew what i was doing) go figure... so i'd like to monitor my network.

my network setup is as follows...

modem/router 5/2.4GHz 802.11 - ping block - all irc disabled - wps disabled etc.

mac (yosemite) into ethernet port one

wifi 5GHz ssid disabled for my local i.e. apple tv & iPhone

2.4GHz for everything/one else.

both wpa/wpa2 psk/tkip/aes

but last time i logged into my router wps was enabled and a pin was generated. and someone was trying to connect to my homesharing.

i know locks only keep honest men honest. but can i do anything terminal wise to help?

thanks in advance for any help offered.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

#!/bin/bash and #1bin/sh command not found error on mac osx terminal/shell script

i am having a weird error on mac os x running some shell scripts. i am a complete newbie at this and this question concerns 2 scripts. one of which a friend of mine wrote (videochecker.sh) a couple weeks ago and it's been running fine on another machine. then last week i wrote capture.sh and it... (2 Replies)
Discussion started by: danpaluska
2 Replies

2. OS X (Apple)

Changing OSX Terminal Man Page Colors

For a long time, when I type man anything on my Mac, both the manpage header fonts and the background was black, so I had to use my mouse to highlight the manpage output to read it. It was really annoying. The problem was the same both locally or using the terminal and going ssh somewhere. ... (1 Reply)
Discussion started by: Neo
1 Replies

3. UNIX for Dummies Questions & Answers

Help: Add email users in OSX terminal

Please forgive me if this is the wrong place to post. I am a VERY basic user here and have been tasked with adding a user to our email system -- we use a squirrelmail interface and I have root passwords etc. I tried logging in through a browser but get this error: ERROR: Connection dropped... (1 Reply)
Discussion started by: dperro01
1 Replies

4. OS X (Apple)

Help: Add email users in OSX terminal

Please forgive me if this is the wrong place to post. I am a VERY basic user here and have been tasked with adding a user to our email system -- we use a squirrelmail interface and I have root passwords etc. I tried logging in through a browser but get this error: ERROR: Connection... (1 Reply)
Discussion started by: dperro01
1 Replies

5. OS X (Apple)

How to prompt for login on OSX when starting Terminal

I was wondering if anyone can tell me how to log back in to unix after logging out. I have a MBPro. If I don't have the window close after exiting, then there is the phrase 'process completed' in brackets with a blinking cursor, but I can't type anything in. Is it also possible to start the... (4 Replies)
Discussion started by: Straitsfan
4 Replies

6. UNIX Desktop Questions & Answers

help with some basic osx terminal commands. fixing permissions on NAS share

I'm hoping someone here can help me. I'm computer literate but by no means an expert! I'm simply trying to recover data from my DLink DNS343 NAS mounted on my X86 iMac using SMB. Somehow, in moving to a new computer, I have lost access to some files on the NAS. Just some files are access denied. ... (0 Replies)
Discussion started by: Quantaa
0 Replies

7. OS X (Apple)

How to access a NTFS partition on hard drive through Terminal in OSX ?

Hi , I have a Mac OS X Lion mac book pro. I have a hard drive which I have partitioned in two (a) OSX Partition - Mac OS Extended Journaled format. Mount point: / (b) Data Partition - Windows NT Filesystem format. Mount point: /Volumes/Data I need to access the NTFS partition (I have a... (6 Replies)
Discussion started by: neil.k
6 Replies

8. UNIX for Dummies Questions & Answers

Terminal emulation OSX Vs. Solaris 11

I am using Terminal on an OSX system to access and edit crontab files on a 'headless' Solaris 11 server. Crontab -e on OSX invokes vi as the editor, which is fine, but I am getting unexpected characters on keystrokes and have to abort the edit. If this is an emulation issue, would someone please... (1 Reply)
Discussion started by: SmokeyJoe
1 Replies

9. OS X (Apple)

A new OSX 10.12.x terminal from the command line.

Hi guys and gals... After much searching on the good ol' internet I could find nothing, so this is the result. ALthough many people seem to have asked this question no-one seems to have a solution so here we go. I need for AudioScope.sh, 'xterm' to run a second program for some of its... (2 Replies)
Discussion started by: wisecracker
2 Replies

10. OS X (Apple)

A means of clearing the scroll buffer in an OSX Terminal.

I was looking for a method of clearing the buffer of the vertical scroll back slider and came across this little Terminal escape snippet I had never seen before: printf "%b" "\033 SO... printf "%b" "\033c\033 Performs a terminal reset, buffer clearance, clear the window, set back to default... (0 Replies)
Discussion started by: wisecracker
0 Replies
IPW(4)							   BSD Kernel Interfaces Manual 						    IPW(4)

NAME
ipw -- Intel PRO/Wireless 2100 IEEE 802.11 driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ipw device ipwfw device pci device wlan device firmware Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ipw_load="YES" In both cases, place the following line in loader.conf(5) to acknowledge the firmware license (see below): legal.intel_ipw.license_ack=1 DESCRIPTION
The ipw driver provides support for the Intel PRO/Wireless 2100 MiniPCI network adapter. ipw supports station, adhoc, and monitor mode oper- ation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8). This driver requires the firmware built with the ipwfw module to work. For the loaded firmware to be enabled for use the license at /usr/share/doc/legal/intel_ipw/LICENSE must be agreed by adding the following line to loader.conf(5): legal.intel_ipw.license_ack=1 FILES
/usr/share/doc/legal/intel_ipw/LICENSE ipw firmware license EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev ipw0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev ipw0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev ipw0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up Join a specific BSS network with 128-bit WEP encryption: ifconfig wlan create wlandev ipw0 wlanmode adhoc ssid my_net wepmode on wepkey 0x01020304050607080910111213 weptxkey 1 DIAGNOSTICS
ipw%d: device timeout The driver will reset the hardware. This should not happen. ipw%d: firmware error The onboard microcontroller crashes for some reason. The driver will reset the hardware. This should not happen. ipw%d: timeout waiting for firmware initialization to complete The onboard microcontroller failed to initialize in time. This should not happen. ipw%d: could not load firmware image '%s' The driver failed to load the firmware image using the firmware(9) subsystem. Verify the ipwfw(4) firmware module is installed and the license agreement loader(8) tunable has been set. ipw%d: could not load microcode An attempt to upload the microcode image to the onboard microcontroller failed. This should not happen. ipw%d: could not load firmware An attempt to upload the firmware image to the onboard microcontroller failed. This should not happen. SEE ALSO
ipwfw(4), pci(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) AUTHORS
The original ipw driver was written by Damien Bergamini <damien.bergamini@free.fr>. BSD
April 13, 2008 BSD
All times are GMT -4. The time now is 08:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy