Tag Archives: install to hard drive

LFS EXTON – a live installable Linux system built from Linux From Scratch 10.1 and Beyond Linux From Scratch 10.1 (BLFS) with the latest packages and scripts :: 210706

LFS EXTON Linux live DVD/USB is built using Linux From Scratch 10.1 and Beyond Linux From Scratch 10.1 (BLFS) , which has the latest Linux packages and scripts.

NEWS 210706
I finally made Refracta Installer to work in LFS EXTON! Now you can install LFS EXTON to hard drive like any other Linux distribution. Just start Refracta Installer from the menu and follow the instructions. Watch this screenshot.
NOTE: You should create the install partition in advance. Use GParted for that.

LXDE and LightDM

LFS EXTON uses LXDE as Desktop environment. LXDE is designed to be user friendly and slim, while keeping the resource usage low. LFS EXTON has all the tools needed for you to go on and install other Desktop environments or whatever you like (after a hard drive installation of LFS EXTON).

Build your own Linux system
You can also just use LFS EXTON Live DVD/USB as build environment when building your own Linux system from scratch. That can be done in VirtualBox in full screen since VirtualBox Guest Additions are pre-installed.

Install LFS EXTON to a USB stick
Install the ISO file to a USB stick with Rufus 3.14 in Windows. It will look like this.

LOGIN to LXDE
Login as root with password root$$ or as the ordinary user lfs with password linux$$. While logged in as lfs you can use Sudo to become root. Example commands: sudo su and sudo pcmanfm. LightDM‘s login screen will look like this.



Install to hard drive using Refracta Installer
1. Start Refracta Installer from the menu and follow the program instructions. Watch this screenshot.
2. Install options – screenshot.
3. Ready to install – screenshot.
4. When asked to chroot and install Grubscreenshot.
5. Keep current user (lfs) and root passwords – screenshot.
6. When the installation is complete you will see this – screenshot.
7. Notice the disk space used after installation to hard drive – screenshot.
8. For user lfs to be able to use Sudo after a hard drive installation you’ll have to edit /etc/sudoers as root with Nano or Mousepad. Add this line to the end:
lfs ALL=(ALL) NOPASSWD:ALLscreenshot.
NOTE: If you already use Grub as boot loader you shall refrain from installing Grub when installing LFS EXTON to hard drive. Just add the boot lines below to /boot/grub/grub.cfg on the partition where you have Grub installed. You shall (of course) never mess with your current EFI Grub installation. LFS EXTON can run on EFI computers, but you can’t make an EFI Grub installation using LFS EXTON.

Install to hard drive – only as regards LFS EXTON Build 210703
You’ll find the install scripts in /root/install. To perform the installation in VirtualBox follow these instructions.
1. Login to LXDE as root.
2. Create an install partition of at least 30 GB and a swap partition of about 2 GB. The LFS system will only use about 10 GB, but you’ll need 30 GB at first anyway. See why below. Use GParted for the creation of the partitions.
3. Run the command cd /root/install
4. Run the install command ./install.sh /dev/sda1 /dev/sda2 – watch this screenshot.
5. Install the boot manager Grub when the installation is ready. You will see a lot of error messages, but don’t worry. Everything is alright. Install Grub with the command ./install-boot.sh /dev/sda1 /dev/sda – watch this screenshot.
6. Start up LFS EXTON from your virtual hard drive. You will notice that the install partition (/dev/sda1) is about 30 GB. That’s because the folder /lib/live wasn’t removed during the installation. Remove it with the command sudo rm -rf /lib/live – watch this screenshot. After that everything is back to normal. Watch a screenshot showing used disk space before and after the delete command. (85 % respectively 33 %).
NOTE: You can of course also install LFS EXTON on any normal computer. If you want to do that you should at first read my instruction How To dual boot, triple boot or multi boot Linux with Windows in a simple way and be happy. The Grub boot lines for LFS EXTON in /boot/grub/grub.cfg can look like this:
#################################################
menuentry ‘LFS EXTON 210703 (/dev/sda6)’ –class lfs –class gnu-linux –class gnu –class os $menuentry_id_option ‘gnulinux-simple-191fccec-4ecc-48b2-879d-504f9a2ad365’ {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search –no-floppy –fs-uuid –set=root 191fccec-4ecc-48b2-879d-504f9a2ad365
else
search –no-floppy –fs-uuid –set=root 191fccec-4ecc-48b2-879d-504f9a2ad365
fi
linux /boot/vmlinuz-5.12.8-exton root=/dev/sda6 ro
initrd /boot/initrd.img-5.12.8-exton
}
###############################################

