element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum What are the basics?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 16 replies
  • Answers 8 answers
  • Subscribers 664 subscribers
  • Views 2140 views
  • Users 0 members are here
  • rasberry_pi_3_b_plus
Related

What are the basics?

oghma
oghma over 7 years ago

I feel like I've started reading a mystery novel from about half way through, and its should come as no surprise that I'm having trouble getting anything done.

 

I'm not a complete novice when it comes to computers. I've built my own PCs, file servers (PC-DOS, MS-DOS, Windows, NT, Novel) I even used a PR1ME at Uni to run FORTRAN programs. But this Pi has me thinking I know nothing. It's taken me over a week to do the following:

- Stop my mouse from crawling across the screen

- Get rid of the big black border around the edge of my monitor

- Install an mSATA rive in the Pi Desktop and partition it into three using gparted. (Still not sure I've done this right)

- Ran update and upgrade on the OS

- Stopped menu choices in Chrome from showing white on white when I hover over them

- Installed Gimp 2.8

 

However, all of the above was achieved by following a recipe like advice from a guru. I feel I've learned very little on my journey.

 

What I've failed to do is:

- Install Firefox (erm - Iceweasel) and set this as my default browser

- Clone my mSD card onto my mSATA partition 1 so I can boot from it. (Why? : More room. mSATAs are more reliable, and yes - slower, USB2.0!. I can keep the mSD safe, should I need a recovery point.)

- Refer to my mSATA partitions with something a little more easy to remember than an 8-digit hex code.

 

I am working towards making this Pi into a simple file server with spool services over an IP intranet. I feel like I'm still so far away from my goal.

 

Sorry for the rant. I think what I'm after is something that I can build on, not just another recipe. Thanks for reading this far.

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    0 shabaz over 7 years ago

    Hi Steven,

     

    The things you're doing are fairly advanced, many users probably won't do mSATA partitioning, booting from mSATA, set up a file server, etc. All of these things are kind of 'Linux admin' related. If you've not used Linux before, then it takes time, i.e. there is a learning curve. Personally I'd recommend also installing Linux on your PC too (in a virtual machine) so you can experiment and get used to Linux. Most servers out there nowadays are Linux based I think, so there will be lots of resources for Linux as well as specific ones for Pi. I was lucky I did an admin course (not on Linux, but another UNIX). But that is the area to search for, if you're interested in such stuff (e.g. search for books on Linux admin).

     

    Since most stuff is open source, there could be builds/executables ready-made for the Pi, or you may occasionally have to compile/build from the source code. I'd say the need for the latter is becoming more infrequent nowadays, since the Pi has been quite popular, and a lot of stuff has been compiled/built for it now. In the past it was not that common and you'd have to build apps the source. As a vague guess, perhaps 70% of the Linux stuff you may want could be already available compiled for the Pi.

     

    If you want to use the Pi as a file server, check out Samba, that may help. Or there may be more complete packages/scripts you can download and install.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • shabaz
    0 shabaz over 7 years ago

    Hi Steven,

     

    The things you're doing are fairly advanced, many users probably won't do mSATA partitioning, booting from mSATA, set up a file server, etc. All of these things are kind of 'Linux admin' related. If you've not used Linux before, then it takes time, i.e. there is a learning curve. Personally I'd recommend also installing Linux on your PC too (in a virtual machine) so you can experiment and get used to Linux. Most servers out there nowadays are Linux based I think, so there will be lots of resources for Linux as well as specific ones for Pi. I was lucky I did an admin course (not on Linux, but another UNIX). But that is the area to search for, if you're interested in such stuff (e.g. search for books on Linux admin).

     

    Since most stuff is open source, there could be builds/executables ready-made for the Pi, or you may occasionally have to compile/build from the source code. I'd say the need for the latter is becoming more infrequent nowadays, since the Pi has been quite popular, and a lot of stuff has been compiled/built for it now. In the past it was not that common and you'd have to build apps the source. As a vague guess, perhaps 70% of the Linux stuff you may want could be already available compiled for the Pi.

     

    If you want to use the Pi as a file server, check out Samba, that may help. Or there may be more complete packages/scripts you can download and install.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube