Some Linux distribution, such as Ubuntu for instance, offer a specific boot menu entry where it is stated “Recovery Mode” or “Single-User Mode“. If this is your case, selecting this menu entry will boot your machine into single user mode, you can carry on with the next part. If not, you [...]
Step # 1 : Stop mysql service
#/etc/init.d/mysql stop
Output:
Stopping MySQL database server: mysqld.
Step # 2: Start to MySQL server w/o password:
#mysqld_safe –skip-grant-tables &
Output:
[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started
Step # 3: Connect to mysql server using mysql client:
#mysql -u root
Output:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection [...]
Berikut lokasi Boot Grub pada Ubuntu LTS 10.04 Lucid Lynx
/boot/grub/grub.cfg
Salah satu fitur yang ada di mikrotik yaitu paket hotspot. Fitur ini berfungsi untuk mengatur pengguna koneksi internet di jaringan LAN kita, terutama jika kita memasang koneksi menggunakan WiFi atau menyediakan hotspot di LAN kita agar koneksi kita tidak digunakan oleh orang yg tidak berhak.
Selain security menggunakan MAC Filtering, WEP, dan atau WAP, model security [...]
Set konfigurasi bios untuk first boot dari cdrom
Masukkan Live CD yang sudah disiapkan
Masuk kedalam desktop, kemudian buka aplkasi Terminal atau konsol.
Menu > application > Terminal
Melalui terminal kita akan masuk kedalam konfigurasi GRUB
adnan@laptop:~$ sudo grub
kemudian akan muncul prompt GRUB seperti dibawah ini:
[ Minimal BASH-like line editing is supported.
For the first word, TAB lists possible command
completions. Anywhere [...]