Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 520 Bytes

how-to.md

File metadata and controls

22 lines (12 loc) · 520 Bytes

How to …

  • How to flush the DNS cache

    Mac OS X:

      dscacheutil -flushcache
    

    Windows:

      ipconfig /flushdns
    
  • How to list the installed packages on Debian or Ubuntu

    Get the list of installed packages:

      dpkg --get-selections
      dpkg --get-selections | grep php
    

    Get a list of files installed with a package:

      dpkg -L php5-gd