Total noob

Welcome to newcomers! Don't hesitate to introduce yourself.
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Whitehorse2018

Total noob

Post by Whitehorse2018 »

Just wanted to say hello as this is my first foray in to the world of Linux.
I played around with Linux Mint, initially booting from a USB and finally decided to just take the plunge and turn my old laptop in a solely Linux Mint workstation when I replaced it.
I’m well out of my depth to be honest, but after a few days I’ve already been playing with terminal to download software rather than use the software manager, so that’s a start I guess.
I’ve hit a brick wall with trying to get an Apache2 server up and running through, so that’s my next project!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
redlined

Re: Total noob

Post by redlined »

hi Whitehorse2018!

Welcome to Linux Mint and these excellent forums! Like you, I'm a noob too, maybe graduated from total noob to just dangerous newb though :mrgreen:

I haven't looked at Apache server yet but do think you will find these webpages very helpful in learning Linux basics and advanced stuff, they are ones I've been referring to often as I bookmarked them due to local forum experts recommending some time back.

(in no particular order of preference)

http://linuxcommand.org/index.php

https://linuxjourney.com/

https://ryanstutorials.net/linuxtutorial/cheatsheet.php

after this do not hesitate to see if there are man pages to read for any package you have installed, simply run the command in terminal man packagename reading those can be overwhelming amount of info, especially when they reference even more to read in the SEE ALSO paragraph, but I enjoy the reading and learning so mention it in case you hadn't come across the 'man' command entered into terminal. (ps. scroll man pages in terminal until done reading then hit "q" (lower case Q) in order to quit and return to terminal prompt)

other flags with packagename may also shed light into flags (switches) and commands and sometimes even examples to help format it. e.g. packagename -? and/or (they might return different results or not found) packagename --help

as always, if ever in doubt or unsure don't hesitate to post in these forums for help. I strongly recommend to always make new thread instead of tagging in on other help threads seeking help for your own same/similar issue (especially threads older than release date of version of Mint and desktop environment you run).

All in all, this is a great group of folks with many experts and long time experienced in Mint and all flavors of Linux. Join in and help where/how you can and as your experience grows your newbness is tolerated much more for participating (at least it's worked that way for me :mrgreen:

edit to add: I forgot to mention, one such local expert has a blog for easy linux tips, very useful for setting things up on new install, common issues, etc and keeping it simple to understand for us new to linux folks:
https://easylinuxtipsproject.blogspot.com
Last edited by redlined on Thu Dec 27, 2018 7:16 pm, edited 1 time in total.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Total noob

Post by phd21 »

Hi Whitehorse2018,

Welcome to the wonderful world of Linux Mint and its excellent forum!

I just read your post and the good replies to it. Here are my thoughts on this as well.

It would help to know more about your system setup. If you run "inxi -Fxzd" and "lsusb" from the console terminal prompt, highlight the results, copy and paste them back here, that should provide enough information.

Normally when people want to install Apache web server it is recommended to install "lamp" (Install Linux Apache, MySQL, PHP)

How to Install a LAMP Stack on Ubuntu 18.04
https://www.linode.com/docs/web-servers ... ntu-18-04/

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04 | DigitalOcean
https://www.digitalocean.com/community/ ... untu-18-04

Hope this helps ...
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
timbow
Level 1
Level 1
Posts: 44
Joined: Wed Oct 11, 2017 6:06 pm

Re: Total noob

Post by timbow »

You might think that because a lot of commercial web servers run on linux that it will be easy and simple to run a local lamp server on your linux desktop. It isn't. You can get in a right muddle with it, and the internet is awash with incomplete and out of date advice. As a fellow noob I can tell you that I really struggled and failed many times to get a lamp setup for simple web development working . Eventually I found the bitnami lampstack, which works well and is not hard to install or understand.
https://docs.bitnami.com/installer/infr ... -with-lamp
mediclaser
Level 4
Level 4
Posts: 491
Joined: Tue Mar 20, 2018 2:28 pm

Re: Total noob

Post by mediclaser »

+1 on that DigitalOcean site recommended by phd21. I followed the guide in there on a few installation tests I did recently and it's so easy.
If you're looking for a greener Linux pasture, you won't find any that is greener than Linux Mint. ;)
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Total noob

Post by phd21 »

Hi mediclaser, Whitehorse2018, etc...

I have always been able to easily install LAMP with Apache web server using the instructions from DigitalOcean and sometimes I'll use parts of instructions from other LAMP web page installation instructions for adding other features or packages.

I would mention (caution) that the instructions pertaining to securing MySQL could wait until after installing and verifying PHP, but securing MySQL instructions should definitely be done.

Hope this helps ...
Last edited by phd21 on Fri Dec 28, 2018 8:21 pm, edited 1 time in total.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Total noob

Post by phd21 »

Hi mediclaser, Whitehorse2018, etc...

Update 12-28-2018 07:01pm US Eastern: I just installed Apache web server (LAMP) using the instructions from either web link and they both worked perfectly and easily. Took less than 15 minutes including editing the various files. The simple "tasksel" option from the first link worked too but used an insecure login name and password, so run the secure MYSQL command and set a new login name and password.

FYI: How to Install phpMyAdmin on Ubuntu - HostingAdvice.com
https://www.hostingadvice.com/how-to/in ... on-ubuntu/

FYI: Install PHP 7.2-mcrypt Module on Ubuntu 18.04 LTS | Website for Students
https://websiteforstudents.com/install- ... 18-04-lts/

Hope this helps ...
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Total noob

Post by jimallyn »

Welcome aboard, Whitehorse2018!
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
WharfRat

Re: Total noob

Post by WharfRat »

Hello Whitehorse2018 Image

Welcome to Linux Mint and the Linux Mint forum :)
Locked

Return to “Introduce Yourself”