Jumat, 06 September 2013

Komputer Untuk Semua Kalangan


Hiruk pikuknya dunia yang dijejali beragam aktivitas manusia di dalam nya, merupakan sebuah kenyataan yang tak mungkin dihindari. tau gak berapa jumlah total manusia yang mendiami dunia? tahun 2012 kemarin tercatat hampir tujuh milyar umat, itu belum termasuk hewan, tumbuhan, kuntilanak dan rekan nya disamping anda. wow, ga kebayang kalo jumlah itu akan terus bertambah, tentu saja akan penuh sesak. dan bukan tidak mungkin manusia akan mencari tempat tinggal lain planet lain.

Dengan jumlah yang begitu banyak nya, tentu saja akan menimbulkan keberagaman antar manusia itu sendiri, entah perbedaan budaya, agama,  perilaku, maupun style, contoh gampangannya adalah penulis sendiri, dengan style nya yang agak nyeleneh, bahasa ngetrend nya agak gila, rambut acak acakan, baju kadang rapi kadang juga gak pake baju, nah di situ nya sisi gilanya. orang belum kenal mungkin anggap gila, namun seperti kata pepatah dont judge the book by its cover, this is who iam, take it or leave it. Eh, tapi yang pasti, semua orang mayoritas memiliki style tersendiri, entah punya pedoman gaya barat maupun ketimuran. Bahkan yang lagi hapening sekarang di indonesia adalah gaya boy dan girl band, dengan gaya rambut dan pakaian kpop style.

Apapun gaya anda, komputer selalu bisa dimanfaatken untuk semua kalangan :D:D:D,
Salam bahagia Dunia Akhirat

Cara reset password mysql


