Skip to main content

Posts

Showing posts with the label tools

[FIXED] MySQL-Server 5.7

Affect Distribution Importance Assigned to Status MySQL-Server 5.7 Ubuntu 16.04.1 (x86_64) High h3rucutu Solved Version : 5.7.18 Packages : mysql-server-5.7 (mysql-server-5.7.18-0ubuntu0.16.04.1) mysql-server (mysql-server-5.7.18-0ubuntu0.16.04.1) Bug Description : Upgrading MySQL-Server to 5.7.18 version using apt-get Reproduce : ~$ sudo apt-get upgrade mysql-server-5.7 mysql-server Also Found : launchpad (bug-1605948) Solution : ~$ sudo service mysql start ~$ sudo mysql_upgrade -p ~$ sudo dpkg --configure mysql-server-5.7 ~$ sudo dpkg --configure mysql-server Root Caused : While upgrading mysql-server, mysql-server has been shutting down [ insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `mysql' overrides LSB defaults (0 1 6) ]. When the mysql_upgrade running, it's can't connect to mysql-server [ mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket ...

Nokia Suite 3.8.54

We know that Nokia Mobile Phone division has been sold to Microsoft, it's too hard to get support from Microsoft when you ask about the older product of Nokia such as Nokia N9. Although when you read the Nokia N9 Guide (issue 1.2) you'll found that N9 not supported with Nokia Suite, but the version 3.8.54 of Nokia Suite support N9. Nokia Suite will helps you to solve minor problem of Nokia Product such as syncing Contact, Messages, Musics and so on. Nokia Suite 3.8.54 For downloading Nokia Suite 3.8.54 I was forgot the url, but I make backup in my tusfiles account, you can download Nokia Suite 3.8.54 here . Beside syncing, this Suite also can help you to re-flash your N9 safety, downloading maps for offline use of Nokia Maps and Nokia Drive , and you can make a backup, so you can reload the backup file when your phone was damaging or you has been re-flashed your N9. Harmattan not yet died guys.

General Dashboard Vodafone

Someday ago, I was selling my broadband modem on Kaskus , and there is small problem about driver and dashboard which bundled on my modem doesn't loaded normally, so the buyer reject my modem. For this reason, my thread temporary closed and I starting to search many dashboard for my modem. After found many driver, I try it one by one and got the Official Vodafone Manager Broadband works on my modem. Although this dashboard still optionally make Vodafone Group as the default, but local operator of my country still detect and works. FYI, my modem is ZTE Vodafone K3805-z. Using Telkomsel (local operator of my country) on ZTE Vodafone K3805-z not so bad, the ping is almost perfect (under 80 ms ). See screenshot below. ZTE Vodafone K3805-z For download this dashboard, I forgot the link, but I make backup on the Tusfiles, download ZTE Vodafone K3805-z here .

Running Apache in another Port

Dalam keadaan default, apache2 akan berjalan pada port 80, yaitu port dimana protokol http biasanya diakses. Namun bagaimanakah kita bisa memanfaatkan port lain agar apache2 ini bisa berjalan pada port selain port defaultnya?? Saya akan membahas di sini bagaimana agar apache2 bisa berjalan pada port selain 80. Pertanyaan mendasarnya adalah, mengapa kita harus mengubah port default dari apache2 ini?? Untuk kebutuhan-kebutuhan khusus, mungkin anda akan sangat membutuhkan untuk menjalankan apache2 pada port lain. Semisal suatu kasus, saya telah berhasil mendapatkan hak akses administrator router dari sebuah jaringan lokal (LAN), selain melakukan aktivitas hacking di dalam jaringan lokal tersebut, saya juga ingin melakukan aktivitas hacking yang berinteraksi dengan internet, misalkan suatu server yang juga terhubung ke jaringan internet. Sehingga saya butuh port forwarding pada router tersebut untuk menggunakan IP Publiknya, sementara port 80 telah dipakai oleh komputer lain, sehingga...

Fixing Metasploit Update

When I'm trying to running msfupdate 2 weeks ago, I'm getting trouble about updating gems , the Installing pg (0.15.0) can't installed because something wrong in configuration about ruby . After 2 weeks, I can solve this. Ok, I will started from Metasploit update, when I'm running msfupdate , I'm getting error below: root@bt:~# msfupdate [*] [*] Attempting to update the Metasploit Framework... [*] HEAD is now at 522642a Updating mailmap Already on 'master' Your branch is ahead of 'origin/master' by 835 commits. remote: Counting objects: 565, done. Already Up to date [*] Updating gems... [/opt/metasploit/ruby/lib/ruby/gems/1.9.1/specifications/pg-0.15.0.gemspec] isn't a Gem::Specification (NilClass instead). [/opt/metasploit/ruby/lib/ruby/gems/1.9.1/specifications/pg-0.15.0.gemspec] isn't a Gem::Specification (NilClass instead). [/opt/metasploit/ruby/lib/ruby/gems/1.9.1/specifications/pg-0.15.0.gemspec] isn't a Gem::Specification (N...