by skufel | Apr 29, 2015 | Development, Linux, SysAdmin
As on Debian 7.0 Node.js is not included in standard repositories, if you want to install it login to server as a root and issue following commands: apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - apt-get install -y...
by skufel | Mar 28, 2015 | Collaboration, Infrastructure, Linux
Once Request Tracker 4 is installed on Debian 7, there is one more thing to do. Small change in Apache configuration to make RT4 website to work. First edit Apache configuration file: root@hostname:~# vi /etc/apache2/sites-available/default Then add to that file (at...
by skufel | Mar 14, 2015 | Infrastructure, Linux, SysAdmin
If you want to install some packages on Debian and don’t know names of packages you can search in packages cache. For example if you want to see all packages related to MySQL: root@hostname:~# apt-cache search mysql akonadi-backend-mysql - MySQL storage backend...
by skufel | May 9, 2012 | Infrastructure, Linux, Network, SysAdmin
Just quick config snippet for Debian 6.0 which I came across when setting up few Debian Linux 6.0 virtual machines for recent network LAB. By default network adapter is set to get IP address from DHCP. /etc/network/interfaces – dynamic IP address configuration #...