#damnsmalllinux — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #damnsmalllinux, aggregated by home.social.
-
We've installed Damn Small Linux 2024 RC7 on VMware!
#Linux #Kernel #LinuxKernel #Computers #Laptops #TechNews #TechUpdates #DamnSmallLinux #DSL2024 #DamnSmallLinux2024 #VMware
https://officialaptivi.wordpress.com/2026/03/29/overview-of-damn-small-linux-2024-rc7/
-
We've installed Damn Small Linux 2024 RC7 on VMware!
#Linux #Kernel #LinuxKernel #Computers #Laptops #TechNews #TechUpdates #DamnSmallLinux #DSL2024 #DamnSmallLinux2024 #VMware
https://officialaptivi.wordpress.com/2026/03/29/overview-of-damn-small-linux-2024-rc7/
-
We've installed Damn Small Linux 2024 RC7 on VMware!
#Linux #Kernel #LinuxKernel #Computers #Laptops #TechNews #TechUpdates #DamnSmallLinux #DSL2024 #DamnSmallLinux2024 #VMware
https://officialaptivi.wordpress.com/2026/03/29/overview-of-damn-small-linux-2024-rc7/
-
We've installed Damn Small Linux 2024 RC7 on VMware!
#Linux #Kernel #LinuxKernel #Computers #Laptops #TechNews #TechUpdates #DamnSmallLinux #DSL2024 #DamnSmallLinux2024 #VMware
https://officialaptivi.wordpress.com/2026/03/29/overview-of-damn-small-linux-2024-rc7/
-
Overview of Damn Small Linux 2024 RC7
If you remember what Damn Small Linux is, this Linux distribution used to be a distro that provided 50 MB discs that contained the Linux live system with the minimal window manager. Now, a modern version of Damn Small Linux no longer focused on being a business card size Linux distribution, but it focused on being minimal at the same time.
Damn Small Linux 2024 RC7 is available here, and it is a “hack” from antiX, which is based on Debian.
We have tested the modern era of Damn Small Linux on VMware, and the results are impressive! Here’s how we actually got it to run.
First of all, on VMware Workstation 25H2, we’ve created a new virtual machine that has the below configuration:
As you can see, most of the configuration, except the hard drive size and the RAM, has been kept as default. We’ve increased the virtual hard drive size to 80 GB and 1 GB of RAM. After that, we’ve inserted the Damn Small Linux 2024 RC7 ISO file,
dsl-2024.rc7.iso, to the disk.We started the virtual machine, and the simplistic bootloader screen appeared.
Then, we let the Linux system load, and a nice splash screen appeared:
When Damn Small Linux finally booted up, this is what we saw:
This is a minimal Fluxbox window manager with desktop icons and Conky, a live system monitor widget that appears on top of your wallpaper. We’ve started the installation process, and the installer ran a verification process on the disk.
After the check was done, the installer made us review the keyboard settings, including the keyboard model, layout, and variant.
After that, the partitioning stage came up immediately. This time, the installer automatically determined that the disk was unformatted, so we’ve chosen the regular install option as it uses the entire disk.
The installer then showed us a last-chance confirmation window asking us to review the changes.
The installer then started automatically, starting with formatting the partition that the installer created to make space for the Damn Small Linux system files. At the same time, the installer prompted us to provide the computer name and the domain.
After that, the installer gave us options to configure the system locale, including the timezone and the default language.
Then, the installer asked us to provide the default user name and its password, optionally allowing us to set the root password for the new installation.
Then, the installer finally went on until it finished its operations.
We let the installer automatically reboot the virtual machine as soon as the installer is finished. After that, we let Damn Small Linux start itself up from the hard disk we installed the system on.
The system started up until the login page appeared. We, of course, don’t like how the login page appears, as it looks rushed.
After that, the usual desktop appeared, but without the “Installer” desktop entry.
The installation is now complete! As an extra bonus, we’ve tested both Firefox and a “lite web browser”, and Firefox wins in usability, while NetSurf doesn’t support modern web standards, so sites there look off. Here’s the comparison between Firefox and NetSurf, open on the Damn Small Linux website:
#DamnSmallLinux #DamnSmallLinux2024 #DamnSmallLinux2024RC7 #DSL #DSL2024 #DSL2024RC7 #Linux #news #Tech #Technology #update -
Damn Small Linux 4.4.9 on 86Box with Socket 370 [1998]
Did you know that Damn Small Linux 2024 RC7 is different from the classic DSL Linux distribution, which focused on being a small distribution that has the size of 50 MB? Unlike the classic Damn Small Linux, which can fit on a business card sized CD-ROM, the modern version doesn’t fit on a mini CD because it has a size of 718 MB.
Our focus in this article is testing Damn Small Linux 4.4.9 on an 86Box emulated machine with a Socket 370 [1998] motherboard. You can download it from here.
We’ve configured the virtual machine as follows:
We’ve configured a virtual machine to run with:
- Machine type: [1998] Socket 370
- Machine: [i440BX] ASUS CUBX
- CPU: Intel Celeron (Mendocino) @ 533 MHz
- Memory: 256 MB
- Video: [AGP] 3dfx Voodoo3 3000
- Keyboard: AT Keyboard
- Mouse: PS/2 Mouse
- Sound card: [ISA16] Gravis UltraSound
- Floppy disk controller: Internal device
- Hard disk controller 1: Internal device
- New hard disk: dsl449.vhd
- C/H/S: 2080/16/63
- Size: 1024 MB
- Bus: IDE
- Channel: 0:0
- CD-ROM drive 1: ATAPI (0:1) TOSHIBA CD-ROM XM-6702B 1007 (48x)
Once everything is configured as above, we can now start the virtual machine. Insert the Damn Small Linux 4.4.9 disc called
dsl-4.4.9.isoto the CD-ROM reader, then configure BIOS as necessary.Once done, let Damn Small Linux start.
The desktop looks familiar and old-fashioned, which brings classical eras and nostalgia. However, how did people install Damn Small Linux to the hard drive (if they wanted to do so)?
We started with opening the DSL menu and navigating to Apps > Tools > Install to Hard Drive.
Sounds simple, right?
Wrong! It immediately asks you for the partition block name for your hard drive, such as
hda1orsda1.So, let’s overturn the steps for a bit and open the root terminal shell to partition the disk manually using
fdisk /dev/hda. Why/dev/hda? Because the hard drive was installed and configured as an IDE drive (primary master drive) instead of SCSI.Next, we need to create an 800 MB first primary partition (type 83) which will hold the Damn Small Linux system files, which will be identified as
sda1. Afterwards, we need to create a second partition which will be the swap partition (type 82) identified assda2.After the partitioning step, we need to write the partition table to the disk before continuing with the installer, but only after we’ve verified that we made the partition table correctly.
Now that we have enough information to select the correct disks, we need to write
hda1to the “Enter the target partition” prompt, which points to the 800 MB partition we’ll install DSL to.After that, we’ll need to support a single user, while running DSL with ext3 as the filesystem. The format process then begins, and the installation process starts.
After the installation finishes, we need to install the bootloader to the hard drive’s MBR, with GRUB as the bootloader.
After that, we need to reboot the system.
After that, Damn Small Linux installed on the hard disk runs like below:
As this is a first time run, DSL then prompted us to provide both the root password and the default user password.
After that, DSL GUI is now running, and we can verify the Linux version, which is 2.4.31.
However, we need to manually set up the swap partition, since the hard drive installer didn’t prompt for the swap creation and enablement. So, we need to manually run both
mkswap /dev/hda2andswapon /dev/hda2as root.Now, when DSL starts up, the swap space gets automatically enabled.
#86Box #DamnSmallLinux #DamnSmallLinux449 #DSL #DSL449 #Linux #news #Retrocomputing #Tech #Technology #update -
Damn Small Linux 4.4.9 on 86Box with Socket 370 [1998]
Did you know that Damn Small Linux 2024 RC7 is different from the classic DSL Linux distribution, which focused on being a small distribution that has the size of 50 MB? Unlike the classic Damn Small Linux, which can fit on a business card sized CD-ROM, the modern version doesn’t fit on a mini CD because it has a size of 718 MB.
Our focus in this article is testing Damn Small Linux 4.4.9 on an 86Box emulated machine with a Socket 370 [1998] motherboard. You can download it from here.
We’ve configured the virtual machine as follows:
We’ve configured a virtual machine to run with:
- Machine type: [1998] Socket 370
- Machine: [i440BX] ASUS CUBX
- CPU: Intel Celeron (Mendocino) @ 533 MHz
- Memory: 256 MB
- Video: [AGP] 3dfx Voodoo3 3000
- Keyboard: AT Keyboard
- Mouse: PS/2 Mouse
- Sound card: [ISA16] Gravis UltraSound
- Floppy disk controller: Internal device
- Hard disk controller 1: Internal device
- New hard disk: dsl449.vhd
- C/H/S: 2080/16/63
- Size: 1024 MB
- Bus: IDE
- Channel: 0:0
- CD-ROM drive 1: ATAPI (0:1) TOSHIBA CD-ROM XM-6702B 1007 (48x)
Once everything is configured as above, we can now start the virtual machine. Insert the Damn Small Linux 4.4.9 disc called
dsl-4.4.9.isoto the CD-ROM reader, then configure BIOS as necessary.Once done, let Damn Small Linux start.
The desktop looks familiar and old-fashioned, which brings classical eras and nostalgia. However, how did people install Damn Small Linux to the hard drive (if they wanted to do so)?
We started with opening the DSL menu and navigating to Apps > Tools > Install to Hard Drive.
Sounds simple, right?
Wrong! It immediately asks you for the partition block name for your hard drive, such as
hda1orsda1.So, let’s overturn the steps for a bit and open the root terminal shell to partition the disk manually using
fdisk /dev/hda. Why/dev/hda? Because the hard drive was installed and configured as an IDE drive (primary master drive) instead of SCSI.Next, we need to create an 800 MB first primary partition (type 83) which will hold the Damn Small Linux system files, which will be identified as
sda1. Afterwards, we need to create a second partition which will be the swap partition (type 82) identified assda2.After the partitioning step, we need to write the partition table to the disk before continuing with the installer, but only after we’ve verified that we made the partition table correctly.
Now that we have enough information to select the correct disks, we need to write
hda1to the “Enter the target partition” prompt, which points to the 800 MB partition we’ll install DSL to.After that, we’ll need to support a single user, while running DSL with ext3 as the filesystem. The format process then begins, and the installation process starts.
After the installation finishes, we need to install the bootloader to the hard drive’s MBR, with GRUB as the bootloader.
After that, we need to reboot the system.
After that, Damn Small Linux installed on the hard disk runs like below:
As this is a first time run, DSL then prompted us to provide both the root password and the default user password.
After that, DSL GUI is now running, and we can verify the Linux version, which is 2.4.31.
However, we need to manually set up the swap partition, since the hard drive installer didn’t prompt for the swap creation and enablement. So, we need to manually run both
mkswap /dev/hda2andswapon /dev/hda2as root.Now, when DSL starts up, the swap space gets automatically enabled.
#86Box #DamnSmallLinux #DamnSmallLinux449 #DSL #DSL449 #Linux #news #Retrocomputing #Tech #Technology #update -
지금 넷북에는 Puppy Linux 깔아두고 있는데(한글 입력기는 fcitx), Damn Small Linux 다시 시도해볼까 아니면 MX Linux 깔아볼까 이러고 있음. 그걸로 뭘 하려는게 목적이 아니라 '이게 깔리나' '잘 되나'가 목적이 전도된 것 같은데...
#netbook #potatocom #linux #puppylinux #damnsmalllinux #mxlinux
-
#DamnSmallLinux revived an aging #EeePC. Here’s how to use it to resurrect any old computer.
Damn Small Linux 2024 Alpha is based on #Debian and antiX, DSL uses Fluxbox and JWM window managers. There is a limited range of pre-installed software, covering web browsers, text editors, code editors, media playback and email. Because it is a Debian-based system, we can install applications using the apt package manager.
https://www.tomshardware.com/desktops/damn-small-linux-revived-my-aging-eee-pc-heres-how-to-use-it-to-resurrect-any-old-computer -
Damn Small Linux is back and bigger than ever (but still small enough to fit on a CD)
Damn Small Linux (DSL) is a lightweight GNU/Linux distribution designed to breathe new life into old computer hardware by offering a full desktop operating system that runs on a wide range of hardware, but which takes up as little disk space as possible.
The original goal of DSL was to keep everything under 50MB, and version of the operating […]https://liliputing.com/?p=166541
#DamnSmallLinux #damnSmallLinux2024 #DSL #dsl2024 #linux #operatingSystems
-
Damn Small Linux is back and bigger than ever (but still small enough to fit on a CD)
Damn Small Linux (DSL) is a lightweight GNU/Linux distribution designed to breathe new life into old computer hardware by offering a full desktop operating system that runs on a wide range of hardware, but which takes up as little disk space as possible.
The original goal of DSL was to keep everything under 50MB, and version of the operating […]https://liliputing.com/?p=166541
#DamnSmallLinux #damnSmallLinux2024 #DSL #dsl2024 #linux #operatingSystems
-
Könnte ich mir nach Auslaufen des Supports für Windows 10 gut vorstellen
Von den Toten auferstanden: #DamnSmallLinux 2024 Alpha 1 | iX Magazin https://www.heise.de/news/Von-den-Toten-auferstanden-Damn-Small-Linux-2024-Alpha-1-9616951.html #DamnSmallLinux2024 :tux: #Linux #OpenSource
-
Könnte ich mir nach Auslaufen des Supports für Windows 10 gut vorstellen
Von den Toten auferstanden: #DamnSmallLinux 2024 Alpha 1 | iX Magazin https://www.heise.de/news/Von-den-Toten-auferstanden-Damn-Small-Linux-2024-Alpha-1-9616951.html #DamnSmallLinux2024 :tux: #Linux #OpenSource
-
Könnte ich mir nach Auslaufen des Supports für Windows 10 gut vorstellen
Von den Toten auferstanden: #DamnSmallLinux 2024 Alpha 1 | iX Magazin https://www.heise.de/news/Von-den-Toten-auferstanden-Damn-Small-Linux-2024-Alpha-1-9616951.html #DamnSmallLinux2024 :tux: #Linux #OpenSource
-
Real up-to-date live #Linux CDs are getting uncommon now, so this is the perfect time for #DamnSmallLinux to have a comeback this year as #DamnSmallLinux2024! :alice_wine:
RE: https://alpha.polymaths.social/users/sotolf/statuses/01HNME9CCQ6CZTW00E5RR8DWP1 -
Real up-to-date live #Linux CDs are getting uncommon now, so this is the perfect time for #DamnSmallLinux to have a comeback this year as #DamnSmallLinux2024! :alice_wine:
RE: https://alpha.polymaths.social/users/sotolf/statuses/01HNME9CCQ6CZTW00E5RR8DWP1 -
Real up-to-date live #Linux CDs are getting uncommon now, so this is the perfect time for #DamnSmallLinux to have a comeback this year as #DamnSmallLinux2024! :alice_wine:
RE: https://alpha.polymaths.social/users/sotolf/statuses/01HNME9CCQ6CZTW00E5RR8DWP1 -
Real up-to-date live #Linux CDs are getting uncommon now, so this is the perfect time for #DamnSmallLinux to have a comeback this year as #DamnSmallLinux2024! :alice_wine:
RE: https://alpha.polymaths.social/users/sotolf/statuses/01HNME9CCQ6CZTW00E5RR8DWP1 -
For those of you who have been #gnulinux users for a long time, you might remember #DamnSmallLinux . The last official release of DSL was 18 years ago.
There's an attempt to revive the project with #DamnSmallLinux2024. Right now, it's in the "alpha" stage of development and is largely based on the 32 bit version of #antix. It's not as small as it used to be, but the ISO image will fit on a CD disk.
-
For those of you who have been #gnulinux users for a long time, you might remember #DamnSmallLinux . The last official release of DSL was 18 years ago.
There's an attempt to revive the project with #DamnSmallLinux2024. Right now, it's in the "alpha" stage of development and is largely based on the 32 bit version of #antix. It's not as small as it used to be, but the ISO image will fit on a CD disk.
-
For those of you who have been #gnulinux users for a long time, you might remember #DamnSmallLinux . The last official release of DSL was 18 years ago.
There's an attempt to revive the project with #DamnSmallLinux2024. Right now, it's in the "alpha" stage of development and is largely based on the 32 bit version of #antix. It's not as small as it used to be, but the ISO image will fit on a CD disk.
-
For those of you who have been #gnulinux users for a long time, you might remember #DamnSmallLinux . The last official release of DSL was 18 years ago.
There's an attempt to revive the project with #DamnSmallLinux2024. Right now, it's in the "alpha" stage of development and is largely based on the 32 bit version of #antix. It's not as small as it used to be, but the ISO image will fit on a CD disk.
-
For those of you who have been #gnulinux users for a long time, you might remember #DamnSmallLinux . The last official release of DSL was 18 years ago.
There's an attempt to revive the project with #DamnSmallLinux2024. Right now, it's in the "alpha" stage of development and is largely based on the 32 bit version of #antix. It's not as small as it used to be, but the ISO image will fit on a CD disk.