Kernel

LFS EXTON uses my “special” kernel 5.12.8-exton. You can of course compile you own LFS kernel if you want.

“Normal” use of the system
You can also use LFS EXTON as any other “normal” Linux system. You can for example run Netflix in Firefox.

Sound in LFS EXTON
You will only have sound when logged in to LXDE as the normal user lfs.

Run it fast!
The system is quite fast and responsive. You can run LFS EXTON live super fast from RAM. When the boot process is ready you can eject the DVD or USB stick – screenshot. Use Boot alternative 2 or Advanced options… >> load to RAM. Watch the live boot screen below.

DOWNLOAD
This version of LFS EXTON has been replaced by Build 221103…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 12, 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 12 (without GAPPS), RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!

SlackEX Current (Slackware 15.0 BETA) 64 bit Live DVD ::: Run latest Slackware 64 bit live and create your own live installable Slackware system with Refracta Snapshot ::: Build 210422

Slackware is the first widely-used Linux system, which is still developing. Slackware has existed since 1993. In comparison with for example Ubuntu and Linux Mint, many people believe that Slackware is “difficult”. Any novice can quickly learn to use Ubuntu they say. My remaster of Slackware Current (15.0/14.2), which I call SlackEX 15.0/14.2/Current 64 bit Linux Live DVD, is however just as easy to use as Ubuntu and/or Linux Mint. Some tend to complain that the Program Management in Slackware is awkward. That was perhaps earlier the case, but not anymore. Now we have the Application Managers Slackpkg and GSlapt – a GTK version of slapt-get. They are a piece of cake to use! Users of Synaptic will feel at ease with GSlapt. (Only in the Enlightenment version).

NEWS ABOUT SlackEX 15.0 BETA with Xfce4
Slackware is not dead even though not much has happen since Slackware 14.2 was released in July 2016. The main differences of Slackware 15 are booked to updating the versions of programs, including the transition to the Linux 5.10 kernel, a set of GCC compilers 10.3 and the system library glibc 2.33. SlackEX Build 210422 is a live remaster of Slackware 15.0 BETA. You can install SlackEX to hard drive and also use Refracta Snapshot for creating your very own live installable Slackware 15.0 system. Two kernels are included in Build 210422. While running SlackEX live (from a DVD or USB stick) kernel 5.9.1-exton will be used. After a hard drive installation kernel 5.11.14-exton will be used. To be able to create your own Slackware 15.0 system you will have to use (boot up with) kernel 5.9.1-exton.

Study all pre-installed packages in Build 210422…

SCREENSHOTS
Screenshot 1 – root’s Desktop when Refracta Installer has started – Xfce4
Screenshot 2 – user’s Desktop – Xfce4
Screenshot 3 – Refracta Snapshot has started in VirtualBox – Xfce4
Screenshot 4 – SlackEX running in VirtualBox when Guest additions have been installed – Xfce4

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!

CruxEX 2021 (CRUX 3.6.1) 64bit Linux Build 201223 – Install it to a USB Pen Drive and enjoy PERSISTENCE!

LATEST NEWS ABOUT CruxEX 201223
I have released a new version of CruxEX today. This version has VirtualBox Guest Additions pre-installed, which means (among other things) that you can run CruxEX in VirtualBox in full screen. Read about how to install and run CruxEX from a USB stick in VirtualBox.

Watch a screenshot when CruxEX is running i VirtualBox in full screen. (Using VirtualBox Guest Additions).

CruxEX 2021 64 bit Linux Live USB is based on CRUX 3.6.1 (latest version, released 201212), which is all Linux enthusiasts/nerds favorite OS. (CRUX is a lightweight Linux distribution for the x86_64 architecture targeted at experienced Linux users. The primary focus of this distribution is keep it simple, which is reflected in a straightforward tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages. The secondary focus is utilization of new Linux features and recent tools and libraries. CRUX also has a ports system which makes it easy to install and upgrade applications). CruxEX 3.6.1 2021 uses the LXDE Desktop environment. I have replaced the original CRUX kernel 5.4 with “my” special kernel 5.9.15-exton, with support for “extra everything”.

