blog.cryptomilk.org
algorithms • Andreas Schneider
http://blog.cryptomilk.org/tag/algorithms
The pain of poll(2)? If you’re working on a multi-platform project which does network communication you will end up thinking about replacing select(2) with poll(2) sooner or later. The problem with select are well known. poll(2) removes the limitations of select(2) and improves speed and features. The problem is that poll(2) isn’t available on all platforms. This means you need a poll(2)-emulation or create wrappers around other similar poll() functions. We use a poll(2)-emulation. Red-Black Trees were o...
wrbishop.com
Install your own open source private cloud with ownCloud - Technical Intercession
https://www.wrbishop.com/it/install-your-own-open-source-private-cloud-with-owncloud
Releasing Technology Bits and Pieces. MFJ-492X How-To Reset on Fail. Transmitting Magnetic Fields – That’s Amazing! Install your own open source private cloud with ownCloud. April 26, 2013. I live somewhere in that cloud! Do you need cloud storage under. Concerned about cloud providers breaking promises, selling. Data, closing up shop, cancelling. Account, or the feds taking. It provides simple (single machine ) private cloud storage and access with minimal hassle. OwnCloud runs on. And press “. Once you...
positon.org
Bsync: Bidirectional Synchronization using Rsync | Libre Things
http://positon.org/bsync-bidirectional-synchronization-using-rsync
Bsync: Bidirectional Synchronization using Rsync. Bsync is a bidirectional file synchronization tool, using rsync for transfers. Moved files. Are also synchronized in a smart way. For file transfers, find. To generate filelist snapshots, and ssh. Bsync is an alternative to Unison, written in Python 3. A big strength of bsync: it can detect and apply moved files from one side to the other (Unison uses some copy calls to handle moved files). In an efficient way, and to sync with my girlfriend laptop too.
blog.cryptomilk.org
Uncategorized • Andreas Schneider
http://blog.cryptomilk.org/category/uncategorized
Android 5 on the Samsung Galaxy Nexus. Another milestone, I got CyanogenMod. 120 (Android 5.0.1) nearly fully working on the Samsung Galaxy Alpha (SLTE) Exynos version. Video playback is not working but I’m sure it will just be a matter of time …. The source code is available are here. Monday, March 23, 2015. Taking your bike on a plane. Here is a totally computer unrelated post! Make sure you can still push the bike, the wheels should spin. In the end I have a small package like this:. If you’re o...
libssh.org
Features – libssh
https://www.libssh.org/features
Curve25519-sha256@libssh.org, ecdh-sha2-nistp256. Ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384,ecdsa-sha2-nistp521. Aes256-ctr, aes192-ctr, aes128-ctr. Aes256-cbc, aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc. Zlib, zlib@openssh.com. Hmac-sha2-512, hmac-sha2-256, hmac-sha1, none. None, password, public-key, hostbased, keyboard-interactive, gssapi-with-mic. Shell, exec (incl. SCP wrapper), direct-tcpip, subsystem, auth-agent-req@openssh.com. Statvfs@openssh.com, fstatvfs@openssh.com. A propriet...
jonmedia.net
OFS « Tobias Jähnel’s Blog
http://www.jonmedia.net/en/category/technical/ofs
Archive for the »OFS« Category. Laquo; Older Entries. August 7, 2010 - 12:59 pm. During some googeling yesterday I found that Linux New Media has translate our article about OFS into spanish language. Here is the PDF: http:/ www.linux-magazine.es/issue/50/040-043 Offline50.pdf. OFS proposal for Linux-Kongress accepted. July 1, 2010 - 5:16 pm. I’m very happy to inform you, that I will speak at this year’s Linux-Kongress. Our talk is scheduled for 1:30 pm on the second day of talks and here. I really recom...
jonmedia.net
Linux « Tobias Jähnel’s Blog
http://www.jonmedia.net/en/category/technical/linux
Archive for the »Linux« Category. Laquo; Older Entries. IPv6: First steps and experiences. October 21, 2012 - 7:21 pm. I’ve read and heard a lot about IPv6 in the last months, but wasn’t able to gain some practical experience yet. No I finally found some time to get my hands on a simple IPv6 setup at home. Rather late for me as a network guy but actually I did it. The setup was really easy. My main documentation sources were the Linux IPv6 HOWTO. And an IPv6 with Debian. August 7, 2010 - 12:59 pm. The Li...
jung.ms
www.jung.ms - Dipl.-Ing. Matthias Jung
http://www.jung.ms/index.php/blog
I look forward if you would subscribe to my rss feed:. Gem5 ARM Bare-Metal Example. On the gem5 mailing list are often quesitons regarding bare metal usage with full system simulation. Shows a simple example for an ARM Bare-Metal implementation with gem5. It can be used as a starting point for bare metal projects with this simulator. I hope that this code helps people starting with bare metal. Google Scholar Citation Widget for your Website. Http:/ scholar.google.de/citations? Now type make in the inipar...
lwn.net
Unit testing with mock objects in C [LWN.net]
https://lwn.net/Articles/558106
News from the source. Return to the Development page. Unit testing with mock objects in C. Benefits for LWN subscribers. The primary benefit from subscribing to LWN. Is helping to keep us publishing, but, beyond that, subscribers get immediate access to all site content and access to a number of extra site features. Please sign up today! July 17, 2013. This article was contributed by Andreas Schneider and Jakub Hrozek. Or the openSUSE Build Service. With permission from the author):. It is generally easy...