Поиск по этому блогу

пятница, 8 января 2016 г.

Use Facebook Chat In Pidgin With Purple-Facebook.

Facebook shut down their XMPP service earlier this year and because of this, Pidgin/libpurple no longer supports Facebook Chat. For those of you who want to use Facebook Chat in Pidgin, there's a new plugin which makes this possible, called purple-facebook.

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/jgeboski.list"
cd /tmp && wget  http://download.opensuse.org/repositories/home:/jgeboski/xUbuntu_$(lsb_release -rs)/Release.key
sudo apt-key add - < Release.key  
sudo apt-get update
sudo apt-get install purple-facebook
 
Working from email as username  08.01.2016
 
http://www.webupd8.org/2015/08/use-facebook-chat-in-pidgin-with-purple.html 

вторник, 17 ноября 2015 г.

Настройка языка консоли в Ubuntu (локализация)

После установки Ubuntu (да и Debian-а), особенно его серверной версии, в консоли (несмотря на выбор русского языка в процессе инсталляции) отсутствует русский язык, а все слова на русском выглядят как «кракозябры».
Чтобы решить эту проблему, установим русскую локаль, выполнив в консоли 4 команды:
sudo apt-get install language-pack-ru-base console-cyrillic
sudo dpkg-reconfigure locales
sudo dpkg-reconfigure console-cyrillic
sudo /etc/init.d/console-cyrillic start

После выполнения sudo dpkg-reconfigure console-cyrillic придётся ответить на несколько простых вопросов о раскладке клавиатуры, способах переключения между языками и пр., ответы на которые не должны вызвать никаких сложностей.
Проверить правильность настройки языков можно, набрав в консоли
locale
и убедившись, что первая строчка: LANG=ru_RU.UTF-8
Все параметры для ручной правки находятся в файлах /etc/console-cyrillic и в /etc/default/locale.


http://saradmin.ru/?p=1187

понедельник, 20 июля 2015 г.

F.lux - автоматическая подстройка монитора в зависимости от времени дня

F.lux for Linux: indicator applet available

July 25, 2010
We're happy to announce a proper Linux f.lux GUI, along with a ton of bugfixes to the command-line app.
The indicator project was done by Kilian Valkhof (creator of trimage), and he's posted the indicator applet source here on github. The new package uses Gnome's AppIndicator, so it works on Ubuntu 10.04+. We'll post packages for other versions soon.
In order to ensure you get updates as they're posted, you should add Kilian's repository and install like this:
sudo add-apt-repository ppa:kilian/f.lux
sudo apt-get update
sudo apt-get install fluxgui
Here's how it looks!

xflux daemon (command line, but for X-Windows)

September 2013

A 64-bit version with multiple monitor support is available here: xflux64.tgz
A 32-bit build with support for multiple monitors is available here: xflux-pre.tgz

Sometime back in 2009

The 32-bit command-line version is available here: xflux.tgz.


ССЫЛКА

среда, 4 февраля 2015 г.

переконвертировать wmv в avi

convert wmv to avi

как правило в интернетах ходит другая комманда для конвертации wmv в avi, с покореженным звуком. правильно делать так:
 
mencoder Ready_To_Go.wmv -ofps 23.976 -ovc lavc -oac mp3lame -o outfile.avi

конвертируя разрешение на 640x480
 
mencoder Ready_To_Go.wmv -ofps 23.976 -ovc lavc -oac mp3lame -vf scale=640:480 -o outfile.avi

четверг, 11 декабря 2014 г.

ubuntu how to pair genius luxepad 9000 Bluetooth keyboard

В общем заморочка с этой клавиатурой в том, что она не имеет жестко установленного пин кода и генерит каждый раз новый. В общем в линухе эта фича не поддерживается :)
Не хочет - и не надо! Есть способ подключения вообще без пинкода!

Linux

Ubuntu Linux LogoBased on the Ubuntu Community Documentation for Bluetooth Setup, these commands were tested on Ubuntu Lucid Lynx 10.4, but should work on other version of Linux provided you can figure out how to install the necessary Bluetooth utilities.
First, we need to scan the available devices. Make sure your keyboard is in discoverable mode (push the button) before running the scan command.
matthew@broderick:~$ hcitool scan
Scanning ...
        00:12:A1:63:34:6E    BluePacket Bluetooth Wireless Keyboard
This provides us with the device ID, similar to the MAC address of a network card. Copy this code to the clipboard for the next command. We need the hidd command, which is part of the bluez-compat package. On Ubuntu, you can install it with this command:
matthew@broderick:~$ sudo apt-get install bluez-compat
Next, we need to manually connect to the keyboard device ID:
matthew@broderick:~$ sudo hidd --connect 00:12:A1:63:34:6E
After this command finishes, your keyboard should be working with Linux. Try typing characters into vim or gedit, to make sure it’s working properly. Congratulations!

Вот такая секьюрити )))