Jump to content

MoonChild

Members
  • Posts

    257
  • Joined

  • Last visited

Everything posted by MoonChild

  1. df - a nice command to show you what on earth is going on with your partitions (free space, names, etc). ps - show running processes (usefull to kill something) kill XXXX - kill process with XXXX pid (Process Identification Number) help - will show you built-in commands of your shell which command - will return you the location of the command you specified find something - will find something in current dir or where you specify it to And one of my favourite commands ever... fortune - gives a random quote, usually a funny one to start your day :) Also, you can try the /usr/games directory... For maybe a game of trophy?
  2. MoonChild

    CAD

    There is this totally cool CAD solution on the Mandrake boxed CDs (you know, the one with the commercial versions on it...). I don't remember the package, but I know my dad that's an architect thinks it's as good as Autocad, more configurable, and easier to find patches, updates, addons for it. The price to buy it is $399.00 for the standard edition, which means buying the MDK9 CDs as soon as they come out, should save you aroudn $300 and give you a billion more packages to play with.
  3. based on Corel Linux, attempts to be a seemless linux desktop to work in a windows environment/network. Not for us, not for developement, not for anything usefull. Also... Based on debian/woody if anyone cares. Limited support for RPM, good support for deb files.
  4. Portsentry is a nice little program that will look on specified ports you ask it to to find script kiddies trying to scan your computer for open ports. As we all know, some specified ports are used by specific Trojans, and those scanners check those first. Portsentry can, in less than 1 second, disable access to the scanner (remote machine IP) either silently or by sending an error message. It of course logs all activity and is highly configurable. First of all, download the new version from: http://www.psionic.com/ There are numerous similar packets there, like hostsentry and logsentry, all doing specific and similar jobs. I will refer to the Portsentry 1.1 version, which is the only one I got to work. 2beta is way different than 1.1 in the methods used and still unstable. After you download it into a directory you remember I assume, using tar, you need to get it compiled and installed. make linux should compile it and su -c "make install" should install it. It's that simple. Now, after we managed to finish the installation, scroll over to /usr/local/psionic/portsentry/ to find the portsentry.conf file. Use your favourite editor to open it (like vi or pico) and scroll through the file. The comments are so complete and comprehensive, it's silly for me to even try to explain what you need to do. But I suggest uncommentic the anal options as they are called, unless you have intensive network use that want to maintain. Apart from that, the only thing you really need to change is the KILL_ROUTE option that can be found towards the end of the file. You need to choose the appropriate one for you Linux distro. Assuming you have 2.4 kernel (mdk 8 and up I believe), you need to uncomment [ip tables support for linux[/b] line. If you use a 2.2 kernel, it means you are using ipchains, so choose the appropriate line to uncomment. Now, on the very end of the file, you need to choose whether you want to enable a message to be sent to the intruder, or just drop the package. No matter what you choose, the attacker/cracker is bound to be denied access for now and future attempts, so feel free to do what you want. Please, have it in mind that this is not a firewall. All it does is check who scans your ports fast. If the scan is done slowly or the cracker already knows which port your backdoor is and only attempts one connection to it, you are a little bit doomed. Have fun checking your logs people! One more thing... Add it in your rc.local to have it start when your PC starts. echo "Starting PortSentry" /usr/local/psionic/portsentry/portsentry -atcp /usr/local/psionic/portsentry/portsentry -audp echo "Done" This should do it. Enjoy people :) The logs are in /usr/local/psionic/portsentry. To check it out, try to log into and Undernet IRC server which port scans you to ensure you are not a proxy server. It should give you a message saying:AUTH :*** Can't lookup your hostname. and then connect you. Note: A useful program if you already have a firewall up is psad, at http://www.cipherdyne.com/index.html
  5. Okay, got everything working. Even got gRustibus up and running. Now I need to download some ROMS. Is your site dynamic or always on? I've been trying for 4 hours and it says connection refused
  6. From the download page of Mandrake
  7. Previous messages was compilation of a .c file and was ...ok as it said. Search for 8086 library i guess now?
  8. Tired to compile xmame from src.rpm and I get an error saying: make: *** [xmame.obj/cpu/i8085/i8085.o] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.6401 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.6401 (%build) Anyone has any idea?[/code]
  9. MoonChild

    Eggdrop?

    I found that the documentation on the official package is coprehensive and complete. You just need the readme file and everything works great if you follow those instructions. But I've set a couple of them if you need any specific help from me. The online documentation is nice too. Go to http://www.eggheads.org/support/egghtml/1.6.12/ It's HTML format
×
×
  • Create New...