Votre navigateur est obsolète !

Pour une expériencenet et une sécurité optimale, mettez à jour votre navigateur. Mettre à jour maintenant

×

Hoai-Tuong NGUYEN

Postdoctoral Researcher, Data Mining, Bioinformatics

Nantes (44300) France
Professional Status
Employed
Open to opportunities
About Me
"Imagination is more important than knowledge" - A. Einstein
Tuong H. Nguyen (Ph.D.) nhtuong.wordpress.com
Speedtest CLI – command line no installation and root required
08 janv. 2019
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
[Unix] Ubuntu vs Touchscreen + Mouse
19 juil. 2015
With touchcreen PC, sometime click action of external mouse does not work. Here is a solution: Edit /etc/default/grub to include GRUB_CMDLINE_LINUX=”i8042.nopnp” Run: sudo update-grub Reboot.
[Personal use] A batch of essential installations
10 juil. 2015
#Update sudo apt-get update #R sudo apt-get install r-base r-base-dev #JDK sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-8-jdk #Node.js & Node Package Manager sudo apt-get install nodejs npm sudo ln -s /usr/bin/nodejs /usr/bin/node #CURL sudo apt-get install curl #Meteor curl https://install.meteor.com/ | sh #Meteorite npm install -g meteorite #rsync rsync -av user@domaine.com … Continue reading [Personal use] A batch of essential installations
[Unix] Add swap
13 mai 2015
To add this extra space to your instance you type: sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 sudo /sbin/mkswap /var/swap.1 sudo /sbin/swapon /var/swap.1 To enable it by default after reboot, add this line to /etc/fstab: /var/swap.1 swap swap defaults 0 0 Source: Stackoverflow
Enable OAuth2 for edX
08 avr. 2015
1. Add ‘social.apps.django_app.default’ to INSTALLED_APPS in /edx/app/edxapp/edx-platform/lms/envs/common.py 2. Then run the db migration: $ cd /edx/app/edxapp/edx-platform $ sudo -u www-data /edx/bin/python.edxapp ./manage.py lms syncdb –migrate –settings aws
Microsoft’s Revolution Analytics Acquisition Is The Wrong Way To Embrace R
28 janv. 2015
Why not? “Microsoft loves Linux”. Windows 10 is free to upgrade. Who knows Windows 1x (x>0) goes OS also? Source: Forbes
Bill & Melinda Gates: Our Big Bet
28 janv. 2015
“When the missionaries came to Africa they had the Bible and we had the land. They said ‘Let us pray.’ We closed our eyes. When we opened them we had the Bible and they had the land.” – Desmond Tutu The Gates came to Africa with the Bet and we had the land. They said … Continue reading Bill & Melinda Gates: Our Big Bet
The Reshaping of ASEAN: Consequences for East Asian Growth
28 janv. 2015
On Vietnam’s reform: F. Zakaria, CNN: “10 years ago […] Vietnam is the next China […] Now, nobody says this anymore.” Vietnam should be the next of itself (not a “copy” of). Labor intensity > technology intensity (knowledge-based economy) is not a China’s invention. What we may learn/do is to grow together as a responsible … Continue reading The Reshaping of ASEAN: Consequences for East Asian Growth
[R] Multilayer network with “rcytoscape” package
29 oct. 2014
Source: http://data2papers.wordpress.com/2014/07/18/multilayer-network-with-rcytoscape-package/
[Tips] Change URL from Chrome bookmarklet – Demo with BiblioInserm
24 mars 2014
1. Right-click on Bookmark bar, choose “Add page” 2. Name: BiblioInserm 3. URL: javascript:location=location.href.replace(document.domain,document.domain+".gate2.inist.fr") 4. Press “Save“