
shanenin
Moderator-
Content Count
3752 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by shanenin
-
Networking Question Ip Range
shanenin replied to shanenin's topic in Windows 10, 8, 7, Vista, and XP
Thanks alot :-) I think I am following your pattern(not really understanding the concepts) , so then this should work for a class c network so to specify all ips starting with 192 would either be 192.0.0.0/255.0.0.0 192.0.0.0/8 (using CIDR) then for a specifing all ips in a class c network that start with 192.168 would be 192.168.0.0/255.255.0.0 192.168.0.0/16 (using CIDR) -
Networking Question Ip Range
shanenin replied to shanenin's topic in Windows 10, 8, 7, Vista, and XP
I noticed the subnet mask is differnt then my nomal one ham0 Link encap:Ethernet HWaddr 2A:A3:28:3D:A0:CF inet addr:5.18.152.214 Bcast:5.255.255.255 Mask:255.0.0.0 -
I have this line in my /etc/exports. this will allow all ips in my local network /mnt/media 192.168.1.0/255.255.255.0(rw,no_root_squash) I want to add a range of addresses in the 5. range for example, 5.18.152.214 how would I include all address starting with 5.18, or even just with 5 would this work 5.18.0/255.255.255.0 and this 5.0/255.255.255.0 edit added later// I tried those and they did not work. I am sure they obviouly show I have no understaning of cidr. it does give you the idea of what I need to do
-
Slackware and gentoo, both being source distros tend to take up more space do to the developmental libraries. I would reccomend a bianary distro like ubuntu, since it installs developmental packages seperately, it tends to be a smaller install.
-
that looks like a good program; it is also $25 less expensive then the one I reccomended
-
cool, glad you were able to retrieve them. So does that mean you spent the $70 to save the files to your harddrive? If you did, it is money well spent. You can use the program again in the future. As far as I could tell their are no linits for using it.
-
sorry about all of your problems. I have a question: you mentioned testing the board before installing it. Did you just hook it up to a different power supply and memory and see if it would post? Just curious.
-
you may have luck pulling the card and placing it in a card reader. Then the computer should be able to access it http://support.getdata.com/?_a=knowledgeba...ondetails&_i=69
-
I have used this program to recover fiels from a usb harddrive, you do not need drive letters. It can just search devices. Their is a free trial. You can see if it works, but to actually save the pictures you will need to give them $70. I think it was money well spent. http://www.recovermyfiles.com/
-
Disclaimer: networking is my weak point, so some of the following info may be wrong; this is my understanding. The hamachi program just creates a private network between 2 to 14 people. It creates its own network interface, this can be seen using ipconfig(windows), or ifconfig(linux). It assignes this new interface an ip that is something like 5.18. 200.143. It purposely uses an ipaddress starting with "5.". This is so it will not interfere with an other already used ip. Once this private secure network is created, it mimics a fully isolated local network. This private network is similar to b
-
I have been using hamachi to do remote access, it works great. The cool thing is you do not have to open any ports for it to work. Their is both a windows and a linux port. You can use it to safely use ssh, vnc, simple windows file sharing(remotely). you should listen to this podcast http://media.grc.com/sn/SN-018.mp3 here is the link to the program http://hamachi.cc
-
my first code did not actually print the time, this does import time print time.ctime() python sure seems simplest.
-
what programming language do you want to use? in python, this would display your time import time time.ctime().split()[3]
-
For the project, are you giving more specific parameters to follow? That seems to general and imposible to do with twenty questions.
-
thanks for making that more clear. I suppose I could do this modprobe ath_pci || exit 1 modprobe wlan_scan_sta ifconfig ath0 up iwconfig ath0 essid "linksys" key 6A4601E10F858AF350C545A658 dhcpcd ath0 someone else reccomended I use the set command set -e
-
I have this very simple script. If the first command fails, I want the script to stop. I thought the "&&" operater would do that. This is not stopping the script #!/bin/bash modprobe ath_pci && modprobe wlan_scan_sta ifconfig ath0 up iwconfig ath0 essid "linksys" key 6A4601E10F858AF350C545A658 dhcpcd ath0 why isn't the operater stopping the script. To test it I ran it as regular user. I would think that it would stop after the first command fails with an exit code of non one, but it does not.
-
I will definately setup wpa later. In the shortterm I set of wep. It was as easy as this iwconfig ath0 essid "linksys" key <wep key here> to hook to an open network you just leave off the key option iwconfig ath0 essid "linksys"
-
As a test, I turned off my wireless security and was able to connect using the madwifi driver. I know the madwifi has some docs on thier wiki for setting up wpa.
-
No I do not have it hosted anywhere. I only have a $4/month godaddy account that hosts my business webpage. That would be nice if you would want to host it. Since the iso is about 380mb, would many people downloading it cost you alot of money for the bandwith used?
-
I have a state tax id number. This is used to collect sales tax, which I have been doing. I also filed with the state to do buiness under an assumbed name. when I filed with the state to do business under an assumbed name, maybe they did give me a licence number. I will need to check into that. I did a job yesterday for a small business in town. They asked me how many employees I had. I downplayed the fact I have only been doing this professionally for a about one month. I have no employees or place of business other then my house. This can be a positive thing. Since my expenses are not to hig
-
if you were able to buy a matrox g450 or g400 video card(about $30 on ebay) you could do a great video Jukebox and movie server. I have built many great systems using that card, it uses direct framebuffer instead of X. Because of this it uses only about 50 mbs of memory. I am able to watch a divx movie on my tv with perfect quality, and serve two movies to other computer using both samba and nfs with out even using all of my 64 mbs of ram. I made a install cd that will work on most hardware, but it does require the matrox card. You just need to run the disk, and it will partition your system,
-
thanks, those are all very good suggestions. I am not sure I am reputable :-) I do not have a business licence.
-
Reparing Win Xp Home And No Xp Cd
shanenin replied to electrontau's topic in Windows 10, 8, 7, Vista, and XP
My theory was the computer was sold as having a certain size harddrive. Maybe the manufactures got a good deal on slighty larger harddrives. They only formatted them to the desired size. -
Reparing Win Xp Home And No Xp Cd
shanenin replied to electrontau's topic in Windows 10, 8, 7, Vista, and XP
I have worked on a dell computer that had a hidden fat partition. This partition could be seen using cfdisk. If it apears unallocated, I would feel confident betting money that is just unused unallocated space. -
thanks for the heads up; I fixed my spelling error. I will check out britfix.net later today.