Skip to content

Instantly share code, notes, and snippets.

View Danrancan's full-sized avatar

Dan Ran Danrancan

View GitHub Profile
@Danrancan
Danrancan / flasher_n900.sh
Last active January 6, 2023 08:05 — forked from glennzw/flasher_n900.sh
Automated flashing of nokia n900 to latest (nokia) maemo5 for debian
#!/bin/bash
#glenn@sensepost.com
# This script will flash your N900. It assumes you want to use the MAEMO 5 GLOBAL RELEASE.
# Based on trying to understand http://wiki.maemo.org/Updating_the_tablet_firmware#N900
set -e
echo "[[ Glenn's Maemo Flasher: glenn@sensepost.com / @glennzw for comments ]]"
type flasher-3.5 >/dev/null 2>&1 || { echo >&2 "I require flasher but it's not installed. Install from http://www.fladnag.net/downloads/telephone/n900/tools/
Once you have done that, you must enable i386 package in your debian based distro by entering the following command in a seperate termianl window ....
sudo dpkg --add-architecture i386" ;exit 1; }
@mkubenka
mkubenka / install.sh
Created April 23, 2016 19:28
OpenVPN Access Server Letsencrypt
#!/bin/sh
apt-get -y install git bc
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
mkdir /etc/letsencrypt
@glennzw
glennzw / flasher_n900.sh
Created April 13, 2014 11:33
Flash N900
#!/bin/bash
#glenn@sensepost.com
# This script will flash your N900. It assumes you want to use the Maemo 5 Global release.
# Based on trying to understand http://wiki.maemo.org/Updating_the_tablet_firmware#N900
set -e
echo "[[ Glenn's Maemo Flasher: glenn@sensepost.com / @glennzw for comments ]]"
type flasher-3.5 >/dev/null 2>&1 || { echo >&2 "I require flasher but it's not installed. Install from http://skeiron.org/tablets-dev/maemo_dev_env_downloads/" ;exit 1; }
if [ ! -f RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin ]; then