Q. How do I list or display the permission of a file using ssh? I don’t have GUI installed on a remote Linux computer.
Category Archives: Linux
Create virtual hosts in WAMP
Update 9/20/2011 – Check out http://speedydan.co.uk/tutorials/set-multiple-virtual-hosts-wamp/ for another really great way to setup vhosts.
Linux log files location and how do I view logs files?
Almost all logfiles are located under /var/log directory (and subdirectory). You can change to this directory using cd command but you need to be the root user. You can use less, more, cat or tail command to see the logs.
AVG Commands For Linux OS
AVG admin server for linux based OS
LiteSpeed Web Server
LiteSpeed Web Server is the leading high-performance, high-scalability web server. It is completely Apache interchangeable so LiteSpeed Web Server can quickly replace a major bottleneck in your existing web delivery platform. With its comprehensive range of features and easy-to-use web administration console, LiteSpeed Web Server can help you conquer the challenges of deploying an …
Install LightTPD, Mysql and PHP5 on UBUNTU (LLMP)
There is nothing better for web development that having your own local web server to test your web pages on before uploading them to a live server. As a Linux user, I have many choices including Apache2 and Lighttpd. I chose to use the latter of the two, because it is more lightweight and I …
Continue reading “Install LightTPD, Mysql and PHP5 on UBUNTU (LLMP)”