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 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...