Download Link : DDKP3[2.3.6]
Mediafire Link : http://www.mediafire.com/?6eb7m6n57ss4jai [192.24 MB]
Version : An Official Samsung Released Stock ROM(2.3.6)
BUGS : NO
Kies Support : YES
Release Month : February 2012
![]() |
Google IME |
![]() |
Language selection in windows 7 |
![]() |
Writing Gujarati in notepad |
![]() |
Courtesy of Linux format magazine(UK edition) |
Ubuntu | Fedora | OpenSUSE | Debian | Mint | |
Installation | Very Easy | Easy | Easy | Easy | Same as Ubuntu |
Hardware Support | Large no. of hardware support(Dell is official sponsor of Ubuntu) | Lesser than Ubuntu and mainly Red hat tested devices | Lesser than Ubuntu | Larger support | Same as ubuntu |
Community support | Second after debian | After Ubuntu(3) | Less than Ubuntu…(3) | Its best than ever in world | Very less |
Desktop** | Unity launcher | KDE,GNOME shell | KDE,GNOME shell | GNOME 2.3 | GNOME 2.3 |
Performance | 2 | 2 | 2 | 1 | 2 |
Package Management | DEB (1) | RPM (3) | DEB (2) | DEB (2) | DEB (2) |
Security | == | == | == | == | == |
gedit ./backlight_d.sh
#!/bin/bash old_b=9; declare -i curr_b=240; declare -i target_b=240; while : ; do b=`cat /sys/class/backlight/acpi_video0/brightness`; delay="0.5" if [ $old_b != $b ]; then old_b=$b let "target_b=$b * 20 + 12" #printf "Target: %10d\n" $target_b fi hex_b="."; if [ "$curr_b" -lt "$target_b" ] ; then let "curr_b=$curr_b + 2" if [ "$curr_b" -gt "$target_b" ] ; then let "curr_b=$target_b" fi hex_b="-" elif [ "$curr_b" -gt "$target_b" ] ; then let "curr_b=$curr_b - 2" if [ "$curr_b" -lt "$target_b" ] ; then let "curr_b=$target_b" fi hex_b="-" fi if [ $hex_b != "." ] ; then hex_b=`printf "%02X" $curr_b` delay="0.005" setpci -s 00:02.0 F4.B=$hex_b fi sleep $delay done |
File->Save(save it through closing it)
sudo cp ./backlight_d.sh /etc/ && sudo chmod +x /etc/backlight_d.sh
sudo mousepad /etc/rc.local
nohup /etc/backlight_d.sh &
nohup /etc/backlight_d.sh & exit 0 |
sudo apt-get install tasksel
sudo tasksel
sudo apt-get install phpmyadmin
http://ip/phpmyadmin or http://localhost/phpmyadmin
Ctrl + A | Go to the beginning of the line you are currently typing on |
Ctrl + E | Go to the end of the line you are currently typing on |
Ctrl + L | Clears the Screen, similar to the clear command |
Ctrl + U | Clears the line before the cursor position. If you are at the end of the line, clears the entire line. |
Ctrl + H | Same as backspace |
Ctrl + R | Let’s you search through previously used commands |
Ctrl + C | Kill whatever you are running |
Ctrl + D | Exit the current shell |
Ctrl + Z | Puts whatever you are running into a suspended background process. fg restores it. |
Ctrl + W | Delete the word before the cursor |
Ctrl + K | Clear the line after the cursor |
Ctrl + T | Swap the last two characters before the cursor |
Esc + T | Swap the last two words before the cursor |
Alt + F | Move cursor forward one word on the current line |
Alt + B | Move cursor backward one word on the current line |
Tab | Auto-complete files and folder names |
sudo apt-get install elinks