Editing User:Jebba

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 5: Line 5:
* Nick: jebba, jebbajeb, jebba900, etc...
* Nick: jebba, jebbajeb, jebba900, etc...
-
 
+
* [http://jebba.blagblagblag.org Long Neglected Blog...]
-
I have stopped development on Meego/Maemo, so these pages are getting quickly dated. Ciao!
+
-
 
+
* [http://maemo.org/profile/view/jebba/ Maemo profile]
* [http://maemo.org/profile/view/jebba/ Maemo profile]
Line 16: Line 14:
-
* Usually I dot my laptop with READMEs in various ~/devel/ subdirs, but in this case I decided to write up some notes here. These are mostly for my own reference, but perhaps they will be of use to you.
+
Usually I dot my laptop with READMEs in various ~/devel/ subdirs, but in this case I decided to write up some notes here. These are mostly for my own reference, but perhaps they will be of use to you.
-
 
+
-
* Feel free to take any of these pages and copy them over to the main wiki namespace (here or in any other wiki, for that matter).
+
=Package Building HOWTO=
=Package Building HOWTO=
Line 24: Line 20:
The [[User:Jebba/Package Building HOWTO|Package Building HOWTO]] now has its own page. :)
The [[User:Jebba/Package Building HOWTO|Package Building HOWTO]] now has its own page. :)
-
=Kernel=
+
=Debrick=
-
The new [[User:Jebba/Kernel|kernel page]]
+
-
 
+
-
=Freemoe git=
+
-
* [http://gitorious.org/freemoe freemoe git repo at gitorious.org]
+
-
 
+
-
git clone git://gitorious.org/freemoe/freemoe.git
+
-
 
+
-
=SDK=
+
-
 
+
-
[[User:Jebba/SDK| The SDK page]].
+
-
 
+
-
=Repositories=
+
-
 
+
-
* [[User:Jebba/Repositories|Info about repositories]]
+
-
 
+
-
* [[User:Jebba/Etch]] - The Debian Etch rebuild.
+
-
 
+
-
=Flashing=
+
Separate [[User:Jebba/Flash| page about flashing]], for your perusal.
Separate [[User:Jebba/Flash| page about flashing]], for your perusal.
-
Note, the [[User:Jebba/Flash|flash]] page has the info about "debricking" easily.
+
=Setup=
-
=Wifi Hotspot=
+
I have [[User:Jebba/Setup| move setup]] to its own page. A bit antiquated already!
-
How to set up your N900 as a [[User:Jebba/NAT|wifi hotspot]] to share it's connection with other computers. :)
+
-
=Mer=
+
=Kernel=
 +
The new [[User:Jebba/Kernel|kernel page]]
-
[[User:Jebba/Mer| Jebba Mer]]
+
=VNC=
 +
[http://en.wikipedia.org/wiki/Virtual_Network_Computing VNC] allows you to view the screen of the N900 on your laptop so you can do things more easily that having to use the tiny little thing if you are working on it all day.
-
=Fedora=
+
* Set up the [[Extras-testing]] repository
 +
* Install x11vnc (I ''think'' it's in -testing).
 +
* Set up a password for VNC on on the N900:
 +
x11vnc -storepasswd
 +
* Run this script on your laptop (my hostname is burger and my laptop's IP is 10.0.0.3):
-
[[User:Jebba/Fedora| Fedora 12 on Nokia N900]] (!!)
+
ssh -n user@burger \
 +
        "x11vnc \
 +
        -usepw \
 +
        -display :0 \
 +
        -desktop burger \
 +
        -allow 10.0.0.3 \
 +
        -nolookup \
 +
        -q \
 +
        -bg \
 +
        -o /home/user/vnc-log \
 +
        "
 +
* This works fine with tigervnc on Fedora 12.
 +
* Running x11vnc with "-ssl" does not work--I think the problem there may be with tigervnc as x11vnc starts with it OK.
-
=VNC=
+
* I usually do VNC in an ssh tunnel--I don't know if this would create too much of a load on the N900 or not. Will test.
-
Over at [[User:Jebba/VNC]].
+
* VNC behaves differently whether the keyboard is slid out or not. Basically, you want the keyboard out.
=Backups=
=Backups=
Line 71: Line 66:
More space for talking about [[User:Jebba/Video|video]] at the new page.
More space for talking about [[User:Jebba/Video|video]] at the new page.
-
 
-
=Mirrors=
 
-
I have shut down my mirrors.
 
-
 
-
A [[User:Jebba/Mirror| mini-HOWTO set up mirroring maemo repository content]]
 
=DBUS=
=DBUS=
Line 84: Line 74:
I [[User:Jebba/Gripes| gripe over here now]].
I [[User:Jebba/Gripes| gripe over here now]].
-
 
-
 
-
=Freemoe=
 
-
I have a server co-located at [http://www.netdepot.com NetDepot] with a SDK installed. If you would like an account on there send me an email at moe@blagblagblag.org.
 
-
 
-
* [[User:Jebba/Freemoe|Freemoe wiki]]
 
-
 
-
* [http://www.freemoe.org/ Freemoe web server]
 
=Bugs=
=Bugs=
Line 101: Line 83:
There is now a separate [[User:Jebba/Packages by Jebba|Packages by Jebba]] page.
There is now a separate [[User:Jebba/Packages by Jebba|Packages by Jebba]] page.
 +
=SDK=
 +
 +
[[User:Jebba/SDK| The SDK page]].
=VoIP=
=VoIP=
Line 106: Line 91:
See: [[User:Jebba/VoIP]].
See: [[User:Jebba/VoIP]].
-
=ofono=
+
=sbdmock=
-
[[User:Jebba/Ofono]]
+
Build tool
-
=Cryptsetup=
+
* Install on topo
-
[[User:Jebba/Cryptsetup]] - HOWTO use crypto filesystem on N900.
+
-
=Setup=
+
* http://wiki.maemo.org/Building_packages_with_sbdmock
-
I have [[User:Jebba/Setup| move setup]] to its own page. A bit antiquated already!
+
* http://bifh.org/wiki/sbdmock
-
=sbdmock=
+
* http://github.com/kad/sbdmock
-
My [[User:Jebba/Sbdmock|sbdmock page]].
+
(05:44:08 PM) tbf: jebba: just make sure to always run the beast with "--debug" switch to see what breaks
-
 
+
-
=Tweaklets=
+
-
 
+
-
* [[User:Jebba/Tweaks|Simple changes that make everything better.]]
+
-
 
+
-
* [[User:Jebba/Keymap|Keymap]]
+
=Random=
=Random=
Punted over to [[User:Jebba/Random| the new Random page]].
Punted over to [[User:Jebba/Random| the new Random page]].
 +
 +
=Thanks!=
 +
Hope you enjoyed the show. Feel free to edit this page.

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)