openssl s_client -connect 127.0.0.1:11337
Holy F*ck!
((-3253) >>> 0) returns "4294964043"
For HEX
((-3253) >>> 0).toString(16) returns "fffff34b"
Example command
ffmpeg -r 10 -i %*.jpg -s 640x480 -vcodec libx264 out.mp4
-i
input files
-r
frame rate
-s
resolution in pixels
Accidentally deleting a file is a terrible feeling. Not being able to boot into Windows and undelete that file makes that even worse. Fortunately, you can recover deleted files on NTFS hard drives from an Ubuntu Live CD.
Use INSERT ... ON DUPLICATE KEY UPDATE
Query:
INSERT INTO table (id, name, age) VALUES(1, "A", 19) ON DUPLICATE KEY UPDATE name = "A", age = 19