Browsing all articles by almuth

Pas booting muncul error cannot mount /dev on /root/dev bla bla, kemudian masuk console BusyBox

Googling dan nemu solusi di ubuntuforum (lupa link-nya), mari kita coba

booting pake livecd (untungnya punya livecd)
buka terminal ketikan

$ sudo e2fsck -p -y -f /dev/sda2

sda2 diganti dengan dengan partisi hardisk anda

restart kompi dan alhamdulillah bisa booting lagi.

Ternyata masih ada masalah lagi, lihat network icon, lho kok network function disabled.

masuk terminal

~$ sudo lshw -C network  
  *-network DISABLED      
       description: Ethernet interface
       product: Atheros AR8132 / L1c Gigabit Ethernet Adapter
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: c0
       serial: 00:26:2d:70:ad:8f
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.0.1-NAPI firmware=N/A latency=0 link=yes multicast=yes port=twisted pair
       resources: irq:16 memory:f0500000-f053ffff ioport:2000(size=128)
  *-network DISABLED
       description: Wireless interface
       product: AR928X Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 00:26:5c:ab:52:c9
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k latency=0 multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 memory:f0600000-f060ffff
  *-network DISABLED
       description: Ethernet interface
       physical id: 4
       logical name: vboxnet0
       serial: 0a:00:27:00:00:00
       capabilities: ethernet physical
       configuration: broadcast=yes multicast=yes

lha kok disabled semua? *pusingtujuhkeliling*

Keluarin jurus andalan *Googling*, mecoba solusi berikut

~$ sudo pico /var/lib/NetworkManager/NetworkManager.state

ternyata nilai untuk NetworkingEnabled=false, ganti nilainya jadi true, simpan kemudian jalankan network manager

~$ sudo service network-manager restart

tada… berhasil berhasil berhasil, ah lega bisa connect inet lagi :)

=-=-=-=-=
Powered by Blogilo

I have problem when installing mongo extension for php in ubuntu 10.04, when i run this command

$ sudo pecl install mongo

it’s returning a result like this

 
 
Fatal error: Call to undefined method PEAR::raiseErro() in /usr/share/php/PEAR/REST.php on line 165

after googling i found this solution and it’s work for me

mkdir -p /tmp/pear/cache

Problem:

Thu Mar 31 07:55:27 Error: couldn’t connect to server 127.0.0.1 (anon):1154
exception: connect failed

Solution:

$ sudo rm -rf /var/lib/mongodb/mongod.lock #depend on mongodb config
$ sudo mongod -repair
$ sudo service mongodb start

And the problem is solved

$ mongo
MongoDB shell version: 1.6.5
connecting to: test
>

=-=-=-=-=
Powered by Blogilo

Tambahkan ppa firefox stable

$ sudo add-apt-repository ppa:mozillateam/firefox-stable
$ sudo apt-get update
$ sudo apt-get upgrade

=-=-=-=-=
Powered by Blogilo

JQuery merupakan salah satu javascript framework yang ringan, mudah dipelajari dan kompatibel dengan berbagai browser. Para pecinta JQuery selalu aktif membuat plugin yang luar biasa yang siap diimplementasikan pada website yang kita buat. Berikut adalah beberapa plugin JQuery yang layak untuk dicoba dan digunakan.

JQuery Mobile

JQuery Mobile merupakan sistem antarmuka terpadu untuk semua perangkat mobile populer, dibangun menggunakan JQuery dan JQuery UI. Kode yang ringan dengan peningkatan yang progresif, dan memiliki desain yang fleksibel dan mudah dikustomisasi.

CLEditor

CLEditor merupakan plugin JQuery dengan kode sumber terbuka yang berfungsi untuk WYSIWYG Editor. CLEditor memiliki kode yang ringan (hanya 14KB lengkap dengan css dan button atau 9KB setelah dikompres), fitur lengkap dan mudah untuk diaplikasikan pada website Anda. Read more »