dtrx in Linux tries to extract any archive. It asks questions that can be a bit tricky and confuses case when doing so, but it seems to work fine.'
# Make sure Supervisor comes up after a reboot. sudo systemctl enable supervisor # Bring Supervisor up right now. sudo systemctl start supervisor
I need to set up a chat for a group where some people would prefer to use their e-mail. For these people, any mail message they send, it should immediately be posted to the chat channel. For all chats posted in the chat room, there should be options to send them out to the e-mail recepient:
It turns out to be hard to find such a solution. I am currently looking at Fleep - A messenger for your teams and projects which is it's own chat, and at Email to Slack – MailClark, your team’s bot for external communicationsk for Slack. So far this is what i have found.
There is also something called Zapier which is more of a toolkit and does not seem to have , but so far I am seriously thinking of creating one myself, but alas I do not think I have the time.
Apply this CSS somehow, for example through stylish:
.tabbrowser-tab .tab-label { opacity: 1 !important; color: black !important; background-color: white; } .tabbrowser-tab[pending], .alltabs-item[pending] { opacity: 1 !important; color: black !important; background-color: white; }
If you use Stylish add this namespace line first:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
I used Firefox - style of inactive or unloaded tabs - Themes and Skins for Browser - userstyles.org as a template.
ffmpeg -i 20161019_171944.mp4 -qscale 0 -vf "crop=900:400:2000:600" cropped.mp4 0KB sq= 0B f=0/0
See more here: FFmpeg Filters Documentation
Also featuring octavist (basso profondo) singing
https://www.youtube.com/watch?v=MEYwu9F-YHc
GrovePi+ a Raspberry Pi hat that breaks out connectors for grove contacts. I think grove is basically a standard where you get power in conjunction with every pin on the development board. So it could be digital, analog and so on.
0.5 Inch OLED display Arduino shield for the Arduino micro form factor
Base Shield V2 A shield hat breaks out connectors for grove contacts. I think grove is basically a standard where you get power in conjunction with every pin on inthis case an Arduino or Arduino compatible. So it could be digital, analog and so on.
Screw Shield sturdier connections
GraphQL | A query language for your API
Looks interesting, as an alternative to REST or JSON-RPC.
This trick uses pure CSS to make a Google document into a PDF slide presentation. Just export the doc to HTML and paste in the CSS code below.
Export your document to HTML
Open the HTML document and remove the style element inside the head element
Paste this style element in instead (it assumes your logo is in images/image00.png)
<style type="text/css"> p { display: none; } body { font-family: sans-serif; } p.title { display: block; font-weight: bold; font-size: 48px } @media print { h1, h2 { page-break-before: always; padding-top: 40mm } h1 { font-size: 42px } h2 { font-size: 36px } h1, h2 { background-image: url('./images/image00.png'); background-repeat: no-repeat; background-position: left top } } </style>
Open the html file in e.g. Google Chrome
Open print dialog
Make sure "Background graphics" is ticked if you are using Google Chrome
Print to PDF
Open PDF in PDF viewer
Choose Presentation mode
Teensy 3.5 & 3.6 by Paul Stoffregen — Kickstarter
Teensy are Arduino compatible microprocessor boards with a bit more oomph than Arduino. The new Teensies run on an ARM processor and at clock speeds above 100 MHz, while still beeing teensy in size.
The new Teens boards have a dedicated cryptographic co-processor that according to the PDFs linked below supports acceleration of the DES, 3DES, AES, MD5, SHA-1, and SHA-256 algorithms. So basically cryptographic hasing (SHA-256) and symmetric crypto (AES).
From the kickstarter page:
Features specific to Teensy 3.6:
Features specific to Teensy 3.5:
Features common to both:
Quoted from the page (Ubuntu ):
Often people want to be able to shut their computers down without requiring a password to do so. This is particularly useful in media PCs where you want to be able to use the shutdown command in the media centre to shutdown the whole computer.
To do this you need to add some cmnd aliases as follows:
Cmnd_Alias SHUTDOWN_CMDS = /sbin/poweroff, /sbin/halt, /sbin/reboot
You also need to add a user specification (at the end of the file after the "%admin ALL = (ALL) ALL" line so it takes effect - see above for details):
<your username> ALL=(ALL) NOPASSWD: SHUTDOWN_CMDS
Obviously you need to replace "<your username>" with the username of the user who needs to be able to shutdown the pc without a password. You can use a user alias here as normal.
Read more: Link - Sudoers - Community Help Wiki
That is, when you depress the start button on the left hand side, it sometimes has problem starting up, especially when not connected to mains, then in my experience you may need to get a new CR2032 battery on the mother board.
You should be grounded and it may be a good idea to disconnect the battery (the big one, not the coin cell we are talking about in this blog post) from the motherboard before beginning. The old CR2032 battery had a voltage of 2.94V as measured and a new one 3.04V. So maybe it started working better for another reason, or that difference is enough. Maybe the old one had an even lower voltage under load.
One of my computers has for some time had the problem that tabs in Chrome get the "Oh snap!" message after a while, and Firefox just crashes mysteriously after many hours. This computer runs Ubuntu 16.10 and has an M2 SSD. Now my laptop is showing exactly the same behaviour, after having had an SSD installed.
I wonder if this is because the hardware isn't up to handling the speed of the SSD drives or if there is some kind of conflict between the SSD and the OS. I will slow down the SSD bus speed on the laptop and see if that helps.
Update 2016-12-31:
It helped!
...which mean they should end with a USB male type A connector:
CJMCU-Beetle Leonardo USB ATMEGA32U4 Development Board for Arduino - Free Shipping - DealExtreme
CJMCU-Beetle USB ATMEGA32U4 Mini Development Board For Arduino Sale - Banggood.com
Digispark USB Development Board - Digistump
PicoDuino Attiny85 arduino & RGB led from bobricius on Tindie
WINXI - arduino ZERO Pro M0 stick AtSamD21E18 from bobricius on Tindie
PicoDuino AtTiny85, RGB LED, 3+1 Buttons (HID) from bobricius on Tindie