hoodwink.d enhanced
 

juretta.com

26 Recent Entries tagged with »Dropbox«

nl -- line numbering filter | February 21, 2007

macbook-sts:~ stefan$ nl `which attachr` 1 #!/usr/bin/env ruby 2 # 3 # This file was generated by RubyGems. 4 # 5 # The application 'attachr' is installed as par...

List image dimensions | February 20, 2007

Install Imagemagick (you might want to use sudo port install imagemagick on a Mac). Welcome to Darwin! macbook-sts:~ stefan$ cd ~/images/ macbook-sts:~ stefan$ for i in $(ls); do identify $i ...

Job control | January 14, 2007

The nohup utility invokes command with its arguments and at this time sets the signal SIGHUP to be ignored. If the standard output is a terminal, the standard output is appended to the file nohu...

"free" on Mac OS X | January 05, 2007

free is a command to show memory usage on variuos linux distributions. As "free" is not available on Mac OS X you have to use something different. To determine the size of memory on Mac OS X ...
@23:09 | Comments: 0 | Tags: Dropbox (35), Mac (18)

Ruby Oneliner | September 15, 2006

@09:41 | Comments: 0 | Tags: Dropbox (35), Ruby (32)

New for Leopard: Time Machine | August 08, 2006

With Mac OS X Leopard and Time Machine, not only can you back up and preserve everything on your Mac - including priceless digital photos, music, movies, and documents - without lifting a finger, ...

Rename jpgs | June 11, 2006

@19:48 | Comments: 0 | Tags: Bash (5), Dropbox (35)

Rdoc UTF-8 | March 18, 2006

The "-c" or "--charset" option specifies the character set for the HTML output.
@00:20 | Comments: 0 | Tags: Dropbox (35), Ruby (32)

Java SimpleDateFormat: Don't forget to specify the locale | March 07, 2006

Assuming your current locale is non US the following piece of code will throw a ParseException: Unparseable date: "06-Mar-2006 12:35" SimpleDateFormat format = new SimpleDateFormat("dd-MMM-...
@11:57 | Comments: 0 | Tags: Dropbox (35), Java (11)

Rotate and resize images using Imagemagick | January 11, 2006

Let's assume that you have a bunch of images for which you want to create thumbnails. The thumbnails should be rotated 90 degrees counter clockwise (that is 270 degrees clockwise), scaled to a specific size and renamed from abc_large.png to abc_thumb.png.

How to change the asset path in RubyOnRails | December 10, 2005

If you don't want to name your asset directories for javascript files and stylesheets "javascripts" and "stylesheets" here is how you can change the default path settings.

Awk, sed, Apache Logfiles | October 18, 2005

1) Zeitraum Logfiles bash-2.03$ head -1 de-static_access.log; tail -1 de-static_access.log 193.168.0.4 - - [31/Aug/2005:17:21:27 +0200] "GET / HTTP/1.0" 200 5276 "-" "Mozilla/4.0 (compatible; MS...

htpasswd | August 31, 2005

@15:11 | Comments: 0 | Tags: Dropbox (35)

Static Route | July 25, 2005

Route hinzufügen route -p add ZU_ERREICHENDE_IP mask 255.255.255.255 IP_ROUTER_RECHNER Route löschen route delete ZU_ERREICHENDE_IP Anzeige der bestehenden Routen route print ...

SSH on non-standard Port | July 22, 2005

If you are running a SSH server on a non-standard port such as 1234 you are most likely going to run into trouble when e.g. trying to use Subversion over SSH, because the Subversion client does not...
@12:28 | Comments: 0 | Tags: Dropbox (35), SSH (1)

iTunes: Who's connected | July 11, 2005

Ever wondering who those "n users connected" are when you look at the Sharing part of the Preferences of your iTunes? Well wonder no more - it turns out fairly easy to figure out in Terminal.app; ...

Eclipse Plugins | June 25, 2005

Recommended plugins: Lomboz J2EE http://www.objectlearn.com/projects/lomboz.jsp UpdateSite: - Download: http://forge.objectweb.org/project/showfiles.php?group_id=97 Benötigt: Eclipse EM...

Order symlink | June 20, 2005

@12:05 | Comments: 0 | Tags: Dropbox (35), Unix (14)

Nmap Portscan | June 12, 2005

@23:03 | Comments: 0 | Tags: Dropbox (35)

Rails: Setting Content Type | June 07, 2005

class ApplicationController < ActionController::Base before_filter :set_default_content_type def set_content_type(content_type) @response.headers["Content-Type"] = ...
@09:15 | Comments: 3 | Tags: Dropbox (35), Rails (28)

Converting character sets | May 26, 2005

@hash.iconv!("iso-8859-1", "utf-8") require 'iconv' class Hash def iconv!(to,from) iconv = Iconv.new(to,from) perform_iconv!(iconv) iconv.clos...
@14:39 | Comments: 0 | Tags: Dropbox (35), Ruby (32)

Setting the charset in a Rails App | May 26, 2005

@14:33 | Comments: 0 | Tags: Dropbox (35), Rails (28)

Subversion: Externals | May 23, 2005

http://svnbook.red-bean.com/en/1.1/ch07s03.html powermac:~/ruby/rails/weblog sts$ svn propset svn:externals lib/ http://svn/repos/lib/trunk ...

How to fetch a SSL certificate | May 20, 2005

You can use the openssl commandline tool to fetch a ssl certificate. powermac:~ sts$ openssl s_client -connect www.openbc.com:443 | tee logfile The certificate will have "BEGIN CERTIF...

Sun Xml Instance Generator | April 22, 2005

Generate sample xml form XML Schema Get the xmlgen.jar from http://www.sun.com/software/xml/developers/instancegenerator/ Generate my.xml from bewerbung.xsd. stefan@www:~$ java -jar xmlgen....

Perl DBD::mysql - Mac OS X | January 19, 2005

(make sure /path/to/dir/containing/mysql_config is in your PATH) $ perl -MCPAN -eshell cpan> look DBD::mysql $ perl Makefile.PL $ perl -pi -e's/MACOSX/env MACOSX/' Makefile $ make $ make ...

About

juretta.com is the personal workspace of Stefan Saasen. You can send him an email or read more about this site in the „About“ section.

Recent comment

On: “New Zealand Daylight Saving Time Change: Mac OS X and Java

very usefull,thanks,i linked it on my blog ispig:hobix

posted 6 months ago by foxcamel

Look!

Latest links  RSS  

More...