Epson LX-300,LX800, else dot matrix printers on ubuntu? How?

Ok, now day i ll share “how to install dot matrix printers driver on Ubuntu?” . . . .

There re many peoples scared with ubuntu, because it’s so strange and difficult. . . . .? is it?

Of course not!! for example i ll demonstration about this one!!!

In ordinary, ubuntu was detecting many printers at first time plugged. . .

but not all printers could.

For particular printer needs  to add dependency installed, or driver  installed. . . . .

In this case U have to install dependency or driver required . . . . . .

for “how to install dot matrix printers”

here it’s :

1. You have to download Epson-Dot_Matrix-epson.ppd

download here

2. Go to :

System >Administration >Printing

Click Add :

and then U ll see New Driver, on the Tab Devices choose LPT #1 Port ( if necessary, adjust it with port dot matrix printer device  )

and Ubuntu will find your dot matrix printer driver (do not close the window, keep it searching)

3. Involve your Epson-Dot_Matrix-eposn.ppd

On Tab Chose Driver choose provide PPD file.

browse and find your Epson-Dot_Matrix-eposn.ppd file

4. Forward >>Apply>> and Test Print

just simple, not difficult. . . . .

do not give up with ubuntu . . . . there re many things are fabulous on ubuntu stuff . . . .

#source : http://imgos-belajarlinux.blogspot.com

 

 

 


 

A bit share “How to install Netbean On Ubuntu…”

What is Netbean ?

The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of anopen-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.

How to install Netbean?

1. Download netbean+jdk here :

http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html

2. Run this command to install netbean :

sh netbeans-6.9rc2-ml-linux.sh

3. Following the step by step next>>next>>next until finish

and you will see Netbean on menu Applications > Programming > Netbeans.

hope that was helped U!!!

enjoy . . . . and see yaa!

 

I tried to connecting my Mysql ODBC with my php mysql DB and i got . . .

🙂 Hi friends nice to see U!

emmmm smile like trouble . . . . .

OK let’s talking about my trouble,

it’s “i tried to connecting my “Mysql ODBC”(VBOX) with my php Mysql DB”(UBUNTU).

and at first time i tried, i got  :

[MySQL][ODBC 3.51 Driver]Can’t connect to MySQL server on ‘172.16.8.13’ (10061)

Ok why? I thought it just about my “Mysql DB connection’s setting”

And my guess was correct!

1. i opened my web-mint at “http://localhost:10000” then

2. MySQL Database Server >> MySQL server listening address >>  i had 2 options here “127.0.0.1” and  “Any” with default “127.0.0.1”  option.

i changed it  on “Any ” option.

and then i tried again to connecting . . . . . . woooooo i got an other kind of error :

[MySQL][ODBC 3.51 Driver]Host ‘172.16.8.63’ is not allowed to connect to this MySQL server

T.T

Why? What kinds of trouble again?

😦 after just googling at my whole day, the trouble was  simple, it was about privileges of Mysql DB.

You just need adding “Any Host privileges”  to your Mysql DB.

1. open web-mint at “http://localhost:10000” then

2. MySQL Database Server >>User Permissions>>Create new user

Username : root

Password : your_password

Host : Any

Permissions : Shift and select all options on there

Save your “Create New User” and i tried again : alhamdulillah it was connecting.

🙂  if U have some trouble like me, hope my reviewed could help U, of course!

Have a nice day and see yaa!

 

How to install Google Chrome on Ubuntu :)

 

After vacuum,there re no internet,no blog, no twitter,no FB,etc.

Now, i ll share how to install my best browser ever. it calls GC(Google chrome)!

There re many reason why people change fire Fox to Google chrome instead.

But the exactly  one. . . . on many2 research,with a lot of tabs and many numbers of plugins has installed.

Then the browsing experience is horrible. On the other hands, GC has decent speed performance!

GC is faster on speed or stability.

Installing Google Chrome on Ubuntu

1 Get the debian package of chrome from :

Download Google Chrome

2. Type this script to install GC :

sudo dpkg -i file_name.deb
>
sudo dpkg -i google-chrome-stable*.deb

If any dependency error occurs then run the following command(s)

sudo apt-get install -f

or you can install dependent libraries/program manually like this :

sudo apt-get install libnspr4-0d sudo apt-get install libcurl3

enjoy!! let’s browsing with GC

 

source : http://www.noobslab.com

A bit share “How to install Zoneminder with DVR card till >>>>finished”

install zoneminder :

3.4 Install Zoneminder :

$ sudo apt-get install zoneminder

Installation should go on with no complications. If needed, fix broken dependencies with

$ sudo apt-get -f install

Instruct apache what to do with Zoneminder a force a reload:

$ sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
$ sudo /etc/init.d/apache2 force-reload

For zm you need to run :

$ sudo mysql -u root -p < /usr/share/zoneminder/db/zm_create.sql
$mysql -u root -p

    >grant select,insert,update,delete on zm.* to ‘zmuser’@localhost identified by ‘zmpass’;

    >flush privileges;

     >quit

