www.nazgee.eu

  • projects
  • about me
  • igepv2
  • blog
Home

linux

Online dictionary from command-line

nazgee — Fri, 04/22/2011 - 22:02

Some time ago my colleague showed me a script that allowed to use one of on-line translators from command line. Not only it looked geeky, but it also turned out to be pretty useful- accessing on-line dictionary without switching to Internet browser is not only faster, but also easier. They say, that necessity is the mother of invention- here is my English-Swedish dictionary in action:
online swedish-english dictionary accessed from commandlineonline swedish-english dictionary accessed from commandline

  • linux
  • nazgee's blog
  • Add new comment
  • Read more
  • 1 attachment

Ubuntu One - maybe some time later

nazgee — Thu, 05/06/2010 - 13:19

I've been really keen on getting into new Canonical's cloud. Maybe my expectations were too bloated up, but honestly I can find only one pro at the moment: it's idea.

  • linux
  • prv
  • nazgee's blog
  • Add new comment
  • Read more

linux development

nazgee — Fri, 04/23/2010 - 11:00

That's where you'll find my findings about linux modules/applications development.

  • linux
  • Add new comment
  • Polski Polski

building a module against given kernel tree (makefile with crosscompiler selection)

nazgee — Thu, 04/22/2010 - 15:05

There are two ways to build a *.ko file for a specific kernel version. New module can be added directly to a kernel source tree, or it can be build outside it. There are pros and cons of both scenarios, so and deciding on a way to go is a matter of personal favour.

Building a module outside a kernel tree is straightforward- all it takes is to use a makefile like the one attached to this text. By editing content of the configuration section shown below you can alter:

  • path to the kernel sources that you'd like to finally insert your module to
  • C
  • howto
  • linux
  • tools
  • Add new comment
  • Read more
  • Polski Polski
  • 1 attachment

Setting up latest version of Eclipse under Ubuntu

nazgee — Fri, 04/02/2010 - 14:56

It's been fifth time I do it in the last month, so here goes a little extract of what I've learned lately. This tutorial is gonna show you how to install the latest version of eclipse under Ubuntu- not the one available from the repository via apt-get utility, as it is often outdated, which I don't like. If you're ok with not using the latest version available- just install it with synaptic or apt-get.

  • Download appropriate tar.gz from http://www.eclipse.org/downloads/ of whatever shape and flavour you like (I am using C/C++)
  • howto
  • linux
  • tools
  • nazgee's blog
  • Add new comment
  • Read more
  • Polski Polski

booting IGEP from LAN (kernel from tftp and rootfs via nfs)

nazgee — Mon, 03/29/2010 - 17:31

To make IGEP boot using kernel and file system hosted locally on your PC, one has to install some additional software and do some tweaking to get it working.

  1. Prepare a structure of directories to store rootfs and kernel for your project. I like having srv and tftp directories in my home folder, and creating a symbolic link in /srv pointing to those folders
  2. android@android:~$ mkdir ~/srv/tftp/angstrom/X11/igep0020b -p
    android@android:~$ mkdir ~/srv/nfs/angstrom/X11/igep0020b -p
    android@android:/srv$ sudo ln -s ~/srv/tftp/ /srv/

  • cortex A8
  • linux
  • tools
  • Add new comment
  • Read more
  • Polski Polski

forcing Eclipse to work with Linux kernel (indexing kernel source)

nazgee — Tue, 02/09/2010 - 00:06

When working with linux kernel, powerful editor with symbols referencing is a must. As I am an Eclipse fan, I spent a lot of time trying to force it to cooperate with kernel. After some struggling I had found a great tutorial, that helped me a lot: http://simonkagstrom.livejournal.com/31079.html. Simon Kågström did a great job there (especially with the perl script), however there are few things I would do other way, e.g. I would not setup a project in kernel's directory, as it makes it even more messy.
So here is "my way" of making Eclipse and kernel come together.

  • howto
  • linux
  • tools
  • 1 comment
  • Read more
  • Polski Polski
  • 1 attachment

IGEPv2

nazgee — Wed, 02/03/2010 - 00:23

This is my sandbox, so please do not refer to content of this page and it's subpages, as their's content may be missleading or erroneous. Use it at your own risk!

  • cortex A8
  • angstrom
  • howto
  • linux
  • Add new comment
  • Polski Polski
Syndicate content

  • English English
  • Polski Polski

Book navigation

  • IGEPv2
  • linux development
  • SPIN tutorials

Recent blog posts

  • Chester - the pink octopus
  • My first Android app
  • Online dictionary from command-line
  • mouse + servo = mouservo
  • Ubuntu One - maybe some time later
  • Setting up latest version of Eclipse under Ubuntu
more

Search

User login

  • Request new password

  • projects
  • about me
  • igepv2
  • blog

Copyright (C) nazgee Wszelkie prawa zastrzeżone