Development > Linux Lite Software Development

Linux Lite 4.0 - Sneak peeks

<< < (19/20) > >>

TheDead:

--- Quote from: Jerry on December 07, 2017, 09:22:12 PM ---
--- Quote from: bluzeo on December 07, 2017, 09:19:33 PM ---Hope this time no fresh installs needed..

--- End quote ---
I haven't fresh installed since mid 2016.

--- End quote ---

Hope it's not the same with your underwear! Trollolololo! ;)
*user banned*
Noooo! It's friday and almost 5pm after a week of complete work hell, I invoke my earned right to catharsis venting!
*user sent to anger management class*
Doh!

Jerry:

--- Quote from: bluzeo on December 07, 2017, 09:19:33 PM ---Hope this time no fresh installs needed..



--- End quote ---

I haven't fresh installed since mid 2016.

bluzeo:
Hope this time no fresh installs needed..

God not dead. He roaring like an lion.

Jerry:
There will be a few bumps along the road for people who are used to the Linux cli. Example - instead of using && to join 2 or more commands together, you would use ;

eg.


--- Code: ---sudo apt-get update && sudo apt-get install gimp
--- End code ---

becomes:


--- Code: ---sudo apt-get update; sudo apt-get install gimp
--- End code ---

Which is more in line with what programmers use, so if at some point you decide to do a little scripting, you'll already have the habit.

Sent from my Mobile phone using Tapatalk

TMG1961:
Looks like you are all excited about it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version