Category: Uncategorized

  • Open Port 3306 in ubuntu 12.04 to allow connections to mysql from any ip

    server running on a server and I wanted to know how to Open a Port 3306 in ubuntu 12.04 to allow connections to mysql from any ip mysql> select user,host from mysql.user; GRANT ALL ON *.* to user@’%’ IDENTIFIED BY ‘user-pwd’; mysql> FLUSH PRIVILEGES; mysql> select user,host from mysql.user; mysql>quit Also need to comment out…

  • Daftar Tugas Tambahan [Bonus]

    Berikut mhs yg sudah mengirimkan tugas tambahan (dari 41 cuman 14 yg ngirim) 113121072 http://pasundan-satu.blogspot.com/ 113120045 http://scriptdicto.tumblr.com/post/52360502439/proclub-itt 113120059 http://wordbecomeworld.blogspot.com/#?w=600 113121078 http://intelektual-muslim.blogspot.com/ 113121082 redifauzan.blogspot.com 113120066 http://hakatagaichiban.com/ 113120047 http://bigteacher.tk/ 113120062 www.mirzada.tk 113124084 http://hamimari.blogspot.com/ 113121075 http://thisdonkeyman.blogspot.com/ 113120049 http://pulungfaddly-scienceone-duablas.blogspot.com/2013/06/it-telkom.html#more 113120060 http://dotrizki.tk/ 113121077 http://dhamm-a**.tk/ 113120050 http://winamotospresent.blogspot.com/2013/06/ups-and-downs-of-college.html 113120043 http://summerpark.tumblr.com/ [backlink tidak ada] 113120051 coretan-kosan.blogspot.com

  • Apache logs too big. Filesystem full

    Error this occured when filesystem full, and some services can’t run very well. all can we do, is to remove some big files. example in directory /var/log/*or. just run “echo > /var/log/httpd_error.log”; finish, no need to shutdown your apache services.  

  • Compress a Whole Linux or UNIX Directory

    i found this in the internet. This Tutorial compress a whole linux or UNIX Directory. You need to use tar command as follows (syntax of tar command): tar -zcvf archive-name.tar.gz directory-name Where, -z: Compress archive using gzip program -c: Create archive -v: Verbose i.e display progress while creating archive -f: Archive File name sumber :…

  • Transfer File using SCP

    when error occured in your system linux, and then you need to recovery from safe mode or from live cd. sometimes you need to transfer from safe mode or live cd to other computer. this command show you, how to transfer to other Unix system. SCP [file location need you backup] [usernameTargetServer]@[IPAddressTarget]:[locationOnTheTargetServer] example : scp…

  • Install Eprints (via apt-get) on Ubuntu Server by Cin Wong

    sumber : disini This is the steps I have taken to install Eprints on Ubuntu. If you prefer official guide, see eprints wiki. When I first tried to install Eprints, I could not install this “via apt-get” installer. There is a dependency package called ‘textex-bin’. This package has been replaced with texLive so it no…

  • Choosing Default WordPress Theme through database

    sumber : disini There are times when there is problem in your theme that you have installed in your site and your site goes blank or white. In this situation you will not be able to log in to the WordPress Admin area. In this situation you can simply use the database to choose the…

  • Router

    Sumber : disini Router Router adalah perangkat jaringan yang digunakan untuk membagi protocol kepada anggota jaringan yang lainnya, dengan adanya router maka sebuah protocol dapat di-sharing kepada perangkat jaringan lain. Contoh aplikasinya adalah jika kita ingin membagi IP Adress kepada anggota jaringan maka kita dapat menggunakan router ini, ciri-ciri router adalah adanya fasilitas DHCP (Dynamic…

  • Teknologi GSM

    Sumber : disini 1. Jaringan GSM Global system for mobile communication (GSM) merupakan standar yang diterima secara global untuk komunikasi selular digital. Sebagian jaringan GSM beroperasi pada band 900 MHz atau 1800 MHz. Pada band 900 MHz, untuk uplink band frekuensi dialokasikan (890 – 915) MHz dan untuk downlink band frekuensi dialokasikan (935 – 960)…

  • Installing E-Prints on Ubuntu

    Sumber : http://wiki.eprints.org/w/Installing_EPrints_3_via_apt_%28Debian/Ubuntu%29 Installing EPrints 3 via apt (Debian/Ubuntu) David Tarrant has built a Debian/Ubuntu package for Eprints. Contents [hide] 1 APT Mirrors 1.1 EPrints Latest 1.1.1 Stable Builds 1.1.2 Testing Builds 1.1.3 Nightly Build 1.2 EPrints 3.X (Specific Version Locking) 1.2.1 Stable Release 1.2.2 Unstable Release 1.2.3 Nightly Build 2 Installing Eprints via apt-get…