Archive: directories

 

Posts Tagged ‘directories’


If you have a large folder that contains a lot of files but you only want to see what directories are in there, then this little snippet is for you: PLAIN TEXT CODE: ls -d -- */ You may decide to make an alias for it PLAIN TEXT CODE: echo "alias lld='ls -alFhd -- */'">> [...]



 

If you work with applications that have a lot of nested directories (ahem Magento) then you might really like this. In one command, you can make an entire path of nested directories with the command mkdirhier. eg PLAIN TEXT CODE: mkdirhier EC/Custom/Model/Blah/Something/Really/Deep You need to have xutils-dev installed PLAIN TEXT CODE: sudo apt-get install xutils-dev [...]



 

The world of search engine optimisation or SEO for short is confusing to say the least. The main problem is that much of SEO knowledge is like a kind of religion. You can never truly know how the Google algorithm works at any one time. You can read up on forums and blogs and maybe [...]