topic

linux.

Entries filed under linux.

Explore this page ↓

Entries

  • tech / 2016

    Running 404 links checks for your website ↗

    I wanted to run a complete check of my website for any broken links. If you are using Windows, probably you would need extra software and it only checks first 500 links. Which also needs commercial…

  • tech / 2016

    String Operations – Linux Command ↗

    To find a string and delete the whole line: find /var/www/vhosts/websitename/httpdocs/ -type f -exec sed -i ‘/.\ pRn9c9o49ufczP0PKuPGuHHAGA.\ /d’ {} \\; To find a string and replace it with all the…

  • tech / 2016

    How to edit host file in Ubuntu ↗

    How to edit your hosts file in Ubuntu. It is little easy when compared to Windows. Open your terminal and type this: sudo gedit /etc/hosts This will ask for your root password and open gedit. Now you…

  • tech / 2014

    To find files which has specific text in your server ↗

    How to print the files which has a string through out the server: Use this command: find /www/\ /httpdocs/ -type f -iname "\ .php" | xargs grep 'string goes here'

  • tech / 2013

    How to enable address bar in Ubuntu ↗

    If you using Ubuntu then you would have noticed address bar is missing in the explorer. This can be enabled temporarily and permanently. Temporarily: Just press “control + L” to see the address for…

  • tech / 2013

    Pitching in to Ubuntu ↗

    After using Windows for donkey’s years, I am now pitching in to Ubuntu. There are many things happening with Ubuntu. The name is not brand new for me. I always see it in my friend’s computer but I…

  • tech / 2012

    Ubuntu 12.04 Features ↗

    I am using Ubuntub 12.04 in my desktop. It has lot of functionality. Just to show you in a glimpse see this video,

  • tech / 2012

    How is linux developed ↗

    I had an idea how the Linux is developed but this video will clearly say how it is developed. And how it is managed.