Chào mọi người,
Tôi rất vui vì gần 4 năm qua nhận được sự quan tâm của mọi người, có người tìm đến blog này từ google, có người từ facebook, và cũng có những người bạn âm thầm ủng hộ.
4 năm đi qua, đã có nhiều thay đổi, về con người, về cả thời gian và không gian. Tối nay trên đường đi làm về, tôi nghĩ suy về giai đoạn mới cho blog này. Không đơn thuần là những bài viết ngắn dạng "làm thế nào"...
[HOW TO] reset MySQL root password on Linux
In this article I will show you how to reset MySQL root password.
Step 1: Stop MySQL server
/etc/init.d/mysql stop (systemd)systemctl stop mysqld (systemv)
Step 2: Start MySQL configuration
mysqld --skip-grant-tables &
Step 3: Login MySQL as root without password
mysql -uroot mysql
Step 4: Replace NEWPASSWORD
mysql>UPDATE user SET Password=PASSWORD('YOUR_PASSWORD') WHERE User='root';
mysql>FLUSH...
[HOW TO] Cisco SX20 : receiving incoming calls from unknown sources
Hi, We are using a Cisco SX20, this is working fine. But, the only problem is the fact there are a lot of unknown established calls. I told service provider, and they said me: the attacker scans port SIP on the internet to attack internal LAN.Hummmm,Googled, I known, my device is being probed by a SIP Scanner such as SIP Vicious.
4 days ago, I try to OFF DoNotDisturb Mode in SX20 Web Configuration....