This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# http://harmattan-dev.nokia.com/release/N950-39-5/Linux_OCF_39-5_RM680-RM680-OEM1.bin | |
# http://harmattan-dev.nokia.com/release/N950/firmware/Linux_OCF_02-6_RM680-RM680-OEM1.bin | |
echohl() { | |
printf -- "- \e[30;41m$@\e[m\n" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> scx | |
bash4: scx: command not found | |
> screen | |
bash4: screen: command not found | |
> root | |
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash) | |
Nokia N900:~ # apt-get install screen | |
Reading package lists... Done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p $HOME/bin/coreutils && \ | |
cd $HOME/bin/coreutils && \ | |
wget --no-verbose http://n950.japh.se/coreutils_8.5-1maemo2+0m6_armel.deb && \ | |
dpkg -x 'coreutils_8.5-1maemo2+0m6_armel.deb' . && \ | |
printf "export PATH=$PWD/bin:$PATH >> $HOME/.profile" | |
hash -r | |
echo;echo | |
ls --version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hej! | |
Genom den här texten vill jag dela med mig av en händelse som slog sönder min verklighet men stärkte min dröm | |
om en värld där våld inte existerar. | |
Den 28e Juni blev jag utsatt för ett vansinnesdåd och mitt liv kunde ha tagit slut direkt, men mot alla odds lever | |
jag och blickar med längtan och hopp framåt. Jag och min fru anlände till Stockholm efter en tids semester och | |
skulle precis till att packa ur vår bil när vi helt oprovocerat blev attackerade av en okänd man på Södermalm. Jag | |
knivskars mycket svårt i hjärtat och hade min fru inte varit så handlingskraftig som hon var när hon själv körde mig | |
i ilfart till akuten, så hade jag inte kunnat skriva det här idag. | |
Under långa timmar kämpade min kropp mot ett mycket kritiskt tillstånd och min fru och bandet fanns hela | |
tiden vid min sida. Duktiga läkare lyckades rädda mig och jag kunde till slut väckas upp efter många komplicerade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shiva# while true; do modprobe -r cdc_phonet phonet; ./Linux_OCF_02-6_RM680-RM680-OEM1.bin; sleep .1; done | |
This is OneClickFlasher for release 02-6 | |
- it will erase previous EMMC from the device | |
- install the RM680 OEM image | |
- install the EMMC RM680 content | |
Extracting the archive from OneClickFlasher ... | |
Extracting started at 11:24:41 | |
Extracting finished at 11:24:56 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dev/vim/src (git)-[doc_cleanup]- | |
> ls | |
⃒drwx ⃒13 day ⃒ 4K ⃒GvimExt | |
⃒drwx ⃒13 day ⃒ 4K ⃒VisVim | |
⃒drwx ⃒< day ⃒ 4K ⃒auto | |
⃒drwx ⃒< day ⃒ 4K ⃒objects | |
⃒drwx ⃒13 day ⃒ 4K ⃒os_mac_rsrc | |
⃒drwx ⃒< day ⃒ 4K ⃒po | |
⃒drwx ⃒13 day ⃒ 4K ⃒proto | |
⃒drwx ⃒13 day ⃒ 4K ⃒tee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cp -rf /home/user/MyDocs/.N9QTweakBackup/usr / | |
develsh -c "cd /home/user && chown root:root .emoticonthemecache .emoticonthemepreview && chown root:root .emoticonthemecache/* .emoticonthemepreview/*" | |
cd /home/user/MyDocs/.N9QTweakBackup/home/user && cp -rf .emoticonthemecache .emoticonthemepreview /home/user | |
develsh -c "cd /home/user && chown user:root .emoticonthemecache .emoticonthemepreview && chown user:root .emoticonthemecache/* .emoticonthemepreview/*" | |
devel-su user -c "cp -f /home/user/MyDocs/.N9QTweakBackup/home/user/.config/tracker/* /home/user/.config/tracker" | |
rm -r /.config/mcompositor | |
sed -i 's/Forced.*/Forced=false/;s/ver.*/ver=supl.nokia.com/g' /etc/xdg/nokia/location-settings.conf | |
sed -ie 's/s.show.e.*/s.show.extra = 0/' -ie 's/s.show.g.*/s.show.gesture = 0/' -ie 's/s.show.t.*/s.show.tracepath = 0/' /usr/share/swype/data/SwypeConfig.ini |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> ls $HOME | |
⃒drwxr xr x ⃒27 hour ⃒ 4K ⃒bin | |
⃒drwxr xr x ⃒3 hour ⃒ 36K ⃒dev | |
⃒drwxr xr x ⃒< day ⃒ 4K ⃒etc | |
⃒drwxr xr x ⃒25 day ⃒ 4K ⃒http | |
⃒drwxr xr x ⃒4 day ⃒ 4K ⃒lib | |
⃒drwxr xr x ⃒21 day ⃒ 4K ⃒usr | |
⃒drwx ⃒< day ⃒ 4K ⃒var | |
⃒drwx T ⃒< day ⃒ 4K ⃒♫ | |
⃒drwxr xr x ⃒39 min ⃒ 4K ⃒✉ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> foo=($(xlsfonts|sort -R|head -5)) | |
~/dev/vim (git)-[doc_cleanup]- | |
> echo $foo[_subscript:102: bad option: -d | |
_subscript:102: bad option: -t | |
_subscript:102: bad option: -d | |
_subscript:print:102: no pattern specified | |
_subscript:print:102: number expected after -u: rw-nimbus | |
zsh: do you wish to see all 300 possibilities (45 lines)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... once every 3s | |
export PERIODIC=3 | |
periodic() { perl -e ' printf "\e]10;#%06x\a\e]12;#%06x\a\e]11;#%06x\a", int rand 256**3, 255*255*int rand 255, (12, 16, 20, 32, 48)[int rand 5]' } |