mexanic.com и google apps

Как-то, лет семь назад я подумал, что “не плохо бы поработать с google apps – прикольно же, все юзают”. Но все не досуг было spacer

Конечно, какие-то элементы я использовал, но глубоко не залезал. А тут решил приятелю механику визитку помочь сделать www.mexanic.com на google apps и окунулся на пару часов в это.

Естественно, мое восхищение вызвало не сайт в три строчки, по очень ограниченным шаблонам. А возможности, которые дает google apps для условной оргинизации. Я эмулировал ситуацию, как три человека могут использовать apps в рамках одного бизнеса. Особенно возможности совместной работой с документами, календарями, обменами файлами. Так же порадовали web master tools и аналитика.

Понятно, что тут можно жить годами и пару-тройка часов мало показательны. Но то что я копнул – впечатлило сильно. “Это просто праздник какой-то!” spacer Даже, захотелось открыть маленькую фирму, только для того, что бы использовать apps. Потому, что понятное дело, мой приятель коллаборацию документов, календари и все остальное вкусности использовать не будет. А жаль, было бы забавно посмотреть, как это работает в реальном применении.

spacer October 22nd, 2014 in general | 5 Comments

Global Address List (GAL) to Contacts in Outlook 2010

My android cannot sync GAL but the contacts of Outlook 2010/2003 can. I found that easiest for me way to do that :

  1. Open Outlook 2010/2003
  2. Click “New” to open a new email
  3. Click “To” button or click “Address Book” icon
  4. Select in the drop down list “All users – name@company.org”
  5. Click on the first entry and roll down with [Shift] to the last entry
  6. Right-click and select “Add to Contacts”
  7. Click “Cancel”
spacer August 8th, 2014 in general | tags: android, outlook 2003, outlook 2010 | Comments Off

ifconfig in Windows

echo IF "%1"=="-a" (ipconfig /all) ELSE (ipconfig %1) > %systemroot%\ifconfig.cmd

spacer August 7th, 2014 in general | tags: windows | Comments Off

grep in Windows

echo findstr %1 %2 %3 %4 %5 > %systemroot%\grep.cmd

spacer August 7th, 2014 in general | tags: windows | Comments Off

make terminator the default console

gsettings set org.gnome.desktop.default-applications.terminal exec terminator

spacer June 26th, 2014 in general | tags: cli, gnome, terminator | Comments Off

no-ip Ubuntu 14.04

sudo apt-get install noip2 could not found the package in a repository. So, to install noip2 you have to:
sudo -i
cd /usr/local/src/
wget www.noip.com/client/linux/noip-duc-linux.tar.gz
tar xf noip-duc-linux.tar.gz
cd noip-2.1.9-1/
make install
rm /usr/local/src/noip-duc-linux.tar.gz

Read the rest of this entry »

spacer May 1st, 2014 in general | tags: cli, dyndns, ubuntu 12.04, ubuntu 12.10, ubuntu 13.04, ubuntu 13.10, ubuntu 14.04 | Comments Off

normal scroll bars for gnome windows

Disable overlay scroll:
gsettings set com.canonical.desktop.interface scrollbar-mode normal

Return to default:
gsettings reset com.canonical.desktop.interface scrollbar-mode

spacer April 29th, 2014 in general | tags: cli, gnome, ubuntu, ubuntu 13.10, ubuntu 14.04 | Comments Off

right side for gnome windows buttons

move buttons on the right side of a window:
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'

return to default:
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'

source: askubuntu.com/

spacer April 21st, 2014 in general, linux | tags: cli, gnome, ubuntu, ubuntu 12.04, ubuntu 12.10, ubuntu 13.04, ubuntu 14.04 | 2 Comments

Ubuntu 14.04 LTS (Trusty Tahr) has released

Ubuntu 14.04 LTS (Trusty Tahr) has released

spacer April 20th, 2014 in general, private | Comments Off

HandBrake in Ubuntu 13.10

so far there is no release for 13.10 so I use release HandBrake for 13.04. First to add repository:

sudo add-apt-repository ppa:stebbins/handbrake-releases

and change in /etc/apt/sources.list.d/stebbins-handbrake-releases-saucy.list “saucy” to “raring” like that:

deb ppa.launchpad.net/stebbins/handbrake-releases/ubuntu raring main
then standard installation:

sudo apt-get update
sudo apt-get install handbrake-gtk

source: HandBrake the open source video transcoder
source: HandBrake Releases PPA
source: How do I download and install Handbrake?

spacer January 5th, 2014 in general | tags: ubuntu 13.04, ubuntu 13.10 | Comments Off
←Older   
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.