Fix Mac OS X svn ssl bug: "bad decompression"
svn --version
/opt/subversion/bin/svn --version
open ~/.subversion/servers
open ~/.profile
export PATH=/opt/subversion/bin:$PATH
svn ls -R https://svn.example.com/project/trunk
svn --version
/opt/subversion/bin/svn --version
open ~/.subversion/servers
open ~/.profile
export PATH=/opt/subversion/bin:$PATH
svn ls -R https://svn.example.com/project/trunk
Gisteren las ik een leuke (re)tweet van Daniel Termont met een link naar het volledige programma van de Genste Feesten in excel formaat.
Tot mijn verwondering vond ik geen enkele Genste Feesten Android app op de market.
Bij deze zelf snel (lees enkele uren) iets elkaar gestoken dus gelieve dat in het achterhoofd te houden.
Download nu van Android Market!
Features:
Opmerking: de data ongewijzigd zoals ik deze heb afgehaald, je zal gauw merken dat niet alles correct is.
Ik hoop ook nog enkele andere zaken toe te voegen als ik de tijd vind zoals het bekijken wat nu bezig is en de mogelijkheid gebeurtenissen een ster te geven en deze in apart lijstje te raadplegen. Alsook een eenvoudig zoekfuntie zou handig zijn. Suggesties altijd welkom!
Voor de geïnsteresseerden, code op github: https://github.com/niob/gf2011
Changelog:
1.5
1.4
1.2 - 1.3
1.1
1.0
You ever wanted to simply move one or more files like images or couple mp3s between workstation, laptop or mobile device, but don't really have dropbox or similar service configured?
For this purpose I've found myself using Gmail as intermediate stop. Just start a new message, upload some stuff as attachment and save the message as draft.
Open up Gmail on the other computer or device, download the attachments and delete the message. And like that, you've just used Gmail as ftp-server!
The only limitation to this method are google's attachment restrictions. In short, up to 25 megabytes and avoid dangerous file types like executables.
After using subversion from terminal for a while now, i've found following command so useful, I've turned it into an alias.
Add new files ready to commit
svn st | grep "^?" | awk '{print $2}' | xargs svn add
This command is a mouthful but saves you from adding each file individually.
When you want to use this alias you'll have to take care of the nested quotes and escape them.
alias sa='svn st | grep "^?" | awk '\''{print $2}'\'' | xargs svn add'
One could make several variations on this alias for svn remove, revert or others. You'll just have to change the grep and xargs arguments.
I've created a small Android widget which shows the latest (or currently) played tracks on Belgian radio station Studio Brussel.
Clicking on the widget shows a list of the recently played tracks. Auto refresh can be enabled in the widget preferences.
Install app/widget from Android market:
https://market.android.com/details?id=be.niob.apps.nowplaying
v1.4
- Show title and date in list of tracks
- Check network connection before retrieving tracks and inform user
v1.3
- Replaced refresh and preferences button icons with better ones on widget
v1.2
- Set auto refresh off by default to preserve battery
- Added preferences screen for enabling auto refresh and setting refresh frequency
- Added manual refresh button to widget
v1.1
- Widget shows latest tracks and auto refreshes itself
- Show list of played tracks when cliking on the widget
First I downloaded and moved all PhpMyAdmin files to an appropriate directory and added an alias to my Apache's httpd.conf.
But PhpMyAdmin or better the mysql extension could not connect to my local mysql server, it gave me following message:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Luckily there's an easy fix. The mysql extension apparently seems not capable of resolving localhost, so replacing the host with 127.0.0.1 did the trick.
Hoorah!
I use 'ls' very frequently in my mac os x or linux terminal. I've mostly been using 'ls -la' which stands for list the ALL files of current directory and put them nicely in columns.
A friend of mine gave me a nice tip yesterday. He also adds capital 'G' en 'h' as option. 'G' give you some nice colored or grouped list and 'h' makes sizes human readable.
Because remembering this or typing this over and over again is rather difficult, he also suggested to make an alias like so:
alias l='ls -alGh'
This way you only have to type 'l' and there you have your list, how convenient is that?
But when just executing this line in a terminal, it'll be forgotten next time you open one. In order for your aliases to be persistent (i.e. so they exist in all new Terminal windows) you need to put them in some file that gets read by your shell startup files (see "What startup files are read by the shell?"). So for example add the alias to the '~/.profile' file like so:
nano ~/.profile
You can add all kinds of aliases or functions to this file so they wil always be available for your account.
Last weekend I've received a strange sms:
Congratulation! Your cell number has just won 300,000 pounds in the Ongoing UK COCACOLA 2010 PROMO.Email: cocacolauklive(a)live.co.uk or call+447045730922