LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-21-2019, 03:04 PM   #1
anon033
Member
 
Registered: Mar 2019
Posts: 188

Rep: Reputation: 13
Help Moving Back to Linux


Hello everyone, I am a current BSD user and am looking to move back to Linux but need some help. I know you all have likely seen several posts asking for distro recommendations, however I many of the answers to those posts do not apply to my situation thus I figured I'd ask. In order to properly ask this question I feel it is necessary for me to give some background information. I started using Linux when I was 12, I installed Ubuntu 12.04 to the very first computer I ever got; an old Toshiba. I have never used Windows or MAC (and am damn proud of it!), and I do know UNIX pretty well. I am a computer engineering student and code in C. I have very specific standards for how I like my system to be setup. I prefer the entire base system to contain no more than this (at the most!):

Code:
        ascii
        awk
        basename
        bc
        cal
        cleanname
        cmp
        date
        du
        dd
        diff
        echo
        factor
        fortune
        fmt
        freq
        getflags
        grep
        hoc
        join
        look
        ls
        mk
        mkdir
        mtime
        pbd
        primes
        one shell (I prefer OpenBSD's PDKSH)
        read
        sha1sum
        sed
        seq
        sleep
        sort
        split
        strings
        tail
        tee
        test
        touch
        tr
        troff
        unicode
        uniq
        unutf
I require the musl C library and prefer runinit or daemontools for my init system. I do not use EUFI boot (all hail old school boot!). I like rolling release, but not the crappy buggy insecure Arch style. More like the Gentoo style. I like having separate compilers (one for C, one for CPP if I am unfortunate enough to have any CPP things
on my system, etc) I am not a fan of GCC or Clang and prefer the compiler to be in C. I love compiling everything from source as well. I prefer things to be done securely and not in just the easiest way to do it. I want a full 100% open system where possible (this is for a T420). Does anyone have any recommendations on this? I like Alpine and Gentoo, but want to know if there is the magic distro that meets all my wants and needs. Thank you in advance. I also prefer a system that I can replace parts of as I go (such as the coreutils). This may seem easy, but for example Gentoo I can't remove BASH, Python, rsync, GCC etc. and it drives me crazy!

Last edited by anon033; 05-21-2019 at 03:17 PM.
 
Old 05-21-2019, 06:26 PM   #2
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
You might like Slackware. It's a bit on the conservative side, but you can probably play and tweak with your system in a rather old fashioned way if you so wish. To what extend you can sub out packages I'm not sure. This site also has a lot of Slackware folk who swear by it and can help you
 
Old 05-22-2019, 04:21 AM   #3
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,521

Rep: Reputation: Disabled
Linux From Scratch - build what you want.
 
Old 05-22-2019, 04:52 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,573

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
LFS probably would suit your needs best but Slackware also lets you select during the install by package. Link below explains.

https://docs.slackware.com/slackware:install
 
1 members found this post helpful.
Old 05-22-2019, 06:07 AM   #5
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Slackware -current seems well suited to your needs. It's the rolling development version which is very stable [things do go wrong occasionally but they should, it's a dev version] and you can choose which packages you want if you go for the expert install option.
 
Old 05-22-2019, 09:01 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,927
Blog Entries: 45

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Welcome to LQ!

I would not recommend using Slackware64 -current nor Slackware -current(32 bit) since you have no experience with it. PV recommends that users remain with stable versions since the testing of -current requires some Slackware background to get one out of any problems that may arise. No production use of Slackware -current(64 or 32 bit) use is recommended.

I do recommend Slackware64 & Slackware(32 bit) 14.2 version. You can download from LQ link; slackware64-14.2-install-dvd.iso PV keeps this version updated for security purposes.

or choose from a mirror;
Quote:
AlphaGeek's Unofficial Mirror List <<<<<<< Great

LinuxQuestions.org > ISOs > Slackware®

AlienBase <- Alien_Bob's mirror + 'via http' + rsync://bear.alienbase.nl/mirrors/ + 'The physical server is on a gigabit Internet connection, so I guess I can offer a speedy mirror service! In fact, the mirrors are already complete. With a re-sync of several times a day, I hope to offer an up to date service.' Read the intro + Alien has always been unselfish when it comes to Slackware

elektroni <-FTP
BTW, Slackware LQ forum is the official Slackware forum.

Once you Slack you will never go back!

EDIT: Be sure to check the hash code for your downloads via md5sum to verify a valid download. The md5sum should be available via each site.

Hope this helps.
Have fun & enjoy!

Last edited by onebuck; 05-22-2019 at 09:04 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving /tmp to RAM? Moving system from USB keydrive to SD card? littlebigman Linux - Software 2 04-03-2015 10:04 AM
Moving a folder, versus moving its contents (within the same partition) the dsc General 7 06-29-2012 04:46 AM
copying/moving stalls when moving a lot of data to a usb stick =X„®µ§= Linux - Hardware 10 07-30-2004 05:29 AM
Moving swap back to main memory acid_kewpie Linux - General 4 08-26-2001 09:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration