{"id":1062,"date":"2013-03-11T12:30:08","date_gmt":"2013-03-11T12:30:08","guid":{"rendered":"http:\/\/invisiblezero.net\/?p=480"},"modified":"2013-03-11T12:30:08","modified_gmt":"2013-03-11T12:30:08","slug":"unix-worst-way-to-disable-annoyance-from-auto-execute-or-startup-program","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/unix-worst-way-to-disable-annoyance-from-auto-execute-or-startup-program\/","title":{"rendered":"Unix – Worst way to disable annoyance from auto execute or startup program"},"content":{"rendered":"
<\/p>\n
Is there any programs that you don’t want it to be triggered by any reason ? if so, this article will show you how to deal with it.
\nThere’re many ways and tools that help you to disable programs from startup or auto triggered by other applications in Windows enviroment, and they’re efficient!
\nUsing Unix-based systems, you have less choices to do such thing, and sometime you find it hard and confusing. And, if you hate some annoying programs like me, there’s a dirty method that will free you from annoyance :). All you have to do is to remove execute permission for bin file.
\nOpen your termial and execute the following command :<\/p>\n
\nchmod -x \/path\/to\/file\n<\/pre>\nmay be you’ll need to use sudo because some programs require root permissions<\/p>\n","protected":false},"excerpt":{"rendered":"
Is there any programs that you don’t want it to be triggered by any reason ? if so, this article will show you how to deal with it. There’re many ways and tools that help you to disable programs from startup or auto triggered by other applications in Windows enviroment, and they’re efficient! Using Unix-based…<\/p>\n