Wojtek Jamrozy blog

Wojtek Jamrozy blog

Website construction in progress

Browsed by
Tag: purging

[Ubuntu] Packages auto-purging script

[Ubuntu] Packages auto-purging script

August 11, 2009 admin Comments 0 Comment

Here is my script for auto-purging of removed packages (the script deletes remaining configuration files of package) in Ubuntu: #!/bin/sh for i in `dpkg -l | grep ^rc | cut -f 3 -d ‘ ‘` do dpkg -P $i; done#!/bin/sh for i in `dpkg -l | grep ^rc | cut -f 3 -d ‘ ‘` do dpkg -P $i; done

Categories

  • AI
  • Algorithms
  • Bash
  • C++
  • Django
  • Freebsd
  • Haskell
  • Image Processing
  • Java
  • Linux
  • Matlab
  • Misc
  • Perl
  • PHP
  • Python
  • Scheme
  • SQL
  • Ubuntu
  • Uncategorized

Tags

algorithm algorithms android archiver astrid Asus bash bible C++ cloud cloud computing code code obfuscation commands conversion CR2 data erasure dd DIP disk shreding Django driving simulator dropbox emotiv Entropy epoc exaile exponentiation Facebook fibonacci file manipulation firefox Freebsd functional programming getting things done google maps hard drive Java Linux music PHP Python Scheme script Ubuntu

Recent Posts

  • Gentle Alarm – student project
  • [Ubuntu] Converting CR2 to JPG
  • [GTD] Astrid – excelent tool for Getting Things Done methodology
  • [Facebook] See what have you posted on Facebook!
  • 3D Driving Simulator on Google Maps
© 2021 | Proudly Powered by WordPress | Theme: Nisarg