Author: truongan
-
Automatic deploy web application with GIT
I save up some useful link on this topic a long long while back: https://truongan.name.vn/automated-deploying-using-git/ but never got around to finish the story. My situation is: I have this web application project that I collaborated with some colleague. We have one repository hosting on our team server. I want to use that same server to…
-
Generate random password on linux, quick and easy way.
First of all is why random password? Traditionally, I only use random password on really important website when I really need a super strong password. On most cases I use easy to remember password. I have a small pool of passwords that are strong but also easy to remember for me, I use those passwords…
-
A small handmade box for my small tech stuff
Every time I commute to work, some of my tech have to go with me. I often travel light so besides my laptop and it’s charger, there’s not much stuff but they are small and tend to tangle up at the bottom of my bag. Below you can see some of my normal on-the-move stuff:…
-
Gnome 3.20 won’t work with synaptic touchpad anymore
My Arch Linux laptop has jut got updated to Gnome 3.20 and the first thing I notice is that palm detection and disable touchpad while typing will not work. It’s very annoying because I have quite large hand and while I rest my hand on the laptop to type, it will inevitably touch that touchpad,…
-
Troubleshooting gentoo box require root password to mount any drive
It’s has been like that recently. I didn’t notice at first until Mom told me that a password require message pop up every time she plugs in the usb drive. After googling around I narrow that problem down to udisks (the one make the mounting process) and polkit (the authorization mechanism). In ideal situation udisks…
-
I bought a dell XPS13 9343
I recently upgrade my laptop, switching from the economy class eMachines to the rather high end Dell xps13 9343 edition. The decision was not easy though, it was the most expensive item I ever purchased in my life, second only to my first motorbike. The purchase was made complicated because Dell did not sell that…
-
Lại hú vía một phen?
Appendicitis! 3 năm trước mình vào viện vì nghi viêm ruột thừa nhưng cuối cùng không kết luận được http://truongan.name.vn/?p=729, năm nay lại thế, lại về nhà theo dõi :v
-
List of software I install on new box
firefox gimp libreoffice conky codeblocks ibus-unikey zsh dropbox g++ git skype vim sudo
-
Nginx and PHP-FPM can’t invoke g++
I ran into this weird problem when trying to get my sharif-judge fork running in laravel Homestead. Well it ran fine but when it invoke g++ to compile stuff I ended up with error g++: error trying to exec ‘cc1plus’: execvp: No such file or directory The weirdest thing is that I can run g++…