Posted: May 5th, 2012 | Author: lukas | Filed under: meteorjs, Ubuntu | Tags: meteorjs, nodejs | No Comments »I got following error when tried to use node.js package (installed with npm) in meteorjs application on my Ubuntu:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
You can find sample code causing error here.
I’ve tried setting NODE_PATH in bash but with no success.
Then I’ve looked into meteor script (under /usr/bin) and saw that meteor is setting NODE_PATH by itself (it is pointing to /usr/lib/meteor/lib/node_modules directory). I cloned required package directly from github into /usr/lib/meteor/lib/node_modules directory and my application run wihout any errors.
Posted: June 10th, 2011 | Author: lukas | Filed under: Linux, Tools | Tags: Adobe AIR, vimeo, Vimeo Desktop Uploader | No Comments »I’ve been using Vimeo Desktop Uploader for over a year. It is simple tool written in Adobe AIR which allows batch upload of videos to Vimeo. From time to time, when I try to run application, it hangs with “Loading” message. Restarting application does not help. Unauthorizing application either. I searched for similar problem on Vimeo Help Forum and found this topic. Looked promising so I’ve follow the advice and deleted vimeo files in ~/.appdata/Adobe/AIR/ELS/ on my Ubuntu. But that didn’t help. After application authorization on Vimeo it was still displaying “Loading” message forever.
But than I thought that it is a good track and decided to clean entire AIR . I’ve deleted ~/.appdata/Adobe/AIR/ directory. And that was it! I could use Vimeo Desktop Uploader once again.
Posted: October 8th, 2010 | Author: lukas | Filed under: Linux | Tags: Linux, partition, tune2fs, Ubuntu | No Comments »Lately I have problems with free space on my /home partition on my laptop. The problem is that I have nothing else to delete. The only option would be to buy a additional USB hard disc (I find it cumbersome) or buy a new, bigger hard drive for my laptop and exchange it with my current one.
Read the rest of this entry »
Posted: October 5th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: bug, Chrome, Chromium, libmoon, Ubuntu, Ubuntu 10.10 | No Comments »Today I’ve upgraded Ubuntu on my laptop to Ubuntu 10.10 (Maverick Meerkat) Release Candidate. Everything went smoothly. Ubuntu downloaded all needed packages and upgraded system. I had no problem during startup nor during work with new Ubuntu. Thou when I tried to launch my Chromium browser I shut down immediatly after startup. I tried once again, this time lauching browser from Gnome Terminal.
Read the rest of this entry »
Posted: September 30th, 2010 | Author: lukas | Filed under: News, Tools | Tags: atlassian, bitbucket, comparison, git, github, mercurial, SCM, VCS | No Comments »Atlassian has aquired Bitbucket.org, a hosted code collaboration site for Mercurial distributed version control system.
Read the rest of this entry »
Posted: September 17th, 2010 | Author: lukas | Filed under: Rails | Tags: rails, sqlite, windows | No Comments »After successfully installed Rails I’ve created clean project using
rails new helloworld_project
command and installed sqlite3 gem.
Read the rest of this entry »
Posted: September 17th, 2010 | Author: lukas | Filed under: Rails | Tags: gem, proxy, rails, windows | No Comments »Lately I’ve changed computer to new one and I’ve lost my Rails installation. Today I decided to recreate my environment. My computer is behind a HTTP proxy so I’ve knew that I will have some problems with installing Rails using gem installer.
Read the rest of this entry »
Posted: June 8th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: indicator applet | 2 Comments »In Ubuntu 10.04 Indicator applet replaced separate applets in taskbar (e.g. sound applet, battery applet, network applet). Its main purpose was to unify messages being shown to user.
Read the rest of this entry »
Posted: May 18th, 2010 | Author: lukas | Filed under: Tools | Tags: Chrome, extensions | No Comments »Today I discovered cool extension for Chrome browser: Speed Dial.
Read the rest of this entry »
Posted: April 25th, 2010 | Author: lukas | Filed under: Ubuntu | Tags: Ubuntu 10.04 | 1 Comment »Today I’ve upgraded Ubuntu on my laptop to 10.04 version release candidate. Update went smoothly. After 10 minutes I had all packages downloaded. After another 20-30 minutes all packages were installed and after restart I had new Ubuntu release installed.
The only thing that was annoying me was a default window button layout. Minimize, maximize and close buttons were moved from right to left.
Read the rest of this entry »