change database collation:
ALTER DATABASE <database_name> CHARACTER SET utf8 COLLATE utf8_unicode_ci;
change table collation:
ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;
change column collation:
ALTER TABLE <table_name> MODIFY <column_name> VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci;
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.