Dec 4 2011
Please wait
For sometime, I’ve been having trouble encoding files to play on my LG PW350 TV, and a lot of encoders, some caused loss in quality, some had sync issue, and some didn’t work at all, but this seams to get me the perfect result.
$ mencoder input.mkv -o output.avi -oac twolame -ovc x264
no comments | tags: LG, Linux, mencoder
Oct 3 2011
Please wait
I added a new script to the repo “ala-scripts” called checkPTS. This script is to check if any logged in user tried to hide his status by removing his entry from utmp, so if you are online, and you type “w” to check for logged in users, you wouldn’t see him.
This method is used by a lot of hackers (I mean the ones that try to gain illegal access to your box) to hide there presence.
When this happens, the script issues a bunch of commands, and add some log files and send that to me by email (using mutt).
Please if anybody finds an issue in that file, please send me, either here or on github.
2 comments | tags: Linux, Security, Shell | posted in Free Software & Open Source, Releases