субота, 27. април 2013.

FCM No.72 - izdanje za šesti rođendan

Šest godina je prošlo od prvog izdanja, a 72. broj FCM-a donosi:

* Ubuntu News.
* How-To : Programming in Python, LibreOffice, and Network Settings.
* Graphics : Blender, and Inkscape.
* Book Review: The Book of GIMP.
* Review: SolydXK
*plus: Q&A, Command & Conquer, Linux Labs, Ask The New Guy, My Story, and soooo much more!

 Broj 72. se može skinuti sa adrese:
http://dl.fullcirclemagazine.org/issue72_en.pdf

субота, 30. март 2013.

FCM No.71


71. broj FCM-a donosi:


* Ubuntu News.
* How-To : Programming in Python, LibreOffice, and Using PAF.
* Graphics : Blender, and Inkscape.
* Book Review: Python for Kids.
* Review: Chrome OS
plus: Q&A, Command & Conquer, Linux Labs, Ask The New Guy, My Story, and soooo much more!


Broj 71. se može skinuti sa adrese:
http://dl.fullcirclemagazine.org/issue71_en.pdf

PCLinuxOS Magazine 2013.04


PCLinuxOS magazin u aprilskom broju donosi:


* Windows Migration: Desktop Environments & Window Managers
* Windows Migration: One Installation, Two (Or More) Desktop Environments
* Game Zone: iBomber Attack
* Gimp Tutorial: Explore the Create Menu
* Xfce Power User Tips, Tricks & Tweaks: Archive File Management
* PCLinuxOS Saves The Day!
* Inkscape: Starting Your First Project
* Get Off the Proprietary Merry-Go-Round
* Normalize Your MP3 Files With MP3Gain
* PCLinuxOS Recipe Corner
* ms_meme’s Nook
* And much more inside!


najnoviji broj se može skinuti sa adrese:
http://www.pclosmag.com/pdf/2013-04.pdf

A dostupne su i HTML, EPUB i MOBI verzije!

FCM No.70


70-ti broj FCM-a donosi:

* Ubuntu News.
* How-To : Programming in Python, LibreOffice, and Using PAF.
* and so much more!

Broj 70. se može skinuti sa adrese:
http://dl.fullcirclemagazine.org/issue70_en.pdf

PCLinuxOS Magazine 2013.03


PCLinuxOS magazin u martovskom broju donosi:


* Windows Migration: Fine Tune Your PCLinuxOS Installation
* Windows Migration: Configure Your Computer With PCC
* Game Zone: TorchLight II
* How to Create Sub-Menus in GRUB
* Xfce Power User Tips, Tricks & Tweaks: Working With Graphics
* Gimp: Create a Shiny Button
* When Was My System Installed?
* Inkscape: Getting Started
* HTML One-Liner Text Editor
* 2012 LinuxQuestions.org’s People’s Choice Awards
* ms_meme’s Forum Foibles
* And much more inside!


najnoviji broj se može skinuti sa adrese:
http://www.pclosmag.com/pdf/2013-03.pdf

A dostupne su i HTML, EPUB i MOBI verzije!

понедељак, 11. фебруар 2013.

PCLinuxOS Magazine 2013.02


PCLinuxOS magazin u februarskom broju donosi:

* Windows Migration: My Journey To PCLinuxOS
* Windows Migration: What Software Do I Need?
* Game Zone: Killing Floor
* Making Xsane A Little More Sane
* How To Create, Edit ePub Files In Sigil
* Gimp 8: Colorizing A Photo
* Create A /bin Executable Directory In Your /home Directory
* My Screen Is Way Too Dark When Booting To PCLinuxOS. What Can I Do?
* How To Use PCLinuxOS As A Router
* LibreOffice 4.0 RC1 Advances Feature Set
* ms_meme’s Forum Foibles
* And much more inside!

najnoviji broj se može skinuti sa adrese:
http://www.pclosmag.com/pdf/2013-02.pdf

A dostupne su i HTML, EPUB i MOBI verzije!

уторак, 29. јануар 2013.

Ponavljanje argumenta u terminalu

Možda ste već bili u prilici da u terminal unesete više komandi sa istim argumentom. Na primer ako želimo da kreiramo direktorijum "Video" pa u njemu poddirektorijum "Serije" koristićemo komandu:
mkdir -p Video/Serije

nakon kreiranja treba da uđemo u podirektorijum koji smo kreirali, no umesto da ponovo kucamo argument, unećemo samo:
cd !$

znak !$ menja kompletan uneti argument.

Postoji i kombinacija tipki na tastaturi kojom se može uneti, predhodno unet argument komande, dakle umesto da kucamo znakove !$ pritisnućemo samo kombinaciju Esc + .