OpenShot Video Editor 1.0 has just been released!
|
||||||
|
OpenShot Video Editor 1.0 has just been released! From GeekCook comes this clock for Geeks. If you haven’t used Google Translate, install the Google Toolbar, turn on Translate and translate this Chinese site into English. The translation will get you through a purchase; however, you will spot the challenges in translating a web page. Think what ThinkGeek would look like translated by Google into Chinese. Related articles
I have a number of HP Media Vault Pro, MV5150s, which I purchased to provide classroom storage at a low cost. These are MV2, Series 2 Media Vault servers, and the instructions that follow are specific to this series only. They work great, and I have begun to use them daily with all my classes. Out of the box they don’t support using rsync and that is one of my critical needs for a variety of functions. If you can’t open it, you don’t own it. And it was my first opportunity is a great while to see what embedded Linux systems are about in recent times. So time to hack. To start hacking a Media Vault means starting with Lee Devlin’s great website http://www.k0lee.com/hpmediavault/. It is a great respository for the HP Media Vault community and Lee led me to the two User Support Groups on Yahoo!: There is an 3300+ member Media Vault user group at Yahoo set up specifically to discuss the HP Media Vault and share information with other users. You can join the group and ask questions or search its archive of more than 8500 messages if you want to learn more about the HP Media Vault or can’t find the answer to your question in this FAQ. For hacking purposes, there is another group called Hacking the HP Mediavault. And both of these led me to installing the ipkg packager. These instructions work fine: Download ipkginstall.zip 1. Extract the file. Ipkg is now installed in /opt/bin and I modified /etc/profile to include that in the path. Then one simply runs “ipkg update” to install the file database and “ipkg install rsync” to install the new version of rsync. Ipkg installs rsync in /opt/bin and to make it work with remote rsync hosts I added a symbolic link in /sbin to /opt/bin/rsync. The HP MV2 series uses Busybox linux. Busybox comes with Dropbear SSH which is compatible with OpenSSH ~/.ssh/authorized_keys public key authentication, so use these simple instructions from Mathias Kettner SSH login without password Your aim You want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don’t want to enter any passwords, because you want to call ssh from a within a shell script. How to do it First log in on A as user a and generate a pair of authentication keys. Do not enter a passphrase: a@A:~> ssh-keygen -t rsa Now use ssh to create a directory ~/.ssh as user b on B. (The directory may already exist, which is fine): a@A:~> ssh b@B mkdir -p .ssh Finally append a’s new public key to b@B:.ssh/authorized_keys and enter b’s password one last time: a@A:~> cat .ssh/id_rsa.pub | ssh b@B ‘cat >> .ssh/authorized_keys’ From now on you can log into B as b from A as a without password: a@A:~> ssh b@B hostname And that was all there is to it. Follow the caveats. Know your abilities. As always your mileage may vary. ![]()
The Art of Community by Jono Bacon
Bacon is the Community Manager for Ubuntu ( Related articles
After a brief hiatus, Geek of the Week is back with a rapping computer science lecturer from the University of Washington. Read the full article HERE Related articles
This event was watched and reviewed by one of my favorite techies and it was their opinion that this was a useful webcast instead of the more pedantic variety which appear more like a reference manual to a product than a hands-on “howto” type. Highly recommended!
In this webcast, Git evangelist Scott Chacon covers the basics of the Git source control system. He’ll introduce the audience to Git basics: staging and committing snapshots, viewing the commit log, pushing to and pulling from servers, and creating, switching between, and merging branches. Finally he’ll quickly cover a few more advanced features – code annotation, advanced log options and possibly more, time permitting. Thanks to Antonio Lupetti WordPress Visual Cheat Sheet is the new document, of the Visual Cheat Sheet family, that contains a practical reference guide to WordPress 2.8. This cheat sheet (5 pages) contains the full reference guide to WP Template Tags with detailed descriptions and sample code. WordPress-Visual-Cheat-Sheet LinuxCon – The New Annual Technical Conference for All Matters Linux LinuxCon is a new annual technical conference that will provide an unmatched collaboration and education space for all matters Linux. LinuxCon will bring together the best and brightest that the Linux community has to offer, including core developers, administrators, end users, community managers and industry experts. In being the conference for “all matters Linux”, LinuxCon will be informative and educational for a wide range of attendees. We will not only bring together all of the best technical talent but the decision makers and industry experts who are involved in the Linux community. Speakers Include: Linus Torvalds, Mark Shuttleworth – Founder of Ubuntu, Bob Sutor – VP of Open Source & Linux at IBM, Noah Broadwater – VP of Information Services at Sesame Workshop, Imad Sousou – Director of the OSTC at Intel, Matt Asay of Alfresco, James Bottomley – Kernel Developer, and many more of the community’s top talent. This site has a large number of TechPosters and Cheat Sheets for the IT guy. While the page linked has some of the really good Linux Posters and Cheat Sheets including: Anatomy of a Linux system be sure to check out the right column to find others including HTML that can be very useful. Nice to have many of these in one place. Link it on Delicious. Ubuntu Repositories | Ubuntu Screencasts This is an screencast by Alan Pope of the Ubuntu Repositories which is a great overview for someone not familiar with all the options of Repositories. Alan refers to a later screencast and I hope he covers the routine matter of setting up a local proxy for the home user, or single classroom teacher, who had multiple Ubuntu machines and would like to have them update extremely quickly. Having mentioned it, now I will need to cover it. Simply put you add a file in the /etc/apt/apt.conf directory numbered appropriately. I use 00proxy to put it first. In the proxy configuration file you put the following script line Acquire::http { Proxy “http://localhost:3142″;}; for the master repository. For all the machines which need to utilize this machine as the local repository to check for already downloaded updates you simply switch localhost to the ip address of the master repository machine. Well Alan, it would make a great part of the advanced screencast. |
||||||
|
Copyright © 2010 LearnByDoingIT - All Rights Reserved |
||||||