lglinux.blogspot.com lglinux.blogspot.com

lglinux.blogspot.com

Linux Notes

Saturday, January 14, 2012. Unscaled (constrained) 3D point plots using gnuplot. Only works for 2D, for 3D plots use. Set view equal splot "points.dat" with points pt 7 ps 0.5. Saturday, October 22, 2011. This is a small script to visualize Medtronic / Minimed CareLink blood glucose measurement data that has been exported to a CSV file to produce a nice PDF graph with gnuplot, like this: Plot. Sunday, September 25, 2011. Rtorrent torrent scheduling for non-peak period downloading. In order to schedule.

http://lglinux.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LGLINUX.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 13 reviews
5 star
8
4 star
0
3 star
4
2 star
0
1 star
1

Hey there! Start your review of lglinux.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • lglinux.blogspot.com

    16x16

  • lglinux.blogspot.com

    32x32

CONTACTS AT LGLINUX.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Linux Notes | lglinux.blogspot.com Reviews
<META>
DESCRIPTION
Saturday, January 14, 2012. Unscaled (constrained) 3D point plots using gnuplot. Only works for 2D, for 3D plots use. Set view equal splot points.dat with points pt 7 ps 0.5. Saturday, October 22, 2011. This is a small script to visualize Medtronic / Minimed CareLink blood glucose measurement data that has been exported to a CSV file to produce a nice PDF graph with gnuplot, like this: Plot. Sunday, September 25, 2011. Rtorrent torrent scheduling for non-peak period downloading. In order to schedule.
<META>
KEYWORDS
1 linux notes
2 set size square
3 set view equal
4 posted by leo
5 no comments
6 3 comments
7 rtorrent
8 rtorrent rc
9 file
10 get an
CONTENT
Page content here
KEYWORDS ON
PAGE
linux notes,set size square,set view equal,posted by leo,no comments,3 comments,rtorrent,rtorrent rc,file,get an,ffmpeg,version that supports,howto,similar to,gnome color manager,xcalib,1 comment,older posts,blog archive,october
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Linux Notes | lglinux.blogspot.com Reviews

https://lglinux.blogspot.com

Saturday, January 14, 2012. Unscaled (constrained) 3D point plots using gnuplot. Only works for 2D, for 3D plots use. Set view equal splot "points.dat" with points pt 7 ps 0.5. Saturday, October 22, 2011. This is a small script to visualize Medtronic / Minimed CareLink blood glucose measurement data that has been exported to a CSV file to produce a nice PDF graph with gnuplot, like this: Plot. Sunday, September 25, 2011. Rtorrent torrent scheduling for non-peak period downloading. In order to schedule.

INTERNAL PAGES

lglinux.blogspot.com lglinux.blogspot.com
1

Linux Notes

http://lglinux.blogspot.com/2011/10/this-is-small-script-to-visualize.html

Saturday, October 22, 2011. This is a small script to visualize Medtronic / Minimed CareLink blood glucose measurement data that has been exported to a CSV file to produce a nice PDF graph with gnuplot, like this: Plot. Usr/bin/env python import sys import csv import datetime import subprocess # number of days to plot, going back from today num days = 7 if len(sys.argv)! Is the export made on a linux machine? Can you actually access the contents on this CareLink USB under Linux? If so, any hints?

2

Linux Notes: Connection problems with Intel Centrino Advanced-N 6230 and Linksys WRT54G router

http://lglinux.blogspot.com/2011/05/connection-problems-with-intel-centrino.html

Wednesday, May 25, 2011. Connection problems with Intel Centrino Advanced-N 6230 and Linksys WRT54G router. Using my new Dell XPS 15 (LX502) with an Intel Centrino Advanced-N 6230 wireless card I couldn't connect to my WRT54G router running the Tomato firmware anymore. Neither WPA nor WPA2 worked, not even WEP. Turns out that I had "Afterburner" mode enabled, which seems to cause problems, as also described here. After disabling this feature in the Tomato interface, everything worked nicely again.

