Sentiment Analysis Project

With the rapid development of internet, more and more kinds of online information are available. In these information resources, there are abundant of subjective comments and views, for example, comments for electronic products, cars, movies, or reviews for some events or policies. It is valuable to decide whether the comments are positive or negative, if […]

How to install OS in Raspberry Pi

You can download image files from here. You can also use other images. Now after you have downloaded the zip file, extract “.img” file inside it Then from Linux run the following command: “dd if=/path-to-img-file of=/dev/sdX” ex: “dd if=archlinux-hf-2012-09-18.img of=/dev/sdb” Replacing sdX with the location of the SD card, it can be found out by […]

Run Vlc Player as Root

1. Open vlc binary in a hex editor ghex /usr/bin/vlc [yum install ghex] 2. Now search for the following string geteuid by using find, type the string to be searched on right hand side; You’ll see something like geteuid._libc_start_main 3. Replace the string as getppid so it looks like getppid._libc_start_main 4. Save and close and […]