Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Linux for Starters: Your Guide to Linux – Introduction
Linux Links ^ | 30 April 2021 | Steve Emms

Posted on 05/01/2021 6:13:18 AM PDT by ShadowAce

click here to read article


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-71 next last
To: Pollard

And that is another thing I enjoy to watch. As it is doing operations one file at a time during an install it actually explains with notes what each is and what is happening. You can learn a lot about Linux by reading these install operation notes it shares file by file.

Was it you who told me here one time to “never discount the power of the terminal utility”? If so thank you. You were absolutely right. There is still quite a bit of needed stuff out there that requires a command line install. And they only give Command line instructions for them. And it works slicker than snot. :)


41 posted on 05/01/2021 10:35:19 AM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 40 | View Replies]

To: Openurmind
Was it you who told me here one time to “never discount the power of the terminal utility”?

Nope but I do use it for some things, like adding a repository to install a program that's not in Ubuntu's repositories.

I also use a command line program, youtube-dl, dl stands for download. (youtube-dl --list-formats 'https://www.youtube.com/watch?v=J8L_x42RieA') Use that minus parentheses to list formats and file size of the video. That will give you a list and one thing on each line is a numeric code. Then to download, (youtube-dl -f 18 https://www.youtube.com/watch?v=oU0a-l-amlI) That number 18 seems to always be about the best. Audio & video and not a humongous file size. It will work with 100+ other sites as well, including bitchute.

imagemagik is another command line only program used for manipulating images and will do batch processing. If you have 300 images in a folder that you want to resize and optimize(smaller file size), you can do it with one command. You can also convert from one file format to another. Seems very strange working with images and not using a GUI but the program works great. Comes preinstalled on most Linux distros and also pretty much all web servers. When you upload some huge pic to a website, most of the time they're using imagemagik to shrink the file so their web server doesn't fill up real quick and so that pages don't take forever to load because your pic was 2048px wide and 12mb in size.

The only commands I know off the top of my head are the basic sudo commands. Most of the time, I'm copying and pasting something from the web into the terminal. Yup, most common is add a repository, update, install.

42 posted on 05/01/2021 10:57:42 AM PDT by Pollard
[ Post Reply | Private Reply | To 41 | View Replies]

To: Pollard

Yep, third party stuff not available from the Ubuntu repository, I run into this a lot too.

I am familiar with Imagemagik as a site developer. But I did not know you could use it’s capabilities on a local linux. That is cool! I will have to play with that, THANK YOU! I have found in my Mint that I can right click files and folders and compress them. It creates a compressed Tar file that you can still open and look at.

You know... the more and more I play with Linux the more I realize it is structured like a webserver and a database rather than an OS. There are a lot of similarities in directory file structure function and etc.

I suppose this is why it is so much easier to build a personal server, VPN server,run Apache, set up a MySql database Etc. with Linux than windows.

It is basically a server at heart from what I see. :)


43 posted on 05/01/2021 11:16:26 AM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 42 | View Replies]

To: Openurmind

Yup, Linux’s widespread use was as a web server before they even made a GUI for it. I’ve been building websites since the mid 90s when it was strictly html and css was new and was used inline mostly. One thing I’ve never found for Linux but don’t really need either, is a css compiler like SASS/SCSS.

I finally ditched Filezilla and use Konqueror for ftps. I had been using Sublime for my code text editor but found Atom. Sublime constantly gave me a popup reminder that I haven’t purchased it. Atom is free and reminds me a lot of Sublime. I don’t need to code much as I use CMSs like WordPress and soon, PicoCMS. Pico is a flat file system, no database and is lightweight. Perfect for a basic blog. You write in Markdown and Pico converts the Markdown to html.

Been using CherryTree notekeeping program but it’s got it’s quirks and I just found Joplin in which you use Markdown to format. Joplin can sync itself to Nextcloud on a server so I installed that. Haven’t got my notes copied over and synced to my cloud yet though.

Now I’ve got two reasons to learn markdown. Most documentation CMSs use Markdown as well and I do have a use for a docs site.


44 posted on 05/01/2021 11:39:46 AM PDT by Pollard
[ Post Reply | Private Reply | To 43 | View Replies]

