Editing User:Mr pingu

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 29: Line 29:
<pre>apt-get update  
<pre>apt-get update  
-
apt-get install  kernel-power-flasher backupmenu busybox-power powertop shortcutd tracker-cfg wpakey-editor powertop sudser phone-control nano-opt gconf-editor procps bash3 </pre>
+
apt-get install  kernel-power-flasher linux-backports-modules-power recovery-boot busybox-power powertop shortcutd tracker-cfg wpakey-editor powertop sudser phone-control nano-opt gconf-editor procps bash3 swappolube</pre>
Line 62: Line 62:
echo 0 > /proc/sys/net/ipv4/tcp_timestamps         
echo 0 > /proc/sys/net/ipv4/tcp_timestamps         
echo 1 > /proc/sys/net/ipv4/tcp_no_metrics_save
echo 1 > /proc/sys/net/ipv4/tcp_no_metrics_save
-
echo 4096 > /sys/block/mmcblk0/queue/nr_requests
+
echo 512 > /sys/block/mmcblk0/queue/nr_requests
-
echo 4096 > /sys/block/mmcblk1/queue/nr_requests
+
echo 512 > /sys/block/mmcblk1/queue/nr_requests
echo 0 > /sys/block/mmcblk0/queue/iosched/slice_idle
echo 0 > /sys/block/mmcblk0/queue/iosched/slice_idle
echo 0 > /sys/block/mmcblk1/queue/iosched/slice_idle
echo 0 > /sys/block/mmcblk1/queue/iosched/slice_idle
Line 82: Line 82:
* '''Installing handy tools'''
* '''Installing handy tools'''
-
<pre>apt-get install conkylayoutswitcher flashlight-applet alarmed ssh-status clipman led-pattern-editor cl-launcher hostmode-gui extkbd extmou extended-contacts-search gconf-editor less simple-brightness-applet</pre>
+
<pre>apt-get install conkylayoutswitcher flashlight-applet alarmed ssh-status clipman led-pattern-editor cl-launcher macchanger hostmode-gui extkbd extmou easy-deb-chroot extended-contacts-search gconf-editor less simple-brightness-applet</pre>
* '''Installing some garbage I like to use'''
* '''Installing some garbage I like to use'''
-
<pre>apt-get install aircrack-ng stkeys brainparty cutetube-qml dosbox supertux-stable frogatto colorflood pierogi telepathy-msn-pecan leafpad opera filebox irggu macchanger easy-deb-chroot</pre>
+
<pre>apt-get install aircrack-ng stkeys brainparty cutetube-qml dosbox supertux-stable frogatto colorflood pierogi telepathy-msn-pecan leafpad opera filebox irggu</pre>
 +
----
-
* '''Pentesting'''
+
'''Personalizing the device'''
-
<pre>
+
-
aircrack-ng ettercap-gtk wireshark cleven reaver cowpatty mdk3 driftnet dsniff fping gnome-nettool iftop ipv6-support kismet macchanger qnetman stkeys tcptraceroute yamas wireshark wifi-pwner traceroute2 python-scapy ettercap-gtk john nmap bash3 status-area-applet-tor
+
-
</pre>
+
-
 
+
* Install widgets and themes
* Install widgets and themes
<pre> apt-get install awoken-icon-theme black-plastic-theme plastic-addon-pack-1 cal-home-widget connectnow-home-widget queen-beecon quick-launch</pre>
<pre> apt-get install awoken-icon-theme black-plastic-theme plastic-addon-pack-1 cal-home-widget connectnow-home-widget queen-beecon quick-launch</pre>
 +
 +
* Make the FMTX applet always visible
 +
gconftool-2 -s /apps/osso/maemo-statusmenu-fmtx/always_visible -t bool true
 +
 +
----
----
Line 108: Line 110:
update-sudoers</pre>
update-sudoers</pre>
-
'''Fix Wifite.py'''
+
'''Chroot'''
 +
* When using a Maemo 5 PR1.3 qchroot /home/opt/ from the real maemo installation is mounted which results in a big mess. So we need to edit the qchroot to only mount MyDocs and not the whole /home/ folder
 +
<pre>#/sbin/qchroot/
 +
Comment out line 82
-
<pre> sudo sed -i "s/(prefix='wifite')/(prefix='wifite',dir='\/opt\/tmp')/g" /home/user/MyDocs/MyScripts/wifite.py; sudo if [ ! -d "/opt/tmp" ]; then mkdir /opt/tmp; fi </pre>
+
81 # Do it the Fremantle way.
 +
82 # mount /dev/mmcblk0p2 "$CHROOT/home"
-
* Make the FMTX applet always visible
 
-
gconftool-2 -s /apps/osso/maemo-statusmenu-fmtx/always_visible -t bool true
 
-
* Microphone -> FMTX
+
</pre>
-
arecord | aplay
+
-
Enable FM-transmitter to work
+
* pymaemo-optify works not as expected while it's one file system instead of 3 partitions.
-
'''Record video with Gstreamers and take Screenshot'''
+
<pre>To fix this install pymaemo-optify first
 +
Then
-
<pre> Enable SDK and tools repo
+
mv /etc/event.d/pymaemo-optify /etc/eventd.d/pymaemo-optify.bak
-
apt-get install gst-tools gstreamer0.10-plugins-good-extra
+
mv /etc/init.d/pymaemo-optify /etc/init.d/pymaemo-optify.bak</pre>
-
http://forum.meego.com/showthread.php?t=4833
+
'''Fix Wifite.py'''
-
</pre>
+
<pre> sudo sed -i "s/(prefix='wifite')/(prefix='wifite',dir='\/opt\/tmp')/g" /home/user/MyDocs/MyScripts/wifite.py; sudo if [ ! -d "/opt/tmp" ]; then mkdir /opt/tmp; fi </pre>
-
Screenshot makes a screenshot every x times in the current directory named frame0000x.png
+
'''Record video with Gstreamers'''
-
<pre> gst-launch-0.10 ximagesrc ! video/x-raw-rgb,framerate=1/10 ! ffmpegcolorspace ! pngenc snapshot=false ! multifilesink location="frame%05d.png"
+
<pre> Enable SDK and tools repo
 +
apt-get install gst-tools gstreamer0.10-plugins-good-extra
 +
http://forum.meego.com/showthread.php?t=4833
</pre>
</pre>

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)