Dieses Blog durchsuchen

Mittwoch, 17. November 2010

bnmbnm

n m nmbn mb

Mittwoch, 10. November 2010

Der Blog ist tot

Die Notwendigkeit die wichtigsten Sachen über Blogposts festzuhalten sehe ich nicht mehr, vermutlich war das auch immer ne scheiss Idee... Google Text und Tabellen ftw!
Also wird dies wohl erstmal der letzte Post.

Samstag, 6. Februar 2010

Montag, 23. November 2009

wave test



Mittwoch, 11. November 2009

Wave einladungen

Fertig! pech für die anderen, sry

Mittwoch, 4. November 2009

P2VError REMOTE_UFA_BAD_PERMISSIONS

vm import fail

Fehlermeldung: P2VError REMOTE_UFA_BAD_PERMISSIONS
WinXP, SP3

Lösung/Solution:
explorer/extras/ordneroptionen/Ansicht
Einfache Dateifreigabe verwenden deaktivieren...

Gastkonto ebenfalls deaktivieren.

Test zum reproduzieren bevor man dies korrigiert:
einfach mal versuchen auf die administrative c$-Freigabe zuzugreifen... access denied...

Montag, 12. Oktober 2009

Freitag, 26. Juni 2009

Donnerstag, 4. Juni 2009

eeepc

kleine sammlung

chmod +x ./datei.sh hebt schutz auf
ausführen: sudo ./dateiname.sh

Sonntag, 31. Mai 2009

warhammer sprache ändern

/language 1 - english
/language 2 - deutsch

Freitag, 22. Mai 2009

SQL Express Authentication

Enabling SQL Authentication in SqlExpress
Enabling SQL Authentication

STEP1:
You need to enable SQL Authentication on the machine. This is complex in SQLExpress and you need to edit the registry. Copy the following lines of text onto a Notepad and save it with extention .REG.
-------------COPY BELOW---------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer]
"LoginMode"=dword:00000002
-------------COPY TILL THIS---------------------------------
STEP2: Double Click on the .REG file to change the registry. This change the Authentication Mode to enable SQL Authentication.

STEP3: Restart the SQL Server Express Service or reboot the machine for registry change to take effect.

Next, you need to add a user with SQLLogin. To do this: Login to SQLExpress using Express Manager and run the script below:
-------------------------------------------
USE MASTER
exec sp_addLogin 'appuser', 'password123'
GO
exec sp_addsrvrolemember 'appuser', 'sysadmin'
GO
USE db
EXEC sp_adduser 'appuser'
-------------------------------------------

In case you want to reduce the privilege for the user then you can specify something other than sysadmin, but we can think of that once this works.

Now change your connection string as follows:
connectionString = "server=.\\SQLExpress;uid=aspuser;pwd=aspuser@123;database=cartridge;";

Mittwoch, 22. April 2009

ein frustabbaubloq könnte es auch sein...

alles mist heute....
zu viele Themen, zu wenig Zeit, zu wenig Leute..

Freitag, 27. März 2009

wii cover

183x273mm
irfanview

Samstag, 6. Dezember 2008

dreambox 7020 automount.conf

seagate -fstype=cifs,rw,soft,rsize=8192,wsize=8192,user=XXX,pass=XXX://192.168.0.101/seagate

liegt in etc

Sonntag, 23. November 2008

HK Skillung

http://wo.gamona.de/calc/?1440001300090110000000000001000000000000000000000000000000000000000000000

Alex

 
 
Posted by Picasa

Montag, 3. November 2008

warhammer instanz ids

/lockout

damit wird die instanzen-ID angezeigt!