advice on repaying from moneysupermarket:
http://www.moneysavingexpert.com/students/student-loans-repay
Who offers these loans?
http://www.slc.co.uk/about%20student%20finance/index.html
How and when you repay your student loan:
http://www.direct.gov.uk/en/EducationAndLearning/UniversityAndHigherEducation/StudentFinance/RepayingStudentLoansCoursesStartingFrom1998/DG_10034866
"repayments are collected automatically through the tax system"
Repaying early:
http://www.direct.gov.uk/en/EducationAndLearning/UniversityAndHigherEducation/StudentFinance/RepayingStudentLoansCoursesStartingFrom1998/DG_10034868
Interest etc:
http://www.direct.gov.uk/en/EducationAndLearning/UniversityAndHigherEducation/StudentFinance/RepayingStudentLoansCoursesStartingFrom1998/DG_10034867
"Interest rate from September 2010 to August 2011
The interest rate on income contingent loans will be 1.5 per cent from 1 September 2010 across the UK.
Between 1 September 2010 and 31 August 2011, the interest rate may change because it is linked to the rates charged by high street banks. The rate will be the lower of the Retail Price Index (RPI) in March 2010, or 1 per cent above the highest base rate of a nominated group of banks. As March’s RPI was 4.4 per cent, the maximum rate of interest you may be charged between 1 September 2010 and 31 August 2011 is 4.4 per cent.
This rate applies to all income contingent loan customers including students currently studying at university or college."
Saturday, August 20, 2011
Saturday, August 13, 2011
ghostscript to compress or reduce a pdf file
ghostscript allows you to do amazing things with pdf's etc from the command line. this:
compresses a large pdf into a manageble size for (eg) email. Replace your file names output.pdf and input.pdf files with your file names.
example: a 17 page scan at 300dpi colour = 135mb - after running it through gs with the settings at 'SCREEN' gives a low quality (just about good enough for screen reading) pdf of 800kb. 'EBOOK' setting gives a nice quality 3.5mb version (recommended).
Other quality settings:
These tips from: http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html and http://milan.kupcevic.net/ghostscript-ps-pdf/ Thanks.
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
compresses a large pdf into a manageble size for (eg) email. Replace your file names output.pdf and input.pdf files with your file names.
example: a 17 page scan at 300dpi colour = 135mb - after running it through gs with the settings at 'SCREEN' gives a low quality (just about good enough for screen reading) pdf of 800kb. 'EBOOK' setting gives a nice quality 3.5mb version (recommended).
Other quality settings:
-dPDFSETTINGS=/screen (screen-view-only quality, 72 dpi images)
-dPDFSETTINGS=/ebook (low quality, 150 dpi images)
-dPDFSETTINGS=/printer (high quality, 300 dpi images)
-dPDFSETTINGS=/prepress (high quality, color preserving, 300 dpi imgs)
-dPDFSETTINGS=/default (almost identical to /screen)
These tips from: http://www.ubuntugeek.com/ubuntu-tiphowto-reduce-adobe-acrobat-file-size-from-command-line.html and http://milan.kupcevic.net/ghostscript-ps-pdf/ Thanks.
Saturday, June 18, 2011
adding more than just the primary calendar account of a google apps user to iphone/ipad
Private google calendars, which have been shared with select other users:
In IOS, these are added: Settings --> Mail, Contacts, Calendars --> Add Account --> Other --> Add CalDav Account
server= calendar.google.com
username= your own gmail username (ie your email address)
password= go figure
description= Calendar Description of your choosing
If this is your own primary google-cal, (default) cal for an account, you're done. (These are referred to by that users email address)
If it's an additional (non-primary) calendar account, of your own or another persons primary/additional:
go to 'advanced settings' section of the calendar account.
Nb. Stupidy in newer ios you can't edit 'advanced settings' til you've created the new calendar, so the only thing I could see to do was save it with your own primary calendar email address, then re-edit and insert the calendar ID of the 3rd primary/secondary calendar ID in the url field:
The google ID is to be found in the googlecal 'calendar details' section of main google apps website.
https://www.google.com/calendar/dav/ [ your Google Calendar ID ] /user
This used to look fine in older ios but in newer (ipad?) it creates another level of calendar account which shows in the list. Confusingly when you go to advanced settings now it doesn't show the ID url as older ios used to - BUT they do work!
Public 'view only' cals ('subscribed' calendars)
Settings --> Mail, Contacts, Calendars --> Add Account --> Other -->Add subscribed calendar
(you'll need to cut and paste in the url: they end in .ics)
BTW you don't need to do any of this in Android!
In IOS, these are added: Settings --> Mail, Contacts, Calendars --> Add Account --> Other --> Add CalDav Account
server= calendar.google.com
username= your own gmail username (ie your email address)
password= go figure
description= Calendar Description of your choosing
If this is your own primary google-cal, (default) cal for an account, you're done. (These are referred to by that users email address)
If it's an additional (non-primary) calendar account, of your own or another persons primary/additional:
go to 'advanced settings' section of the calendar account.
Nb. Stupidy in newer ios you can't edit 'advanced settings' til you've created the new calendar, so the only thing I could see to do was save it with your own primary calendar email address, then re-edit and insert the calendar ID of the 3rd primary/secondary calendar ID in the url field:
The google ID is to be found in the googlecal 'calendar details' section of main google apps website.
https://www.google.com/calendar/dav/ [ your Google Calendar ID ] /user
This used to look fine in older ios but in newer (ipad?) it creates another level of calendar account which shows in the list. Confusingly when you go to advanced settings now it doesn't show the ID url as older ios used to - BUT they do work!
Public 'view only' cals ('subscribed' calendars)
Settings --> Mail, Contacts, Calendars --> Add Account --> Other -->Add subscribed calendar
(you'll need to cut and paste in the url: they end in .ics)
BTW you don't need to do any of this in Android!
Wednesday, April 20, 2011
Tuesday, February 15, 2011
samba troubleshooting
suddenly all users except markp could not access users within the 'shares' (shared) folder.
Tools to test:
see log on the server at /var/log/samba/log.smbd
see if the access problem exists on the server, as well as the windows client;
smbclient //localhost/share_to_test -U annet
problem in my instance (Feb 2011) was that the group name of the /home/shares folder had changed from 'john' to 'users'
Probably caused by Unison sync foulup at my end (user 1000 at home overwrote user 100 at TC).
Tools to test:
see log on the server at /var/log/samba/log.smbd
see if the access problem exists on the server, as well as the windows client;
smbclient //localhost/share_to_test -U annet
problem in my instance (Feb 2011) was that the group name of the /home/shares folder had changed from 'john' to 'users'
Probably caused by Unison sync foulup at my end (user 1000 at home overwrote user 100 at TC).
Saturday, February 12, 2011
using NFSv4 exports for linux
about the permissions: Have setup using the ubuntu guide for NFSv4, as per here: https://help.ubuntu.com/community/NFSv4Howto
I note that the settings in /etc/exports mean that the owner and group of the server folders can only be accessed by a user on the client machine of the same name...
I note that the settings in /etc/exports mean that the owner and group of the server folders can only be accessed by a user on the client machine of the same name...
Monday, January 24, 2011
mp3 and flac
Jan 2011. Here's what i'm doing with my music:
flacs go in flac folder; mp3s in their own folder.
1. Rip to flac with rythymbox, google for album art and place in flac folder, per album.
2. Update flac tags with the piccy using easytag
3. use Soundconvertor to convert to MP3, tags incl piccy seem to transfer OK.
nb. best to simply plnk the MP3s in the original flac folder, then duplicate and then copy the MP3s with their parent folders to the master MP3 folder.
things that didn't work:
1. trying (different ways) to create AAC from the flac, tag track number problem.
2. using the create folders option in Soundconvertor to plank the MP3s directly, duplicated the album name.
3. change messy names, creates underscore under every space.
Use MP3 folder in itunes, use flac folder for mythtv.
flacs go in flac folder; mp3s in their own folder.
1. Rip to flac with rythymbox, google for album art and place in flac folder, per album.
2. Update flac tags with the piccy using easytag
3. use Soundconvertor to convert to MP3, tags incl piccy seem to transfer OK.
nb. best to simply plnk the MP3s in the original flac folder, then duplicate and then copy the MP3s with their parent folders to the master MP3 folder.
things that didn't work:
1. trying (different ways) to create AAC from the flac, tag track number problem.
2. using the create folders option in Soundconvertor to plank the MP3s directly, duplicated the album name.
3. change messy names, creates underscore under every space.
Use MP3 folder in itunes, use flac folder for mythtv.
Subscribe to:
Posts (Atom)