Cara reset password mysql
Stop the mysql demon process using this command :
  •    sudo /etc/init.d/mysql stop


  • Start the mysqld demon process using the --skip-grant-tables option with this command 
    •    sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking &

  • Because you are not checking user privs at this point, it's safest to disable networking. In Dapper, /usr/bin/mysgld... did not work. However, mysqld --skip-grant-tables did.
    • start the mysql client process using this command 
      •    mysql -u root
    • from the mysql prompt execute this command to be able to change any password
      •    FLUSH PRIVILEGES;
    • Then reset/update your password 
      •    SET PASSWORD FOR root@'localhost' = PASSWORD('password');
    • If you have a mysql root account that can connect from everywhere, you should also do:
      •    UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';
    • Alternate Method:
      •    USE mysql
           UPDATE user SET Password = PASSWORD('newpwd')
           WHERE Host = 'localhost' AND User = 'root';
    • And if you have a root account that can access from everywhere:
      •    USE mysql
           UPDATE user SET Password = PASSWORD('newpwd')
           WHERE Host = '%' AND User = 'root';
    For either method, once have received a message indicating a successful query (one or more rows affected), flush privileges:
    FLUSH PRIVILEGES;

    Then stop the mysqld process and relaunch it with the classical way:
    sudo /etc/init.d/mysql stop
    sudo /etc/init.d/mysql start

    When you have completed all this steps ,you can easily access to your mysql server with the password you have set in the step before. An easy way to have a full control of your mysql server is phpmyadmin (www.phpmyadmin.net), software made in php that can give you a web interface that can be very usefull to people that havent got a lot of confidence with bash .To install phpmyadmin on you server you will need to have 4 things:
    • web server apache
    • php 
    • mysql server/mysql client installed
    • php_mysql support for apache 
    All packages can be found browsing synaptic.

    Another way, purge


    I also had some problems with mysql just not accepting my password. I tried the other way as well and it just ended up being difficult. I had not been able to use mysql so it was empty anyway. If this is also your case you may opt for the PURGE way. This removes every file related to mysql. Depending on your installation the packages might be diffrent, mysql-server in 6.10 is called mysql-server-5.0 as an example.
     USE THIS AS A LAST RESORT METHOD, YOU WILL LOSE ALL YOUR MYSQL DATA
    sudo apt-get --purge remove mysql-server mysql-common mysql-client

    sudo apt-get install mysql-server mysql-common mysql-client

    In the next step be sure to chance the your-new-password with the password you want!
    mysqladmin -u root password your-new-password
    sudo /etc/init.d/mysql restart

    mysql -u root -p

    APLIKASI UNTUK MEMPERINDAH TAMPILAN WINDOWS 7






    1. RAINMETER



      Rainmeter menawarkan ribuan tampilan yang sepenuhnya bisa disesuaikan, menjadikan desktop lebih hidup dan bebas untuk di-download.
    2. OBJECTDOCK











      ObjectDock adalah desktop dock animasi untuk aplikasi, berdasarkan desain dipopulerkan oleh Mac. Jika Anda membuat transisi dari Mac ke PC, ini terlihat familiar akan membantu memudahkan transisi.
    3. FENCES



      Merapikan desktop yang berantakan dengan FENCES, perangkat lunak yang menyembunyikan ikon ketika tidak dibutuhkan. Untuk melihat file Anda, arahkan mouse Anda ke layar.


    Selasa, 30 April 2013

    Daftar Situs Wallpaper


    BERIKUT INI ADALAH DAFTAR SITUS YANG MENYEDIAKAN BERBAGAI MACAM WALLPAPER, LANGSUNG SAJA MENUJU TKP


    http://browse.deviantart.com/customization/wallpaper/ Browsing Wallpaper on deviantART

    http://interfacelift.com/wallpaper_b...oads/date/any/ InterfaceLIFT

    http://www.digitalblasphemy.com/freegallery.shtml Digital Blasphemy 

    http://wallbase.net/ Wallbase

    http://www.socwall.com/ Social Wallpapering

    http://www.widescreen-wallpaper.eu/ Widescreen Wallpapers

    http://wallpaperswide.com/ WallpapersWide

    http://widescreen.pixxp.com/ Widescreen HD Wallpapers

    http://www.graffitiwallpaper.com/ Graffiti Wallpaper

    http://desktopography.net/ Desktopography 2009

    Senin, 11 Februari 2013

    Install Flashtool di Ubuntu



    Flashtool in Ubuntu Linux

    Saya mencoba flashtool di Ubuntu Linux untuk mengubah firmware di ponsel Xperia saya, thanks to XDA devs dan Flashtool devs.

    Here is how

    Download flashtool for Linux from (Refer, http://forum.xda-developers.com/showthread.php?t=1588586)

    http://androxyde.github.com/Flashtool/


    After downloading the linux version with extension tar.7z, unzip it

    To do this, install p7zip, p7zip-full from synaptic or from software center




    Unzip the Flashtool folder,

    Add this rules to following file (create this file by copying existing 70-persistent-net.rules as follows,
    sudo cp /etc/udev/rules.d/70-persistent-net.rules /etc/udev/rules.d/80-persistent-usb.rules)



    sudo vi /etc/udev/rules.d/80-persistent-usb.rules

    and add


    SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0fce", SYSFS{idProduct}=="*", MODE="0777"


    Should look like this




    Before running flashtool install ia32-libs

    sudo apt-get install ia32-libs

    To run the flashtool enter the directory where the 7zip got extracted and run FlashTool as super user

    For e.g I did this



    cd Downloads/FlashTool/




    sudo su


     ./FlashTool


    It should look like this



    I choose to install a firmware to my Xperia phone and Flashtool in action





    After installing new Firmware my phone screen looks as below 

    Minggu, 07 Oktober 2012

    Instal Modem Venus Fast2 dan Huawei E1550/E153 di Ubuntu 12.04


    Gausah pake lama-lama, langsung aja simak cara berikut untuk install modem Venus Fast2 dan Huawei E153/1550 di Ubuntu 12.04 LTS


    Penampakan modem huawei

    1. Buka terminal dan ketikkan perintah berikut :


    VENUS:
    sudo gedit /lib/udev/rules.d/76-venus.rules  > save

    HUAWEI:
    sudo gedit /lib/udev/rules.d/76-huawei.rules > save


    Kemudian kopikan skrip ini kedalamnya :


    VENUS:
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="1000", RUN+="/usr/bin/eject %k"

    HUAWEI:
    ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="/usr/bin/eject %k"

    Save lalu tutup file.                                                        

    2. Buka terminal lagi dan edit file /etc/modules : 

    sudo gedit /etc/modules

    Ketikkan 2 skrip ini di baris paling bawah :


    VENUS:
    usbserial vendor=0x19f5 product=0x9909

    HUAWEI
    usbserial vendor=0x12d1 product=0x14ac

    Save dan tutup filenya.

    3. Reboot komputer.

    Sekarang coba colok modem tersebut, tunggu beberapa saat nanti pasti langsung terdeteksi sebagai modem. Nah, setelah itu terserah mau kalian koneksikan menggunakan network manager atau wvdial, keduanya sama-sama bisa.
    Sabtu, 06 Oktober 2012

    Perbandingan Paket Internet Broadband


    Layanan internet provider di Indonesia menawarkan berbagai paket koneksi internet, dari paket termurah sampai termahal. Paket tersebut memiliki kuota dan kecepatan paket internet masing-masing dengan harga tertentu pula, berikut ini adalah perbandingan paket tersebut:

    PAKET TELKOMSEL FLASH
    Flash Unlimited
    Setelah melewati batas pemakaian wajar, kecepatan akses diturunkan hingga (maks) 64 kbps TANPA DIKENAKAN biaya tambahan


    Midnight Flash Unlimited
    Paket FUN Night atau Midnight Flash Unlimited adalah paket Internet Unlimited dengan bonus kuota (fair use) yang hanya dapat digunakan pada tengah malam (00:01 - 05:59) dengan masa aktif paket 30 hari (Paket Rp. 25.000 dan Rp. 50.000) serta paket harian Rp. 1.000. Paket ini sangat cocok untuk mereka yang gemar download, streaming atau mereka yang suka aktivitas Internet di malam hari.


    Flash Volume Based
    Setelah melewati volume yg disediakan, pelanggan akan dikenakan biaya Rp 1/kB
     
     
    Untuk info lebih detail, klik disini

    PAKET INDOSAT INTERNET


    Untuk info lebih detail, klik disini


    PAKET INTERNET AXIS
    Axis Eksis
    AXIS Eksis cocok untuk penggunaan di handphone dan smartphone.

    Kecepatan maksimum layanan AXIS Eksis tidak dibatasi dan jika telah mencapai FUP maka kecepatan tersebut akan diturunkan menjadi hingga 64 kbps (berlaku di jaringan HSDPA dan akan menyesuaikan untuk kecepatan di jaringan 3G, EDGE, dan 2G)

    Axis Pro Unlimited
    AXIS Pro Unlimited cocok untuk penggunaan di tablet, smartphones, maupun laptop/PC.

    Kecepatan maksimum layanan AXIS Pro Unlimited dan paket Speed Booster tidak dibatasi dan jika telah mencapai FUP maka kecepatan tersebut akan diturunkan menjadi hingga 128 kbps (berlaku di jaringan HSDPA dan akan menyesuaikan untuk kecepatan di jaringan 3G, EDGE, dan 2G)

    Untuk info lebih detail, klik disini


    PAKET INTERNET XL HotRod 3G+

    Untuk saat ini XL telah menhapus paket internet unlimited dan untuk pelanggan dengan nomor diluar Jakarta, Surabaya, Medan, Denpasar, Bandung, Semarang, Jogja, Palembang yang mengaktifkan paket diatas, dapat menikmati akses internet dengan kecepatan hingga 2 Mbps.

    Untuk info lebih detail, klik disini


    PAKET INTERNET FLEXI
    Kecepatan akses up to 153 Kbps (single speed)


    Untuk info lebih detai, klik disini


    PAKET INTERNET SMARTFREN
    True Unlimited


    Volume Based


    Untuk info lebih detail, klik disini


    PAKET INTERNET UNLIMITED THREE

    Paket diatas adalah paket internet unlimited 3. Setelah melewati batas pemakaian wajar, kecepatan akses diturunkan hingga (maks) 64 kbps.

    Untuk info lebih detai, klik disini 


    PAKET INTERNET AHA



    Untuk info lebih detail, klik disini

    Paket manakah yang anda pakai?

    Sabtu, 29 September 2012

    Install Apache, PHP, MYSQL and phpMyAdmin di Ubuntu


    I will show the command and configuration to install Apache, PHP, MYSQL and phpMyAdmin in Ubuntu
    1. Installing  Apache
    • Open your terminal and type the bellow command
           #sudo apt-get install apache2
    install_apache
    • It will ask for your password, Type your ubuntu password and press  enter key, it will ask for confirmation
    confirm_install
    • Type y and press enter key
    • When installation is done, open your browser and type   http://localhost/
    • I will print it works into the browser
    2. Installing PHP
    • Open your terminal and type the bellow command
            #sudo apt-get install php5 libapache2-mod-php5
    install_php
    • It will ask for your password, Type your ubuntu password and press  enter key, it will ask for confirmation
    confirm_install
    • Type y and press enter key
    • After the successful installation restart Apache using the below command
            #sudo /etc/init.d/apache2 restart
    • Open your  /var/www/ directory  and create a php file  with any name like info.php file, write some php code into the file
    test_php_and_apache
    • When installation is done and you have to created the php file into the /var/www/ directory, open your browser and type
    • It will   execute the file, which confirm that your apache and php installation was successful
    3.  Installing MYSQL
    • Open your terminal and type the bellow command
             #sudo apt-get install mysql-server
    install_mysql
    • It will ask for your password, Type your ubuntu password and press  enter key, it will ask for confirmation
    confirm_install
    • Type y and press enter key
    • During the installation you will be prompted for a password. Choose a secure and type the password and press enter. It will also ask to re enter password
    set_mysql_password
    4. Installing phpMyAdmin
    • Open your terminal and type the bellow command
            #sudo apt-get install phpmyadmin
    install_phpmyadmin
    • It will ask for your password, Type your ubuntu password and press  enter key, it will ask for confirmation
    confirm_install
    • Type y and press enter key
    • During the installation you will be prompted for a web server configuration. Select Apache and press Enter
    select_web_server_for_phpmyadmin
    • Now you will be prompted for phpmyadmin configuration, Select no
    phpmyadmin_config_option
    • In terminal Run the bellow command
              #sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf.d
    • Restart your apache server
             #sudo /etc/init.d/apache2 restart
    • Open your browser and type
    Your Apache, PHP, MYSQL and phpMyAdmin is ready in Ubuntu, start your coding…..