Jump to content

Joerg

Active Members
  • Posts

    305
  • Joined

  • Last visited

Everything posted by Joerg

  1. Mhm, the fluctuation is +1/-1 which keeps the overall number of attending persons at 7, good.
  2. Status update: I've booked the train ticket. I'll arrive around 11:00 on Thursday and leave around 15:00 on Monday (I spend one more day in Berlin).
  3. Did you install build-essential first?
  4. Good. // redundant content removed
  5. I don't think it's the correct password because someone has to enter it. It's not very well "human readable and typeable".
  6. 1) Try sudo apt-get install swscanner, which will fail 2) download the sources, unpack it: ./configure && make && sudo make install
  7. http://www.swscanner.org/en/download/last Download and verify (opt) the deb package, then try to install it. If it fails, download the source package and compile it.
  8. Ah, okay. Then see you in September :)
  9. Mhm, there are a lot of fixes after this security announcement concerning dns.
  10. Does this firewall block dns requests? Or analyse its traffic and then blocking it if its unknown traffic?
  11. I think the VideoLanClient (VLC media Player) has all the codecs on board -> Music and video
  12. I'll give you the sum in cash. I take the train to berlin central station which is luckily only some kilometers from the hostel, which means I can walk and save money and see something about Berlin :) tim, how did you calculated the 64 euros? If we are seven persons I think we take the room for 17 euros per night, means 3*17=51 euros, plus 3 euros per linen => 54€ Or did I miss something?
  13. [ALT]+[TAB] [CTRL]+[sHIFT]+[ESC] Maybe pressing the power button triggers an effect. Autorun/Autoplay -> CD/USB
  14. Joerg

    linux live cd

    1: Knoppix or Ubuntu [personal opinion] 2: You download an image of the cd. You burn this at a low speed and verify if it was burned correctly. You insert it into your cd drive. You boot from it (BIOS or F? key). You hit [RETURN] if you have chosen Knoppix, you select boot from cd if you have chosen Ubuntu. You wait and watch. You don't play Xbox Live meanwhile. You have to learn. 3: It will take some minutes, usually 3-5. The problem with your configuration is the low RAM. If possible upgrade to 512 or better. I don't know anything what you want to do. [MISSION ACCOMPLISHED]
  15. ToDo (help or tips appreciated): * Better way to update output than clear method * OS compatibility, portability * Compiling
  16. Mhm, I think it can be stopped. Download and start the Process Explorer from Sysinternals/Microsoft. Set it to be in foreground, then start the batch file. Look if the first batch creates child processes (batch), then kill the parental process with "Kill every child too!!one!" and see if it can be stopped. I don't know if it works but it should be tested :)
  17. Sorry, I can't and won't help you. And please think about it once again.
  18. Woo, first python program: The Leet-Timer It displays the passed time since 13:37:00; you can see 13:37 as noon if you would like to. I'm sure there can be done alot about the style of programming, so I would like to hear some opinions about it (especially the while-loop). #! /usr/bin/python # Leet-Timer # First test program # import used libraries or commands from time import tzset import os from time import strftime import time ## ## ## ## os.environ['TZ'] = 'LEET+13:37LEETDST+11:37' # sets a new timezone and define its offset tzset() # applys the new timezone # displays and updates the current leet time [VERY DIRTY] while '42' > '23': os.system("clear") # uses the shell command "clear" to clear the command shell print(strftime('%H:%M:%S')) # prints the current leet time time.sleep(0.5) # sleep half a second then continue quit http://ubuntuusers.de/paste/390308/
  19. Hibernate (not standby).
  20. Really? I couldn't see any login form.
  21. I personally think that "school hacking" is more an action to gain experience in a certain field, like: programming on a closed-down school pc, tunneling the firewall, disabling monitoring software, ... and by thus you need a "testing ground" with certain premises -> School. It's like circumventing restrictions, just because there are some. I don't think that "school hacking" implies any (good/bad) usage of what you learned by your actions. Of course there are those who want to change their grades and messing around with computers but they don't deserve to be called "hackers". Maybe OT: Did you read Little Brother from Cory Doctorow?
  22. Violence is not going to help it! Try to talk to him, what his motives are, how experienced he is...
  23. It sounds like your operating system has been infected with virii and maybe even trojan horses. Solution: Disconnect your machine from the net, backup your important data and make a clean reinstall. To prevent future damage, try using: a) Brain 1.0 (google it if unknown) b) Good anti virus software
  24. I'm glad if I could help you.
×
×
  • Create New...