Hi Folks, One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE. Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn. Thanks in advance, Lew
Op donderdag 8 augustus 2024 21:04:05 CEST schreef Lew Wolfgang:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
Thanks in advance, Lew Sorry, do the job you're being payed for.
-- Gertjan Lettink a.k.a. Knurpht openSUSE Forums Team openSUSE Mods Team
On 8/8/24 14:04, Knurpht-openSUSE wrote:
Op donderdag 8 augustus 2024 21:04:05 CEST schreef Lew Wolfgang:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
Thanks in advance, Lew Sorry, do the job you're being payed for.
Thanks for the advice! I guess I'll ask my friend at ChatGPT. openSUSE has some nice Gnome documentation, would you suggest that we switch? Regards, Lew
On 8/8/24 2:04 PM, Lew Wolfgang wrote:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
Thanks in advance, Lew
In addition to Gertjan's reply, If you just want to help the guy, it would make sense to figure out what he will primarily use the server for. There are a million "Top 20 Linux Command Line Utility" pages, etc.., but what I've found the most helpful is "context". If you know what he needs to do (taskwise), a short paragraph on whatever it is, whether it be setting up a directory structure, creating similar user environments (.bashrc, etc..), or the like usually adds enough "context" that the "Top 20 Linux Command Line Utility" pages then make sense. Rather broad. Think of it in reverse. "I have a windows server and set up a guy with Win 11 and rdesktop so he could reach it -- how do I teach him windows?" So "context" matters. Good luck. ...and remember, "No good deed goes unpunished..." -- David C. Rankin, J.D.,P.E.
On 8/8/24 15:00, David C. Rankin wrote:
On 8/8/24 2:04 PM, Lew Wolfgang wrote:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
Thanks in advance, Lew
In addition to Gertjan's reply,
If you just want to help the guy, it would make sense to figure out what he will primarily use the server for. There are a million "Top 20 Linux Command Line Utility" pages, etc.., but what I've found the most helpful is "context".
If you know what he needs to do (taskwise), a short paragraph on whatever it is, whether it be setting up a directory structure, creating similar user environments (.bashrc, etc..), or the like usually adds enough "context" that the "Top 20 Linux Command Line Utility" pages then make sense.
Rather broad. Think of it in reverse. "I have a windows server and set up a guy with Win 11 and rdesktop so he could reach it -- how do I teach him windows?" So "context" matters.
Good luck.
...and remember, "No good deed goes unpunished..."
Good suggestions, David. He's an engineer (not sure what variety) and I think he'll do fine He complained about not being able to log in either by ssh from Windows or via the xrdp session. He didn't notice that Windows was adding "ad\" to the front of his username in the MS ssh client, and he was trying to use his kerberos password in the xrdp login. His local password worked. I may have to look into that, pam should be able to handle it. Then, a little later I noticed that he found Linux tutorial videos on a tech training site: Udemy. I gave him some command-line pointers and the discussion quickly lead to IPv4 and IPv6, subnet masks, and CIDR addressing. I suggested that he relax and realize that the UNIX/Linux philosophy is really different from that of Windows. I mentioned redirection, pipes, and whatnot. Learn from a clean base, leave the Micro$oft baggage behind. That's what I was looking for, some document that gets to the root of things before teaching command strings by rote. Indeed, I've been punished a lot... Regards, Lew
On 8/8/24 9:20 PM, Lew Wolfgang wrote:
I suggested that he relax and realize that the UNIX/Linux philosophy is really different from that of Windows. I mentioned redirection, pipes, and whatnot. Learn from a clean base, leave the Micro$oft baggage behind. That's what I was looking for, some document that gets to the root of things before teaching command strings by rote.
Indeed, I've been punished a lot...
Chuckling... Amen... Get the guy PuTTY so he has a reliable command line to log into his server with without the GUI. PuTTY can be configured to use public/private key auth, so he can configure it and fire it up without needing a password all the time. Another benefit is it can be configured to behave like an xterm so the Linux tutorials with middle-mouse paste can work the same from windows (in PuTTY). Give him midnight-commander (mc) and have him configure "lynx like motion" so he can use the arrow-keys to move around in the directory tree. The "Top 20" will cover most basic. Some omit 'file'. So I'd pass along when all else fails and you need to know what the hell a file is, 'file somefile' from the command line will point you in the right direction. And since this guy is coming from windows, dos2unix and unix2dos are important along with the rule "Linux doesn't know anything about UTF16-LE" so don't save anything from notepad and transfer it to his Linux box and expect anything but trouble. He's an engineer, he'll figure it out, there is just no shortcut for butt-in-chair time reading... -- David C. Rankin, J.D.,P.E.
On Thu, 8 Aug 2024 21:50:43 -0500 "David C. Rankin" <drankinatty@gmail.com> wrote:
He's an engineer, he'll figure it out, there is just no shortcut for butt-in-chair time reading...
I don't use KDE, but https://docs.kde.org/ and https://userbase.kde.org/Welcome_to_KDE_UserBase seem like a reasonable starting point.
On 8/9/24 05:27, Dave Howorth wrote:
On Thu, 8 Aug 2024 21:50:43 -0500 "David C. Rankin" <drankinatty@gmail.com> wrote:
He's an engineer, he'll figure it out, there is just no shortcut for butt-in-chair time reading...
I don't use KDE, but https://docs.kde.org/ and https://userbase.kde.org/Welcome_to_KDE_UserBase seem like a reasonable starting point.
Most engineers should be hung, drawn and quartered. OK, got that off my chest. Tell the big baby to just suck it up and start using it. KDE is similar enough to his Windows that it is pretty much instinctive. Click on the big blue thingy and a menu opens to pick what you want to do. [ actually mine is white not the blue I remember ] The hardest part is knowing what does what: GIMP - I know what a "gimp" is. Usually some person with a bad leg. makes them walk funny. SO, why do I have a gimp on my computer. Click it. OH, it's a really nice graphics program. File that away for future reference. Dolphin - A mammal that swims in the ocean. Can make amazing leaps and walk on it's tail. Goes "Eeee Eeee Eeee" a lot and likes fish from it's trainer. Also like to thump on underwater phone domes to get attention at sea. Ride the bow wave with amazing speed. Cool! File manager. Kate - I knew a Kate in high school. Really beautiful. Out of my league. Last time I saw her she weighed about three hundred pounds. Glad that one go away. OH! Nice little text editor. Quite powerful. And, the list goes on and on. Tell him to just jump right in with both feet. I did back about 2000 and never regretted it. "DANGER Will Robinson! DANGER!" Stay away from command line of you don't know what your doing. You CAN break Linux that way. Did it many times back in the beginning. Cuss, Fdisk, Format, re-install. Over and over till I learned to stay away from there -- God is Great Beer is good Liberals are crazy!
On 2024-08-09 04:50, David C. Rankin wrote:
On 8/8/24 9:20 PM, Lew Wolfgang wrote:
I suggested that he relax and realize that the UNIX/Linux philosophy is really different from that of Windows. I mentioned redirection, pipes, and whatnot. Learn from a clean base, leave the Micro$oft baggage behind. That's what I was looking for, some document that gets to the root of things before teaching command strings by rote.
Indeed, I've been punished a lot...
Chuckling... Amen...
Get the guy PuTTY so he has a reliable command line to log into his server with without the GUI. PuTTY can be configured to use public/private key auth, so he can configure it and fire it up without needing a password all the time.
Putty is fine for using the command line, but give MobaXterm a try. It is a terminal, yes, but can start graphical X commands into Windows. It is less heavy on a server than using a full remote session. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
On 2024-08-08 21:04, Lew Wolfgang wrote:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
I haven't read this one, but the "for dummies" collection is usually good: <https://www.amazon.com/Linux-Dummies-9th-Richard-Blum/dp/0470467010> One of the fastest ways to learn Linux is with this perennial favorite Eight previous top-selling editions of Linux For Dummies can't be wrong. If you've been wanting to migrate to Linux, this book is the best way to get there. Written in easy-to-follow, everyday terms, Linux For Dummies 9th Edition gets you started by concentrating on two distributions of Linux that beginners love: the Ubuntu LiveCD distribution and the gOS Linux distribution, which comes pre-installed on Everex computers. The book also covers the full Fedora distribution. Linux is an open-source operating system and a low-cost or free alternative to Microsoft Windows; of numerous distributions of Linux, this book covers Ubuntu Linux, Fedora Core Linux, and gOS Linux, and includes them on the DVD. Install new open source software via Synaptic or RPM package managers Use free software to browse the Web, listen to music, read e-mail, edit photos, and even run Windows in a virtualized environment Get acquainted with the Linux command line If you want to get a solid foundation in Linux, this popular, accessible book is for you. -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
On Thu, 8 Aug 2024 12:04:05 -0700 Lew Wolfgang <wolfgang@sweet-haven.com> wrote:
Hi Folks,
One of my PM's wanted an account on a server he's paying me to manage, so I set it up with xrdp so he can connect from his Windows desktop. I configured it to run Plasma and KDE.
Now he's asking for a tutorial on KDE, and probably Linux in general. Does anyone have any recommendations for a newbee to Linux? He's heavily steeped in the Way of Windows, I'm afraid. But at least he wants to learn.
The unofficial guide https://opensuse-guide.org/ has a section on KDE. There's also the official docs of course.
Thanks in advance, Lew
participants (6)
-
Bill Walsh
-
Carlos E. R.
-
Dave Howorth
-
David C. Rankin
-
Knurpht-openSUSE
-
Lew Wolfgang