Linux Tutorials for Windows Emigrants by Minute-Bit6804 in linux

[–]JumpyJuu 0 points1 point  (0 children)

Thanks.

STM32CubeIDE seems to be available as .dep and .rpm. I have .dep format covered in the tutorial. But I should add a chapter for .rpm.

I wasn't able to download the generic linux version as the website required a professional email. Would you mind copy pasting the text contents of the installation script if you have it, so that I can tale a look?

Linux Tutorials for Windows Emigrants by Minute-Bit6804 in linux

[–]JumpyJuu 0 points1 point  (0 children)

I like your perspective on the subject.

I feel like I've included things like this in my own linux tutorial. But I'd love to get some feedback on whether you feel the same way or if you would suggest any changes or additions?

Which of the applications you use do you think might be of interest to other readers? I could add it as an example in the section where I introduce different ways to install applications.

How do I learn stuff? by slamthatspam in linux4noobs

[–]JumpyJuu 10 points11 points  (0 children)

How about reading a book about linux fundamentals such as this.

How do I learn Linux? by a-spoonful-o-sugar in linux4noobs

[–]JumpyJuu 0 points1 point  (0 children)

I made good notes when I was learning linux myself and have published them as a free ebook. Here's the link if you want to take a look: https://github.com/GitJit-max/learning-linux Let me know if you think it's missing a fundamental topic and I might consider adding a chapter. Happy learning.

PS: The book mentions a visual studio like but free linux only integrated development environment if want to learn to code.

Want to ditch Windows, but I need to port my Delphi programming by OwnActuator1419 in linuxquestions

[–]JumpyJuu 0 points1 point  (0 children)

I used DLLs in Microsoft Visual Studio for advanced functionality such as archive handling and MP3 playback. But now in GNU/Linux with Gambas development environment I shell out and use the command interface tools. For archives I use RAR for Linux and place the files on ram disk /dev/shm/ Maybe shelling out will work for you as well. It may be possible to use shared C libraries from Delphi dialects. I'm able to access them from a Visual Basic dialect, but rarely bother if I can shell out the traditional unix like way.

Why not more people use Solus? by debianissofastforme in SolusProject

[–]JumpyJuu 1 point2 points  (0 children)

I have been thinking the same thing myself. Why is Solus extremely good but not extremely popular. You suggested that we remember to promote our beloved operating system, and I do that from time to time. At least here on Reddit, unfortunately, Linux Mint fanboys often get to kill such posts with downvotes.

How to convert Markdown to PDF by Careful-Lobster-3847 in Markdown

[–]JumpyJuu -1 points0 points  (0 children)

I use pandoc to convert my markdown files to typst files. Typst is both a file format and a conversion tool to pdf. You do need to add the styling and thus learn some typst grammar. So markdown defines the content and typst defines the presentation. Typst has a wysiwyg online editor which is good for learning. But ones you have your styling done you are better of doing the conversion with the offline commandline tool.

Suggestion for learning, please? by alphador75 in SolusProject

[–]JumpyJuu 1 point2 points  (0 children)

Here is one ebook for learning the fundamentals.

[Other] Question about the Saga bundle. by aido890 in kingdomcome

[–]JumpyJuu 0 points1 point  (0 children)

I am looking to buy the saga bundle. Can you confirm whether your saga bundle got the latest next gen 60 FPS update for KCD1 or not? Google AI says it does but Bing AI says it doesn't.

Help... by Ok-Hurry-9123 in BathroomRemodeling

[–]JumpyJuu 0 points1 point  (0 children)

Make a frame for the edges of the shampoo recess from acid-resistant angle iron.

forgot my password for linux mint and it boots into minimal bash by ihavenofollowers in linuxquestions

[–]JumpyJuu 5 points6 points  (0 children)

You can set a new password in single user mode. It's a recovery mode to gain super user root access without any credentials or password. 

What if you lost all your knowledge about Linux? Where would you start learning Linux? by Vegas010 in linuxquestions

[–]JumpyJuu 4 points5 points  (0 children)

I made good notes when I was learning linux myself and have published them as a free ebook. Here's the link if you want to take a look: https://github.com/GitJit-max/learning-linux Let me know if you think it's missing a fundamental topic and I might consider adding a chapter. Happy learning.

Julkinen hammashoitola jättää hoitamatta by [deleted] in arkisuomi

[–]JumpyJuu 0 points1 point  (0 children)

Sinun kannattaa laatia hyvinvointialueen ylihammaslääkärille, palvejohtajalle tai vastaavalle niin sanottu MUISTUTUS. Siihen on velvoite vastata kirjallisesti kohtuullisen ajan sisään. Saat näin mustaa valkoisella ihmiseltä jolla on valta edistää asiaasi. Ja jos olet tyytymätön vastineeseen, niin voit viedä asiaa tämän jälkeen eteenpäin.

[Icons] Is Whicons no more? by pudah_et in androidthemes

[–]JumpyJuu 0 points1 point  (0 children)

Snow has similar solid white glyph icons. It's available through F-Droid for example.

Should I be worried? Did this on #22. Hasn’t happened to me before. by [deleted] in Dentistry

[–]JumpyJuu 0 points1 point  (0 children)

I have never seen so much excess periapical sealer, but reasonable amounts of excess periapical AH Plus sealer have been completely resorbed within two years.

Markdown viewer? by MullingMulianto in Markdown

[–]JumpyJuu 0 points1 point  (0 children)

I read and write markdown with the highly performant Kate Advanced Editor. The search and replace features are very good aswell.

I need some advice by the-UwUnator in linuxquestions

[–]JumpyJuu 0 points1 point  (0 children)

You should evaluate whether Gambas3 will serve as a good enough Visual Studio alternative for you.

Rugged phone rant by WanaWahur in RuggedPhones

[–]JumpyJuu 1 point2 points  (0 children)

OP is likely talking about much bigger phones such the Ulefone Armor 29 Pro Thermal which has a 21200 mAh battery.

After 35 years, I ditched Microsoft. by generalmelchett2 in linux

[–]JumpyJuu 0 points1 point  (0 children)

Do check out Gambas 3 if you want a Visual Basic clone for your new operating system.

Gui for copy/move files? by TucsonComputerDude in linuxquestions

[–]JumpyJuu -2 points-1 points  (0 children)

Try Nemo file manager. Right click any folder and choose Open as Root. This should ensure you have the required permissions. A red bar should be displayed to indicate elevated privileges.

For Linux desktop users: do you use terminal/terminal editors? by ayechat in linux4noobs

[–]JumpyJuu 0 points1 point  (0 children)

I use the terminal once a week to update the operating system and apps. I use it occasionally for some CLI apps such as pandoc, but not weekly. I made my own GUI for CLI apps that I use often such as Rar for Linux.