CIPWTTKT&GC V0x0F (v15): Scoot and Deeps Drama Diaries
25,625 replies, posted
I so want to try this some day:
[url]http://linuxpmi.org/trac/[/url]
[QUOTE=nikomo;33501977]I so want to try this some day:
[url]http://linuxpmi.org/trac/[/url][/QUOTE]
sooo... you could run a program on one computer, and migrate it temporarily mid-process to another and back without having to end the process?
[QUOTE=daijitsu;33502050]sooo... you could run a program on one computer, and migrate it temporarily mid-process to another and back without having to end the process?[/QUOTE]
Without the process knowing about it.
Fairly sure you could implement something to check if the process has been migrated, but really, how many programs do that, and what would be the benefit?
Two computers working as one kinda thing?
[QUOTE=reevezy67;33502113]Two computers working as one kinda thing?[/QUOTE]
Eh, more like computers running separately but being able to exchange tasks to load-balance.
It's not even close to production use yet though.
[QUOTE=nikomo;33502220]Eh, more like computers running separately but being able to exchange tasks to load-balance.
It's not even close to production use yet though.[/QUOTE]
Ah, sounds cool can't wait to see where it ends up.
It'd be great for rendering things on programs that don't support shared processing
[QUOTE=kaze4159;33502249]It'd be great for rendering things on programs that don't support shared processing[/QUOTE]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If it does that, I want it.
[QUOTE=kaze4159;33502249]It'd be great for rendering things on programs that don't support shared processing[/QUOTE]
Now, just have to get Linux VRay render slaves.
If the program spawns child processes in order to do tasks in parallel, I suppose you could transfer the child process to another computer and let it run there.
I'll be doing my daily limit of talking out of my ass below, because I have no fucking idea how complex rendering works, let alone a lot of things:
If you think about something like lighting, if you calculate each ray of light separately, if you were to spawn a child process and calculate it there, you should be able to do that.
The default model for doing something in parallel under Linux is just to spawn yet another process and handle it there, because of how much better Linux is at spawning a new process than Windows.
You can see it with MySQLd fairly easily (example due to me using MySQL at the moment and I just look at htop when I get bored), it has like 10 processes handling all the work that comes in.
[editline]30th November 2011[/editline]
Someone find me nice - and + buttons (as images) :/
[QUOTE=lavacano;33496615]SSH is blocked at my school.
As is every port other than 80 or whatever the HTTPS default port is.[/QUOTE]
Go to [url]https://www.google.com/[/url]
1. It works -> Set up your server to use port 443 for SSH
2. It doesn't work -> Go complain with IT that you can't browse over HTTPS, then proceed to step 1
Huh.
I've been trying to inject PHP into a page via a form for like 5 minutes now.
[code]a'"?><?php phpinfo();[/code]
[code]<td width="100"><input type="text" name="konemalli" value="<?=$_REQUEST["konemalli"]?>" size="20"></td>
<td width="100"><input type="submit" name="search" value="Etsi"></td>
[/code]
I just sat there for 5 minutes while my brain was just blanking, and then I started to think how the fuck the search works and went "d'uh, you fucking idiot".
[editline]30th November 2011[/editline]
Riiiiiiiight, I break out of the fucking SQL statement and I still can't do shit?
Ugh.
You can't inject PHP like that, You can only inject SQL
[editline]30th November 2011[/editline]
You know php compiles and then gets send to the client. You can provide sourcecode on runtime like that.
[QUOTE=Goz3rr;33502759]You can't inject PHP like that, You can only inject SQL
[editline]30th November 2011[/editline]
You know php compiles and then gets send to the client. You can provide sourcecode on runtime like that.[/QUOTE]
Yeah, that's why I said d'uh at myself after 5 minutes.
But I still can't do anything, I should be able to break the page by ending body right there, shouldn't I?
Try
[code]
derp'); DROP TABLE *;
[/code]
etc
Just don't drop it on your feet.
This is why Havij was programmed.
[editline]30th November 2011[/editline]
Yup, I just dumped the user passwords with Havij.
Guess that should be fixed...
My father is picking this up from the post office for me today :D
[img]http://dl.dropbox.com/u/35477235/what/julegavwer.PNG[/img]
[editline]30th November 2011[/editline]
(Hello Warship, it is me.)
[QUOTE=Runar;33503015]My father is picking this up from the post office for me today :D
[img]http://dl.dropbox.com/u/35477235/what/julegavwer.PNG[/img]
[editline]30th November 2011[/editline]
(Hello Warship, it is me.)[/QUOTE]
Hi Italian.
[url]http://www.theregister.co.uk/2011/11/30/smartphone_spying_app/[/url]
[QUOTE]An Android app developer has published what he says is conclusive proof that millions of smartphones are secretly monitoring the key presses, geographic locations, and received messages of its users.
In a YouTube video posted on Monday, Trevor Eckhart showed how software from a Silicon Valley company known as Carrier IQ recorded in real time the keys he pressed into a stock EVO handset, which he had reset to factory settings just prior to the demonstration. Using a packet sniffer while his device was in airplane mode, he demonstrated how each numeric tap and every received text message is logged by the software.[/QUOTE]
[editline]30th November 2011[/editline]
As a FYI, this isn't limited to Android HTC devices, but others such as other Android phones (Including Samsung's), Blackberry's and Nokia's.
:tinfoil:
This explains the GPS activity I had :v:
[QUOTE=1solidsnake2;33503684][url]http://www.theregister.co.uk/2011/11/30/smartphone_spying_app/[/url][/QUOTE]
Uh oh, tell me this isnt built into custom ROMS?
"this isnt built into custom ROMS"
Someone care to look at my help thread? I'm a sadbooo :(
[url]http://www.facepunch.com/threads/1144196[/url]
Radiation experiments at school. Put my phone + laptop in the xray machine for the lulz
[QUOTE=Goz3rr;33503946]Radiation experiments at school. Put my phone + laptop in the xray machine for the lulz[/QUOTE]
Pictures ?
Sorry, you need to Log In to post a reply to this thread.