fc-043 en
fc-043 en
fc-043 en
Images In Raw Therapee p.14 Review - Conky p.24 Letters p.29 Top 5 p.37
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 attribute
the 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.
2 contents ^
EDITORIAL
Hosts:
3 contents ^
LINUX NEWS
Linux Mint 10 “Julia” Tiny Core Linux 3.3 rele- Now Your Fridge Can
Released ased Run Linux
System requirements:
Welcome screen
Menu
Source
Source
Upload manager
Step 3 Step 4
Step 1
Step 5
Step 2
Step 6
5 contents ^
COMMAND & CONQUER
Review
News
Opinion
Gaming
Step 7
Lucas
6 contents ^
HOW-TO
Written by Greg Walters
Program In Python - Part 17
Create a socket
Get name of server machine
Select a port
Bind socket to address and port
Listen for a connection
If connected...
Accept the connection
Print we got a connection
Close the connection
7 contents ^
PROGRAM IN PYTHON - PART 17
#!/usr/bin/env python
# client2.py
class CmdLine:
def __init__(self,host):
self.HOST = host
self.PORT = 29876
self.ADDR = (self.HOST,self.PORT)
self.sock = None
def makeConnection(self):
My hostname is earth self.sock = socket( AF_INET,SOCK_STREAM)
self.sock.connect(self.ADDR)
I'm now connected to
('127.0.1.1', 45879) def sendCmd(self, cmd):
self.sock.send(cmd)
def getResults(self):
data = self.sock.recv(BUFSIZE)
Hello and Goodbye print data
if __name__ == '__main__':
conn = CmdLine('localhost')
conn.makeConnection()
conn.sendCmd('ls -al')
#!/usr/bin/env python conn.getResults()
#server1.py conn.sendCmd('BYE')
import socket
soc = socket.socket()
hostname = socket.gethostname() #!/usr/bin/python
print "My hostname is ", hostname # client1.py
port = 21000 #====================
soc.bind((hostname,port)) import socket
soc.listen(5)
while True: soc = socket.socket()
con,address = soc.accept() hostname = socket.gethostname()
print "I'm now connected to ",address port = 21000
con.send("Hello and Goodbye")
con.close() soc.connect((hostname, port))
print soc.recv(1024)
8 soc.close contents ^
PROGRAM IN PYTHON - PART 17
2010-11-07 07:38 ping2.py
-rw-r--r-- 1 greg greg 466
2010-11-07 10:01 Ideas & Writers
python_client1.py
-rw-r--r-- 1 greg greg 466
Wanted
conn.sendCmd() 2010-11-07 10:01
ls -al python_client1.py~
-rw-r--r-- 1 greg greg 691
2010-11-07 09:51
python_server1.py
-rw-r--r-- 1 greg greg 666
2010-11-06 06:57
python_server1.py~
Server: -rw-r--r-- 1 greg greg 445
2010-11-04 06:29 re-test1.py
-rw-r--r-- 1 greg greg 1318
python server2.py 2010-11-08 05:49 server2a.py
...listening -rw-r--r-- 1 greg greg 1302 please be specific with your
...connected: ('127.0.0.1', 2010-11-08 05:30 server2a.py~
42198) -rw-r--r-- 1 greg greg 1268
idea!
Command received - ls -al 2010-11-06 08:02 server2.py
Command received - BYE -rw-r--r-- 1 greg greg 1445
...listening 2010-11-06 07:50 server2.py~
-rw-r--r-- 1 greg greg 2279
2010-11-08 05:30 server2.pyc
Client:
python client2a.py
total 72
drwxr-xr-x 2 greg greg 4096
2010-11-08 05:49 .
drwxr-xr-x 5 greg greg 4096 if you can’t get the
2010-11-04 06:29 .. article written within several
-rw-r--r-- 1 greg greg 751 weeks (a month at most) that
2010-11-08 05:31 client2a.py you reopen the question
-rw-r--r-- 1 greg greg 760
2010-11-08 05:28 client2a.py~
-rw-r--r-- 1 greg greg 737 Greg Walters
2010-11-08 05:25 client2.py for ideas
-rw-r--r-- 1 greg greg 733
2010-11-08 04:37 client2.py~
-rw-r--r-- 1 greg greg 1595 conn = for writers
2010-11-08 05:30 client2.pyc CmdLine('192.168.2.12')
-rw-r--r-- 1 greg greg 449
9 contents ^
COMPETITION
Written by Dominik Wagenführ
Right2Live
3. Conditions for
participation
1. The task
freiesMagazin
10 contents ^
COMPETITION - RIGHT2LIVE
About freiesMagazin:
About Dominik
Jimmy
Wagenfuehr:
Matrix IT Networks
South AFrica
11 contents ^
HOW-TO Virtualization - Debian as Xen Ser ver
Step 5
Step 2
Step 8
Step 3
Step 9
Step 6
Step 1
Step 4
Step 7
Step 10
12 contents ^
VIRTUALIZATION - PART 6
Step 11
cp /etc/xen/xend-config.sxp
/etc/xen/xend-config.sxp.bak
vim /etc/xen/xend-config.sxp
Step 13
apt-get install xen-utils-
common xen-tools
Step 12
Lucas
SUPPORTERS OF FULL CIRCLE MAGAZINE
APRESS.COM
13 contents ^
HOW-TO Edit RAW Images With Raw Therapee
undeveloped film from the old poor white balance selection. I will
days. Most DSLR cameras and fix this image in Raw Therapee. RT
some “point and shoots” will give can simply be installed from the
you this file to work with as it can repository.
be an option on the camera itself.
Like it or hate it, I shoot with Let's open RT. From
Canon cameras. That being said pplications Graphics, click on
RT, from my understanding, will RawTherapee. Once opened, we
work with most mainstream raw need to open our raw image.
formats. My camera can give me
filename.CR2, filename.JPG or One helpful tool is
Many people out there swear both, which is the route I choose view
by the Adobe suite of so each image has two options for thumbnails of raw images (
photography tools. Packages such me. The JPG format is post ). o enable this, install
as Lightroom and Photoshop give processed on the camera itself from
the artist a powerful set of tools to and works for some applications the repository .
use, but at a large cost, and the RAW files hold more
approximately $1000 US list. For information. The JPG image has is I took with a
the novice does not want to settings applied to it by the
spend hundreds of dollars but still camera CPU like white-balance
wants to stay legal or the and saturation. RAW or CR2,
enthusiast hooked on open source conversely, have no settings
tools, Raw Therapee (RT) applied the file is the raw data
accompanied by GIMP provides a collected by the sensor.
strong set of photo editing tools.
Such tools are only getting better
with time. RT is now open source
and they are working on v3.0,
currently in alpha.
Games/Applications
it must When reviewing games/applications please state clearly:
somehow be linked to
Ubuntu or one of the
many derivatives of Ubuntu
Non-English Writers
Images
16 contents ^
LINUX LAB
17 contents ^
Readers Survey 2010 Results - The Finale
Written by Ronnie Tucker
“I never print FCM, so it’d be great “I would like to see some tutorials
if the articles were available as on how to use some of the
HTML.” business applications.”
19 contents ^
READERS SURVEY RESULTS 2010
21 contents ^
MY STORY
22 contents ^
23 contents ^
REVIEW Conky
Conky
* Documentation page
* Screenshot page
24 contents ^
REVIEW Untangle
OpenVPN
Excellent
Documentation
Port Forwarding
25 contents ^
REVIEW - UNTANGLE
Quick Opinion
DHCP Server
DNS Server
26 contents ^
TRANSLATION INTERVIEW Gabor Kiralyvari
working on one issue?
27 contents ^
TRANSLATION TEAM INTERVIEW
Ubuntu magazines or any
organisations, such as LoCo?
28 contents ^
LETTERS
Every month we like to publish some of the emails we receive. If you would like to
submit a letter for publication, compliment or complaint, please email it to:
.
Ubuntu Seniors?
Markus
Mackenzie Morgan
Shotwell Update
Larry Jordan More Corrections
xrandr --auto
sudo cat /var/log/errors.log
Leslie Satenstein | tail -150 | more
KDE Fail
Sue Newland
tail [OPTION]... [FILE]
29 contents ^
LETTERS
WARvault
</rant>
30 contents ^
UBUNTU WOMEN
31 contents ^
UBUNTU GAMES And Yet It Moves
NEWS
Gaming On Linux Score: 8/10
Good
nd Yet It Moves
Bad
Ed Hewitt
32 contents ^
Q&A If you have Ubuntu-related questions, email them to:
issue.
, and Gord will answer them in a future
Q
How do I make Ubuntu want to convert it to AVI or Xvid
display text files format. DaithiF
directly, instead of
asking me, "view or
execute"?
Q
Does Dell sell
Q
After installing Ubuntu computers with Ubuntu
10.10, Google Chrome pre-loaded in my
would install but it country?
would not work. When I
Q
I recently finished ran it from a terminal, it said
Q
installing 10.10 64-bit there was a segmentation fault.
desktop, and I'm trying How can I get Terminal
to get Samba set up. I to open with a larger
keep getting this error message window?
from my Windows 7 laptop:
“Windows cannot access
\\share\share error code sudo apt-get remove libmoon
0x800070043”.
Q
granade
I shot some video, in a
format called 3GP, on
Q
my Android-based Why doesn't the
MyTouch. (This is also command: ls | grep *zip
known as the HTC Magic in parts do what I want?
of the world outside the USA.) I
33 contents ^
Q&A
34 contents ^
MY DESKTOP Your chance to show the world your desktop or PC. Email your screenshots and
photos to: and include a brief paragraph about
your desktop, your PC's specs and any other interesting tidbits about your setup.
35 contents ^
MY DESKTOP
Randy
Thamiziniyan
36 contents ^
TOP 5 Backup Ideas
Ubuntu One Dropbox
ubuntuone-client
37 contents ^
TOP 5 - BACKUP IDEAS
sbackup
38 contents ^
TOP 5 - BACKUP IDEAS
Clonezilla
39 contents ^
HOW TO CONTRIBUTE
Thorsten Wilms
40 contents ^