Page 1 of 1

what you wan(t)?

Posted: 31 Aug 2016, 16:08
by MrNiitriiX
Hi family,

let me know if there is anything of interest (linux related), reviews or guides can be done ... i have a feeling i will have some time on my hands soon to make some youtube clips again.

at the moment i have no mic so they will be music and text based ... but hopefully that will be sorted soon.



haha from back in the days "your wish is my COMMAND" :P

Re: what you wan(t)?

Posted: 31 Aug 2016, 19:22
by LghPuppy
haha from back in the days "your wish is my COMMAND" :P
Now MrNiitriiX you haven't gone and moved into an oil lamp. Have you? :think: :lol:

Re: what you wan(t)?

Posted: 31 Aug 2016, 20:31
by OnTheLimit
That is very generous of you, MrNiitriix - thank you! :appl:

I suspect most folks here would favor going the GUI route with Linux, as opposed to working with the CLI.

I would think that perhaps a "How-To" exploration of the resulting Zorin or Mint distro installation would be welcomed by many here... the installation part is dead simple, but there are a myriad of tricks and tips that could be demonstrated in such a vid...

Just my 2c worth. Others will chime in, I'm sure...

Re: what you wan(t)?

Posted: 31 Aug 2016, 23:55
by MrNiitriiX
IDontHave1 » 01 Sep 2016, 05:52 wrote:
haha from back in the days "your wish is my COMMAND" :P
Now MrNiitriiX you haven't gone and moved into an oil lamp. Have you? :think: :lol:
never moved out of it :D


EDIT***

mint or zorin...they are debian/ubuntu derivatives so not sure how to do enything special about those distros ... however if there is something specific that you would like to know im more then happy to help out

Re: what you wan(t)?

Posted: 01 Sep 2016, 05:58
by LghPuppy
I put Zorin 11 on the laptop and played with it for a few days but haven't had time to get back to it. :(

I did want to ask you about the Manjaro.
I've downloaded the XFCE (not installed yet) but was wondering if I needed the KDE version?

Re: what you wan(t)?

Posted: 01 Sep 2016, 07:11
by Akasha
That's very nice of you MrNiitriiX :thumbsup:

Maybe something more complex, like how to install/start with Arch Linux? ;)

Re: what you wan(t)?

Posted: 01 Sep 2016, 10:57
by MrNiitriiX
IDontHave1 » 01 Sep 2016, 16:28 wrote:I put Zorin 11 on the laptop and played with it for a few days but haven't had time to get back to it. :(

I did want to ask you about the Manjaro.
I've downloaded the XFCE (not installed yet) but was wondering if I needed the KDE version?
XFCE or KDE is personal preference ... but xfce should be a little lighter on the sytem then kde (personally i would go xfce or if you feel a bit frisky :P then try the JWM from the community releases.)
**edit
KDE, XFCE, etc etc are Desktop environments, so how the tesktop looks and feels. The underlying system (in this case manjaro) is the same.

Akasha » 01 Sep 2016, 17:41 wrote:That's very nice of you MrNiitriiX :thumbsup:

Maybe something more complex, like how to install/start with Arch Linux? ;)
Its on the list :) :thumbsup:

Re: what you wan(t)?

Posted: 11 Sep 2016, 07:35
by Pantheon
I'm trying to get SimpleScan to work with NO luck, "unable to scan"
:book: I did search for a solution and i think i found the right one!

I kindly ask for a simple step by step video tutorial for this:
http://robsworldoftech.blogspot.gr/2010 ... tu-or.html

I'm sooo new to Linux and i'm trying to understand how things are working :D
I'm on wattOS-R10 – LXDE – 32bit http://www.chattchitto.com/forum/viewto ... 16&t=68264
Thank you in advance m8... :cheers:

Re: what you wan(t)?

Posted: 11 Sep 2016, 12:37
by MrNiitriiX
OK cool thank you all for the wishes :)
on the list:
  • Mint / Zorin Install (both with and without custom partitioning/encryption
  • Installing SimpleScan (i dont have a scanner so hard to test (might need some help here hahah)
  • I will be making both a video on installing arch and compiling your own arch install ISO (these will be in multiple parts and will take some time to do)
  • ...more to come
@pantheon , i have no scanner and am not on "ubuntu" but test this :D

Before you start (i forgot this in video) in terminal type this: sudo apt-get install git
now follow the video instructions :)


in terminal 1 after the other just like this

Code: Select all

sudo apt-get install git
git clone git://git.debian.org/sane/sane-backends.git
sudo apt-get install libusb-dev build-essential libsane-de
cd /home/USERNAME/sane-backends
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
sudo make install