Pages: Prev 1 2 3 4 5 6 7 8 ...14 15 16 Next
Vermiste Maine Coon-achtige kater in Transwijk Zuid-
Park Transwijk (Utrecht)

vermiste kater UtrechtOnze cypersgrijze halflangharige grote ex-kater is sinds de nacht 5 februari vermist in Transwijk Zuid – Park Transwijk (Utrecht). Hij ziet net als een Maine Coon eruit. Hij heeft een rood halsbandje. Niet gechipt. Gele ogen. Pluimstaart.

Als U hem (levend, gewond of dood) ergens heeft gezien, stuur mij aub een e-mail op alekz.net (apenstaartje) gmail.com

Zie foto's beneden.

[read more...]



Навеяло…

Ты опять пришëл ко мне
С толстой тëтей на ремне?



Testing an Android phone

… and the WordPress for Android application.

It works and I like it ;-)



Google for Steve

The "Steve Jobs" link:

leads to:



Default passwords

Solaris 11: root/solaris
Cyclades console servers (e.g. ACS4): root/tslinux
Avocent ACS5000 console servers: root/avocent
Cisco VPN3000: admin/admin
Netscreen: netscreen/netscreen
Avocent/Cyclades PM IPDU: admin/pm8



Solaris 11 EA (b173) ZFS pool versions

Solaris 11 EA (Sep 2011 build 173) updated zpool version to 33:

$ zpool upgrade -v
This system is currently running ZFS pool version 33.

The following versions are supported:

VER DESCRIPTION
— ——————————————————–
1 Initial ZFS version
2 Ditto blocks (replicated metadata)
3 Hot spares and double parity RAID-Z
4 zpool history
5 Compression using the gzip algorithm
6 bootfs pool property
7 Separate intent log devices
8 Delegated administration
9 refquota and refreservation properties
10 Cache devices
11 Improved scrub performance
12 Snapshot properties
13 snapused property
14 passthrough-x aclinherit
15 user/group space accounting
16 stmf property support
17 Triple-parity RAID-Z
18 Snapshot user holds
19 Log device removal
20 Compression using zle (zero-length encoding)
21 Deduplication
22 Received properties (Solaris Nevada b130 Dec 2009)
23 Slim ZIL
24 System attributes
25 Improved scrub stats
26 Improved snapshot deletion performance
27 Improved snapshot creation performance
28 Multiple vdev replacements (ZFS for Linux)
29 RAID-Z/mirror hybrid allocator
30 Encryption
31 Improved 'zfs list' performance (Solaris 11 Express b151a Nov 2010)
32 One MB blocksize
33 Improved share support (Solaris 11 EA b173 Sep 2011)



Вячеслав Полунин. Соционический тип (ТИМ)

Допустим, что мы не знаем, ни кто такой Вячеслав Полунин, ни чем от занимается, и попробуем определить его соционический тип (ТИМ) только по интервью и программе "Линия жизни" на телеканале "Культура" (эфир 24.06.2011).

[read more...]



Encryption failure: Received a cleartext packet within an encrypted connection

Recently I've stumbled upon a strange looking site-to-site (CheckPoint R70 to Cisco VPN3k) VPN problem:

Connections from some networks were dropped with the following error:

Encryption failure: Received a cleartext packet within an encrypted connection

The first step was to check the encryption domains for the tunnel. In both GUI and /etc/fw/conf/user.def the encryption domain was the whole class B network, assigned to the company.

Next step was tracing.

[read more...]



WordPress 3.1 vs 3.0 vs. 3.1.1 and "archives" URL's

Updated on Apr 07, 2011 @ 02:54:

If you made the change below for 3.1RC-3.1 and/or used manually created tag/category links in 3.1RC-3.1 and just upgraded to 3.1.1, you may find that the links are broken. The reason is that in 3.1.1 the tag and category links returned to the 3.0 style with the word "archives" in the URL.

To make it work you can change .htaccess to the following:

RewriteEngine On
RewriteBase /

#RewriteRule archives/category(.*)$ category$1 [L,R=301]
#RewriteRule archives/tag(.*)$ tag$1 [L,R=301]
RewriteRule ^category(.*)$ archives/category$1 [L,R=301]
RewriteRule ^tag(.*)$ archives/tag$1 [L,R=301]

Posted on Feb 25, 2011 @ 00:22:

In WordPress 3.1 the link structure have been changed

[read more...]



How to get rid of conime.exe

Conime.exe (C:\WINDOWS\system32) is "Console Input Method Editor" which is used if you have more than one input language configured. Under Windows Vista it tends to multiply itself and take lots of CPU and memory resources. Microsoft refuses to fix this bug (or probably it's a feature?)

One method to get rid of this annoyance is to enable only one language (Control Panel – Regional and Language Options – Keyboard and Languages)

Another one is to remove/rename the binary:

takeown /f %windir%\system32\conime.exe
icacls %windir%\system32\conime.exe /grant %UserName%:F
rename %windir%\system32\conime.exe conime.bak


ASA and traceroute

By default ASA does not decrease the TTL field, hence is not visible in traceroute output. This is how to change this behaviour :

asa# conf t
asa(config)# icmp unreachable rate-limit 10 burst-size 5
asa(config)# policy-map global_policy
asa(config-pmap)#
asa(config-pmap)# class class-default
asa(config-pmap-c)# set connection decrement-ttl

The result:
[read more...]



Pages: Prev 1 2 3 4 5 6 7 8 ...14 15 16 Next