How to Disable USB/PEN DRIVE in Linux (KALI LINUX)

Now a days every one want to a secure system. So many peoples use anti virus in their systems, But Some genius  peoples switch OS and use Linux. Every one know Linux is more secure than windows.
But we miss many utilities of windows in Linux. Many peoples not comfortable with terminal but now a days Linux give more attractive user interface.

Now back on our tutorial i want to tell you that windows only give USB block service via group editing.  in this block service the all USB devices blocked.
But Linux is a step forward because in Linux you can also block USB via vendor id.
Follow these step to block USB in Linux

How to Block USB/PENDRIVE/CD/DVD via group editor in windows xp/7/8/8.1

Many times we want to restrict USB drive in our system. Then we use many tricks for this purpose.
like:
  • Windows Registry Editing
  • USB Permissions Change
  • Third Party Software

In previous days the windows registry trick are very popular in windows xp. But now a days we use windows 7 or 8. and in these operating system if we use registry trick then we success for some time, because after a update the system change registry at default stage.So this Does not work in new operating systems.
Second one option is we can change USB permissions for the user, but is more complex when we want to give back write permissions to users.
Third option is, we install a third party software for  USB blocking. this is a  successful way to block removable disk but we always afraid for keylogger and any malware. because no one company gives you services in free. if the company give the service is free then something is wrong.

Chat Script in PHP With Full Source code & Live Demo

Now a Days online chat is common. Many companies  gives a service to chat with customer care executive . So today we see how to implement a group chat box where many users comes in chat room at a time.

How to Fetch Result from another website via help of php

Today every developer wants to  search results (from another website) show in our website webpage.
like as:

  • india results
  • rtu portal
  • many results sites


so today we learn how to fetch data from another website. for this purpose we use php curl lib function.
php allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.

Linux Installation Guide