Slashdot Mirror


User: KPU

KPU's activity in the archive.

Stories
0
Comments
205
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 205

  1. Re:Group policies are your friend on Securing a High School Windows XP Computer Lab? · · Score: 1

    > Only allow Internet traffic to port 80 and (to a limited extent) 443 for students: Look, your students aren't going to need any other services besides HTTP and HTTPS, and if you're not careful about HTTPS, they'll be popping holes in your proxy using an encrypted web service.

    There is no security reason served by these restrictions. It also blocks SSH and FTP. Last I heard, schools were places to learn about new things, like how to setup SSH at home and access it from school.

  2. Re:XSS - a bug... sometimes on XSS Vulnerabilities Reviewed and Re-Classified · · Score: 1

    XSS is *VERY* easy to prevent. Much more so than SQL injection.
    SQL injection is easy to prevent. Pass input though an escaping function or use parametrized queries.

  3. Re:Fair use? on Apple Sics Lawyers on SomethingAwful · · Score: 1

    You've obviously never worked in any private organization bigger than a little league team. If you had, you'd know that Apple, and all enterprises like it, have thousands of discretion-free low-level dweebs like the one just described. Ascribing some deeper purpose to such people is silly.

    Apple sends threatening letters to everybody because it is cheaper for them to do so. They run the risk of bad PR and cause a negative externality on everybody else. Apple, and all corporations who act similarly, deserve the blame ascribed to them.

  4. Re:Geneva Convention on Automating Future Aircraft Carriers · · Score: 1

    From Act 3:
    (1) Persons taking no active part in the hostilities, including members of armed forces who have laid down their arms and those placed hors de combat by sickness, wounds, detention, or any other cause, shall in all circumstances be treated humanely, without any adverse distinction founded on race, colour, religion or faith, sex, birth or wealth, or any other similar criteria.

    To this end the following acts are and shall remain prohibited at any time and in any place whatsoever with respect to the above-mentioned persons:

    (a) violence to life and person, in particular murder of all kinds, mutilation, cruel treatment and torture;

    (b) taking of hostages;

    (c) outrages upon personal dignity, in particular humiliating and degrading treatment;

    (d) the passing of sentences and the carrying out of executions without previous judgment pronounced by a regularly constituted court, affording all the judicial guarantees which are recognized as indispensable by civilized peoples.

  5. Geneva Convention on Automating Future Aircraft Carriers · · Score: 1

    a country such as the US or EU which has basic respect for the rules of war (eg, the Geneva Convention)
    Haha where have you been hiding?

  6. Quit on A Sysadmin for Sysadmins? · · Score: 2, Insightful

    Sysadmins are going to make your job hard (wouldn't you?). Nobody likes knowing how to fix a problem but having to go through somebody else. Why are you needed? This smells like a manager came up with the idea without understanding how sysadmins operate.

  7. Do not use Word on Your Experiences with Recruiters? · · Score: 4, Insightful

    If you're looking to hire good Computer Science people, make all your emails plaintext. For more fancy formatting, use HTML forms and PDF. Many companies do not realize that UNIX sysadmin applications should not be Word attachments.

  8. Re:Not such a big deal? on Ratio Vulnerability in BitTorrent Discovered · · Score: 3, Interesting

    RTFA. They copy what the bittorrent client (running on their computer from their IP address) reports to the tracker. Then all they do is send a falsified version. The logs would show both spoofing and legitimate clients accessing the same url.

    What one could do is search the logs for jumps in upload rate. For example, a user might be going 10 kb/s upload for a long time (while getting the file). Then all of a sudden it went to 10 Gb/s and nobody joined the torrent. Further if the sum of all downloads during that period is less than the sum of all uploads then somebody is probably cheating.

  9. Open Records on UCSB Student Engineers Grade Hack · · Score: 1

    I was cleaning a computer lab today. Under a desk were piles of CS final exams and progress reports from 1992-5. Not that I could change the grade, but it's a bit scary to think that's where those things end up. One of them belonged to a current staff member. She was slightly scared when I gave it to her.

  10. Re:read your usage agreement on Comcast Thinks About Stopping Zombies · · Score: 1

    We're not talking about people running open relays. The problem is largely windows users who got trojaned and are now sending spam. These trojans usually connect directly to destination mail servers so stopping open relays won't fix it.

  11. Re:ah, the camera flash on Build Your Own Stun Gun · · Score: 1

    Interestingly enough, the only thing that they save in a disposable camera is the AA batteries.
    Not true or no longer true.
    Kodak pays 3 cents for the camera (even if not theirs) and 5 cents for camera and AA or AAA. Every two weeks or so somebody comes to the lab I worked at. She counts the cameras and batteries, lining them up nicely, and hauls off two big bins for recycling.

  12. Re:so... on A Quick Look at Longhorn Build 4053 · · Score: 1

    Note thate [sic] compared to fvwm2 [which I have only used in cygwin] icewm supports multiple desktops, has a clock, start menu and tray. icewm also has nice window decorations..
    Uh. . . have you ever tried configuring fvwm2? For some example config files you might want fvwm themes which has many themes with their own window decorations, "start" menues--taskbar like to button bar, a tray. Not to mention they all have virtual desktops (FvwmPager).
    Total memory usage by fvwm: 4.7 MB

  13. Re:shouldn't ATM machines be designed better? on Visual Autopsy Of An ATM Card Skimmer · · Score: 1

    Would that percentage happen to be 100/2^32? Or better since RSA is modulo m: 100/m where m is in the range of 2^1024. There is a really really small chance of getting it right. Then follow the geometric distribution and your average number of tries is 2^1024. . . somehow I think the bank would notice.

  14. Re:They contradict themselves in the article on 'Mouse-Tronaughts' to Test Low-Gravity in Space · · Score: 1

    But you assume one mass in the universe. With multiple masses, the gravational fields cancel at points, so gravity can be equal to zero.
    Consider a simple two mass system of m and M separated by r. Solve for the distance s from m where gravity is 0.
    Gm/s^2=GM/(r-s)^2
    m/s^2=M/(r-s)^2
    m(r-s)^2=M s^2
    m(r^2-2rs+s^2)=Ms^2
    0=(M-m)s^2+2mrs-ms^2
    So lving the quadratic for s, we have s=-mr/(M-m)+sqrt((2mr)^2-4(M-m))/(M-m)
    Now granted this is temporary since the masses will likely be orbiting. It also assumes two masses in the universe but this calculation can be repeated for as many masses as you want and it will usually produce an answer (in the case of far away other masses, a slight movement from this soltion).
    Go read a high school physics book, will you? Pay attention to addition of forces.

  15. Postgresql has free mature replication on Open Source Database Clusters? · · Score: 1, Redundant

    Recently announced on the PostgreSQL website is commercially developed free and open replication for PostgreSQL. erserver is available for download. It is single master, many slave replication only.

  16. Re:Stats might have been even higher on America's Hams Embrace Linux · · Score: 1

    True. Some of us run ARM.

  17. Re:Take it with a grain of... on Top University Rankings for 2004 Released · · Score: 1

    Caltech with its 939 undergraduates never has a chance at getting on the list.

  18. Re:well golly gee... on Surviving Slashdotting with a Small Server · · Score: 2, Insightful

    Um sending people an error page is NOT surviving a slashdotting.

  19. Security Holes? on Lindows Webstation · · Score: 0

    What happens if there is a security hole in these? Do they ship new CDs to everybody? Of course, one can get any hacker out by rebooting but what happens if somebody runs a script that roots it every time it shows up on the network? Or what about computer labs where one just roots every computer?

  20. Re:falling over on Linux-Controlled Segway Robot · · Score: 1

    I know this is a joke but it's missing the obligatory link to bookofseg.com.

  21. There are times when this is a good thing on Glitches in Massive Government Databases? · · Score: 3, Insightful

    If the government has a harder time keeping track of people, maybe it will be less ambitious. Never mind.

  22. Re:Found this out last week on Resume Spamming Creates Storage, Legal Snags · · Score: 1

    Just keep a counter of the number of time you receive it. That's compression since you can still recall each one.

  23. Re:How to keep your Segway from being stolen... on Have You Seen This Segway? · · Score: 1

    We're looking for articles not written by the company, thank you and please post again.

  24. Re:UML on Gentoo Games · · Score: 1

    Um. . . User Mode Linux is running Linux on top of Linux. Running a game in user mode linux does not make it go faster. The host still has a regular kernel and all the daemons.

  25. Watch for added excitement on Gentoo Games · · Score: 1

    See if you can read every fortune in ten seconds! watch -n 10 fortune
    Or get the offensive fortune package:
    watch -n 10 fortune-o