woensdag 26 september 2007

What's new in Mandriva 2008.0

clipped from osnews.com
"In less than two weeks time, six months after the great Mandriva 2007.1 Spring release, Mandriva 2008.0 will be ready and published. Currently, Release Candidate 2 is out, it's your last chance to test it and make sure everything is working before the final release! There were great ideas at the start of the development phase, and in in those six months that have passed, Mandriva has always been one of the most active projects on CIA.vc. This gives much hope for lots of improvements, so let's take a look at what can be expected from Mandriva 2008.0."
 blog it

Back-ups !!

Paar dagen geleden de nieuwe Linux magazine in mijn brievenbus ontvangen. Bij de commandline Tips stond er enehandige tip voor het maken van back-ups, wat ik eerlijk gezegd vaker zou moeten doen :-)

Tip 1 : KOPIEREN

Dit is de makkelijkste manier om een back-up te maken, m.a.w. bestanden kopieren

$ cp -a /home/user /backup

Bovenstaande commando kopieert de hele inhoud van de home directory, inclusief subdirectories. De -a optie zorgt daarvoor.

Tip 2 : RSYNC

Een andere manier is de tool rsync. dit synchroniseert de ene directory met de andere. Het is dan ook eenvoudig te gebruiken. Voor een back-up gebruiken we de archive mode optie -a:

$ rsync -a /home/user /backup

voordeel is wanneer je dit commando iedere dag uitvoert, rsync alleen de bestanden kopieert die veranderd zijn ten opzichte van de vorige dag.

* edit

kleine bash script bij gebruik van rsync

#!/bin/bash
clear
rsync -a /home/user /backup

gewoon nog als uitvoerbaar stellen.


bron: Linux magazine / oktober 2007 / bladzijde 66.

zaterdag 22 september 2007

Python Tutorial deel1

Python tutorial (deel1)
------------------------------------------

Voor ik Python begon te leren had ik echt weinig ervaring met programmeren. Ik had op hogeschool wel Turbo Pascal gezien en een beetje VB maar daar bleef het bij. Ik ben Python zelfstandig beginnen leren met behulp van de tutorial van Josh Cogliati.
Ik zal dus overlopen wat ik geleerd heb en hopelijk een aantal beginnende mensen kunnen helpen...


- Python installeren

Op de meeste linux distributies zal python al geïnstalleerd zijn. Om te zien of IDLE, de python GUI, al op je machine aanwezig is , probeer het uit te voeren.

$ idle

op Ubuntu moet je idle nog installeren. ga naar synaptic pakketbeheeer en zoek idle op. installeer het dan gewoon. Je kan natuurlijk ook een simpele tekst editor gebruiken om code te schrijven.

- gegevens afdrukken

Bijna alle programmeer tutorials beginnen met het programma Hello World !

print "Hello, World!"

Als je de command line gebruikt om programma's uit te voeren, typ dit dan in een tekst editor, sla het op als 'hello.py' en run het met "python hello.py".
In het ander geval, ga naar IDLE, open een nieuw venster en typ print "hello world!". Om het uit te voeren kies edit --> run script.

Hier een iets moeilijker programma :

print "Jack ans Jill went up a hill"
print "to fetch a pail of water;"
print "Jack fell down, and broke his crown,"
print "and Jill came tumbling after."

Wanneer je dit programma uitvoert, bekom je het volgende:

Jack ans Jill went up a hill
to fetch a pail of water;
Jack fell down, and broke his crown,
and Jill came tumbling after.

De computer leest de eerste lijn en gaat vervolgens zo door naar de volgende lijnen.

Probeer nu zelf wat teksten te printen, volgende keer gaan we wat rekenen...

vrijdag 21 september 2007

Defending Openness

clipped from linuxjournal.com

Defending Openness



Things have been going pretty well for open source and open standards recently. First, there was the implosion of the SCO case, in the wake of which even SCO accepts that it may not be around much longer. Then we had the rejection of Microsoft's request for a fast-track approval of its OOXML rival to ODF. Finally, the European Court of First Instance has refused Microsoft's request for an annulment of the terms imposed by the European Commission. All are notable victories that many regarded as unlikely a few years ago. But elsewhere, other open movements are still in the early stages of the struggle against forces pushing closed, proprietary standards.



 blog it

donderdag 20 september 2007

screenshots Mandriva 2007 Powerpack




edit: effe ook ne kubus bij gepost :-)

zaterdag 15 september 2007

Why you should adopt Python to manage UNIX systems

Interessant artikel voor mensen die bezig zijn met Python, ikzelf ben al een tijdje bezig met Python te leren. Is geen te moeilijke taal en heel efficient...
clipped from osnews.com
As a system administrator, you run across numerous challenges and problems. Managing users, disk space, processes, devices, and backups can cause many system administrators to lose their hair, good humor, or sanity. Shell scripts can help, but they often have frustrating limitations. This is where a full-featured scripting language, such as Python, can turn a tedious task into an easy one. Python is a scripting language that looks like it was made for system administrators.
 blog it

