Does Linux run on the Raspberry Pi? [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I was looking to get acquainted with Linux and I didn't want to install it onto my school laptop. However, I have 2 raspberry pis and I was wondering if they actually ran Linux and if there were any introductory things I could do to get familiar with Linux.

Yes they do run Linux! You can download images for SD cards from Raspberry PI site.

Related

Linux doesn't save changes [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am new to Kali-linux and I am using it from a USB, my problem is when I shut down my computer and downloaded scripts or changes I have made are gone
That is probably because you are using it from Live mode which is only useful when you want to test few things out. It does not save anything
You can always look into this
persistent kali usb

How do I get linux commands like 'sudo' and 'apt-get' to my Windows system? I know about Chocolatey, I just want Linux commands [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I really like the Linux command-line, while I also like Windows. Is there any way possible for me to get the Linux command-line on Windows?
apt is a packaging tool to interact with packages in linux.windows does not use any kind of packaging system.If you want you can use wsl or vagrant.

Is there a Raspberry Pi command for fetching files via SSH? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I'm in a team taking part in the Astro Pi competition. Our experiment uses AI to process satellite images - but that isn't relevant to the question.
I need a method for a Raspberry Pi to fetch a file from another Pi - rather like the scp command (secure copy) but that fetches a file as opposed to sending one. Is there a command for this?
Thanks!
The same scp can do that.
Just use the following syntax:
$ scp username#from_the_other_Pi:/remote/directory/file /local/directory/file
And you're done!

Window and Linux on multiple drives [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is there any problem on having Windows 10 on an SSD and Linux Mint on an HDD in the same computer and have an option to boot either one on startup? And if not how can my pc ask me what to boot when starting up?
Thanks in advance!
No, there is not a problem with that. Just make sure to install Windows before Linux; the Linux bootloader should ask which OS you want to boot.

How do i install Linux on windows 8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am currently running on Windows 8 with an Acer S7 laptop. Is there a VM I can use to load Linux directly on to Windows 8? My computer doesn't "boot" when it starts.
I am assuming you want to boot your PC to see if it works? ... there are couple of options
Use windows 8 recovery disk
Use Linux live CD, https://help.ubuntu.com/community/LiveCD which will allow you to
boot the PC and browse file system

Resources