files larger than 4 GB on a USB stick

Normally it´s not possible to store files (or a single file) larger than 4 GB on a USB stick because of the FAT32 filesystem. Under Windows XP you can easily change this by converting the filesystem to NTFS.

Open the command line by clicking on Start -> Run and enter convert X: /FS:NTFS (for x type the drive letter of your usb stick).

After a while the process is finished and you´re able to store files larger than 4 GB on your USB stick.

more : http://support.microsoft.com/kb/307881

Hacking SMS ticketing systems

I read this interesting post from the “Hacking At Random” conference. For everybody who has paid the parking slot for his car recently with the mobile phone, this should be interesting. And for those who live in eastern europe and use public transportation…generally seen, it describes an important vulnerability in SMS ticketing systems.

https://har2009.org/program/events/89.en.html

docs :

HAR – Public transport SMS ticket hacking

mIRC through proxies and firewalls

I had this problem a thousand times, it took me many hours to solve it in every single case, but there´s a really good guide available at the mIRC website how to manage this fast and easy :

http://www.mirc.co.uk/help/proxies.html

And for all of you who aren´t lucky with this guide. If you have a linux box somewhere in the net to connect to, use xming and putty and just tunnel your way through the wall. Good luck !!!

http://www.straightrunning.com/XmingNotes/

Internet-Sperren

Update 27.06.2009 :

Aufgrund der Tatsache, dass mein Beitrag keine Frage enthielt wurde er nicht auf abgeordnetenwatch.de gepostet. Allerdings wurde mein Beitrag an den Abgeordneten weitergeleitet. Naja immerhin…

(only in german – sorry)

Heute hatte der Deutsche Bundestag das Gesetz zur Bekämpfung von Kinderpornographie im Internet mit Hilfe von Websperren verabschiedet. Ruft der Nutzer eine entsprechende URL auf, so erhält er statt der gewünschten Seite nur eine großes Stopschild.

Abgesehen davon, dass diese Methode technisch absolut wirkungslos ist – denn der DNS kann ohne Probleme verändert werden – ist das Gesetz der Einstieg in die Zensur – eine Methode der sich normalerweise nur Diktaturen bedienen.

Mein Bundestagsabgeordneter, Dr. Gerhard Botz, hat dafür gestimmt. Ich habe ihm über abgeordnetenwatch.de geschrieben :

Sehr geehrter Hr. Dr. Botz,

mit großer Enttäuschung muss ich zur Kenntniss nehmen, dass Sie ebenfalls für den Gesetzesentwurf Internet-Sperren gestimmt haben.

Abgesehen davon, dass die Sperren absolut wirklungslos sind, was auch zahlreiche Gutachten von Experten belegen, die sich im Vergleich zu Politikern auch mit den technischen Hintergründen der Thematik auskennen, so ist dieses Gesetz der Einstieg in eine Zensur des Internets sowie eine Gefährdung für die Demokratie dieses Landes.

Besonders von ihnen als ehemaligen DDR Bürger (der ich auch war) – wo Zensur an der Tagesordnung war – habe ich erwartet, dass sie sich deutlich gegen Methoden stellen, die Diktaturen anwenden.

Mit freundlichen Grüßen
Sebastian Becker

http://www.abgeordnetenwatch.de/dr_gerhard_botz-650-5569.html

Jeder der Zeit und Lust hat, sollte dies auch tun – wenn gleich es für den parlamentarischen Weg erstmal zu spät ist. Aber es bleibt der Gang vor das Verfassungsgericht…

Dazu noch die entsprechende Petition – 134014 Mitzeichner, mit weitem Abstand die meistgezeichnete Petition :

https://epetitionen.bundestag.de/index.php?action=petition;sa=details;petition=3860

Schlimm nur, dass erste CDU Politiker gleich auf den großen Sperrzug aufspringen und Killerspiele als nächstes auf die Liste setzen.

Fokus Online dazu :

http://www.focus.de/politik/deutschland/internet-cdu-erwaegt-sperrung-von-killerspiel-seiten_aid_409485.html

An dieser Stelle seien auch nochmal 2 sehr wichtige Quellen verlinkt :

http://www.youtube.com/watch?v=R9JRm3iQQak

http://www.killer-spiele.info/

VNC on a Windows XP machine via iPhone

Well I never thought that this might work well, but today I was really impressed by an iPhone application called Mocha VNC. I tried only the Lite Version (because it´s free) and besides missing system keys there´s absolutely nothing to miss.

A fast and easy way to control a box from anywhere.

http://mochasoft.dk/iphone_vnc.htm

Works on iPhone and iPod. Give it a try if you need a fast and easy mobile vnc application.

FtpCube – a graphical (S)FTP Client

The power leechers may remember LeechFTP from the german Jan Debis. A very cool FTP tool with the possibility of multiple server connections and multi-threaded transfers.

http://www.leechftp.de

Development stopped about 10 (omfg) years ago and sadly some major bugs were never fixed.

After a lengthy search (hmm…this happens too often in the last time. Maybe I need a howto google) 🙂 on the net I found a alternative – though development seems to have stopped too.

The name is FtpCube – it´s Python based and still beta, but works good so far. I´ve contacted the developer – let´s see if there´s a chance for version 1.0

http://ftpcube.sourceforge.net

proxycfg & netsh winhttp show proxy

Update:

If you use Windows 7 or above the proxycfg command won´t work. Instead you can you netsh with the following syntax:

C:\netsh winhttp show proxy

Howto find out the proxy configuration, if all IE security options are invisible and disabled ?

Good question and the answer took me 2 hours of search on the net. The answer is so damn simple, that I felt a bit annoyed after I found it:

http://support.microsoft.com/default.aspx?scid=kb;en-us;830605

example:

C:\>proxycfg

Microsoft ® WinHTTP Default Proxy Configuration Tool Copyright © Microsoft Corporation. All rights reserved.

Current WinHTTP proxy settings under:

HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\ WinHttpSettings:

Proxy Server(s) : http=???.???.??.? Bypass List : ???.???.??.?

installing flash player plugin for firefox 3 without administrator rights

  1. Download the XPI archive of the Flash Player Plugin to your hard disk (right click on the download link then “Save link as..”). XPI archives are only ZIP files containing the files used by the plugins.
  2. So you can safely rename the file you just downloaded, called flashplayer-win.xpi, into flashplayer-win.zip (you are changing its extension from .xpi to .zip)
  3. Extract the files in the archive. You can use any program capable of opening .zip files (WinZip, WinRAR or the free and great 7-zip). There are also websites which can uncompress archives: wobzip.org.
  4. Copy the files flashplayer.xpt and NPSWF32.dll to %APPDATA%\Mozilla\Plugins\
    • %APPDATA% is the folder which holds your applications profiles and settings.
    • You can open this folder simply choosing “Start → Run → Type in %APPDATA% → OK”.
    • In case you don’t have a Plugins folder you can create one and place your files there.
  5. Restart Firefox
  6. Enjoy your flash websites!

from there : source

Thanks man !