Kernel and installed packages
Kernel 5.9.15 is one of the latest available stable kernels as of 201223. Among all installed and updated applications are Firefox, Google Chrome (for Netflix), GParted, PCManFM, Pulseaudio, Slim Login Manager, Gimp and NetworkManager. Furthermore compilation tools so that you can install programs from source. Note: Google Chrome is not in CRUX repositories. Nvidia Graphics Driver 455.45.01 is pre-installed. It will be automatically used if your computer has support for it.

Unique
CruxEX 3.6.1 2021 build 201223 is – as my previous CRUX-remasters – unique in the world. I.e. there is no other CRUX Live CD/USB (as far as I know). In any case, not for downloading. The good thing with CruxEX is that it is a live system (which CRUX original isn’t) and that you can run CruxEX super fast from RAM. Also that you can install CruxEX to hard drive in about 5 min and then have a ready-to-go CRUX desktop system. You can after that install any (extra) desktop environment you like. NOTE: You can (of course) install new Desktops environments and other stuff also when running CruxEX from a USB stick – PERSISTENCE! Note also: To make CRUX original ready for everyday use will normally take 2 – 3 days!

SCREENSHOTS
1. The LXDE Desktop 
2. Prt-get in action
3. CruxEX running from USB in VirtualBox
4. The USB live boot screen
5. Netflix running in Google Chrome
6. Wireless connections
7. Running Alsamixer for sound
8. Spotify Web Player is running

Study ALL installed packages…

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

exGENT (Gentoo) 64bit Live DVD with LXQt and kernel 4.15.14-aufs-gentoo-exgent – Build 180410 – can be installed in 2 min!

NEWS 20180410 about exGENT (Gentoo) 64 bit
I’ve made a new version of exGENT with only a few necessary packages pre-installed. It uses LXQt as Desktop environment and kernel 4.15.14-aufs-gentoo-exgent. The ISO file is of 1490 MB due to the fact that I’ve included the kernel sources. They are needed for installation of certain software. Despite this exGENT version 180410 runs surprisingly fast from DVD or USB. Even in VirtualBox and VMware. Faster than most other Linux live systems. I call my new version exGENT 2018 LXQt Live DVD. It replaces version 170407 and 170412. Those versions were too old for upgrading. I had to start over and build version 180410 from “scratch”. All installed packages in exGENT have been updated to the latest available version by 180410. Study the full package list.

What’s new in exGENT Build 180410?
The boot loader Grub Legacy has been replaced by Grub2. MOST IMPORTANT: In exGENT versions before 170309 the file system wasn’t writable when running exGENT live (from DVD). Now you can emerge (install) new programs/packages even while running the system from a DVD or USB stick. If you do that and later decide to install exGENT to hard drive all your changes will follow! Furthermore you can install/transfer exGENT to a USB stick with the dd command in Linux or use Etcher and Rufus in Windows. Such installations were impossible before. NOTE: I have not installed Google Chrome. It’s not needed anymore, since Netflix nowadays runs very well in Firefox. About the LXQt Desktop environment: LXQt is a lightweight Qt desktop environment. It will not get in your way. It will not hang or slow down your system. It is focused on being a classic desktop with a modern look and feel.

Used KERNEL

My special kernel 4.15.14-aufs-gentoo-exgent corresponding Kernel.org’s kernel 4.15.14.

Quick install to Hard Drive

exGENT Linux can be installed to hard drive in 2 – 8 min. (Depending on computer type). This means that all of you who might hesitate to perform a normal Gentoo installation – which can take up to a couple of days – now have the chance to get this great Linux system (Gentoo) installed on your computers very easy. Read below on how the installation works.

UPGRADE the System
The exGENT System (version 180410) is in very good shape, since I, without problems, have been able to update the whole system with the following commands:

# emerge –ask –update –newuse –deep –with-bdeps=y @world
# emerge –depclean
# revdep-rebuild

NOTE 1: Before running the above three commands you’ll have to run the commands emerge –sync followed by emerge —oneshot portage

NOTE 2: After a hard drive installation of exGENT you should run the above commands at least every month (to keep the system in good shape).

SPOTIFY
You can easy and quick install Spotify in exGENT. Just run the command emerge spotify. The installation takes about 1 min.
NOTE: Spotify is pre-installed in Build 180410.

Rolling distribution
Gentoo/exGENT is a rolling distribution, which implies that once you have installed the system on the hard drive there is no need for re-installations (which otherwise is common in the Linux world).

Who is exGENT/Gentoo for?
Experienced Linux users or those who really want to learn Linux. (Perhaps also for people who are bored with mainstream distributions like Ubuntu).

Screenshots

