Have you ever thought about to index all of your entire filesystem in a database with file meta info, it’s contents? Or, have you faced any problem that will require you to search and run some queries to find documents or contents from your large file system? It’s a common experience we all face. May be I am right, you face it too. To crawl file system and index all the files, it’s meta info and contents fscrawler is a …
Tag: Linux
I already wrote about rsync 5 years ago in another blog post. But today I am going to write a separate article that will help you to become a master in using rsync. Rsync is one of the most useful tools for system administrator and others who are responsible to maintain DevOps tasks. So it’s worth bookmarking this article for you as a rsync reference. I am not going to write lots of stuff about what it is and why …
To copy files from a server to another server is not a complex task anymore. This blog post will give you a solid and a very easy steps to accomplish this hard task so much easily. To transfer your files from source server to destination server you must have to enable ssh in both server. If you haven’t, then you can read it to enable ssh for your server. We will do all this copy/paste things with rsync. rSync is …
Now let’s assume that you haven’t installed xDebug yet! Now we have to install xDebug. Now to do that first we have to install PHP PEAR. To install PEAR let’s type the following command. Now if it says that you have already the latest PHP Pear. Then ready to move forward. Now to install xDebug you have to write down the following command. After successfully installing xDebug. You have to add the following code in your php.ini file. After writing …
To completely uninstall XAMPP from your Linux computer, you just need to run the following command. It is all about to remove lampp directory. Because all of your xampp contents are located inside it. That’s it. It’s pretty simple to remove and uninstall XAMPP from Ubuntu, CentOS and other linux system. If you face any difficulty write that in comment and I will be happy to help.