Tags
Abstract Android Apache apt-get Art bash C++ calendar CentOS circuit CSS electronics emulator Excel ffmpeg FTP HTC http ImageMagick images ip javascript jquery LED linux math memory mvc MySQL nodejs PHP phpize PHP RAD Sharpy plaintext PostgreSQL Python resize root rotate security socketio ubuntu ui Windows yumCategories
Meta
Category Archives: Linux
Linux find string in files
find . | xargs grep ‘string_to_find’ -l Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post
Posted in Linux
Leave a comment
Linux : display file name for found string in files
grep ‘something to find’ -srl /path/to/files -s : suppress error messages -l : suppress normal output and show the file name -r : search recursively into directories Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share … Continue reading
Posted in Commands, Linux
Leave a comment
phpize not found
This error is typically generated when you don’t have the PHP development libraries installed. Installing the libraries via repository is the easiest and quickest fix. For Fedora/Red Hat: yum install php5-dev For Ubuntu/Debian: apt-get install php5-dev Bookmark on Delicious Digg … Continue reading
Linux: Cleaning up your login tracks
So you’ve logged into a Linux machine but you don’t want anyone to know you were there. Why? Who cares. Here are a couple of things to clean up your tracks. Once you log in, you’ll notice that message that … Continue reading
Posted in Linux, Security
Leave a comment
