Jump to content

fsck

Active Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by fsck

  1. Nano vs. vi is like comparing notepad to the MVS editor. Now emacs vs. vi...there's a real debate. </sarcasm>
  2. If you plan on learning FreeBSD, I recommend you take a look at the FreeBSD Handbook. The handbook is an excellent resource for all things FreeBSD.
  3. You would be surprised how many brute force attempts you can log just by turning on an FTP or SSH service for a day. There are billions of zombie computers that spend all their scripted lives scanning IP ranges and when they find something interesting, the try to log in. The humorous part is how many of these will try to log into *nix SSH using the username Administrator, Admin, God, Mary, etc. If you do not have any services running, the best thing to do would be to block/drop incoming connections that are not part of already established sessions (ie: requested connections, as in a webpage you want to view). Most standard firewalls have this capability, although the language used to describe it will vary.
  4. We have just enabled HTTP hosting. More information can be found on the site: http://theowned.net/?q=node/10
  5. A nice thing about Ubuntu 10.04 is it is a Long Term Support release, which will receive updates for 2 years if I remember correctly. This is great on a desktop since you won't have to upgrade for a while. Although if you want newer software next year, you'll have to upgrade anyway. As far as which is better, they both have their own strengths and weaknesses. They are both similar systems and neither is inherently better than the other. Use whichever one you like better.
  6. Scytheon3, the problem is that the tutorial you are looking at is wrong. Main should not be declared as void, and doing so on modern compilers that adhere to C++ standards will cause the errors you encountered. In C++, main should be declared as an int function, not a void function. For reasons why, please read the following articles on C++ standards: http://faq.cprogramming.com/cgi-bin/smartf...p;id=1043284376 http://users.aber.ac.uk/auj/voidmain.shtml For a better (correct) tutorial, check out: http://www.cplusplus.com/doc/tutorial/
  7. Right now we do not. We also do not offer free mail access. These services will most likely be added in the future, but we do not want to offer more services than we can reliably manage.
  8. 1) Its a remote shell, I expect a wide variety of uses. Learning, scripting/programming, IRC, remote storage (light), tunneling, etc. 2) Roughly 100MB per user. This is a loose restriction and we will allow more space be used as long as its not abused. 3) Yes, we provide several compilers as well as some script interpreters.
  9. DarkBlueBox, I may be writing a guide based off of what I did to build this. That was one of the original ideas behind the project. :)
  10. Originally posted as an idea here, I am pleased to announce the opening on The Owned Networks, a free unix shell service. Check it out, let me know what you think: http://theowned.net/
  11. I've got the initial server up and running now. Still need to run some tests and setup the portal, but the service should be online soon.
  12. Casper, I am in the process of building a free shell host that will support this. Checkout theowned.net soon for more details.
  13. Breaking into a system in order to prove that it isn't secure is not that different from the way the Mafia operated/operates. This is the wrong kind of mentality. The best course of action is to contact someone holding an appropriate position at the company/business and inform them of the problem. If they do not take any action to 'fix' the problem, then it is out of your hands and should be left alone.
  14. This is the stupidest thing I have ever read. This way of thinking is why the term "hacker" has evolved to mean "computer criminal."
  15. Yes. Finals are over as of last week, so I have a bit of spare time now. I plan on setting up the initial site and server this week. I'll post back with more details once I have something up and running.
  16. I have one of the original EEE 702's. It came with an 8GB ssd, 1GB DDR2 ram, and a 900mhz celeron scaled to 600mhz. I have upgraded the ram to 2GB and added a mugen 6-cell battery for ~7hrs total real battery life. It has been a great machine and I still use it almost daily. I've done everything from taking notes to running presentations and even some light video editing. It is a stable machine and built like a tank (thanks mostly to its small size which eliminates a lot of case bending found in larger notebooks). I've taken two C++ courses at my university so far. Every assignment I turned in was written, debugged, and compiled using my EEE.
  17. Alias: I wouldn't mind ssh tunneling or light downloading. Abuse would be anyone trying to hack one of the servers, downloading blatantly illegal material (child porn, etc), or anything of this nature. I plan on having an actual list available on the site as well as printed in the motd.
  18. I have recently acquired a decent amount of semi-old networking and server hardware. As a summer project, I am playing with the idea of setting up a free, remote Linux/BSD shell service using this hardware. The service would be as open as possible, allowing ssh tunneling, irc, etc, as long as it was not abused. So my question is, would the community be interested in such a service, or should I look for a different use for this equipment? *Edit: Service is now online. See http://theowned.net/ for more information.
  19. I completely agree with this. The syntax of each language is rather easy to pick up on once you have a good foundation in theory. Time is better spent mastering programming concepts that can be used in any language than mastering syntax differences between C++ and java.
  20. You can't insult Ubuntu for having a "not very smart" community and then suggest Gentoo or Arch.
  21. My problem with anti-virus software is it is dependent on comparing software on your system against known "bad" software. Keeping anti-virus definition files up to date will help, but there will always be a percentage of malware in the wild that will be undetectable by anti-virus software. An infected system, even after a thorough cleaning, should never be trusted again. I believe preventing the files from getting on your machine in the first place is a better solution than scanning after-the-fact. "If you regularly have to clean dog shit off your shoes -- would you prefer to invest money in excellent detergents and shoe cleaner, or would you prefer to watch where you are walking?" Right. Linux is way more secure than other operating systems. (yes, sarcasm) Using a less-popular (and thus less-targeted) OS does not make you any more or less secure.
  22. fsck

    DARREN!!

    Periods get people every time. We had a certain manufacturing program at work that would only allow the admins to blank out a users password, not change it. This caused trouble because people simply do not understand, "Your password is blank, just type your username and press enter." I also ran across a user once that swore caps-lock was on because the lettering on his keyboard, yes the physical lettering, was in upper-case.
  23. I'm running Debian 5 on my laptop; the "old" version of Kismet is the newest version in the repos. Haven't needed the new version, so I haven't compiled it.
  24. Glad it is working for you. Using "vga=773" as a kernel parameter is actually turning the framebuffer on, by the way.
  25. klain, try turning on a framebuffer: http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html http://www.digitalhermit.com/linux/hiresconsole.html
×
×
  • Create New...