Refer:
https://sourceware.org/gdb/wiki/STLSupport
http://www.yolinux.com/TUTORIALS/GDB-Commands.html#STLDEREF
Easy to install adobe flash plugin for firefox and chrome browser on you ubuntu.
install chrome:
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
install firefox
sudo apt-get install firefox
install adobe flash plugin for firefox and chrome
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
install firefox
sudo apt-get install firefox
install adobe flash plugin for firefox and chrome
sudo apt-get install adobe-flashpluginsudo apt-get install adobe-flashpluginsudo apt-get install adobe-flashplugin
surfmore ed addon firefox
Firefox addon for surfmore.eu
It can auto surf and auto click klick4credits.
If you want the addon, please register on surfmore.eu via my ref
http://surfmore.eu/index.php?ref=errong_leng
Once ref confirmed, I will send you the addon.
errong.leng@gmail.com|
Recovery your wordpress password if you forgot it.
$ mysql -u root -p
mysql> use wpdb
mysql> update wp_users set user_pass=MD5('ucLinux1!') where wp_users.user_login='errong.leng';
mysql> flush preligage;
mysql> quit
PS:
wpdb is the database name in wp-config.php
please refer to your case.
errong.leng is the user name, please refer to your case too.
ucLinux1! is the new password, please modify to your own password.
Must call flush preligage; otherwise you have to restart your mysql service.
mysql> use wpdb
mysql> update wp_users set user_pass=MD5('ucLinux1!') where wp_users.user_login='errong.leng';
mysql> flush preligage;
mysql> quit
PS:
wpdb is the database name in wp-config.php
wp-config.phpdefine('DB_NAME', 'wpdb');
please refer to your case.
errong.leng is the user name, please refer to your case too.
ucLinux1! is the new password, please modify to your own password.
Must call flush preligage; otherwise you have to restart your mysql service.
define('DB_NAME', 'wpdb');
Subscribe to:
Posts (Atom)
fixed: embedded-redis: Unable to run on macOS Sonoma
Issue you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma. java.la...
-
F:\webrowser>react-native run-android Scanning folders for symlinks in F:\webrowser\node_modules (73ms) Starting JS server... Buildin...
-
Refer: https://github.com/bazelbuild/bazel/wiki/Building-with-a-custom-toolchain https://www.tensorflow.org/tutorials/image_recognition
-
Solution react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android...