• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Chroma

  1. C

    getting the system resolvable from name to ip in debian

    why dont you just assign your linux machine a static address outside of the dhcp range? ifconfig eth0 192.168.1.80 (assuming you have a linksys router...) That way if you do any port fowarding it will never change and you wont have to change to host files around.
  2. C

    Woo

    Finally got out of this ISP Tech Support job and into a NOC position w/ a different company!!!!! Man I'm stoked and nervous because I dont know much about voice circuits and provisioning lucent 5ess's and other voice stuff (I'm a data kinda guy) - guess I get to learn tho. Sorry - had to get it...
  3. C

    remote desktop problems.... HELP!!

    Dont you need terminal server licensing and if you dont have it after a certain number of days the temporary certificates are invalid.
  4. C

    First website + webserver...a lil advice?

    First you kinda need to understand DNS: A records map a name to an IP address - SO you want something like this: @ (this is your domain + TLD ie: mydomain.net.) www (so people can resolve www.mydomain.net. and not just mydomain.net.) if you run any other services: mail ftp CNAME...
  5. C

    Network/Workgroup Permission Issues

    Go into both PC's and check their network ID - "right click my computer > click properties > network ID (i think)" and make sure they are BOTH on the same workgroup "MSHOME" or "WORKGROUP" basically it is showing cached information and cant find the path to that machine anymore.
  6. C

    Network/Workgroup Permission Issues

    This is all I could dig up - never really had that much trouble myself: Are both machines XP? Home or Pro? You may want to try running: netsh int ip reset log.txt That will reset your TCP/IP stack and then reboot - see if that helps.
  7. C

    Switching to linux.

    I prefer debian - but i dont run any Xserver system - just the ol console since its mainly a server. No bloat here.
  8. C

    Network/Workgroup Permission Issues

    Do you have any other firewall software enabled? If you see the other PC - you should be able to view shared file/folders on it as long as they are both in the same workgroup.
  9. C

    Dual Wireless?

    You mean have one adapter connected to one access point and the other adapter connected to the other? As long as you setup the IP addressing properly it should work and windows will use whatver one is working properly - I havent actually tried it or heard of anyone else trying it, but dont see...
  10. C

    Apache Question

    you dont need a domain name - just make something up - unless you are going to purchase one later you will need to update your httpd.conf. You can browse to your machine by simply going to http://localhost in your address bar.
  11. C

    strange firewall hit

    Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) Host 64-164-108-165.deploy.akamaitechnologies.net (64.164.108.165) appears to be up ... good. Initiating Connect() Scan against 64-164-108-165.deploy.akamaitechnologies.net (64.164.108.165) Adding open port 22/tcp Adding open port 443/tcp...
  12. C

    Should I even try this???

    Depends what you qualified for and how far from the CO you are. If you are close to the CO then it may be a bridge tap on your phone line that is causing interference w/ the DSL signal. Phone systems are old and have some wierd things attached to them (load coils and bridge taps....)
  13. C

    Should I even try this???

    Depends what type of DSL it is... older PPPoE is not worth it. If its bridged or PPPoA then you can give it a shot - you have a slightly better upload speed so if you serve anything then that will help. If all you do is download I'd suggest cable. There are some more technical area's you can...
  14. C

    Please Help . . . my education/caareer depends on it.

    I'd side with the BS - I wish I had stayed in college - but im doing alright for not having any. Once you get in a field and have experience on the equipment you'll learn the in and outs of the Cisco IOS and configurations - then you go and get certified. Otherwise you try to cram school and...
  15. C

    Virtual Host Problems [Apache 2.0.52]

    1. Yes DNS records need to propagate - thats why there is a TTL on records - you may want to lower it if you are going to make frequent changes. 2. You never defined your main site.... (also... try using wildcards if you only have 1 listening IP) NameVirtualHost * <VirtualHost *>...
Back
Top