Online software
SSH clients:
* http://homer.cmp.liv.ac.uk/terminal/
* http://javassh.org
FTP clients:
* http://www.net2ftp.com/
* http://surftp.com/
Messangers (ICQ, etc):
* http://www.meebo.com
* http://go.icq.com
Office applications:
* http://www.writely.com
* http://www.zohowriter.com
* http://www.zohoshow.com
* http://www.zohosheet.com
* http://www.goffice.com
* http://spreadsheets.google.com
Music
* http://www.pandora.com
* http://last.fm
File storage
* http://www.zohoplanner.com
* http://www.omnidrive.com
* http://openomy.com
Bookmark
* http://del.icio.us
* http://bluedot.us
* http://www.rojo.com
Virtual Keyboard
* http://www.gate2home.com
* http://klava.ruswin.net
OS
* http://www.youos.com
Альпы 2006
Submitted by niko on Mon, 11/21/2005 - 16:10В альпы на лыжи.
> On Wed, Nov 02, 2005 at 01:25:16PM +0300, ext Alexey Soev wrote:
>> Андрей, собираюсь к тебе в гости в декабре, бойся :)
>>
>> Но сейчас не об этом. Хочу тебя спросить, тебе в принципе интересна
>> поездка на пару недель в альпы в феврале? Мы в прошлом году были и
>> очень понравилось. Расклад примерно такой: 30 евро в день с человека
>> аренда жилья неплохого, столько же в день скипас. готовить можно дома
>> В том году мы летели из питера в женеву - еще 340 евро. Если поехать
>> на халявных самолетах из Тампере во Франвфурт - может оказацца
>> дешевле. Ну вообщем 1000 евро примерно.
Bluez PAN profile HOWTO / bluez.org
Submitted by niko on Tue, 12/08/2009 - 15:53
=============================================================================
HowTo set up common PAN scenarios with BlueZ's integrated PAN support
=============================================================================
The Bluetooth PAN feature offers (amongst other features) IP support over
Bluetooth (i.e. L2CAP), (more or less) comparable to Wireless LAN on a PC.
Participants in a BlueZ PAN can take on the following roles (see [1]):
- PAN user (PANU):
Client of a NAP or client-type member of a GN (see below)
- Group ad-hoc Network (GN) controller:
Forwarding node in a peer-to-peer style network (Bluetooth Piconet).
Interconnects up to 7 (active) PANUs to a real peer-to-peer network.
+------+ +------+ +------+
| PANU | | PANU | | PANU |
+------+ +------+ +------+
\ | /
\ | /
\ | /
\ | /
\ | /
\ | /
\ | /
+---------+
| GN |
+---------+
/ | \
/ | \
/ | \
/ | \
/ | \
/ | \
+------+ +------+ +------+
| PANU | | PANU | | PANU |
+------+ +------+ +------+
- Network Access Point (NAP):
Acts as proxy, router or bridge between an existing network infrastructure
mutt tips
Submitted by niko on Thu, 05/07/2009 - 10:42also sprach [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002.01.18.2010 +0100]:
> I am using mutt as my prefered mail reader, and sometimes I just don't
> want to read all the mail, so I just check the headers and mark them as
> read. Is there a way to tag all the wanted messages and than mark them
> all as read?
> (I know how to tag, but marking all the tagged messages as read part
> somehow does not work for me :/).
once tagged:
';Wn'
- niko's blog
- Login or register to post comments
split tar archive to files
Submitted by niko on Thu, 04/23/2009 - 16:47Split:
tar -cvpj 'directory/name'/ | split -d -b 4000m - /name/of/archive.tar.bz2.
Join and untar
cat *.bz2* | (cd path-to-destination; tar jxv)
- niko's blog
- Login or register to post comments
Russia-Georgia conflict
Submitted by niko on Thu, 08/14/2008 - 15:46http://www.independent.co.uk/multimedia/archive/00043/cartoon110808_43676a.jpg
How thing works.
- niko's blog
- Login or register to post comments
add files to CVS recursively
Submitted by niko on Thu, 03/20/2008 - 14:49find . -type d -print | grep -v CVS | xargs cvs add
find . -type f -print | grep -v CVS | xargs cvs add

