недеља, 30. октобар 2016.

среда, 5. октобар 2016.

PCLinuxOS Magazine 2016.10

 PCLinuxOS magazin u oktobarskom broju donosi:

* Happy 13th Anniversary, PCLinuxOS!
* Repo Review: Screen Recorders
* Accessing The Extended Character Set
* Installing VSDC in PCLinuxOS
* ms_meme's Nook: Yippie I O For PCLOS
* PCLinuxOS Family Member Spotlight: Corazon
* Inkscape Tutorial: Some Handy Inkscape Tricks
* October Is Breast Cancer Awareness Month
* PCLinuxOS Recipe Corner
* Tip Top Tips: Recording Mixed Sound Streams Using PulseAudio
* PCLinuxOS Puzzled Partitions

najnoviji broj se može skinuti sa adrese:
http://pclosmag.com/download.php?f=2016-10.pdf


A dostupne su i HTML, EPUB i MOBI verzije!

понедељак, 3. октобар 2016.

FCM #113

- FCM u broju 113. donosi:
* Command & Conquer
* How-To : Python, Connecting Linux PCs, and Program With FreePascal
* Graphics : Inkscape
* Linux Labs: Syd Bolton’s PC Museum
* Review: GNU Cash
* Ubuntu Games: Stardew Valley
 Broj 113 se može naći na adresi:

понедељак, 5. септембар 2016.

PCLinuxOS Magazine 2016.09

 PCLinuxOS magazin u jubilarnom 100-tom broju donosi:

* In Memoriam: Tara-Rain-9.5B
* PCLinuxOS Magazine: 10 Years
* PCLinuxOS Magazine: Memories
* A Look Back At The Beginning: A View From The First Editor
* ms_meme's Nook: I Love Linux More Today
* PCLinuxOS Family Member Spotlight: bloomer
* Git: The Ultimate Undo Button
* GIMP Tutorial: Fancy Text
* A Day In The Life: An Anthology Of Sorts
* PCLinuxOS Recipe Corner
* Tip Top Tips: How To Activate XScreensaver on KDE5 Plasma
* PCLinuxOS Puzzled Partitions

najnoviji broj se može skinuti sa adrese:
http://pclosmag.com/download.php?f=2016-09.pdf

A dostupne su i HTML, EPUB i MOBI verzije!

FCM #112

- FCM u broju 112. donosi:

* Command & Conquer
* How-To : Python, Spreadsheets in LaTeX, 
and Program With FreePascal
* Graphics : Inkscape
* My Opinion: Ubuntu Download ISOs
* Book Review: Arduino Project Book
* Ubuntu Devices: Installing X Apps On 
Ubuntu Devices
* Ubuntu Games: Optimizing Gaming Graphics
 Broj 112 se može naći na adresi:

субота, 6. август 2016.

PCLinuxOS Magazine 2016.08

PCLinuxOS magazin u avgustovskom broju donosi:

* Happy 25th Birthday, Linux!
* Linux 25th Birthday Trivia & Fun Facts
* ms_meme's Nook: Today As I Boot Up
* PCLinuxOS Family Member Spotlight: craesz
* Inkscape Tutorial: A Textured Paint Effect
* Game Zone: Empire Of The Gods
* PCLinuxOS Recipe Corner
* Tip Top Tips: Kodi With The Latest Add-ons
* PCLinuxOS Puzzled Partitions

najnoviji broj se može skinuti sa adrese:
http://pclosmag.com/download.php?f=2016-08.pdf

A dostupne su i HTML, EPUB i MOBI verzije!

уторак, 2. август 2016.

Čišćenje istorije terminala

O komandi history već smo pisali, no čitajući taj tekst čini mi se da sam ostao dužan i kratko uputstvo kako obrisati istoriju komandi. Komandom:

history -d < broj komande history ispisa >

možemo obrisati pojedinačnu komandu,  unoseći broj komande po ispisu komande history, dok komandom:

history -c

možemo obrisati kompletnu istoriju komandi unetih u terminal.
Ukoliko poželimo da pre brisanja, istoriju komandi unetih u terminal sačuvamo u tekstualnoj datoteci, to možemo uraditi komandom:

history | col -b > cmd_history.txt