+ All Categories
Home > Documents > Full Circle Magazine - issue 45 EN

Full Circle Magazine - issue 45 EN

Date post: 09-Apr-2018
Category:
Upload: roman-sukochev
View: 214 times
Download: 0 times
Share this document with a friend

of 35

Transcript
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    1/35

    1 contents

    Full CircleISSUE #45 - January 2011

    TOP FIVE - MUSIC NOTATION APPS

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    2/35

    2 contents

    The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: You must attributethe work to the original author in some way (at least a name, email or URL) and to this magazine by name ('full circle magazine')

    and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license.

    Full Circle

    Install With m23 p.10

    Linux News p.04

    Virt: DebianXen Pt2 p.09

    Program In Python Pt19 p.07

    Ubuntu Women p.24

    Ubuntu Games p.25

    Command & Conquer p.05

    Top 5 p.32

    Write For Full Circle p.12 Linux Lab p.13

    Review - KDE 4.5 p.20 Letters p.22

    http://creativecommons.org/licenses/by-sa/3.0/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    3/35

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    4/35

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    5/35

    5 contents

    Write my MUSIC header

    Display the status

    Start of If statement Run python script

    every 2 seconds Display /tmp/cover

    at a position (100,330)(format of (x,y)coordinates) with a size of 50px by 50px, updated every15 seconds

    Display artist Display title Display a bar with

    the time passed and totaltime on either end.End of If statement.

    CCOOMMMMAANNDD && CCOONNQQUUEERRWritten by Lucas Westermann CCoonnkkyy -- PPaa rr tt 22

    http://lswestfcm.pastebin.com/iX7Y7W3vhttp://lswestfcm.pastebin.com/rrCS0hDthttp://lswest.deviantart.com/#/d360pfyhttp://lswest.deviantart.com/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    6/35

    6 contents

    Lucas

    COMMAND & CONQUER

    Full Circle Podcast

    ReviewNews

    Gaming

    mailto:[email protected]://bbs.archlinux.org/viewtopic.php?pid=875306#p875306http://fullcirclemagazine.org/mailto:[email protected]
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    7/35

    7 contents

    HHOOWW--TTOOWritten by Greg Walters PPrrooggrraamm IInn PPyytt hhoonn -- PPaa rr tt 1199

    Corner | Side | Corner-------+--------+-------

    Side | Center | Side-------+--------+-------Corner | Side | Corner

    IF O takes a CORNER square THEN# Scenario 1X should take one of the remaining corner squares. Doesn't matter which.IF O blocks the win THEN

    X takes remaining corner square.Finish for win.

    ELSEFinish for win.

    ELIF O takes a SIDE square THEN# Scenario 2X takes CENTER squareIF O blocks win THEN

    X takes corner square that is not bordered by any OFinish for win.

    ELSEFinish for win.

    ELSE# O has played in the CENTER square Scenario 3X takes corner square diagonally to

    original moveIF O plays on corner square

    X plays remaining open corner squareFinish for win.

    ELSE# Game will be a draw Scenario 4Block O win.Block any other possible wins

    IF X plays to non-center squareTHEN

    O takes Center SquareIF X has corner square AND

    side square THEN#Scenario 5O takes corner

    diagonally from corner XBlock possible wins to a

    draw.ELSE

    # X has two Edge squares Scenario 6

    O moves to cornerbordered by both Xs

    IF X blocks win THENO takes any square.Block and force draw

    ELSEFinish for win.

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    8/358 contents

    PROGRAM IN PYTHON - PART 19

    Greg Walters

    Ideas & WritersWanted

    please be specific with youridea!

    if you cant get thearticle written within severalweeks (a month at most) thatyou reopen the question

    for ideas

    for writers

    Scenario 1X | - | - X | - | - X | - | - X | - | - X | - | X X | - | X X | X | X- | - | - - | - | - - | - | - O | - | - O | - | - O | O | - O | O | -- | - | - - | - | O X | - | O X | - | O X | - | O X | - | O X | - | O

    Scenario 2X | - | - X | - | - X | - | - X | - | - X | - | X X | - | X X | X | X- | - | - O | - | - O | X | - O | X | - O | X | - O | X | - O | X | -

    - | - | - - | - | - - | - | - - | - | O - | - | O O | - | O X | - | OScenario 3

    X | - | - X | - | - X | - | - X | - | X X | O | X X | O | X X | O | X- | - | - - | O | - - | O | - - | O | - - | O | - - | O | - - | O | X- | - | - - | - | - - | - | X O | - | X O | - | X O | - | X O | - | X

    Scenario 4X | - | - X | - | - X | - | - X | - | - X | - | - X | - | X X | O | X- | - | - - | O | - - | O | O X | O | O X | O | O X | O | O X | O | O- | - | - - | - | - - | - | X - | - | X O | - | X O | - | X O | - | X

    Scenario 5X | - | - X | - | - X | - | - X | - | - X | - | - X | - | - X | - | X- | - | - - | O | - - | O | X - | O | X X | O | X X | O | X X | O | X- | - | - - | - | - - | - | - - | - | O - | - | O O | - | O O | - | O

    Scenario 6- | - | - - | - | - - | - | - - | - | - - | - | X O | - | X O | - | XX | - | - X | O | - X | O | - X | O | - X | O | - X | O | - X | O | -- | - | - - | - | - - | X | - O | X | - O | X | - O | X | - O | X | 0

    https://launchpad.net/~fullcirclehttps://launchpad.net/fullcircle
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    9/359 contents

    HHOOWW--TTOOWritten by Lucas Westermann PP rr oo xxmm oo xx && DDee bb iiaa nn XXee nn -- PP aa rr tt 22

    Proxmox VE

    Qemu

    VirtualBox

    VMWare

    KVM

    Xen

    Lucas

    http://www.revision3.com/hak5mailto:[email protected]://www.xen.org/http://www.linux-kvm.org/page/Main_Pagehttp://www.vmware.com/http://www.virtualbox.org/http://wiki.qemu.org/Main_Pagehttp://www.proxmox.com/products/proxmox-vemailto:[email protected]
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    10/3510 contents

    HHOOWW--TTOOWritten by Hauke Goos-Habermann IInnss tt aa llll UUbbuunntt uu WWiitt hh mm2233

    http://url.fullcirclemagazine.org/1410b6http://url.fullcirclemagazine.org/bcad77http://m23.sf.net/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    11/3511 contents

    HOWTO - INSTALL UBUNTU WITH M23

    http://m23.sourceforge.net/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    12/3512 contents

    HHOOWW--TTOOWritten by Ronnie Tucker WWrriitt ee FFoorr FFuullll CCiirrccllee MMaaggaazziinnee

    Guidelines

    it mustsomehow be linked toUbuntu or one of the

    many derivatives of Ubuntu

    PLEASE SPELL AND GRAMMARCHECK IT!

    Writing

    Images

    Non-English Writers

    REVIEWS

    Games/ApplicationsWhen reviewing games/applications please state clearly:

    HardwareWhen reviewing hardware please state clearly:

    You don't need to be an expert to write anarticle - write about the games, applicationsand hardware that you use every day.

    http://[email protected]/https://wiki.ubuntu.com/UbuntuMagazine/Style
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    13/3513 contents

    LLIINNUUXX LLAABBWritten by Ronnie Tucker

    MultiSystem

    LINUX LAB MULTISYSTEM USB STICK

    http://liveusb.info/multisystem/install-depot-multisystem.sh.tar.bz2
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    14/3514 contents

    LINUX LAB - MULTISYSTEM USB STICK

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    15/3515 contents

    MMYY SSTTOORRYYWritten by Adam Pope

    https://wiki.ubuntu.com/Testing/Laptop
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    16/35

    16 contents

    MMYY SSTTOORRYYWritten by Brian Hartnell

    MY STORY

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    17/35

    17 contents

    MY STORY

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    18/35

    18 contents

    MMYY OOPPIINNIIOONNWritten by Laidback

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    19/35

    19 contents

    http://www.ubuntu-user.com/subscribe-now/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    20/35

    20 contents

    RREEVVIIEEWWWritten by Robin Catling KKDDEE 44..55

    REVIEW: KDE 4 5

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    21/35

    21 contents

    REVIEW: KDE 4.5

    Glitches

    Applications

    Plasmoid Fever

    Verdict

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    22/35

    22 contents

    LLEETTTTEERRSSEvery month we like to publish some of the emails we receive. If you would like tosubmit a letter for publication, compliment or complaint, please email it to:

    .

    Macbuntu

    Dan

    More Grep

    ls | grep *zip

    ls | grep .*zip

    ls | grep zip

    ls | grep \.zip$

    Benjamyn

    C&C (FCM#44)

    ${fontDejaVuSans:bold:size=8}Updates:$font ${exec apt-get -supgrade|grep upgraded,|cut --delimiter=" " -f1}

    Daniel Lffler

    LETTERS

    mailto:[email protected]
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    23/35

    23 contents

    e-Reader Format

    Somatik

    Reclaiming Space

    Bill

    LETTERS

    A PLEA ON BEHALF OF THE PODCAST PARTY

    Comments and audio may be edited forlength. Please remember this is a family-friendly show.

    Robin

    Join us on:

    http://twitter.com/fullcirclemaghttp://facebook.com/fullcirclemagazinemailto:[email protected]://fullcirclemagazine.org/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    24/35

    24 contents

    UUBBUUNNTTUU WWOOMMEENNWritten by Elizabeth Krumbach

    Elizabeth Krumbach: Please tellus a little about yourself.Silvia Bindelli

    EK: What inspired you to getinvolved in the Ubuntucommunity?

    EK: What are your roles withinthe Ubuntu community?

    EK: Is there anything you haven'tdone yet, but would like to getinvolved with in the Ubuntucommunity?

    EK: What other things are youinterested in outside of open

    source and Ubuntu?

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    25/35

    25 contents

    UUBBUUNNTTUU GGAAMMEESSWritten by Dave Wilkins

    News

    OpenMW Needs Developers!

    AAmm nn ee ss iiaa :: TThh ee DDaa rr kk DDee ss ccee nn tt

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    26/35

    UBUNTU GAMES

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    27/35

    27 contents

    UBUNTU GAMESDon't play to win. Just try not tolose too badly.

    The Good

    The Bad

    Score: 9/10

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    28/35

    28 contents

    QQ&&AACompiled by Gord Campbell

    If you have Ubuntu-related questions, email them to:, and Gord will answer them in a future

    issue.

    When I run UpdateManager I get thefollowing errors:

    Requires installation of untrusted packages The action would require the installation of packages from unauthenticated sources.

    When I run the command: sudo apt-get update I get many errorswhich look like this:Err http://archive.canonical.com maverick Release.gpg

    Could not connect to 68.199.83.207:7212 (68.199.83.207). - connect (110: Connection timed out)

    Q What file contains thenames of your shares?

    Q Coming from Windows,I am used to setting upa whole barrage of security programs. In

    Ubuntu, I could not find such athing - not even in the "software

    center". Is there no need for asecurity program a la Norton, oram I missing something? What iseverybody else using?

    Q I bought a USBwireless adaptor TP-Link TL-WN727N. Itconnects to the router,

    but I am unable to use theInternet.

    sudo gedit/etc/modprobe.d/blacklist.conf

    blacklist rt2800usb

    Q My router wasaccidentally reset. I'vetried putting theLinksys installation CD

    into my computer to see if I canre-install the router and setupthe wifi network again, butUbuntu says that it can't auto-run

    the CD.

    Q I recently did a freshinstall of Ubuntu 10.10.When I used the live CDto install, my monitor

    displayed a "No Input Signal"after I'd select either installUbuntu or try Ubuntu withoutany changes to your computer. Idid a search on the web where Ihad to select nomodeset to makeit work with my installation,which it did. I finally had it

    Q & A

    mailto:[email protected]
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    29/35

    29 contents

    Qinstalled but then after my BIOSboot screen shows, then ablinking underscore for someseconds, then my monitordisplays the "No Input Signal".GRUB does not show, but I cantell after 10 to 20 seconds mycomputer is working because thelogin sound would play but Idon't get anything on my screen.

    QI installed 10.10 on two

    PCs. Install was verysmooth but bothFirefox and Opera

    browsers load pages slow again. Isuspect it is an IPv6 issue.

    about:config

    Q I use Maverick 64-bit,connecting to a hiddenwireless network. I hadto change from WEP to

    WPA2 encryption, and now itdoesn't connect automatically. Ihave "connect automatically" and"available to all users" checkedin the wireless profile.

    Q I am trying to get anoption in WinFF toconvert an MPEG file toan iPod compatible

    video.

    fakeoutdoorsman

    ffmpeg -i input.mp4 -vcodec mpeg4 -map_meta_data 0:0 -s

    480x320 -acodec libfaacoutput.m4v

    QI installed Ubuntu

    10.10 on an oldcomputer, and it wastoo heavy. So I changed

    to Xubuntu, but I couldn't see my(NTFS formatted) /home folder.

    sudo mkdir -p /mnt/data

    sudo ntfs-3g /dev/sda5/mnt/data

    Q I had Windows 7 64-biton my computer. Iinstalled Lubuntu 10.10alongside Windows 7.

    After the initial restart after theLubuntu install, I had the optionof booting from Lubuntu orWindows, and I chose Lubuntu.The next time I restarted I onlyhad the option to boot fromLubuntu.

    sudo apt-get install os-prober

    sudo os-prober

    QI enter the password

    for my router, butnetwork manager keepsasking for the key.

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    30/35

    30 contents

    MMYY DDEESSKKTTOOPP

    Mohammad Zunayed Hassan

    Your chance to show the world your desktop or PC. Email your screenshots andphotos to: and include a brief paragraph aboutyour desktop, your PC's specs and any other interesting tidbits about your setup.

    Matteo Masini

    MY DESKTOP

    mailto:[email protected]
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    31/35

    31 contents

    Abhishek Mathur

    Logan

  • 8/7/2019 Full Circle Magazine - issue 45 EN

    32/35

    32 contents

    TTOOPP 55Written by Andrew Min

    LilyPond

    lilypond

    LilyPondTool

    jedit

    MMuuss iicc NNoott aa tt iioonn AAppppss

    TOP 5 - MUSIC NOTATION APPS

    http://url.fullcirclemagazine.org/e6ff17http://lilypondtool.organum.hu/http://www.lilypond.org/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    33/35

    33 contents

    Denemo

    denemo

    NoteEdit

    noteedit

    TOP 5 - MUSIC NOTATION APPS

    http://noteedit.berlios.de/http://www.denemo.org/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    34/35

    34 contents

    Rosegarden

    rosegarden

    is presented by members of theUnited Kingdom s Ubuntu Linux community.

    We aim is to provide current, topical information about, andfor, Ubuntu Linux users the world over. We cover all aspectsof Ubuntu Linux and Free Software, and appeal to everyonefrom the newest user to the oldest coder, from thecommand line to the latest GUI.

    Because the show is produced by the Ubuntu UK

    community, the podcast is covered by the Ubuntu Code of Conduct and is therefore suitable for all ages.

    ,

    http://www.rosegardenmusic.com/http://podcast.ubuntu-uk.org/
  • 8/7/2019 Full Circle Magazine - issue 45 EN

    35/35

    HHOOWW TTOO CCOONNTTRRIIBBUUTTEE

    Thorsten Wilms

    Deadline for Issue #46:Sunday 06th February 2011.

    Release date for issue #46:

    Friday 25th February 2011.FULL CIRCLE NEEDS YOU!

    mailto:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]:[email protected]://ubuntuforums.org/forumdisplay.php?f=270http://wiki.ubuntu.com/UbuntuMagazine

Recommended