3

Linux Notes: October 2010

http://lglinux.blogspot.com/2010_10_01_archive.html

Saturday, October 16, 2010. How to copy Accu-Chek Smart Pix data. The Accu-Chek Smart Pix device can be used to read data from a number of blood glucose meters (e.g. Accu-Chek Aviva, Nano, etc.). Since the device simply acts as a USB drive, it's also possible to copy the generated content. Cp -r /media/SMART PIX/REPORT ${folder}. Chmod -R w ${folder}. Rename file names and contents to lower case. Remove some superfluous stuff. Rm -r img/rd*.gif img/scanning.gif img/*.png. Def rename lower(dirpath, name):.

4

Linux Notes: January 2012

http://lglinux.blogspot.com/2012_01_01_archive.html

Saturday, January 14, 2012. Unscaled (constrained) 3D point plots using gnuplot. Only works for 2D, for 3D plots use. Set view equal splot "points.dat" with points pt 7 ps 0.5. Subscribe to: Posts (Atom). Unscaled (constrained) 3D point plots using gnuplo.

5

Linux Notes: Multi-threaded mplayer for faster 720p (HD) decoding / playback

http://lglinux.blogspot.com/2010/03/multi-threaded-mplayer-for-faster-720p.html

Friday, March 12, 2010. Multi-threaded mplayer for faster 720p (HD) decoding / playback. Unfortunately, the related thread here. Is outdated. The following should work:. Sudo apt-get build-dep mplayer. Sudo apt-get install build-essential git-core autoconf libtool. Git clone git:/ repo.or.cz/mplayer-build.git. Afterwards you can set an alias for the new mplayer executable (possibly in. Start mplayer using the option. If that's still not fast enough, you can try disable deblocking filtering:. Tried severa...

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: Using sed to add text to the beginning or end of every line in a file

http://www.zubinbharucha.com/2012/09/using-sed-to-add-text-to-beginning-or.html

Anything that can easily be forgotten will hopefully be stored here. Monday, 24 September 2012. Using sed to add text to the beginning or end of every line in a file. Add "bla" to the beginning of every line in a file:. Sed -i 's/ /bla/' filename. Add "bla" to the end of every line in a file:. Sed -i 's/$/bla/' filename. Subscribe to: Post Comments (Atom). View my complete profile. Using sed to add text to the beginning or end of e. Announcing the Debut of Tell Me Something I Don’t Know.

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: Using Dropbox to do server-side coding (PHP)

http://www.zubinbharucha.com/2012/01/using-dropbox-to-do-server-side-coding.html

Anything that can easily be forgotten will hopefully be stored here. Sunday, 22 January 2012. Using Dropbox to do server-side coding (PHP). A friend and I are working on a collaborative project to do some server-side coding. We've decided to use Dropbox. For this purpose. Apache picks up pages from. Just make a symbolic link to your Dropbox folder in order to get this working:. Cd /var/ $ mv www wwwOLD $ sudo ln -s /home/yourusername/Dropbox/foldername www. Cd /home/username $ chmod 755 Dropbox. Set size...

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: List of Publications

http://www.zubinbharucha.com/p/list-of-publications.html

Anything that can easily be forgotten will hopefully be stored here. Number of matching entries: 0. Ad hoc Wireless Networks with Femto-Cell Deployment: A Study. The University of Edinburgh. Phdthesis{b1001, author = {Zubin Bharucha}, title = {Ad hoc Wireless Networks with Femto-Cell Deployment: A Study}, school = {The University of Edinburgh}, year = {2010}, url = {http:/ www.era.lib.ed.ac.uk/handle/1842/4720}, doi = {http:/ www.era.lib.ed.ac.uk/handle/1842/4720} }. Inproceedings{baa1101, author = {Zubi...

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: February 2012

http://www.zubinbharucha.com/2012_02_01_archive.html

Anything that can easily be forgotten will hopefully be stored here. Sunday, 5 February 2012. 404 error with Drupal6's install.php and Ubuntu 11.10. If you get the 404 error when invoking the install.php script after installing Drupal, it might be that the configuration file is not in place. Just issue this command:. Sudo cp /etc/drupal/6/apache.conf /etc/apache2/mods-enabled/drupal.conf. Subscribe to: Posts (Atom). View my complete profile. 404 error with Drupal6s install.php and Ubuntu 11.

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: December 2011

http://www.zubinbharucha.com/2011_12_01_archive.html

Anything that can easily be forgotten will hopefully be stored here. Sunday, 18 December 2011. Enabling audio output over HDMI with Ubuntu. I assembled a new computer recently. It's an awesome piece of machinery:. Mainboard: Zotac H67-ITX Wifi. Processor: Intel Core i5. Here is one solution: Create this file if it doesn't already exist:. In this file, put the following:. This should direct sound to the HDMI. There is one downside though: you can't use the sound controls to control the sound. In f...A whi...

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: Enabling audio output over HDMI with Ubuntu

http://www.zubinbharucha.com/2011/12/enabling-audio-output-over-hdmi-with.html

Anything that can easily be forgotten will hopefully be stored here. Sunday, 18 December 2011. Enabling audio output over HDMI with Ubuntu. I assembled a new computer recently. It's an awesome piece of machinery:. Mainboard: Zotac H67-ITX Wifi. Processor: Intel Core i5. Here is one solution: Create this file if it doesn't already exist:. In this file, put the following:. This should direct sound to the HDMI. There is one downside though: you can't use the sound controls to control the sound. In f...A whi...

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: List of Patents

http://www.zubinbharucha.com/p/list-of-patents.html

Anything that can easily be forgotten will hopefully be stored here. Number of matching entries: 0. Auer, G., Bharucha, Z. and Abe, T. Non-CA-based HeNB Fallback Mode for LTE. Patent{aba1001, author = {Gunther Auer and Zubin Bharucha and Tetsushi Abe}, title = {Non-CA-based HeNB Fallback Mode for LTE}, year = {2010} }. Auer, G., Bharucha, Z., Abe, T. and Miki, N. Virtual UE Concept for non-CA-based HeNB Deployment in LTE. Bharucha, Z., Auer, G., Abe, T. and Miki, N. A Fuzzy Logic Controller based on Cont...

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: September 2012

http://www.zubinbharucha.com/2012_09_01_archive.html

Anything that can easily be forgotten will hopefully be stored here. Monday, 24 September 2012. Using sed to add text to the beginning or end of every line in a file. Add "bla" to the beginning of every line in a file:. Sed -i 's/ /bla/' filename. Add "bla" to the end of every line in a file:. Sed -i 's/$/bla/' filename. Subscribe to: Posts (Atom). View my complete profile. Using sed to add text to the beginning or end of e. Announcing the Debut of Tell Me Something I Don’t Know.

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: October 2011

http://www.zubinbharucha.com/2011_10_01_archive.html

Anything that can easily be forgotten will hopefully be stored here. Monday, 17 October 2011. View disk usage from the command line. In Linux, you can use the. Command to display disk usage in the current folder hierarchy. It's very easy and you can even specify up to what depth you would like to see the results:. Du -m -x - max-depth=1. Subscribe to: Posts (Atom). View my complete profile. View disk usage from the command line. Announcing the Debut of Tell Me Something I Don’t Know.

zubinbharucha.com zubinbharucha.com

Zubin's Webidence: June 2012

http://www.zubinbharucha.com/2012_06_01_archive.html

Anything that can easily be forgotten will hopefully be stored here. Wednesday, 20 June 2012. Exporting and backing up iPhone contacts. Since I'm changing jobs, I'll have to give up my company iPhone. The problem is that since I use Linux, iTunes doesn't work. For photographs, I use Google 's Instant Upload. Feature which backs all my photos up in the cloud. Backing contacts up is a little bit tougher. Luckily, there's a very simple app that does this. It's called My Contacts Backup. Robert Fischer saysI...

UPGRADE TO PREMIUM TO VIEW 25 MORE

TOTAL LINKS TO THIS WEBSITE

35

OTHER SITES

lglineagrafica.com.ar lglineagrafica.com.ar

Línea Gráfica

Ciudad Autónoma de Buenos Aires. Tel/Fax (54-11) 4867-1002 líneas rotativas.

lglink.org lglink.org

Home

Only variables should be assigned by reference in /homepages/39/d463656261/htdocs/app463656133/plugins/system/SEOSimple/SEOSimple.php. Only variables should be assigned by reference in /homepages/39/d463656261/htdocs/app463656133/plugins/system/SEOSimple/SEOSimple.php. Non-static method JSite: getMenu() should not be called statically, assuming $this from incompatible context in /homepages/39/d463656261/htdocs/app463656133/plugins/system/SEOSimple/SEOSimple.php. Jump to main navigation and login. Non-sta...

lglinskih.blogspot.com lglinskih.blogspot.com

My outreachy project

lglinskih.com lglinskih.com

Ludmila Glinskih

Hi, I'm Ludmila Glinskih. PhD student in TCS at St. Petersburg Department of Steklov Institute of Mathematics RAS. Email: lglinskih at gmail dot com.

lglinstalatii.ro lglinstalatii.ro

Instalatii electrice Cluj

Bine ati venit la LGL INSTAL ELECTRIC S.R.L! O alegere potrivita pentru servicii de calitate la preturi competitive. Afla mai multe despre serviciile noastre. Proiectare instalatii and executie. Amenajari interioare spatii comerciale. Stimati clienti, S.C. LGL INSTAL ELECTRIC S.R.L. este o firma specializata in prestarea de servicii electrice de inalta calitate, la preturi competitive fata de cele existente pe piata. De ce sa ne alegeti? PROMPTITUDINE, PROFESIONALISM, SERIOZITATE, CALITATE, CORECTITUDINE.

lglinux.blogspot.com lglinux.blogspot.com

Linux Notes

Saturday, January 14, 2012. Unscaled (constrained) 3D point plots using gnuplot. Only works for 2D, for 3D plots use. Set view equal splot "points.dat" with points pt 7 ps 0.5. Saturday, October 22, 2011. This is a small script to visualize Medtronic / Minimed CareLink blood glucose measurement data that has been exported to a CSV file to produce a nice PDF graph with gnuplot, like this: Plot. Sunday, September 25, 2011. Rtorrent torrent scheduling for non-peak period downloading. In order to schedule.

lglions.org lglions.org

Home Page

We're smiling, we won something. Good in these envelopes. Every parade has crowd pleasing. The Los Gatos Lions Club is proud. To be a part of the Town of Los Gatos. On the events page. Thank you to all the donors and all who participated in the Los Gatos Lions Club Golf Tournament, White Cane Days and the Car Raffle donation drawing. You make a difference in all the causes the Lions support. Congratulations to outstanding Los Gatos Lions Club member. President Jose Rodriguez and the Board of Directors.

lglippesued.de lglippesued.de

Home - LG Lippe Süd

Auftakt 2017: Sina und Sonja mit neuen Weiten! Kaum zurück aus Hannover - schon wieder im Training (v.l.): Sonja, Malik und Sina. Zum Auftakt des Jahres und in Vorbereitung auf die Westfälischen Meisterschaften Ende des Monats haben Malik Diakite, Sina Benning und Sonja Husemann. Sina sprang mit 5,01m erstmals über die magische 5m-Grenze! Sonja steigerte ihre Bestleistung auf nun 5,30m. Malik, der wegen einer Sehnenproblematik ja leider einen Monat aussetzen musste, lief über die Hürden 9,09sec, wurde Zw...

lglish.com lglish.com

...

Nothing to see here.