open ports on windows
http://www.petri.co.il/quickly_find_local_open_ports.htm
my 2 cents
http://www.petri.co.il/quickly_find_local_open_ports.htm
currently just the commands: SELECT id,name FROM projects; SELECT * FROM wikis; SELECT * FROM wiki_pages limit 10; SELECT * FROM wiki_pages WHERE wiki_id = ‘1’ AND title = ‘Howtos’; SELECT * FROM wiki_pages WHERE parent_id = ‘34’; SELECT * … Read More »
if you happen to use the NoScript addon for Firefox or sth. similar, sueddeutsche.de has a great new feature since the last design update: they pester you with an annoying panel covering (and hiding!) the rear part of the main … Read More »
my way to conveniently convert an MPEG “Transport Stream” (TS) to a DVD: open the TS-file with avidemux choose “yes” to index the MPEG select “Auto” -> “Optical Disc” -> “DVD” click “save” to demux the MPEG-TS into an MPEG-PS … Read More »
Linux: Get List of Installed Software for Reinstallation / Restore All the Software Programs
so the transaction log of this stupid piece of software has completely filled up once again… that’s what worked for me last time: 1) DB -> Tasks -> BackUp Backup Type: Transactional Backup To: Disk -> OK 2) DB -> … Read More »
browsing the git history in a compact yet still highly condensed view containing all important information: git log —graph —source —oneline —branches —tags
e.g. for testing purposes before touching valuable data… set the DB names ORIG_DB=“orig_db_name” NEW_DB=“new_db_name” create a dump (make sure to use a user having access rights to the db) TSTAMP=$(date +%F_%H-%M) FILE_ORIG=”${ORIG_DB}_${TSTAMP}.sql” pg_dump -f ${FILE_ORIG} —blobs —create ${ORIG_DB} adjust the … Read More »
wow: http://bodensee-navigationskarte.scbh.at/
This posting describes the steps required to build the Funambol add-on for Mozilla Thunderbird 3 on Ubuntu 10.10 (Maverick Meerkat). It is mostly based on Bas’ Blog entry . Part I: the prerequisites define the buildroot BASE=”${HOME}/buildenvs/mozbuild.maverick_amd64” install required packages … Read More »