$ sudo chmod 4755 /usr/bin/zmfix

$ zmfix -a

$ sudo adduser www-data video

$ sudo nano /etc/sysctl.conf

1. Shared memory settings changed for ZoneMinder (ZM) add this at bottom (128 MB)

kernel.shmall = 134217728 kernel.shmmax = 134217728

$sudo /sbin/sysctl -p

$ sudo gedit  /etc/modules

#This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with “#” are ignored.

lp
rtc
bttv

$sudo gedit /etc/modprobe.d/options

#add this scripts

alias char-major-81 bttv
options bttv gbuffers=16 card=150

# if still didn’t  detect add this script bellow too :

$ sudo gedit /etc/modprobe.d/bttv

# i2c
alias char-major-89 i2c-devb
options i2c-algo-bit bit_test=1
# bttv
alias char-major-81 videodev
alias char-major-81-0 bttv

options bttv card=150

 

source by : http://wajaknet.com

http://technosoft-INDONESIA.com

http://pawonan.com

written : nokitsan

A bit share ” How to install Mysql server/client,Php-Webserver, till Gammu & Gammu-smsd”

 

1.install MYSQL–>>

sudo apt-get install mysql-server mysql-client

dependency required : mysql-common libnet-daemon-perl libplrpc-perl libdbi-perl libmysqlclient16
libdbd-mysql-perl mysql-client-core-5.1 mysql-client-5.1
mysql-server-core-5.1 mysql-server-5.1 libhtml-template-perl mysql-client
mysql-server
2.install apache2—>

sudo apt-get install apache2

dependency required : libssl0.9.8 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
apache2.2-bin apache2-utils apache2.2-common apache2-mpm-worker apache2

3.install php5 —>

sudo apt-get install php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json

dependency required : apache2-mpm-prefork php5-common libapache2-mod-php5 mlock libc-client2007e
libmcrypt4 libming1 libt1-5 libtidy-0.99-0 php5-cli php-pear php5 php5-curl
php5-gd php5-idn php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming
php5-mysql pslib1 php5-ps php5-pspell php5-recode php5-snmp php5-sqlite
php5-tidy php5-xmlrpc php5-xsl

4.install phpmyadmin —>

sudo apt-get install phpmyadmin

dependency required : dbconfig-common wwwconfig-common javascript-common libjs-mootools phpmyadmin

5.install gammu –>

sudo apt-get install gammu gammu-smsd

dependency required : libgammu7 gammu libdbi0 libpq5 libgsmsd7 gammu-smsd libgammu-i18n

6.install php-pear —>

sudo apt-get install php-pear

dependency required : libssl0.9.8 libncurses5 libsqlite3-0 php5-cli php5-mysql php5-xsl
php5-pspell libsnmp-base libsnmp15 php5-snmp php5-curl php5-recode
php5-xmlrpc php5-sqlite php5-gd php5-tidy libapache2-mod-php5 php5-common
php-pear

 

Source by : http://amrudasword.co.cc

Build your sms gateway with Gammu-smsd under Ubuntu platform

 

 

 

 

 

 

 

 

 

 

Assalamualaikum, hi friends nice to see U again……… 🙂

After very long long long time, i was not blogging (it’s 4 days, i thought?) hhehehehhe. and now let’s talking about ubuntu technology again.

Ok, may i introduce about gammu sms gateway :

It’s easy to install and configure Gammu under my development environment(ubuntu). Here I’m using standar Ubuntu.

OK next,

so how to install Gammu on Ubuntu ?

Continue reading

NMAP for Ubuntu = spying software

 

Ok, setelah kemaren aku berceloteh ria,

meskipun singkat,dan nggak jelas, tapi kamu udah punya gambaran kan???

apa yang akan aku posting hari ini?

Pagi ini kita akan membahas tentang “spying software” yang ada dalam platform Ubuntu, dan denger-denger software ini, sering di gunakan para hacker untuk mengintai server mangsanya. Wuuuiiiiii sadis, emang gitu friends.

Tapi disini, aku mau share something kayak satu ini, bukan karena aku mo nunjukin, ato berjamaah ria developing hacker community.

Disini aku cuma mau membuka mata temen2 yang mungkin masih awam dalam dunia IT, bahwa hal-hal dalam context ini, (spaying software) itu sangat biasa banget di gunakan, dan cara penggunaannya pun juga gampang, nggak perlu expert banget lah. . . , cukup tau dan kamu pun bisa menggunakannya.

Terus apakah software tersebut?

Namanya NMAP friends!!! software ini biasanya sudah terinstall default di OS backtrack (OS linux standard para hacker), tapi kamu juga bisa menginstallnya di OS Ubuntu kamu. Dan dari sisi functions, software ini juga nggak tanggung2,

