This article explains some very basic linux commands an facts needed when setting up and working with a web server. Note that this article isn’t covering all about Debian, in fact covers a very few but important knowledge one may need. This article contains information mainly for beginners. Some useful facts under Linux, everything is […]
Category: Debian
Set up a Samba server on Linux
With a Samba server installed and running on Linux, we can access partly or the whole system via LAN. Install Samba: apt-get install samba Follow the install wizard and enter “workgroup” or the group your network uses. The outside access can be configured for a special directory and for a special user or it’s possible […]
Set up a web development Linux server (Debian)
At first glance localhost seems to be a good solution for developing PHP web apps, but it has some drawbacks, as: switching between projects isn’t so easy for moderately complex websites, especially when working with databases, having fixed directory structure, etc.) it’s difficult to change the server (Apache) configuration it’s difficult to switch between projects […]