To: ShadowAce

BBBOOKbump


45 posted on 05/01/2021 12:15:13 PM PDT by S.O.S121.500 (Had ENOUGH Yet ? ........................ Enforce the Bill of Rights .........It is the LAW. )
[ Post Reply | Private Reply | To 2 | View Replies]

To: Openurmind

There are constant updates to Linux Mint 18.3. The whole package gets updates even weekly, but most are for sub packages that are not pure OS related.


46 posted on 05/01/2021 12:30:20 PM PDT by ConservativeMind (Trump: Befuddling Democrats, Republicans, and the Media for the benefit of the US and all mankind.)
[ Post Reply | Private Reply | To 32 | View Replies]

To: ConservativeMind

Yep... What I do is just turn them all off. Then about once every three months I checkbox and update just the apps that want to update. But... I do not checkbox any OS updates. What I found is that it wants to hand you OS updates that you really do not need or will never use.

I can do without those because of the dependency check when you download and install an app. At that point it will go look to see if you have what it needs to run the program and only add the bare minimum additional dependencies it takes to the download and install anyhow.

What I have found is that the OS or the kernel it’s self once it is working working all your hardware, never needs an update unless there is a new known critical security issue. and with Linux this is far and few between. It just doesn’t get security issues weekly like MS does. Other than that if it isn’t broken then don’t try to fix it. :)


47 posted on 05/01/2021 12:59:06 PM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 46 | View Replies]

To: Pollard

Fortunately most webhosts now provide Cpanel or other in server tools that replaces the need for FTP. Downloader, rename, uploader, text Editor and all right in the server panel. And here is something kind of cool about my local Linux. The default “Text editor” that comes boxed with this Mint, and opens all text files, is indeed that, You can root the containing folder and edit any type of text file/code you like.


48 posted on 05/01/2021 1:12:18 PM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 44 | View Replies]

To: ShadowAce

I install a new flavor on Linux on my Linux box at least once a year to see what’s up. Zorin was kind of fun. Although it’s Irish, so the box needs 10 beers a day...


49 posted on 05/01/2021 1:18:35 PM PDT by StAnDeliver (Eric Coomer of Dominion Voting Systems Is The Blue Dress)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

I thought Lenovo was on the “Do Not Buy” list because of Chinese hardcoded spy chips..


50 posted on 05/01/2021 1:37:27 PM PDT by Bikkuri (If you're conservative, you're an "extremist." If you're liberal, you're an "activist.")
[ Post Reply | Private Reply | To 2 | View Replies]

To: ShadowAce

Bump for later...


51 posted on 05/01/2021 1:43:42 PM PDT by SuperLuminal (Where is another Sam Adams now that we desperately need him?)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Openurmind

Text editors I use

Mousepad
Leafpad
Sublime
Atom

Mousepad pretty basic with no syntax highlighting but as you say, they will open and edit most anything. I think it’s funny that you don’t even have to give a text file an extension. Of course if you want to be able to open it in windows, you have to add .txt to it. Mousepad does have line numbers.

Leafpad has line numbers, themes, syntax highlighting etc.

Technically, I have one more text editor I just installed. It’s a terminal text editor called markdown. You type “markdown” in the terminal and it starts in the terminal, Type some markdowm, hit enter and it gives you back html. Not what I was thinking it was.

For my Nextcloud, I just found PicoCMS can be integrated. You end up wuth a cruddy looking url though. example.com/cloud/index.php/apps/cms_pico/pico/blog — which doesn’t work for me.

Yukuake is a pretty cool terminal app. Set it to autostart and when you hit F12 and it drops down from the top of the screen.

If you build websites, you’re probably familiar with google’s webP image format. Insanely small file size. Gwenview is a Gnome app for viewing, resizing, cropping images and you can save them in other formats, including webP. Even when you crop and/or resize and save in the same file format, they come out pretty small in file size.

Inkscape is a vector graphic editor that saves as svg or exports as png and the png will be tiny in file size.

GIMP for photos aka jpg/jpeg.

Falkon is a fairly new web browser made by KDE. It’s yet another Chromium based browser, similar to Brave but not a whole lot of features. Fast though.


