Показаны сообщения с ярлыком ubuntu. Показать все сообщения
Показаны сообщения с ярлыком ubuntu. Показать все сообщения

среда, 10 сентября 2014 г.

Ubuntu 14.04 php 5.5 xdebug

Устанока Xdebug используя PECL:
sudo apt-get install php5-dev php-pear 
sudo pecl install xdebug
По завершении компиляции будет выведен путь к xdebug.so, он должен выглядеть примерно так: /usr/lib/php5/20121212/xdebug.so
можно также выполнить поиск библиотеки:
find /usr/lib/ -name 'xdebug.so' 2> /dev/null
будет выведен путь к файлу: /usr/lib/php5/20121212/xdebug.so Далее нужно добавить extension в конфиге php.ini для apache2:
sudo vi /etc/php5/apache2/php.ini

воскресенье, 19 мая 2013 г.

phpVirtualBox на Ubuntu 12.10 Desktop

идем на https://www.virtualbox.org/wiki/Linux_Downloads
смотрим, что последняя версия - 4.2
добавляем в /etc/apt/sources.list строку:
deb http://download.virtualbox.org/virtualbox/debian precise contrib
добавляем публичный ключ Oracle vbox:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
обновляем список пакетов:
sudo apt-get update
устанавливаем VirtualBox:
sudo apt-get install virtualbox-4.2

Добавление CUPS-принтера в Google Cloud Print

добавление локальных Cloud-принтеров через chrome работает пока только в Windows, поэтому немного погуглив я нашел решение - cloudprint (https://github.com/armooo/cloudprint.git). Если принтер работает на локальном компьютере, то будет работать и через облако google. Установка cloudprint:
sudo apt-get install cloudprint
также можно обновить из git до последней версии:
sudo apt-get install git python-pip
sudo pip install --upgrade git+https://github.com/armooo/cloudprint.git

суббота, 4 февраля 2012 г.

Включение скроллинга для ALPS touchpad в Ubuntu 11.10

Создаем файл /etc/modprobe.d/psmouse.conf с таким содержимым:
options psmouse proto=imps
перезагружаем модуль psmouse:
sudo modprobe -r psmouse
sudo modprobe psmouse

ubuntuforums.org 

понедельник, 11 апреля 2011 г.

How to install Gnome shell 3 in Mint 10

This is the new look of GNOME. Its called Gnome Shell and it due to some out late fall of this year. I recommend to just try it out on a live USB Drive because the system is very buggy as it is still in developing process. To install type this in the terminal...

sudo apt-get install gnome-shell

понедельник, 14 марта 2011 г.

How to compile Amarok 1.4 in Linux Mint 10

This tutorial will explain How-To Compile Amarok 1.4.10 in Ubuntu 10.04 (Lucid)>Some users still would like to use amarok 1.4.10.

Preparing your system
First you need to install following packages from your terminal
sudo apt-get install libgpod-common libgpod-dev libgpod4 kdelibs4-dev libxine-dev libtag1-dev libsqlite3-dev libtunepimp-dev libmysqlclient15-dev libpq-dev libvisual-0.4-dev libsdl1.2-dev libifp-dev libxine1 libxine1-ffmpeg build-essential checkinstall
Download amarok  source
cd ~/Downloads
wget http://download.kde.org/stable/amarok/1.4.10/src/amarok-1.4.10.tar.bz2

tar -xvf amarok-1.4.10.tar.bz2
cd amarok-1.4.10

пятница, 11 февраля 2011 г.

How to set your system for Wake-On-LAN in Linux Mint 10

1. If you havent already, go to your BIOS, and turn on WakeOnLAN (it varies, look for it.) If your network card is onboard, your set for step 2, otherwise there is probably a cable that should go from your network card to your motherboard, though this is not always the case.

2. Back in ubuntu, kubuntu, xubuntu, w/e, we now need to make a script that will run every time the computer is started, because this command only lasts until the computer is turned on again once.

2a. Find out what network device you want to have the computer wake-able from, usually all, which is just one. If you have more network devices in your system, 9 chances out of 10, you already know what they are called.

You can NOT wake up a laptop or computer that is only connected via wireless with wake-on-lan, unless the bios has a method for this, this is very rare, and I do not garuntee this howto will work in such cases.

понедельник, 13 сентября 2010 г.

Настройка принтера Canon Pixma IP1900 в Linux Mint 7

Сегодня пришлось настраивать принтер Canon IP1900 на линукс, я не нашол никакого мануала в инете, правда, установка не вызвала у меня никаких трудностей. Я решил написать хоть какой-то небольшой мануал.

Настройка принтера Canon Pixma IP1900 в Linux Mint 7 (Gloria)


Качаем драйвер принтера отсюда:

wget http://files.canon-europe.com/files/soft31335/software/iP1900_debian_printer.tar

вторник, 7 сентября 2010 г.

Настройка принтера HP LaserJet 1018 в Linux Mint 9 (Isadora)

Настройка принтера HP LaserJet 1018 в Linux Mint 9 (Isadora)


This printer is supported by the foo2zjs free software printer driver.
The printer is faster than the LaserJet 1000 and has a USB connection. It has only 2 MB of RAM and 32 kB of ROM.
The firmware of the printer must be uploaded after turning it on. You can use a hotplug/udev script which comes with foo2zjs, or do it manually: "cat /usr/share/foo2zjs/firmware/sihp1018.dl > /dev/usb/lp0".

четверг, 2 сентября 2010 г.

How to Install Amarok 1.4 in Linux Mint 9 (Isadora)

Install Amarok 1.4 in Linux Mint 9 (Isadora) or Ubuntu 10.04 (Lucid Lynx)


I have read many articles about installing amarok 1.4, this is 100% works.

Many people still like Amarok 1.4, in spite of the improvements in Amarok since 2.0 was released.  Lucid has Amarok 2.3 in the repos, and it’s really nice, but there are still fans of Amarok 1.4 who may want to run that in Lucid.