This is a great (and brief) little overview of this awesome tool!
This is a photograph of something that I would have drawn in 4th grade…
amazing.
Q: How do I make all my folders open in the same window, when browsing the file system?
A: If you want to set the file manager so that it doesn’t open a new window for each folder, you can follow these steps:
Double-click on the “Computer” icon on your desktop.
Go to the “Edit” menu and choose “Preferences.”
Click on the “Behavior” tab.
Put a check in the box marked “Always open in browser windows.”
(Thanks to Eugéne Roux for this method of doing it! And thanks to Raivis Dejus for a better phrasing of the question.)
via: www.fedorafaq.org
The best part of a newly installed system in discovering all the little treats that are built right in. It’s kind of like looking into the future of what other legacy operating systems (like windows) are hoping to become.
Installed PIL. Downloaded Pygraphics. Ran the install script and then moved the PyGraphics folder to the Python Lib directory.
»> f = picture.pick_a_file()
»> pic = picture.make_picture(f)
»> pic.title
»> pic.get_width()
»> pic.get_height()
»> picture.add_text(pic,115,40, ‘this is the dopest thing we have seen yet’,picture.green)
»> picture.show(pic)
goodnight!