1. exGENT Build 180410 running Vlc
2. exGENT running Spotify
3. exGENT running Cups
4. exGENT running in VirtualBox
5. exGENT running in VMware

READ MORE…

 

Android-x86 KitKat 4.4.4 Build 10 with GAPPS, three new Windows launchers, Bluetooth (working!) and Mesa 10.5.9

Android-x86 KitKat 4.4.4 Exton Build 180108, version 10, is a ready!
This new version (180108) is basically the same as AndEX KitKat Build 160214. I have now upgraded some apps and added three new (Windows) launchersComputer Launcher, Microsoft Launcher and Win 10 Launcher. To be able to run AndEX Oreo 8.1, which was released 180103, you’ll have to use a fairly new computer. AndEX KitKat runs also on older computers, which is one reason for me to remind you of the existence of AndEX KitKat 4.4.4. I can mention that this KitKat Build 10 works on my (very) old Acer Aspire 5102WLMi AMD with ATI Radeon Xpress 1100. Many 3D games run just fine. So you can use AndEX KitKat Build 180108 to bring an old PC back to useful life! I mean a PC on which you have an old (perhaps outdated) Windows system installed.

Features
I’ve added Mesa (3D Graphics Library) 10.5.9 for better Graphic performance. The system can run live (from CD or a USB stick) on almost all laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. I can also mention that I could run this version without problems on a HP Pavilion 500-317no Desktop Computer. The Android system is distributed in the form of an ISO file as the rest of my Linux distributions. I.e. you must (as usual) burn the ISO file to a DVD if you want to run the system live on your computer or install it to hard drive. Read about how to burn ISO files. Or skip that. Just use ImgBurn. Nothing can go wrong. Or transfer the ISO file to a USB stick with Rufus and run the system live from the USB stick. You can easily install the system to your hard drive and install new apps. You can also install new apps while running the system live. Google Play Store and Aptoide App Manager are pre-installed so you can just make your choices…

Replacement
This version (version 10) replaces all my previous (9) Android-x86 4.4.4 KitKat builds. In version 10 (as in version 9) I’ve added GAPPS. I.e. Google Play Services, Google Play Store, Maps, YouTube and more apps. Everything just works.

What’s the point?

Well, if you like your Android phone and all the apps you have installed on it I’m sure you will also like to run apps from your laptop. Bigger screen and better sound etc. Read my article About how useful an Android-x86 system can be for the average computer user.

Need to upgrade?
Well, if you have installed any of my previous KitKat versions with GAPPS to your hard drive and the system is working alright you don’t “have to” upgrade. That’s because (as I say above) all included GAPPS will be upgraded automatically (just like your Android phone). Otherwise you can contact me so I can send you the new download link. Then please show your previous receipt.

SCREENSHOTS
1. Choosing launcher
2. Desktop with Computer Launcher
3. Running YouTube
4. Running in VirtualBox
5. Running in VMware
6. First screen – auto turn

READ MORE…

SlackEX Build 171223 (Slackware 14.2) live dvd/usb with KDE 4.14.38, kernel 4.14.8-x86_64-efi-exton, Nvidia 384.98 and VirtualBox 5.2.4

Slackware is the first widely-used Linux system, which is still developing. Slackware has existed since 1993. In comparison with for example Ubuntu and Linux Mint, many people believe that Slackware is “difficult”. Any novice can quickly learn to use Ubuntu they say. My remaster of Slackware Current (14.2), which I call SlackEX 14.2/Current 64 bit Linux Live DVD/USB, is however just as easy to use as Ubuntu and/or Linux Mint. Some tend to complain that the Program Management in Slackware is awkward. That was perhaps earlier the case, but not anymore. Now we have the Application Managers Slackpkg and GSlapt – a GTK version of slapt-get. They are a piece of cake to use! Users of Synaptic will feel at ease with GSlapt.

New features in version 171223 of SlackEX
I have replaced kernel 4.12.9-x86_64-exton with kernel 4.14.8-x86_64-efi-exton with support for “everything”. Kernel 4.14.8 was released 171220. KDE is upgraded to version 4.14.38 (latest KDE version). All other component software is also upgraded to the latest Slackware Current version by now. I may also mention in particular GParted 0.29.0, VirtualBox 5.2.4 (latest, not in Slackware’s repositories), Google Chrome 63.0.3239.108 (not in Slackware’s repositories – you can download my build at SourceForge.net), Gimp 2.8.10 (installed from source), GSlapt 0.5.4b, Slackpkg 2.82.1, Firefox 57.0.2, Thunderbird 52.5.0, Samba 4.7.3 and GCC 7.2.0. Furthermore I have installed Grub2, which can be used as boot loader (if you want) after a hard drive install. Study the full package LIST. Note: I have replaced Wicd with NetworkManager. It works better in SlackEX.

