VirtualTam's bookmarks
37 bookmarks found
-
- https://help.ubuntu.com/lts/serverguide/NTP.html
- https://wiki.archlinux.org/index.php/Systemd-timesyncd
- https://bbs.archlinux.org/viewtopic.php?id=182172
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812522;msg=17
- https://askubuntu.com/questions/280421/ubuntu-inside-virtual-machine-ntpd-or-ntpdate-or-to-avoid-clock-drift
- https://superuser.com/questions/938926/systemd-timesyncd-service-start-fails
- https://superuser.com/questions/688127/how-to-correctly-sync-time-in-linux-running-as-virtual-guest-after-host-resumes
-
An interview with Simon Roth, the developer of space colony simulator 'Maia' | GamingOnLinux
2017-02-02 "Currently I am coding love and relationships into the game, and am having to deal with some colonists who are getting a bit polyamorous with the non-sentient furniture items. I am yet to decide as to whether this is a bug."
-
- https://bugs.launchpad.net/linuxmint/+bug/927487
- https://forums.linuxmint.com/viewtopic.php?t=116058
- https://community.linuxmint.com/software/view/mint-meta-kde
- https://community.linuxmint.com/software/view/mint-meta-codecs-kde
- https://www.reddit.com/r/linuxmint/comments/45gwue/is_there_a_noob_friendly_way_to_install_kde/
-
Yocto / C / C++ 101
2016-08-13 C / C++
- https://en.wikibooks.org/wiki/C%2B%2B_Programming
- https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
- https://github.com/TheErk/CMake-tutorial
- https://github.com/brendangregg/FlameGraph
µC
Linux
Yocto
- https://www.yoctoproject.org/
- https://www.yoctoproject.org/documentation
- https://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html
Toaster
- https://wiki.yoctoproject.org/wiki/Toaster
- https://www.yoctoproject.org/docs/1.8/toaster-manual/toaster-manual.html
- https://www.yoctoproject.org/sites/default/files/toaster_presentation_elce_2014_interactive_dlr1.pdf
- https://wiki.yoctoproject.org/wiki/Setting_up_a_production_instance_of_Toaster
- Toaster+Jenkins: https://lists.yoctoproject.org/pipermail/yocto/2015-April/024339.html
- Toaster+Jenkins: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7527
BitBake
-
Ça marche pas ! | CommitStrip
2016-03-21 -
Excuses For Lazy Coders
2015-02-16 It's not a bug, it's a feature! "It was working in my head"
-
Python: run specific unit tests
2015-02-13 Given your unittests are in the
tests
directory:1# run a specific test module 2python -m unittest tests.<module> 3 4# run a specific test suite 5python -m unittest tests.<module>.<class> 6 7# run a specific test 8python -m unittest tests.<module>.<class>.<test> 9 10# run tests matching a given pattern 11python -m unittest discover -s tests -p <pattern>
-
xkcd::Workflow
2014-10-29 -
FindBugs - Find Bugs in Java Programs
2014-07-24 http://lib.tkk.fi/Dipl/2012/urn100637.pdf
Evaluating and enhancing FindBugs to detect bugs from mature software: Case study in Valuatum
-
How to Report Bugs Effectively
2014-07-15 -
Code review: WTF/min
2014-04-26