The picocom client is a tiny serial port client which is very easy to work with: sudo picocom -b 115200 -r -l /dev/ttyUSB0 http://askubuntu.com/questions/638378/minicom-doesnt-work
The picocom client is a tiny serial port client which is very easy to work with: sudo picocom -b 115200 -r -l /dev/ttyUSB0 http://askubuntu.com/questions/638378/minicom-doesnt-work
This command can be used to set the keyboard layout in the terminal: setxkbmap dk
To enable LaTeX to find files in other folder use this: \makeatletter \def\input@path{{./}{../../../some-other-folder/}} \makeatother This is handy if including a TeX file from elsewhere that has file includes inside it self
See this post for the problem description. The main reason is that the debugger is not signed for mac. The page describes how to sign it.
I discovered that setting up a HP Enterprise printer on OSX Yosemite was not trivial when it had to print through a Windows spools via smb. So to get this to work follow the usual guides on windows spooler listed…
Here’s a few useful links for creating plugins for Adobe Lightroom: Lightroom SDK guid Lua language online book Lightroom SDK documentation of the modules Lua IDE Debugging Lua Other specific Lua stuff which might be useful: lua string replacement
You can download free OpenStreet Maps from here, see a guid hereĀ on how to select and download the map. The downloaded maps can be installed using ManageMaps (a custom app from Garmin, not on the app store) or simply by…
Here is a small tool for opening resources in Eclipse in system navigator: https://dl.bintray.com/lausdahl/generic/ The source is at: https://github.com/lausdahl/eclipsedevutils
I recently discovered that Windows does something funny when the path variable gets too big. (Here I mean that PATH variable + the user PATH variable). The funny thing is that it seems to permute the string somehow because after…
This setup attempts to configure a network where one subnet (192.168.2.x) uses a VPN connection as its default route where as another subnet (192.168.1.x) has a default route to the internet. The devices on each subnet should be able to…