Selasa, 17 Juni 2014

watch tv on Linux Slackware

hmm since there are no jobs, i want post tutorial for watch tv on Slackware Linux.
goodly for watch fifa world cup 2014, because on my parabola was block with satelite so can't watch fifa world cup 2014. Finally I use tv software for watch this.
for software/ application i use freetuxtv you can download this software on site with command :
click for show/hide:
$ wget https://freetuxtv.googlecode.com/files/freetuxtv-0.6.6.tar.gz

and extract file after download with command :
click for show/hide:
$ sudo tar -zxvf freetuxtv-0.6.6.tar.gz

after extract you run with this command, because slackware there is library like :
  • gcc
  • make
  • autoconf
  • automake
  • intltool
  • libtool
  • gettext
  • libgtk-3-dev
  • libdbus-glib-1-dev
  • libsqlite3-0
  • libsqlite3-dev
  • libcurl3
  • libcurl4-openssl-dev
  • libvlc-dev
  • libnotify-dev

click for show/hide:
$ sudo ./autogen.sh

and then configure ;
click for show/hide:
$ sudo ./configure --prefix=/usr/local

after configure you run ;
click for show/hide:
$ sudo make

and then install this file with command ;
click for show/hide:
$ sudo make install

Note: if i wrong please corrected and give me suggestion
Thanks :)
source :
click for show/hide:

Kamis, 12 Juni 2014

setting brightness all desktop environment on Linux

hello bloggers :) before i will explain a bit, what is desktop environment? Desktop environment is a graphical display of the user interface (Graphical User Interface (GUI)) are designed to facilitate users in accessing and using (configuration and modification) features in an operating system package. However, this (use GUI) does not mean that the user can access all the features of an operating system in which the use of the command line (command line) should still be used when the user wants to access is absolutely an operating system (full access).
Desktop environtment consists of icons, windows, toolbars, folders, wallpapers, shortcuts, and desktop widgets.
Desktop environtment also have drag and drop access and other functions that make it a more interactive desktop environment. tonight i wont share to setting brightness all desktop environment on Linux. desktop environment many variants, including :
click for show/hide:

- KDE

- GNOME

- XFCE

- LXDE

- Mate

- Cinnamon

and many variants window manager, if you don't know window manager use google search engine and search about article "what is window manager on Linux" :) *Kidding including window manager :
click for show/hide:

- Openbox

- blackbox

- awesome

- etc

okay let's start, my tutorial how setting brightness all DE on Linux :D i use vga driver intel, so if your vga nvidia or amd i'm not responsible for this happen :)
click for show/hide:
$ sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf

after create file, edit your file and you will show blank file :D
click for show/hide:
$ sudo nano /usr/share/X11/xorg.cond.d/20-intel.conf

and then copy paste this config to your blank file
click for show/hide:

Section "Device"
Identifier "card0"
Driver "intel"
Option "AccelMethod" "sna"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection

and then you configure (must be root), if you use grub :
click for show/hide:
# update-grub

if you use lilo :
click for show/hide:

# lilo
or
# lilo -v

well done, if you have advice comment me or email me. because i'm still learning, sorry [OOT] :D

become android developer?

hmm i not yet going to bad :D i share again about android developers, maybe you know develop android :) hmm android is mobile operating system the most well-known and much demand on the world, because android provide free software and open source on google play store so if you like use free software i recommended to use android. :D so first short story from me :D okay if you want support or get developer on android, you must provide this build to software that the way in android your smartphones :) okay, first download software software for this build requirements
click for show/hide:
- android-sdk - adt-bundle - eclipse or netbeans - Api (Application Programm Interface) you can auto download on android-sdk if setting done.

you can download this software on site
click for show/hide:

and download eclipse or netbeans
click for show/hide:

i recommend you use Linux, either Ubuntu, Fedora, Debian, Mandriva, Arch Linux, Gentoo, Slackware or Unix: FreeBSD :) happy Open Source :D

add emoticons on blogger/blogspot

night all, i want to share add emoticons on blogger/blogspot :) begins from i create new blog again, i'm very confused because on blogger not show emoticons. I want emoticons show in blogger :D hmm maybe plugin on blogger not installed, and fall out not on this plugin but must add script javascript on template :( okay let's start :D first you must search emoticons script for add to your blogger, hmm for example i use emoticon on this
click for show/hide:

take this script with git, on command :
click for show/hide:
$ sudo git clone https://github.com/ndaidong/Blogger-Emoticons

and you add widget on blogger setting, add html/javascript and put scripts on content
click for show/hide:
don't forget add following lines tag "script" "/script"

okay thanks for attention, maybe next day i share again useful tutorial :D
Good Night :)
source :
click for show/hide:

Install Mdk3 on Slackware

hello everybody all :D , i will share how install mdk3 on slackware linux. it's simple you download file mdk3 on this
click for show/hide:


you know mdk3?? mdk3 is a tools for see hidden wireless SSID only, many functions on mdk3 can defensive attacking if attacker attack us wireless etc.

first you must access on root, because root can be handled all software :-) after download extact file
click for show/hide:
# tar -zxvf mdk3-v6.tar.bz2

and put to your directory e.g /opt
click for show/hide:
# mv mdk3-v6 /opt/


and then you entry directory mdk3 in /opt
click for show/hide:
root@hostname:/opt# cd mdk3-v6


change makefile and modify your file :
click for show/hide:
# nano makefile Modify the following line and remove the “l” LINKFLAGS = -lpthread to read LINKFLAGS = -pthread


and become
click for show/hide:
LINKFLAGS = -pthread save ctrl+o and exit ctrl+x


now you run and make file
click for show/hide:
# make # make file


finish you can try on command line :
click for show/hide:
# mdk3 --version or # mdk3 on user you run $ sudo mdk3 --version or $ sudo mdk3

correct me if i wrong, i just share and i wont asking for advice to you :) if you wanna help me, you can follow me for this project. thanks :)

Senin, 02 Juni 2014

Install phpMyAdmin on Linux Slackware 14.1

night all :D i share how install phpMyadmin on Slackware Linux :) i started using Slackware, and i'm not installed phpMyAdmin on my Slackware Linux i think it necessary because to create a database and website :)
okay check it out :D



1. you can download phpMyAdmin on SlackBuild and then you install.
2. you can download manually if you want new phpMyAdmin on phpMyAdmin
* for manually download [ after download, extract phpMyAdmin file to /home/ and then move phpMyAdmin-XXX to /var/www/htdocs/phpMyAdmin
and then you need configuration this file on httpd that phpMyAdmin to work.
first step :
you must create script to /etc/httpd/
# touch /etc/httpd/phpMyAdmin.conf
and edit
# nano /etc/httpd/phpMyAdmin.conf
* #
# phpMyAdmin - MySQL Database Administration Tool
#
Alias /phpMyAdmin /var/www/phpMyAdmin

# AllowOverride None
# Options None
Order allow,deny
Allow from all


edit file on /etc/httpd/httpd.conf and add script file
* Include /etc/httpd/phpMyAdmin.conf
and restart httpd again :
# /etc/rc.d/rc.httpd restart

for testing you can access on your web browser :
http://localhost/phpMyAdmin


[ Correct Me If I Wrong ] :)
thanks :)

NB : correct if your apache2 and mysql after configure