SCREENSHOTS
Screenshot 1 – KDE 4.14.38 Desktop with Netflix running
Screenshot 2 – KDE 4.14.38 Desktop with VirtualBox running
Screenshot 3 – Samba running
Screenshot 4 – Nvidia settings and GSlapt running
Screenshot 5 – Hard drive installation of SlackEX in VirtualBox
Screenshot 6 – SMPlayer running

The end of the road…
I will end my SlackEX project now. It’s not needed anymore (if it ever was). Alienbob’s Slackware systems are built with liveslak scripts. Anyone can use the scripts. No special knowledge of Slackware (or Linux) is needed. A lot of different Slackware systems (built with liveslak) can be downloaded. They can all be installed to hard drive using a script called setup2hd. They can also be transferred to a USB stick using a script called iso2usb.sh.

READ MORE about SlackEX….

Android-x86_64 Nougat 7.1.2 – Build 170930 – with GAPPS, kernel 4.13.3-exton-android-x86_64 and the 00 Launcher for Android 0 8.0 Oreo

NEWS 170930 about AndEX Nougat 7.1.2
My new build of Android x86_64 – android_x86_64-7.1.2-nougat-gapps-kernel-4.13.3-exton-170930 can be installed to hard drive or on a USB stick. You cannot run the system live. I.e. from a DVD or a USB stick or live in VirtualBox or VMware. On some computers you’ll have to start up AndEX 7.1.2 in compatibility mode (VESA) after a hard drive installation. GAPPS and all other apps mentioned below are installed. NOTE1: You can run AndEX Nougat Build 170930 on newer laptops and Desktop computers. The video and sound performance is generally very very good. Note2: When trying to run AndEX Build 170930 live (from a DVD or USB stick) you will get all kinds or errors. When running AndEX from hard drive (also in VirtualBox or VMware) you will get no errors at all.

Screenshot – AndEX Build 170930 – the Desktop with 00 Launcher for Android 0 8.0 Oreo


MORE NEWS 170930: AndEX – Nougat 7.1.2 with kernel 4.13.3-exton-android-x86_64 and GAPPS
My new build of Android-x86_64 Nougat 7.1.2 have GAPPS pre-installed. I.e. Google Play Services, Google Play Store 8.1.29.S-all, Google Play Games, Gmail 7.9.10 and YouTube 12.36.56. Also many other apps. For example: Spotify 8.4.21.495, File Manager 2.2.0.147, Firefox 55.0.2 and Rotation Control Pro 1.1.9.

PREREQUISITE
The system can also be installed manually to hard drive. To be able to do that you must have at least one Linux system installed on your hard drive. You must also use Grub as boot loader. You can also (or alternatively) install AndEX 7.1.2 the normal way while running the system from a DVD or from a USB stick. Use preferable Rufus to create a bootable USB stick. Or burn the ISO file (android_x86_64-7.1.2-nougat-gapps-kernel-4.13.3-exton-958mb-170930.iso) to a DVD and run the system (install) from it.

ABOUT Andex Nougat 7.1.2
My compiled Android-x86_64 system (Nougat 7.1.2) can be installed on almost all newer laptops (and some Desktop computers). For example Acer (Aspire), HP, Samsung, Dell, Toshiba, Lenovo, Thinkpad, Fujitsu, Panasonic and Asus laptops. I can also mention that I could run my new Nougat version without problems on a HP Pavilion 500-317no Desktop Computer. The Android-AndEX 7.1.2 system is distributed in the form of a Zip file and a ISO file. You can do a manual installation to hard drive. That can even be done to a drive where you already have another Linux system (for example Ubuntu 17.04) installed. That’s sort of a Frugal Installation (normally used by Puppy Linux).

Android Nougat 7.1.2 was released 170403.

Screenshots
Screenshot 1 – Nougat boot animation (which you must see during the boot. If not, the installation was unsuccessful)
Screenshot 2 – AndEX Nougat 7.1.2 Desktop with 00 Launcher for Android 0 8.0 Oreo
Screenshot 3 – AndEX Nougat 7.1.2 – Google Play Store running
Screenshot 4 – AndEX Nougat 7.1.2 – Google Play Store running and updating 00 Launcher
Screenshot 5 – AndEX Nougat 7.1.2 – running in VMware
Screenshot 6 – AndEX Nougat 7.1.2 – running in VirtualBox
Screenshot 7 – AndEX Nougat 7.1.2 – Desktop with Note 8 Launcher