dg NMAP kamu bisa :

  • Scaning ip yang aktif dalam suatu jaringan local
  • Mengetahui port mana saja yang aktif target sasaran (biasanya dari sisi inilah hacker (meretas) sebuah server)
  • Ping ke dalam rentetan IP
  • Mengetahui OS target sasaran
  • dan masih banyak banget friends!!

Cara Install :

sudo apt-get install nmap

Cara Penggunaan :

1. Memindai port yang aktif :

nmap -sT -p 80 -oG – 192.168.1.* | grep open

2. Scan IP dengan ping rentetan :

nmap -sP 192.168.1.100-254

3. Pelajari tentang port host dan remote deteksi SO

nmap -sS -P0 -sV -O

Dimana IP tunggal, nama atau subnet
-SS TCP SYN scanning (juga dikenal sebagai setengah terbuka (semi terbuka) atau stealth scanning)
-P0 memungkinkan Anda untuk menonaktifkan ping ICMP.
-SV Deteksi versi memungkinkan
Bendera, yang memungkinkan upaya untuk mengidentifikasi sistem operasi remote

Pilihan lain:
V-ay-menggunakan dua kali untuk lebih detail.

nmap-sS-P0-A-v <target>

4. Periksa Jaringan Rogue AP.

nmap -A -p1-85,113,443,8080-8100 -T4 –min-hostgroup 50 –max-rtt-timeout 2000 –initial-rtt-timeout 300 –max-retries 3 –host-timeout 20m –max-scan-delay 1000 -oA wapscan 10.0.0.0/8

digunakan untuk menghitung AP(Access Point) dalam suatu jaringan Besar.

5. Gunakan umpan selama pemindaian port untuk menghindari tertangkap oleh administrator sistem

sudo nmap -sS 192.168.0.10 -D 192.168.0.2

digunakan untuk scanning port target (192.168.0.10), dan dengan menyamar kan ip kita menjadi (192.168.0.2), sehingga menghindarkan kita untuk, tertangkap oleh administrator sistem.

6. Periksa virus pada LAN Anda Conficker dll.

nmap -PN -T4 -p139,445 -n -v –script=smb-check-vulns –script-args safe=1 192.168.0.1-254

192.168.0.1-256 ganti dengan IP yang ingin Anda periksa.

7. Daftar reverse DNS untuk subnet

nmap -R -sL 209.85.229.99/27 | awk ‘{if($3==”not”)print”(“$2?) no PTR”;else print$3? is “$2}’ | grep ‘(‘

Perintah ini digunakan nmap untuk melakukan lookup reverse DNS pada subnet. Ini menghasilkan daftar alamat IP dengan catatan PTR yang sesuai untuk subnet yang diberikan. Anda dapat memasukkan subnet dalam notasi CIDR (yaitu / 24 untuk Kelas C)
Anda bisa menambahkan “xxxx-dns-server” setelah “-sL” jika Anda perlu penelitian yang akan dilakukan pada server DNS tertentu. Dalam beberapa instalasi kebutuhan untuk menjalankan dalam nmap sudo. Saya juga berharap awk adalah standar dalam sebagian besar distro.

8. Cari semua alamat IP dalam jaringan

nmap -sP 192.168.0.*

Pilihan lain adalah:
– ke subnet yang spesifik.

nmap -sP 192.168.0.0/24

9. Berapa banyak distribusi Linux dan Windows, yang adalah perangkat pada jaringan Anda

sudo nmap -F -O 192.168.0.1-255 | grep “Running: ” > /tmp/os; echo “$(cat /tmp/os | grep Linux | wc -l) Linux device(s)”; echo “$(cat /tmp/os | grep Windows | wc -l) Window(s) devices”

10. Cari IP yang tidak digunakan dalam subnet tertentu

nmap -T4 -sP 192.168.2.0/24 && egrep “00:00:00:00:00:00? /proc/net/arp

Sebenarnya dari sisi functions di atas, kita dapat mengkombinasikannya, dari command yang satu dengan command yang lain, dan nggak cuma itu kok functions dari NMAP, masih buanyak lagi . . . . .

Kalo kamu tertarik mendalami NMAP lebih dalam, langsung aja nongol di :

http://nmap.org/

Emmmmm semoga bermanfaat, N see Yaaa!!

 

Source : http://www.shadowsmaker.info/2011/07/10-cara-menggunakan-nmap.html

UBUNTU = Spy software?

Assalamualaikum . . . . . sore friends!!!

Aku mau sedikit sharing nih tentang dunia hacking. . . . .

waaaah anget nih . . . . ternyata di ubuntu ada spy software yang sering digunakan oleh para hacker untuk memantau target sasarannya.

apaan tuh? sorry friends nggak sekarang . . . . . kalo memang penasaran, penting nih…..!!!

Pantengin terus JM-foundation

i ‘m going to post and share about

spying software on Ubuntu . . . . tomorrow in d’ morning!!!

DO NOT MISS IT ONE!

wassalamualaikum. N see YAAA…..