vrijdag 14 september 2007

Screenshots with Scrot


How to take screenshots with Scrot



By Gary Richmond


Online on: 2007-09-04


Screenshots. Where would the internet be without them? They are ubiquitous and when you are researching that latest piece of cool software or the latest ISO of your favourite GNU/Linux distro they are an opportunity to preview the eye candy. There are many ways to make those screenshots and most KDE and Gnome users will be familiar with the GUI tools bundled with them: Ksnapshot for KDE and Take Screenshot for Gnome. They are good at what they do. However, sometimes you just need to take screenshots quick and dirty without the overheads (especially if you are using a lightweight windows manager on a relatively low-spec machine). If that's your case, you can use “Scrot”.


 blog it

donderdag 13 september 2007

IBM and Openoffice.org: An interview with IBM's Doug Heintzman

clipped from www.fsdaily.com

Yesterday, OpenOffice.org announced that IBM would become a formal – and substantial - contributor to that organization. IBM's contributions will include 35 dedicated programmers as well as editing, accessibility, and other code that it has developed for its ODF compliant products. The OpenOffice.org press release was brief, as was an FAQ that was only available at the OpenOffice site for a few hours. As a result, I got in touch with IBM to see if I could interview someone to learn more
Read more... »
 blog it

woensdag 12 september 2007

Review: Compiz Fusion 0.5.2

clipped from osnews.com
"For the next round of Linux Releases (Ubuntu Gutsy, Fedora 8, OpenSuse 10.3, Mandriva 2008, etc.) Compiz Fusion should be installed by default in those releases and with the release date looming not far ahead the time is ripe to give you a preview of what to expect from the latest Compiz Fusion."
 blog it

zondag 9 september 2007

zaterdag 8 september 2007

KDE 4.0 Release Schedule Revised

clipped from osnews.com
"The KDE Release Team has revised the release schedule for KDE 4.0. The first visible bits of KDE 4.0 will be the KDE Development Platform release on October, 30. This Development Platform release consists of bits and pieces needed to develop KDE applications. It includes kdesupport, kdelibs, kdepimlibs and kdebase/runtime. The purpose of the KDE Development Platform release is to make it easier for third party developers to port their applications to KDE4 technology and to start developing new applications. The final and long awaited release of the KDE Desktop 4.0 is planned for December, 11th 2007, well in time to be a Christmas present for everyone who has been longing for KDE 4.0."
 blog it

vrijdag 7 september 2007

OS X Screenshot

Here is a screenshot I took of my OS X installation.

things to do:

- change my resolution to 1280x1024
- install Iwork and some components of Ilife.

I'm already saving money for my mac mini :-)

zondag 2 september 2007

" Apple's Pages '08 is all grown up "

clipped from osnews.com
"With the latest release of Apple's office productivity suite, iWork '08, the Pages application moves into the ranks of full-fledged word processing applications. Previously known more for its page layout capabilities than for its word processing capabilities, Pages now enables users to switch seamlessly between writing and designing documents. In addition, the application offers 140 document templates and a snazzy track-changes feature, both of which work to position iWork '08 as an apt rival to Microsoft's Office 2004 for Mac in the OS X-compatible office productivity arena."
 blog it

Apple onthult nieuwe iMac

Ik denk echt dat ik een mac zal kopen...
clipped from www.apple.com

Apple presenteert vandaag een geheel nieuwe alles-in-één-iMac-productlijn, met fantastische breedbeeldschermen van 20 en 24 inch in elegante en professionele behuizingen van aluminium en glas. De volledige nieuwe iMac-productlijn is uitgerust met de nieuwste Intel Core 2 Duo-processors en een nieuw, ultradun aluminium Apple Keyboard, een ingebouwde iSight-videocamera voor videoconferenties en iLife '08. De nieuwe iMac is dé desktopcomputer voor de digitale levensstijl. Er is al een nieuwe iMac vanaf €1199.  [7 augustus 2007]

Apple onthult nieuwe iMac 

 blog it

Inhoud van twee Excel-kolommen vergelijken

Ik wou onlangs mijn twee film-lijsten (excel) vergelijken , en vond het volgende op Clickx.be


Als je in Excel twee kolommen hebt die in sommige cellen van elkaar verschillen, is het soms moeilijk om manueel de verschillende cellen te vinden. Met een eenvoudige functie in Excel kan je die verschillen echter automatisch vinden.
Start het programma op en open het werkblad met de kolommen die je wil vergelijken. Selecteer de cellen die je wil vergelijken met de muis. Klik daarna op BEWERKEN, GA NAAR, SPECIAAL. Duid VERSCHILLEN IN RIJ aan en klik op OK. De cellen met verschillende inhoud worden nu blauw of grijs gekleurd.

Echt heel handig !!