52 posted on 05/01/2021 1:52:03 PM PDT by Pollard
[ Post Reply | Private Reply | To 48 | View Replies]

To: aquila48

For beginners, I would recommend Mint Cinnamon (or Mate, it is less resource heavy).

If you want to have more control of your computer, KDE (I think Kubuntu would be the better choice for KDE, it’s simple and stable).


53 posted on 05/01/2021 1:57:18 PM PDT by Bikkuri (If you're conservative, you're an "extremist." If you're liberal, you're an "activist.")
[ Post Reply | Private Reply | To 33 | View Replies]

To: Pollard

Oh yes... Inkscape is my go to for image adjustments. As for line numbers I only pay attention to those if it is the first time I am editing that file and someone actually shared the lione number. So many directions are “find this” with a couple lines of code to look for and do not give line numbers anyhow. And once you have edited the same file a few times those line numbers change anyhow. :)

So the default “text editor”in this Mint works fine, and it does highlight in different colors as to functions. That helps a LOT... the “find this” reference is a serious burr under the saddle of anyone who does web work... “Finding that” is not always as easy as they make it sound. lol


54 posted on 05/01/2021 2:02:29 PM PDT by Openurmind (The ultimate test of a moral society is the kind of world it leaves to its children. ~ D. Bonhoeffer)
[ Post Reply | Private Reply | To 52 | View Replies]

To: ShadowAce

How do you think the new Linux Code of Conduct will affect coding? Has anyone walked away with their code, making it harder for the kernel and OS to work?


55 posted on 05/01/2021 2:38:13 PM PDT by tbw2
[ Post Reply | Private Reply | To 1 | View Replies]

To: Openurmind; Bikkuri

Thanks.


56 posted on 05/01/2021 3:36:28 PM PDT by aquila48 (o not let them make you care! Guilting you is how they control you. )
[ Post Reply | Private Reply | To 36 | View Replies]

To: Openurmind

Line numbers are handy when tweaking CSS because the web dev Inspector/DOM in firefox/chromium based browsers show you what line number the offending css is on and some css files can be thousands of lines long.

Good for debugging php too as php errors tell you what line it stalled on. Doesn’t mean that’s the line with bad code but gives you a starting point.

I don’t know much of any php though so css is the only thing I use line numbers for.

Looks like I’m going with Grav CMS instead of PicoCMS. Pico doesn’t have an image lightbox as far as I could see. Both use Markdown written in your favorite text editor. Guess you could use the cpanel > File Manager text editor.

The other CMS I use is b2evolution. Was forked from the same ancestor as WordPress, b2/cafelog but went a totally different direction almost 20 years ago. It’s quite a bit faster than WP and unlike WP(or win), you don’t need to update things every other day. It’s by a French guy but he’s a conservative Frenchman.

Has most content types built in, landing page, blogs, forums, bug tracking, portfolios, manuals(docs), as many as you want of each. Also has private messaging, newsletter. Ads/banner system with metrics. Extensive groups/permissions system. You can build most any page layout using content blocks in a 1-3 column layout.


57 posted on 05/01/2021 3:38:54 PM PDT by Pollard
[ Post Reply | Private Reply | To 54 | View Replies]

To: Gnome1949
This system is so fast, it’s hard to believe its immediate response.

I recently purchased a new laptop. I timed it--12 seconds from power button to logging in.

58 posted on 05/01/2021 4:10:59 PM PDT by ShadowAce (Linux - The Ultimate Windows Service Pack )
[ Post Reply | Private Reply | To 26 | View Replies]

To: Bikkuri
I thought Lenovo was on the “Do Not Buy” list because of Chinese hardcoded spy chips..

I know I wont buy a Lenovo.

59 posted on 05/01/2021 4:12:59 PM PDT by ShadowAce (Linux - The Ultimate Windows Service Pack )
[ Post Reply | Private Reply | To 50 | View Replies]

To: ShadowAce
Here are the different flavors of 'Linus'...

Blnk
60 posted on 05/01/2021 8:00:37 PM PDT by minnesota_bound (I need more money. )
[ Post Reply | Private Reply | To 1 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-71 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson