Feeds
Artikel
Kommentare

Archiv für die 'tips und tricks' Kategorie

I’ve first analyzed a x64 Memory Dump and recognized some difference in passing Parameters to functions on the Stack to the x86 default behaviour.
Read the following to get the reason for:
- Why is the message text not available as a parameter in a 64-bit dump for MessageBoxW?
- Manual parameter reconstruction on x64 Windows systems
- x64 [...]

_______ ________ __
| |.—–.—–.—–.| | | |.—-.| |_
| – || [...]

Wir haben ein Problem untersucht bei dem eine .net Applikation auf einem Windows Server 2008 abgestürzt ist, auf anderen Systemen jedoch einwandfrei lief. Folgendes beschreibt die Ursache:
Links:
via Ed Maurer @ blogs.msdn.com
WinDbg as a simple PE viewer @ dumpanalysis.org

http://securityxploded.com/iepassworddecryptor.php
http://securityxploded.com/iepasswordsecrets.php
– UPDATE 16. Nov. 2009 –
chainsaw (U3 stick application)
– UPDATE 12. Jan. 2010 –
these things right called
USB Switchblade resp. USB Hacksaw and can be found on hak5.org

Der Windows XP Device Manager kann installierte, nicht verwendete bzw. benötigte Treiber anzeigen. Das ist interessant um einem älteren, schon etwas eingerosteten Windows wieder etwas mehr Geschwindigkeit beim Start zu verschaffen in dem man nicht mehr benötigte Treiber aus der Konfiguration löscht.
Zuviel löschen kann man hier eigentlich nicht, da Windows für den Fall das ein [...]

On Debian Linux, locate your .bashrc file.
myServer:/# locate bashrc
Open it for edit (e.g. with vim).
myServer:/# vim /root/.bashrc
And remove the comments of the relevant lines:
# You may uncomment the following lines if you want `ls’ to be colorized:
export LS_OPTIONS=’–color=auto’
eval “`dircolors`”
alias ls=’ls $LS_OPTIONS’
alias ll=’ls $LS_OPTIONS -l’
alias l=’ls $LS_OPTIONS -lA’
#
# Some more alias to avoid making mistakes:
alias rm=’rm [...]

Offensichtlich gibt es ein inoffizielles Trace Flag im SQL Server der in einer nicht näher erwähnten Weise der Performance zugute kommt. Das Traceflag 8720 ist da offensichtlich ganz hilfreich wenn es drum geht das es schneller gehen muss. Aber weshalb genau das was ändert kann ich auch (noch) nicht erklären. Folgende Links konnte ich dazu [...]

Maybe the statistics are outdated?! – wich might cause the sql server making use of expensive query plans.
But how can we proof that?
We can exececute one or more of the following statements to ask the sql server for…
SELECT ‘Object Name’ = o.name, ‘Index Name’ = i.name, ‘Statistics Date’ = STATS_DATE(o.id, i.indid)
FROM sysobjects o
JOIN sysindexes i [...]

Weil ich es immer wieder vergesse und nie so genau weis was ich in der Konfiguration der Huawei Mobile Connect Software angeben muss damit sich mein UMTS Stick ins Internet wählt stell ich mir hier jetzt mal einen Screenshot der korrekten Einstellungen ein.
Profile Name: simply
Access Point Name: internet.t-mobile
Telephone Number: *99***1#
Account Name: t-mobile
Password: tm
Authentication: CHAP

An Incremental Servicing Model is available from the SQL Server team to deliver hotfixes for reported problems
SQL Server, .NET and EPM 2007 Geek : Jargons – GDR and QFE release?
SQL Server Version Database
How to identify your SQL Server version and edition
How to find the service pack version installed on SQL Server using @@version (Info on [...]

Nächste »