VirtualTam's bookmarks
37 bookmarks found
-
Dracut emergency shell
2018-04-20 - https://superuser.com/questions/1244536/dracut-emerg-shell-mount-lvm2-volume
- https://unix.stackexchange.com/questions/207593/how-to-make-lvms-at-available-boot-kernel-panic-dracut-cannot-find-logical-vo
- https://serverfault.com/questions/893721/centos7-dracut-lvm-command-not-found
- https://www.novell.com/coolsolutions/appnote/19386.html
- https://fedoraproject.org/wiki/How_to_debug_Dracut_problems
- https://kb.vmware.com/s/article/1002402
- https://forums.fedoraforum.org/showthread.php?294909-Need-dracut-emergency-shell-help-regenerate
-
$ docker start -a <id>
-
Debugging Humor
2017-10-11 -
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...
-
C+Python and core dumps - Stack Overflow
2017-04-26 - http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html
- https://lists.gt.net/python/python/1132756
1$ gdb --args python script.py 2[... GDB info ...] 3(gdb) run 4[... oooh crashes \o/ ...] 5(gdb)
-
radare2
2017-04-18 - https://github.com/radareorg/radare2
- https://book.rada.re/
- https://book.rada.re/refcard/intro.html
- https://monosource.gitbooks.io/radare2-explorations/content/
- https://reverseengineering.stackexchange.com/questions/20540/how-to-print-the-value-of-register-with-radare-2
- https://reverseengineering.stackexchange.com/questions/18085/radare2-find-command-line-arguments-and-location-in-stack
-
PyCharm + Windows
2017-04-17 PyCharm setup
- https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
- https://www.jetbrains.com/help/pycharm/2017.1/git.html
- https://confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
- https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-tox.html
- https://www.jetbrains.com/help/pycharm/2017.1/configuring-colors-and-fonts.html
- https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
Environment
- doesn't work with Git from Cygwin
- https://git-for-windows.github.io/
- https://www.python.org/downloads/
- https://github.com/jkaving/intellij-colors-solarized
- http://ethanschoonover.com/solarized
- https://fonts.google.com/specimen/Noto+Sans
- https://www.microsoft.com/en-us/download/details.aspx?id=44266
Packages
-
OpenShift Debugging 101 – OpenShift Blog
2017-03-30 -
Ça marche pas ! | CommitStrip
2016-03-21 -
Code review: WTF/min
2014-04-26