READ MORE…

CruxEX (CRUX 3.3), Build 170904, with LXDE, Google Chrome 60.0.3112, Firefox 55.0.3 and Nvidia 384.69

CruxEX 3.3 64 bit Linux Live USB is based on CRUX 3.3 (latest version, released 170212), which is all Linux enthusiasts/nerds favorite OS. (CRUX is a lightweight Linux distribution for the x86_64 architecture targeted at experienced Linux users. The primary focus of this distribution is keep it simple, which is reflected in a straightforward tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages. The secondary focus is utilization of new Linux features and recent tools and libraries. CRUX also has a ports system which makes it easy to install and upgrade applications). CruxEX 3.3 2017 uses the LXDE Desktop environment. I have replaced the original CRUX kernel with “my” special kernel 4.12.10-x86_64-cruxex, with support for “extra everything”.

Kernel etc
Kernel 4.12.10 is one of the latest available stable kernels as of 170904. Among all installed and updated applications are Firefox 55.0.3, Google Chrome 60.0.3112 (for Netflix), GParted, PCManFM, Gimp and Wicd. Furthermore compilation tools so that you can install programs from source. Note: Firefox 55.0.3 and  Google Chrome 60.0.3112 are not in the CRUX repositories.

NEWS 170904
CruxEX 2017 is distributed only as a Zip file. Install my new version of CruxEX 3.3 64bit from 170904 to a USB Pen Drive and save your system changes – read this INSTRUCTION. If you later on decide you want to install CruxEX to hard drive from the USB Pen Drive all your system changes will also be installed to the hard drive.

Unique
CruxEX 3.3 2017 build 170904 is – as my previous CRUX-remasters – unique in the world. I.e. there is no other CRUX Live CD/USB (as far as I know). In any case, not for downloading.

SCREENSHOTS
1. The  new CruxEX LXDE Desktop
2. Netflix running in Google Chrome
3. See Prt-get in action

READ MORE…

SlackEX Build 170831 (Slackware 14.2) live dvd with KDE 4.14.35, kernel 4.12.9-x86_64-exton, Google Chrome 60.0.3112 and VirtualBox 5.1.26

Slackware is the first widely-used Linux system, which is still developing. Slackware has existed since 1993. In comparison with for example Ubuntu and Linux Mint, many people believe that Slackware is “difficult”. Any novice can quickly learn to use Ubuntu they say. My remaster of Slackware Current (14.2), which I call SlackEX 14.2/Current 64 bit Linux Live DVD, is however just as easy to use as Ubuntu and/or Linux Mint. Some tend to complain that the Program Management in Slackware is awkward. That was perhaps earlier the case, but not anymore. Now we have the Application Managers Slackpkg and GSlapt – a GTK version of slapt-get. They are a piece of cake to use! Users of Synaptic will feel at ease with GSlapt.

New features in version 170831 of SlackEX
I have replaced kernel 4.10.2-x86_64-exton with kernel 4.12.9-x86_64-exton with support for “everything”. Most important is that I have changed repositories from Slackware 14.1 to Current. I.e. Slackware 14.2. KDE is upgraded to version 4.14.35 (latest KDE version). All other component software is also upgraded to the latest Slackware Current version by now. I may also mention in particular GParted 0.29.0, VirtualBox 5.1.26 (latest, not in Slackware’s repositories), Google Chrome 60.0.3112 (not in Slackware’s repositories – you can download my build at SourceForge.net), Gimp 2.8.10 (installed from source), GSlapt 0.5.4b, Slackpkg 2.82.1, Firefox 55.0.3, Thunderbird 52.3.0, Samba 4.6.7 and GCC 7.2.0. Furthermore I have installed Grub2, which can be used as boot loader (if you want) after a hard drive install. Study the full package LIST. Note: I have replaced Wicd with NetworkManager. It works better in SlackEX.

SCREENSHOTS
Screenshot 1 – KDE 4.14.35 Desktop with Netflix running
Screenshot 2 – KDE 4.14.35 Desktop with VirtualBox running
Screenshot 3 – Samba running
Screenshot 4 – Nvidia configuration
Screenshot 5 – Hard drive installation of SlackEX in VirtualBox

READ MORE….