Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment virtual paymend cards not supported (Score 2) 240

I tried a 1$ transfer using a virtual payment card (I can obtain a one time card number on my bank site limited to a specific amount, this is usefull for online purchases). I could not link this card: "Card not supported".
Too bad, i really wanted to test their service with a spoofed mail after doing first transaction normally.
There is no way I'll be providing them my real card number.

Hint: they do not brag about being PCI DSS certified (not even compliant) that certainly means they are not.
They only say: "You’re safe with us. The privacy and security of your financial information is our top priority." which is not very reassuring to say the least.

Comment Basin networking is not hard (Score 1) 480

With such modest setup (~ 100 hosts), if You're a real programmer, then You should be able to handle it easely.

Task 1: learn how Ethernet technology works (for example: what a collision, why frames have certain length, why there are no crossover cables for gigabit ethernet, how 802.1q and 802.1d works). Some historical knowledge won't hurt it will give you solid bases and intuition valuable for troubleshooting.

Task 2: learn how IPv4 work, specifically stating routing. You must become proficient with netmasks (not only those containing 255's and 0's), broadcast addresses, RFC1918, NAT, TTL, and so on. At this point You do not need to bother Yourself with such things as multicast or dynamic routing.

Task 3 : learn protocols and related tools supporting IPv4: ARP, DHCP, ICMP

Task 4 : learn IPTables (this is an arbitrary choice of mine, but I like it).

Those are not steps but tasks that can be performed in parallel.

By preforming those tasks You will discover other topics of interest.

Once You are good with all that, refrain from over complicating things (read my other post:http://slashdot.org/comments.pl?sid=1244813&cid=28091781)

Slashdot Top Deals

The best laid plans of mice and men are held up in the legal department.

Working...