Home
Collections
Build Your Own
Catalog
How To Videos
Quick Reference
View Order Pad

About Us
Contact Us
FAQ
Linux News
Blog


 
 
Acceptance Mark
Amazon Pay





 

The LinuxCollections.com Blog

 

LinuxCollections.com's Blog

Debian 10.10.0 USB Developer Collection
written July 8, 2021 by Time Traveler
Category: BlogEntry Tags: New; Updates; Debian;    #36
 

We have just released the Debian 10.10.0 USB Developer Collection which uses a 256GB USB Flash Drive and includes all 14 DVD ISOs with the Debian Source! So this is a step up from the Debian USB Complete Collection that ALSO includes all the source packages. This USB has 38 DVDs worth of Debian, and has all 8 live versions (Cinnamon, GNOME, KDE, LXDE, LXQt, MATE, Standard, Xfce), as well as the full install and the 16 DVD ISOs for Debian 10.10.0 AMD64 (64-bit).

So what can you do with the source? Well, this is what GNU/Linux and Debian is all about. Even if you aren't an experienced developer, you can do things that can personalize your computing experience. Note that people all over the world create Debian whether as translators, documenters, developers, testers, bug-fixers, etc., etc. As both a fun example, and a functional example, we modify the BASH shell to show you what is involved, how relatively easy it is, and to show off that maybe a user-abusive interface is more in line with how computers should interact with us humans.

This walks through steps to modify bash (shell) on a Debian 10.10.0 / amd64 install.

To watch step-by-step on the LinuxCollections.com How To Video, see Debian Developer Collection on USB

This shows off how to configure/modify/install modified source for use on your system. This is not a disciplined approach for patches or serious development, more of a quick way to have some fun.

Example shows off how to build a more "user-abusive" command prompt…

Example starts with a full install with KDE Desktop and the Debian USB Developer Collection (LinuxCollections.com #51010)

[ ] = comments that cover relevant steps for full example (but not detailed)
( ) = comments about previous command, or options

[Install Debian 10.10.0 with KDE desktop]
[Insert Debian USB Developer Collection, and mount USB_Boot partition]
[Get to root Shell/Terminal/Command prompt (Konsole/use root password entered during install)]
#cd /media/user/USB_Boot/boot/mountusb
(change to mounted folder so you can run mountusb shell script)
#./mountusb.sh
(This mounts all ISO as sources, and updates /etc/apt/sources.list to reference ALL packages on all 30 DVDs)
#cd
(change to home directory as a working folder)
#apt-get -y install build-essential fakeroot devscripts
(default Yes answer, and install necessary packages to allow building)
#apt-get source bash
(Installs bash source, any error has to do with "loosely handling" code, safe to ignore for this example)
(if desired, install preferred editor, e.g. apt-get install vim (or use nano))
#cd bash-5.0
(change directory to installed source)
#vim execute_cmd.c
(search for "command not found" and modify to your desired error, e.g. "Get it right, Dipbrain!", then save the file)
#apt-get -y build-dep bash
(make sure any build dependencies required by bash are installed, default Yes to install)
#debuild -b -uc -us
(debuild is a front end to build debian packages, uses dkpg-buildpackage, etc. ("man debuild" for more details), the -b is a binary build, -uc unsigned changes, do not sign modifications/changes, -us unsigned source, do not sign source package (example is for fun/personal use))
#cd ..
(up one folder where newly built .deb package is located)
#PATH=$PATH:/sbin
(add /sbin to root path for ldconfig/install tools)
#dpkg -i bash_5.0-4_amd64.deb
(debian package install with our newly build .deb package)

Now run a new terminal window (so new bash process is created, i.e. the bash we just built), and type a bad command…

You too can create a user abusive operating system that tells it like it is…

For other details and examples, see wiki entry: Debian Building Tutorial

Archives

Archive Year: 2021

Archive Year: 2020

View Current
View News & Commentary
View Support Items
View All

Blog Information

Debian Updates, some customer feedback, news clip
September 9, 2024
Time Traveler
Category: BlogEntry
Tags: Debian 12.7.0; Debian 11.11.0; Customer feedback; news;
 

USB Collection Updates - Most Popular, Fedora, Ubuntu
May 1, 2024
Time Traveler
Category: BlogEntry
Tags: USB Collection Updates;Most Popular;Fedora;Ubuntu
 

Testimonials, Feedback, Input & Updates
March 27, 2024
Time Traveler
Category: BlogEntry
Tags: Testimonials; Feedback; Input; Updates;
 

Happy New Year 2024!
January 2, 2024
Time Traveler
Category: BlogEntry
Tags: USB; Notes; Price; Amazon Pay; What's happening;
 

First Steps - How To Boot from USB
October 30, 2023
Time Traveler
Category: BlogEntry
Tags: USB; Booting; Intro; How To;
 

A few notes and happenings…
September 12, 2023
Time Traveler
Category: BlogEntry
Tags: USB; Notes; What's happening;
 

Debian 12 Bookworm now available!
June 16, 2023
Time Traveler
Category: BlogEntry
Tags: New; Debian; Bookworm; Debian 12;
 

Updates & Info
May 11, 2023
Time Traveler
Category: BlogEntry
Tags: New; Debian; Ubuntu; Kubuntu; OpenMandriva
 

Random Notes, What's Happening…
February 8, 2023
Time Traveler
Category: BlogEntry
Tags: New; UEFI; Debian
 

Debian Complete Collection USB now has hardware .deb packages
January 5, 2023
TimeTraveler
Category: BlogEntry
Tags: Debian; Debian Complete Collection USB; Drivers; Hardware
 

USB Promo / Ubuntu 22.10 updates and notes
October 27, 2022
TimeTraveler
Category: BlogEntry
Tags: Ubuntu; Ubuntu Studio; USB Promo
 

Partitions, setup and configuration of the Debian Complete Collection USB
September 28, 2022
TimeTraveler
Category: BlogEntry
Tags: Debian; USB Partitions; GRUB;
 

Some notes on Debian and Firmware
April 7, 2022
TimeTraveler
Category: BlogEntry
Tags: Debian; Ubuntu; Firmware; non-free;
 

Read only USB (physical write protect switch)
January 12, 2022
TimeTraveler
Category: BlogEntry
Tags: USB; Physical write protect switch; Read Only
 


Archives

Archive Year: 2021

Archive Year: 2020

 
 

LinuxCollections.com Logo
  • LinuxCollections.com News, Technical information, and other interesting items.
  • LinuxCollections.com is your premier source for Linux distros on CD/DVD/USB.

Send LinuxCollections.com a note via e-mail...