In the packages directory there are 2 debs. All you need to do now is:
sudo dpkg -i --force-architecture ./cnijfilter-common_3.20-1_i386.deb
sudo dpkg -i --force-architecture ./cnijfilter-mp270series_3.20-1_i386.deb
And the printer should work :)
A blog about computer and electronics projects to make life just that little bit sweeter.
sudo dpkg -i --force-architecture ./cnijfilter-common_3.20-1_i386.deb
sudo dpkg -i --force-architecture ./cnijfilter-mp270series_3.20-1_i386.deb
rvm 1.9.2-rc2
gem install rails --pre
$ rails new test
_project
You should see the usual files (plus a few new ones) being created.
$ cd test_project
$ bundle install
for(i=0;i<n;i++){
rsum -= arr[i];
if (lsum == rsum) return i;
lsum += arr[i]; }