Tag: Debian

  • How To: List what Procs are using the Lib in Linux

    Find the Procs After upgrading an important package in Linux -or other Unix variant- that provides a library used by many other processes. Instead of restarting the server for the new lib to take effect, the procs can be restarted -or HUPed- individually. Before we begin, lsof needs to be installed. # RHEL / CentOS…

  • Confessions of a SysOP – Linux Enthusiasm in the Enterprise Environment

    I used to be highly enthusiastic about open and free information technology, and I still am to some extent, but the workplace made me think critically in a new way. Ever since my first introduction to Linux a couple of years ago, running as a Knoppix Live DVD on my parents old HP 3GHz Pentium…

  • Building Stuff In Ubuntu?

    Are you finding it hard to find all of those necessary libraries when building your binaries in Ubuntu/Debian?? Well my friend, I’m here to help, apparently you can install all the necessary dependencies with the Ubuntu/Debian apt-get command (if off course the package is in the database, hihi), just type: sudo apt-get build-dep <package> And…