-
AuthorSearch Results
-
November 8, 2020 at 8:57 am #44590
In reply to: Automatic brightness RESOLVED
Membertaifun
I have not installed anything like Redshift, or at least anything that i am aware of.
I have not tried to change the kernel.
The thing is that before antix i had windows and i have never seen it changing brightness like that. The problem appeared just when i changed to antix.
It does change the brightness if i use any media player like SMPlayer, and also in the browser on Netflix.
The change in brightness is like a transition, sometimes it changes more frequently sometimes less frequently. Maybe after one minute, 5 minutes, 10 minutes or not at all.
The monitor i have is a LG 19EN33S. I will try with with a TV when i will have the chance. Until then here is the output of that command:inxi -Fxz System: Host: antix1 Kernel: 4.9.212-antix.1-amd64-smp x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: IceWM 1.8.3 Distro: antiX-19.2_x64-full Hannie Schaft 27 March 2020 base: Debian GNU/Linux 10 (buster) Machine: Type: Desktop Mobo: ASRock model: 760GM-GS3 serial: <filter> BIOS: American Megatrends v: P1.20 date: 03/28/2012 CPU: Topology: Triple Core model: AMD Athlon II X3 450 bits: 64 type: MCP arch: K10 rev: 3 L2 cache: 1536 KiB flags: lm nx pae sse sse2 sse3 sse4a svm bogomips: 19238 Speed: 800 MHz min/max: 800/3200 MHz Core speeds (MHz): 1: 2000 2: 2000 3: 800 Graphics: Device-1: AMD RS780L [Radeon 3000] vendor: ASRock driver: radeon v: kernel bus ID: 01:05.0 Display: x11 server: X.Org 1.20.4 driver: ati,radeon unloaded: fbdev,modesetting,vesa resolution: 1366x768~60Hz OpenGL: renderer: AMD RS780 (DRM 2.49.0 / 4.9.212-antix.1-amd64-smp LLVM 7.0.1) v: 3.3 Mesa 18.3.6 direct render: Yes Audio: Device-1: AMD SBx00 Azalia vendor: ASRock driver: snd_hda_intel v: kernel bus ID: 00:14.2 Sound Server: ALSA v: k4.9.212-antix.1-amd64-smp Network: Device-1: Realtek RTL-8100/8101L/8139 PCI Fast Ethernet Adapter driver: 8139too v: 0.9.28 port: e800 bus ID: 02:05.0 IF: eth0 state: unknown speed: 100 Mbps duplex: full mac: <filter> Drives: Local Storage: total: 232.89 GiB used: 127.24 GiB (54.6%) ID-1: /dev/sda vendor: Samsung model: HD253GJ size: 232.89 GiB Partition: ID-1: / size: 38.01 GiB used: 26.61 GiB (70.0%) fs: ext4 dev: /dev/sda1 ID-2: swap-1 size: 200.0 MiB used: 268 KiB (0.1%) fs: swap dev: /dev/sda3 Sensors: System Temperatures: cpu: 28.5 C mobo: N/A Fan Speeds (RPM): N/A Info: Processes: 163 Uptime: 40m Memory: 3.37 GiB used: 1.24 GiB (36.7%) Init: SysVinit runlevel: 5 Compilers: gcc: 8.3.0 Shell: bash v: 5.0.3 inxi: 3.0.36November 6, 2020 at 2:39 pm #44515In reply to: Hello and thanks, antiX community!
Moderator
Brian Masinick
Keeping processes in memory is extremely important to make a system responsive. Web-based processes tend to consume a lot of memory.
One of my systems has 8 GB of RAM and I have never seen it swap. I tend to keep only what I am actively working on loaded; this also helps performance because the disk and the CPU are over a decade old.
I do have plenty of memory, disk space and multiple processors and that helps the aging hardware still perform acceptably. It’s never blazing fast but it is able to handle my routine tasks.
--
Brian MasinickNovember 6, 2020 at 10:57 am #44503In reply to: Hello and thanks, antiX community!
MemberPPC
@voider – sorry for the late welcome!
For you, and for any other newbies with use computers with less than 1 Gig of RAM, here are some tips:If you run antiX on a 512Mb machine and use it for web browsing, I would advise you to try installing “badwolf” browser (you can install it with “sudo apt install badwolf”)- it’s very basic, but runs on very low RAM, and if you turn on the “JS” (Java Script) button, you can browse even modern websites and usually avoid using your Swapfile (that slows the system down). For viewing Youtube videos, use Smtube, available out of the box. For e-mail, avoid web-mail, and use the very lean Claws e-mail client.
For viewing videos, if you experience any slow down with higher resolution videos, use MPV video player and search on-line on how to optimize your video playback for your own system (my crappy old single core netbook, with 1 Gig of RAM and not much faster that your computer, can play full HD videos in a mostly fluid way. Anything below that plays incredibly well)
For listening to music, reading PDF’s, viewing images, accessing e-mail, etc, the default antiX apps work wonders even in single core machines with less than 1G of RAM, but usability for common tasks like basic web browsing is very limited on systems with less than 512Mb – not even antiX can perform those miracles 🙂
For reading e-books (in epub format, etc) you can install Calibre (that’s huge and also manages e-books) or try using fbreader. There’s even epub readers that work in your terminal (like https://github.com/wustho/epr)!
For writing- LibreOffice Writer works great, but it can be slow to start and take a bit of RAM… You can try installing FreeOffice (it looks like a MS Word clone, has great file compatibility and runs on way less than 100 Mb of RAM, but I’m not sure if it’s available for 32 bits) or (for simple texts) Abiword (that’s very light but not very feature rich and doesn’t have very good file compatibility)
P.
November 5, 2020 at 6:40 pm #44456Member
fatmac
It looks like something is wrong.
There should have been no change to /dev/sda1
/dev/sda2 is an extended partition, which should include a larger sized /dev/sda5, & then the two new partitions, /dev/sda6 2GB swap & /dev/sda7 as your Linux system.sda1 should be 24.41GB with 20.36GB used – as per your original screenshot.
sda2 is still your extended partition of 124.63GB which should now include a larger sized /dev/sda5 (from 6.47GB to approx 6.85GB) – plus your two new partitions for swap & Linux.
Linux (& BSD) since 1999
November 5, 2020 at 11:12 am #44417Member
Xecure
Resulting gparted after deleting the two lost partitions and following fatmac’s advice:

Ignore the sizing, as I created this on a VM. The only important thing is to understand how the final partition table will look like.
First transfere all the data from the two partitions before deleting them, or you won’t be able to recover them. You will probably have to boot to XP and move the data from there to the other data partition.About how to select partitions during installation:

As you see, home and boot will install in root, swap in the new swap partition created, and root will correspond to the new partition created.antiX Live system enthusiast.
General Live Boot Parameters for antiX.November 5, 2020 at 10:55 am #44416Membercherith_reddy
As has been suggested on the other thread, move your data, from /dev/sda6 & /dev/sda7 into /dev/sda5, then delete /dev/sda6 & /dev/sda7, then create your Linux partitions as /dev/sda6 2GB swap & the rest as /dev/sda7 for your Linux installation.
one doubt
is /dev/sda6 & /dev/sda7 & /dev/sda5, a sub partition of dev/sda2
so would it be fine to create your Linux partitions as /dev/sda6 2GB swap & the rest as /dev/sda7 for your Linux installation.
or did you mean to make it separatelyand what about a partion for /boot
is it requiredThen, from the installer, select the ext4 partition for root, home inside root, boot inside root, and the 2GB swap partition you created become the main swap partition.
pls explain this , @Xecure
Thank youNovember 5, 2020 at 10:32 am #44413Member
fatmac
As has been suggested on the other thread, move your data, from /dev/sda6 & /dev/sda7 into /dev/sda5, then delete /dev/sda6 & /dev/sda7, then create your Linux partitions as /dev/sda6 2GB swap & the rest as /dev/sda7 for your Linux installation.
Linux (& BSD) since 1999
November 5, 2020 at 10:30 am #44412Member
Xecure
You have (most probably) an ms-dos partition table. You have 1 primary partition (24 GBs) that contains your windows XP installation, and an extended partition (with 3 logical data partitions inside).
I recommend you boot into XP and move all the data inside the last two logical partitions (the 40 and 45 GB partitions containing only 177 and 202 MBs of data) to the other logical data partition (39 GB containing 3.5 Gbs of data). Once you do that, from Gparted in antiX live, remove the two (now empty) logical partitions and use the extra space to create 1 primary partition (ext4) to house antiX Linux system and a 2GB swap partiton (swap type).
Before applying the changes, you can share a screenshot of your changes in gparted and we can comment on it.Then, from the installer, select the ext4 partition for root, home inside root, boot inside root, and the 2GB swap partition you created become the main swap partition.
antiX Live system enthusiast.
General Live Boot Parameters for antiX.November 5, 2020 at 10:03 am #44402In reply to: [solved] usb wifi adapter not recognized on 19.3
Member
Xecure
Don’t edit too much a post or the antispam software in the forum will block it.
Anyway, until a mod can recover it, this is your situation:
Yo have (most probably) an ms-dos partition table. You have 1 primary partition (24 GBs) that contains your windows XP installation, and an extended partition (with 3 logical data partitions inside).
I recommend you boot into XP and move all the data inside the last two logical partitions (the 40 and 45 GB partitions contanining only 177 and 202 MBs of data) to the other logical partition (39 GB containing 3.5 Gbs of data). Once you do that, from XP or from Gparted in antiX live, remove the two (now empty) logical partitions and use the extra space to create 1 primary partition (ext4) to house antiX Linux system and a 2GB swap partiton (swap type).
Then, from the installer, select the ext4 partition for root, home inside root, boot inside root, and the 2GB swap partition you created become the main swap partition.Once the mods recover your post, you can add a new comment with a new screenshot if you want to be sure before proceeding.
antiX Live system enthusiast.
General Live Boot Parameters for antiX.November 4, 2020 at 10:00 am #44328Topic: Hello and thanks, antiX community!
in forum Welcome to antiXMembervoider
Hello, antiX community. I just wanted to say thank you for your awesome distro, I see you put a lot of effort on it and it pays! I have a very old Acer Travelmate 290 (Intel M, 1 core @ 1,4 Ghz, 512 Mb RAM) which still barely worked, but obviously it can’t run a proprietary, up to date SO and the default, preinstalled one lost support a while ago… So I tried antiX, and it goes just fine! It can now surf the web, play music and videos, write text, read PDFs and all the usual stuff a modern machine can do (with the obvious limitations), and it does all of that reasonably fast and under the memory limit before swap, with an up-to-date core system and apps! I just wrote a small review with some of my experience (in Spanish) to share some of my early impressions. Once again, thank you and keep on with your awesome distro!
November 3, 2020 at 2:46 pm #44207In reply to: APT based offline repo (small yad-bash project)
Memberex_Koo
ust wondering if it could be taken a step further, to also install programs that one installs after installing the main system.
Do you mean to give a list of packages and get the program to search for dependencies and download them all for latter installation? I think it is doable. I will need to create a separate button inside Download packages to select “download from list”, and let you select a file with packagenames to download and create a .repo file for easy install later.
I will have a look at this tonight.[/quote]
Yes just like the offline updater, have the packagers that you normal install after installation of the system, stored so they can be installed offline.
And even keep them updated just by checking for updates for the stored packages.Like having a script to install a package or packagers. Like below as an idea but from a stored off line repo.. Sorry it is a big scrpt.
#!/bin/bash # Borrowed some of the syntax from DasGeek among others... # Tested on Debian Buster and Testing # Version 0.1 ## Define Temp location - "dis" stands for "debian-install-script" tmd_dir=/tmp/dis ## Define some variables because I'm lazy install='apt install' update='apt update; apt upgrade -y' user=$USER #User=$(getent passwd 1000 | awk -F: '{ print $1}') ## Start script cp /etc/apt/sources.list /etc/apt/sources.list.original if [[ $EUID -ne 0 ]]; then echo "This script must be run as root type: sudo ./dialog.sh" exit 1 else #Update and Upgrade echo "Updating and Upgrading" $update echo "Creating temporary folder" mkdir $tmp_dir $install dialog cmd=(dialog --title "LD-Installer" --separate-output --checklist "Please Select Software You Want To Install:" 22 80 16) options=( #A "<----Category: Repositories---->" on 1_repos " Grant Standard User Root Access" off 2_repos " Contrib and Non-free Repos" off # 3_repos " Testing Repos" off # 4_repos " Unstable Repos" off # 5_repos " Experimental Repos" off 6_repos " Return to Original" off 7_repos " Liquorx-Kernel" off #B "<----Category: Alternate Installers---->" on 1_installer " Snap Packages" off 2_installer " Flatpak" off 3_installer " Synaptic" off 4_installer " PIP" off #C "<----Category: Text Editors---->" on 1_editor " Vim" off 2_editor " Nano" off 3_editor " Geany" off 4_editor " emacs" off 5_editor " Gedit" off #D "<----Category: Phone---->" on 1_phone " android" off 2_phone " iphone" off #E "<----Category: Terminal Programs---->" on 1_terminal " Compress/Decompress" off 2_terminal " UFW" off 3_terminal " Identify hardware" off 4_terminal " Python" off 5_terminal " Cups" off 6_terminal " Youtube-dl" off 7_terminal " Htop" off 8_terminal " Parted" off 9_terminal " Curl" off 10_terminal " Wget" off 11_terminal " Ranger" off 12_terminal " Dmenu" off 13_terminal " Rofi" off 14_terminal " Build Essential" off 15_terminal " SSH" off 16_terminal " Urxvt" off 17_terminal " Sakura" off 18_terminal " Terminator" off 19_terminal " Tilix" off 20_terminal " Xterm" off #F "<----Category: Terminal Customization---->" on 1_customize " Neofetch" off 2_customize " Screenfetch" off 3_customize " Figlet" off 4_customize " Lolcat" off 5_customize " Powerline" off #G "<----Category: Email---->" on 1_email " Thunderbird" off 2_email " Neomutt" off 3_email " Geary" off #H "<----Category: Web Browsers/Downloaders---->" on 1_web " Chromium" off 2_web " Google Chrome" off 3_web " Vivaldi" off 4_web " ICE-SSB-Application" off 5_web " Transmission" off #I "<----Category: Networking---->" on 1_network " SAMBA" off #J "<----Category: Graphics---->" on 1_graphics " Nvidia Driver" off 2_graphics " AMD Driver" off #K "<----Category: Sound---->" on 1_sound " Pulse Audio" off 2_sound " ALSA" off #L "<----Category: Fonts---->" on 1_font " Microsoft fonts" off 2_font " Ubuntu fonts" off #M "<----Category: Icons---->" on 1_icon " Numix icons" off 2_icon " Moka icons" off 3_icon " Mate icons" off 4_icon " Papirus icons" off 5_icon " Deepin-icons" off #N "<----Category: Photo Viewing/Editing---->" on 1_photo " Feh" off 2_photo " Gimp" off 3_photo " Inkscape" off 4_photo " Digikam" off 5_photo " Darktable" off 6_photo " Shotwell" off #O "<----Category: Media Viewing/Editing/Converting---->" on 1_media " Handbrake" off 2_media " Kdenlive" off 3_media " VLC" off 4_media " Audacity" off 5_media " Plex Media Server" off 6_media " Simple Screen Recorder" off 7_media " OBS Studio" off 8_media " Optical Drive Software" off 9_media " SM Player" off 10_media " FFmpeg" off #P "<----Category: Gaming---->" on 1_gaming " Steam" off 2_gaming " Lutris" off #Q "<----Category: File Explorer---->" on 1_files " Nemo" off 2_files " Thunar" off 3_files " Pcmanfm" off 4_files " Caja" off 5_files " Nautilus" off 6_files " Dolphin" off #R "<----Category: Desktop Customization---->" on 1_desktop " nitrogen" off 2_desktop " variety" off 3_desktop " lxappearance" off 4_desktop " conky" off 5_desktop " QT matches GTK" off 6_desktop " Vimix Theme" off 7_desktop " Adapta Theme" off 8_desktop " Polybar" off #S "<----Category: File Systems---->" on 1_filesystem " ZFS" off 2_filesystem " Exfat" off #T "<----Category: Virtualizaion---->" on 1_virtual " Virtualbox" off 2_virtual " Gnome Boxes" off #U "<----Category: System---->" on 1_system " Swappiness=10" off V "Post Install Auto Clean Up & Update" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) clear for choice in $choices do case $choice in # Section A -----------------------Repositories---------------------------- 1_repos) # Find the standard user you created during installation and make it a variable User=$(getent passwd 1000 | awk -F: '{ print $1}') # Echo the user into the sudoers file echo "$User ALL=(ALL:ALL) ALL" >> /etc/sudoers sleep 1 ;; 2_repos) #Enable Contrib and Non-free Repos echo "enabling Contrib and Non-free Repos" cat /etc/apt/sources.list >> /etc/apt/sources.list.bak sed -e '/Binary/s/^/#/g' -i /etc/apt/sources.list sed -i 's/main/main contrib non-free/gI' /etc/apt/sources.list apt update sleep 1 ;; # 3_repos) # #Enable Testing Repos # echo "enabling Bullseye Repos" # #cat /etc/apt/sources.list >> /etc/apt/sources.list.bak # #echo "deb http://deb.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list # apt update # sleep 1 # ;; # 4_repos) # #Enable Unstable Repos # echo "enabling Unstable Repos" # #cat /etc/apt/sources.list >> /etc/apt/sources.list.bak # #echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list # #echo "deb-src http://ftp.us.debian.org/debain unstable main contrib non-free" >> /etc/apt/sources.list # apt update # sleep 1 # ;; # 5_repos) # #Enable Experimental Repos # cat /etc/apt/sources.list >> /etc/apt/sources.list.bak # #echo "deb http://ftp.us.debian.org/debain experimental main contrib non-free" >> /etc/apt/sources.list # #echo "deb-src http://ftp.us.debian.org/debian experimental main contrib non-free" >> /etc/apt/sources.list # apt update # sleep 1 # ;; 6_repos) #Return sources.list to original echo "Returning /etc/apt/sources.list to its Original State cat /etc/apt/sources.list.original > /etc/apt/sources.list apt update sleep 1 ;; 7_repos) #Install dependencies echo "installing dependencies" sudo apt install curl wget apt-transport-https dirmngr echo "getting custom kernel" codename="$(find /etc/apt -type f -name '*.list' | xargs grep -E '^deb' | awk '{print $3}' | grep -Eo '^[a-z]+' | sort | uniq -c | sort -n | tail -n1 | grep -Eo '[a-z]+$')" && sudo apt-get update && sudo apt-get install apt-transport-https && echo -e "deb http://liquorix.net/debian $codename main\ndeb-src http://liquorix.net/debian $codename main\n\n# Mirrors:\n#\n# Unit193 - France\n# deb http://mirror.unit193.net/liquorix $codename main\n# deb-src http://mirror.unit193.net/liquorix $codename main" | sudo tee /etc/apt/sources.list.d/liquorix.list && curl https://liquorix.net/linux-liquorix.pub | sudo apt-key add - && sudo apt-get update echo "DONE" echo "running updates" sudo apt update echo "YOU CAN INSTALL THE NEW KERNEL MANUALLY NOW OR WHEN THIS SCRIPT FINISHES" # Section B ---------------------Alternate Installers---------------------------- 1_installer) #Install snap.d echo "Installing Snap.d" sudo apt install snapd -yy sleep 1 ;; 2_installer) #Install flatpak echo "installing Flatpak" sudo apt install flatpak -yy sleep 1 ;; 3_installer) #Install Synaptic echo "installing Synaptic" sudo apt install synaptic -yy sleep 1 ;; 4_installer) #Install PIP echo "installing PIP -python installer" sudo apt install python-pip python3-pip -yy sleep 1 ;; # Section C ------------------------Text Editors------------------------------ 1_editor) #Install Vim echo "Installing VIM" sudo apt install vim -yy sleep 1 ;; 2_editor) #Install Nano echo "Installing Nano" sudo apt install nano -yy sleep 1 ;; 3_editor) #Install Geany echo "Installing Geany" sudo apt install geany -yy sleep 1 ;; 4_editor) #Install Emacs echo "Installing Emacs" sudo apt install emacs -yy sleep 1 ;; 5_editor) #Install Gedit" echo "Installing Gedit" sudo apt install gedit -yy sleep 1 ;; # Section D ---------------------------Phone------------------------------------ 1_phone) #Install Everything for Android Phones echo "Installing Android SDK, ADB, Fastboot, and Build Tools" sudo apt install android-sdk adb fastboot android-sdk-build-tools android-sdk-common android-sdk-platform-tools -yy sleep 1 ;; 2_phone) #Install Everything to do with an iPhone" echo "Installing All Packages for iPhone" sudo apt install ideviceinstaller libimobiledevice-utils python-imobiledevice libimobiledevice6 libplist3 libplist-utils python-plist ifuse usbmuxd libusbmuxd-tools gvfs-backends gvfs-bin gvfs-fuse -yy sudo echo "user_allow-other" >> /etc/fuse.conf sudo usermod -aG fuse $User sleep 1 ;; # Section E --------------------------Terminal Programs--------------------------- 1_terminal) #Install Compression Programs echo "Installing Compression Programs" sudo apt install p7zip p7zip-full unrar-free unrar unrar-free unzip zip -yy sleep 1 ;; 2_terminal) #Install Firewall echo "Installing UFW" sudo apt install ufw gufw -yy sleep 1 ;; 3_terminal) #Install Hardware Identifier" echo "Installing lshw" sudo apt install lshw lshw-gtk -yy sleep 1 ;; 4_terminal) #Install Cups echo "Installing CUPS" sudo apt install cups cups-pdf -yy sleep 1 ;; 5_terminal) #Install Youtube-dl echo "Installing youtube-dl" sudo apt install wget -yy sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+x /usr/local/bin/youtube-dl hash -r sleep 1 ;; 6_terminal) #Install Htop" echo "Installing Htop" sudo apt install htop -yy sleep 1 ;; 7_terminal) #Install Parted echo "Installing Parted and Gparted" sudo apt install parted gparted -yy sleep 1 ;; 8_terminal) #Install Curl echo "Installing Curl" sudo apt install curl -yy sleep 1 ;; 9_terminal) #Install Wget echo "Installing Wget" sudo apt install wget -yy sleep 1 ;; 10_terminal) #Install Ranger echo "Installing Ranger" sudo apt install ranger -yy sleep 1 ;; 11_terminal) #Install Dmenu echo "Installing Dmenu" sudo apt install dmenu -yy sleep 1 ;; 12_terminal) #Install Rofi echo "Installing Rofi" sudo apt install rofi -yy sleep 1 ;; 13_terminal) #Install Build-Essential echo "Installing Build-Essential" sudo apt install build-essential cmake -yy sleep 1 ;; 14_terminal) #Install SSH echo "Installing SSH" sudo apt install ssh -yy sudo systemctl enable ssh sudo systemctl start ssh sleep 1 ;; 15_terminal) #Install Urxvt echo "Installing Urxvt" sudo apt install rxvt-unicode -yy sleep 1 ;; 16_terminal) #Install Sakura echo "Installing Sakura" sudo apt install sakura -yy sleep 1 ;; 17_terminal) #Install Terminator echo "Installing Terminator" sudo apt install terminator -yy sleep 1 ;; 18_terminal) #Install Tilix echo "Installing Tilix" sudo apt install tilix -yy sleep 1 ;; 19_terminal) #Install Xterm echo "Install XTerm" sudo apt install xterm -yy sleep 1 ;; # Section F -------------------------Terminal Customization-------------------------- 1_customize) #Install Neofetch echo "Installing Neofetch" sudo apt install Neofetch -yy sleep 1 ;; 2_customize) #Install Screenfetch echo "Installing Screenfetch" sudo apt install screenfetch -yy sleep 1 ;; 3_customize) #Install Figlet echo "Installing Figlet" sudo apt install figlet -yy sleep 1 ;; 4_customize) #Install Lolcat echo "Installing lolcat" sudo apt install lolcat -yy sleep 1 ;; 5_customize) #Install Powerline echo "Installing Powerline" sudo apt install powerline git -yy #Make a powerline font folder sudo mkdir /usr/share/fonts/powerline # clone powerline fonts from github git clone https://github.com/powerline/fonts # change directories into fonts folder created by cloning powerline from github cd fonts # run installation script for powerline fonts ./install.sh # copy powerline fonts into the powerline folder wer created eariler sudo cp /home/$USER/.local.share/fonts/*Powerline* /usr/share/fonts/powerline #backup the bashrc just to be safe sudo cp .bashrc .bashrc.bak #enable Powerline Shell echo "if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then source /usr/share/powerline/bindings/bash/powerline.sh fi" >> .bashrc # Restart Bash . .bashrc sleep 1 ;; # Section G ----------------------------------Terminal Customization------------------------ 1_email) #Install Thunderbird echo "Installing Thunderbird" sudo apt install thunderbird -yy sleep 1 ;; 2_email) #Install NeoMutt echo "Install NeoMutt" sudo apt install neomutt -yy sleep 1 ;; 3_email) #Install Geary echo "Installing Geary" sudo apt install geary -yy sleep 1 ;; # Section H ----------------------------------Web Browsers/Downloaders------------------------- 1_web) #Install Chromium echo "Installing Chromium" sudo apt install chromium -yy sleep 1 ;; 2_web) #Install Google Chrome echo "Installing Gooogle Chrome" sudo apt install wget -yy wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chome*.deb sleep 1 ;; 3_web) #Install Vivaldi echo "Installing Vivaldi" sudo apt install wget -yy wget https://downloads.vivaldi.com/stable/vivaldi-stable_2.1.1337.47-1_amd64.deb sudo dpkg -i vivaldi*.deb sleep 1 ;; 4_web) #Install ICE-SSB-Application echo "Installing ICE-SSB-Application" sudo apt install wget -yy wget https://launchpad.net/~peppermintos/+archive/ubuntu/ice-dev/+files/ice_6.0.5_all.deb sudo dpkg -i ice*.deb sleep 1 ;; 5_web) #Install Transmission echo "Installing Transmission" sudo apt install transmission-gtk -yy sleep 1 ;; # Section I ----------------------------------Networking---------------------------------------------- 1_network) #Install Samba echo "Installing Samba" sudo apt install samba samba-common samba-libs cifs-utils libcups2 cups smbclient gvfs-backends net-tools network-manager network-manager-openvpn network-manager-openvpn-gnome #backup smb.conf sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bak sudo chmod 755 /etc/samba/smb.conf.bak sudo chmod 755 /etc/samba/smb.conf sudo grep -v -E "^#|^;" /etc/samba/smb.conf.bak | grep . > /etc/samba/smb.conf sudo systemctl enable smbd sudo systemctl start smbd sudo systemctl enable nmbd sudo systemctl start nmbd sleep 1 ;; # Section J -------------------------------Graphics--------------------------------------------------- 1_graphics) #Install Nvidia Driver echo "Installing Nvidia Driver" echo "Make sure you have the contrib and non-free repos enabled and updated" sudo apt install nvidia-driver -yy sleep 1 ;; 1_graphics) #Install AMD Driver echo "Installing AMD firmware for graphics cards" sudo apt install firmware-amd-graphics -yy sleep 1 ;; # Section K --------------------------------------Sound---------------------------------------------- 1_sound) #Install Pulse Audio echo "Installing Pulse Audio" sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-equalizer gstreamer1.0-pulseaudio -yy sleep 1 ;; 2_sound) #Install ALSA echo "Installing ALSA" sudo apt install alsa-utils gstreamser1.0-alsa alsamixergui alsaplayer-gtk alsa-player-daemon alsa-player-common alsa-player-alsa libao-common libao-dbd libao-dev libao4 libasound2 libasound-data libasoundev-libasound-doc libasound-plugins -yy sleep 1 ;; # Section L -------------------------------------Fonts------------------------------------------------ 1_font) #Install Microsoft fonts echo "Installing Microsoft fonts" sudo apt install ttf-mscorefonts-installer -yy sleep 1 ;; 2_font) #Install Ubuntu fonts echo "Installing Ubuntu fonts" # make an ubuntu font folder sudo mkdir /usr/share/fonts/truetype/ubuntu-fonts # download ubuntu font family sudo apt install wget unzip -yy wget https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip unzip *.zip # change directories into unzipped ubuntu folder cd ubuntu-font-family* # move all ttf fonts into the ubuntu font folder we created eariler sudo mv *.ttf /usr/share/fonts/truetype/ubuntu-fonts/ # change directories back home cd .. # remove all files dending in ".zip" rm *.zip # remove all folders beginning with "ubuntu-font-family" rm -r ubuntu-font-family* sleep 1 ;; # Section M ---------------------------------Icons--------------------------------------------------- 1_icon) #Install Numix Icons echo "Installing Numix Icons" sudo apt install numix-icon-theme -yy sleep 1 ;; 2_icon) #Install Moka Icons echo "Installing Moka Icons" sudo apt install moka-icon-theme -yy sleep 1 ;; 3_icon) #Install Mate Icons echo "Installing Mate Icons" sudo apt install mate-icon-theme mate-icon-theme-faenza -yy sleep 1 ;; 4_icon) #Install Papirus Icons echo "Installing Papirus Icons" sudo apt install papirus-icon-theme -yy sleep 1 ;; 5_icon) #Install Deepin Icons echo "Installing Deepin Icons" sudo apt install deepin-icon-theme -yy sleep 1 ;; # Section N ---------------------------------Photo Viewing/Editing-------------------------------------- 1_photo) #Install Feh echo "Installing Feh" sudo apt install feh -yy sleep 1 ;; 2_photo) #Install Gimp echo "Installing Gimp" sudo apt install gimp -yy sleep 1 ;; 3_photo) #Install Inkscape echo "Installing Inkscape" sudo apt install inkscape -yy sleep 1 ;; 4_photo) #Install Digikam echo "Installing Digikam" sudo apt install digikam -yy sleep 1 ;; 5_photo) #Install Darktable echo "Installing Darktable" sudo apt install darktable -yy sleep 1 ;; 6_photo) #Install Shotwell echo "Installing Shotwell" sudo apt install shotwell shotwell-common -yy sleep 1 ;; # Section O --------------------------Media Viewing/Editing/Converting--------------------------------- 1_media) #Install Handbrake echo "Installing Handbrake" sudo apt install handbrake -yy sleep 1 ;; 2_media) #Install Kdenlive echo "Installing Kdenlive" sudo apt install kdenlive -yy sleep 1 ;; 3_media) #Install VLC echo "Installing VLC" sudo apt install VLC -yy sleep 1 ;; 4_media) #Install Audacity echo "Installaing Audacity" sudo apt install audacity -yy sleep 1 ;; 5_media) #Install Plex Media Server echo "Installing Plex Media Server" sudo apt install wget -yy wget -q https://downloads.plex.tv/plex-media-server-new/1.16.2.1321-ad17d5f9e/debian/plexmediaserver_1.16.2.1321-ad17d5f9e_amd64.deb sudo dpkg -i plex*.deb sudo systemctl enable plexmediaserver sudo systemctl start plexmediaserver sleep 1 ;; 6_media) #Install Simple Screen Recorder echo "Installing Simple Screen Recorder" sudo apt install simplescreenrecorder -yy sleep 1 ;; 7_media) #Install OBS Studio echo "Installing OBS-Studio" sudo apt install obs-studio -yy sleep 1 ;; 8_media) #Install Optical Drive Software echo "Installing Optical Drive Software" sudo apt install k3b asunder -yy sudo chmod 4711 /usr/bin/cdrdao sudo chmod 4711 /usr/bin/wodim sleep 1 ;; 9_media) #Install SM Player echo "Installing SMPlayer" sudo apt install smplayer smplayer-themes -yy sleep 1 ;; 10_media) #Install FFmpeg echo "Install FFmpeg" sudo apt install ffmpeg -yy sleep 1 ;; # Section P --------------------------------Gaming------------------------------------------------- 1_gaming) #Installing Steam ulimit -Hn > ulimit.txt # fix permissions for scripting sudo chown $USER /etc/apt/sources.list.d # add 32bit architecture sudo dpkg --add-architecture i386 # update sudo apt update -yy # Install vulkan and mesa drivers sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386 -yy # Install dxvk sudo apt install dxvk dxvk-wine32-development dxvk-wine64-development -yy # Install Steam sudo apt install steam -yy # Install game mode sudo apt install gamemode -yy sleep 1 ;; 2_gaming) #Install Lutris echo " Installing Lutris" # import wine gpg key sudo chown $User /etc/apt/sources.list sudo chmod 755 /etc/apt/sources.list sudo chown $User /etc/apt/sources.list.d/ sudo chmod 755 /etc/apt/sources.list.d/ sudo wget -nc https://dl.winehq.org/wine-builds/winehq.key # add wine gpg key sudo apt-key add winehq.key # add wine repository sudo touch /etc/apt/sources.list.d/wine.list sudo echo "deb https://dl.winehq.org/wine-builds/debian buster main" > /etc/apt/sources.list.d/wine.list # update sudo apt update -yy # Install wine staging sudo apt install --install-recommends winehq-staging -yy # Install wine-tricks sudo apt install winetricks -yy # Install PlayOnLinux sudo apt install playonlinux -yy # Import lutris repository key sudo wget https://download.opensuse.org/repositories/home:/strycore/Debian_9.0/Release.key # Add key with apt sudo apt-key add Release.key # Add Lutris Repository sudo touch /etc/apt/sources.list.d/lutris.list sudo echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_9.0/ ./" > /etc/apt/sources.list.d/lutris.list $update sudo apt install lutris -yy # Change Permissions to Root sudo chown root:root /etc/apt/sources.list sudo chmod 600 /etc/apt/sources.list sudo chown root:root /etc/apt/sources.list.d/ sudo chmod 600 /etc/apt/sources.list.d/ sleep 1 ;; # Section Q -----------------------------------File Explorers----------------------------------------------- 1_files) #Install Nemo echo "Installing Nemo" sudo apt install nemo nemo-python nemo-data nemo-fileroller ffmpegthumbnailer nemo-nextcloud nemo-owncloud -yy sleep 1 ;; 2_files) #Install Thunar echo "Installing Thunar" sudo apt install thunar thunar-data thunar-archive-plugin thunar-media-tags-plugin thunar-vcs-plugin thunar-volman ffmpegthumbnailer -yy sleep 1 ;; 3_files) #Install Pcmanfm echo "Installing Pcmanfm" sudo apt install pcmanfm pcmanfm-qt ffmpegthumbnailer -yy sleep 1 ;; 4_files) #Install Caja echo "Installing Caja" sudo apt install caja caja-common caja-actions caja-actions-common caja-admin caja-extensions-common caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tage caja-rename caja-seahorse caja-nextcloud caja-owncloud caja-dropbox ffmpegthumbnailer -yy sleep 1 ;; 5_files) #Install Nautilus echo "Installing Nautilus" sudo apt install nautilus nautilus-data nautilus-admin nautilus-compare nautilus-hide nautilus-scripts-manager nautilus-sendto nautilus-share ffmpegthumbnailer -yy sleep 1 ;; 6_files) #Install Dolphin echo "Installing Dolphin" sudo apt install doplhin dolphin-dev ffmpegthumbnailer -yy sleep 1 ;; # Section R ----------------------------------Desktop Customization--------------------------------------------- 1_desktop) #Install nitrogen echo "Installing nitrogen" sudo apt install nitrogen -yy sleep 1 ;; 2_desktop) #Install Variety echo "Installing Variety" sudo apt install variety -yy sleep 1 ;; 3_desktop) #Install LX Appearance echo "Installing LXAppearance" sudo apt install lxappearance -yy sleep 1 ;; 4_desktop) #Install conky echo "Installing Conky" sudo apt install conky-all sleep 1 ;; 5_desktop) #Make qt match gtk echo "Make QT match GTK Themes" sudo chown $User /etc/environment sudo chmod 755 /etc/environment sudo echo "QT_QPA_PLATFORMTHEME=gtk2" >> /etc/environment sudo chown root:root /etc/environment sudo chmod 600 /etc/environment sleep 1 ;; 6_desktop) #Install Vimix Theme echo "Installing Vimix Theme" #Install git sudo apt install git -yy #Clone the git Repo echo "Cloning the Git Repo" git clone https://github.com/vinceliuice/vimix-gtk-themes cd vimix-gtk-themes ./Install cd .. sudo rm -r vimix* sleep 1 ;; 7_desktop) #Install Adapta Theme echo "Installing Adapta Themes" sudo apt install adapta-gtk-theme -yy sleep 1 ;; 8_desktop) # Install polybar echo "installing Dependencies" sudo apt install cmake cmake-data libcairo2-dev libxcb1-dev libxcb-ewmh-dev -yy sudo apt install libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev libxcb-util0-dev -yy sudo apt install libxcb-xkb-dev pkg-config python-xcbgen xcb-proto libxcb-xrm-dev -yy sudo apt install libasound2-dev libmpdclient-dev libiw-dev libcurl4-openssl-dev -yy sudo apt install libpulse-dev ccache libxcb-composite0 libxcb-composite0-dev -yy # Download from polybar from github echo "Downloading Polybar form Github" git clone https://github.com/jaagr/polybar.git # Change directories into polybar cd polybar echo "Installing Polybar" ./build.sh ;; # Section S -----------------------------------File Systems------------------------------------------- 1_filesystem) #Install ZFS echo " Make sure you have the contrib and non-free repos enabled and updated" sleep 1 echo "Installing the headers for your kernel" sudo apt install linux-headers-"$(uname -r)" linux-image-amd64 -yy echo "Installing the ZFS DKMS and Utilities" sudo apt install zfs-dkms zfsutils-linux -yy echo "Installing kernel modules" sudo modprobe zfs echo "Enabling ZFS Services" sudo systemctl enable zfs.target sudo systemctl enable zfs-import-cache sudo systemctl enable zfs-mount sudo systemctl enable zfs-import.target sudo systemctl enable zfs-import-scan sudo systemctl enable zfs-share echo "Starting ZFS Services" sudo systemctl start zfs.target sudo systemctl start zfs-import-cache sudo systemctl start zfs-mount sudo systemctl start zfs-import.target sudo systemctl start zfs-import-scan sudo systemctl start zfs-share sleep 1 ;; 2_filesystem) #Install Exfat echo "Installing Exfat Utilities" sudo apt install exfat-utils -yy sleep 1 ;; # Section T ------------------------------------Virtualization------------------------------------------ 1_virtual) #Install Virtualbox echo "wget is needed... installing" sudo apt install wget -yy echo "Setting up the Repository" wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - echo "Adding Repo to Sources.list" sudo chown $USER /etc/apt/sources.list.d/ sudo chmod 755 /etc/apt/sources.list.d/ sudo echo "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" >> /etc/apt/sources.list.d/virtualbox.list echo "Running Updates" sudo apt update -yy echo "Installing Virtualbox" sudo apt install virtualbox-6.0 -yy echo "Downloading Extension Pack" wget -q https://download.virtualbox.org/virtualbox/6.0.10/Oracle_VM_VirtualBox_Extension_Pack-6.0.10.vbox-extpack echo "Adding user to the vbox user group" sudo usermod -aG vboxusers $User sleep 1 ;; 2_virtual) #Install Gnome Boxes echo "Installing Gnome Boxes" sudo apt install gnome-boxes -yy sleep 1 ;; V) #Cleanup echo "Cleaning up" sudo apt update -yy sudo apt upgrade -yy sudo apt autoremove -yy rm -rf $tmp_dir ;; esac done fiOctober 30, 2020 at 3:46 pm #44075Topic: Snapshot md5sum does not compute
in forum New Users and General QuestionsMemberdee64
$ inxi -Fxz System: Host: dee Kernel: 4.9.212-antix.1-486-smp i686 bits: 32 compiler: gcc v: 8.3.0 Desktop: IceWM 1.8.3 Distro: antiX-19.2_386-full Hannie Schaft 27 March 2020 base: Debian GNU/Linux 10 (buster) Machine: Type: Laptop System: Hewlett-Packard product: Pavilion ze5200 v: KF.F.13 serial: <filter> Mobo: Hewlett-Packard model: 0850 v: NS570 Version PQ1B60 serial: <filter> BIOS: Phoenix v: KF.F.13 date: 02/27/2004 CPU: Topology: Single Core model: Intel Pentium 4 bits: 32 type: MCP arch: Netburst Northwood rev: 7 L2 cache: 512 KiB flags: pae sse sse2 bogomips: 5315 Speed: 2658 MHz min/max: N/A Core speed (MHz): 1: 2658 Graphics: Device-1: AMD RS200M [Radeon IGP 330M/340M/345M/350M] vendor: Hewlett-Packard driver: radeon v: kernel bus ID: 01:05.0 Display: x11 server: X.Org 1.20.4 driver: ati,radeon unloaded: fbdev,modesetting,vesa resolution: 1024x768~60Hz OpenGL: renderer: Mesa DRI R100 (RS200 4337) x86/MMX/SSE2 DRI2 v: 1.3 Mesa 18.3.6 direct render: Yes Audio: Device-1: ULi M5451 PCI AC-Link Audio vendor: Hewlett-Packard driver: snd_ali5451 v: kernel bus ID: 00:06.0 Sound Server: ALSA v: k4.9.212-antix.1-486-smp Network: Device-1: ULi M7101 Power Management [PMU] vendor: Hewlett-Packard type: network bridge driver: ali1535_smbus v: N/A port: 2000 bus ID: 00:11.0 Device-2: National DP83815 Ethernet vendor: Hewlett-Packard driver: natsemi v: kernel port: 2400 bus ID: 00:12.0 IF: eth0 state: down mac: <filter> Device-3: Realtek RTL8188EUS 802.11n Wireless Network Adapter type: USB driver: r8188eu bus ID: 1-2:3 IF: wlan0 state: up mac: <filter> Drives: Local Storage: total: 37.26 GiB used: 6.16 GiB (16.5%) ID-1: /dev/sda vendor: Hitachi model: IC25N040ATCS04-0 size: 37.26 GiB Partition: ID-1: / size: 12.63 GiB used: 6.16 GiB (48.8%) fs: ext4 dev: /dev/sda5 ID-2: swap-1 size: 2.02 GiB used: 284 KiB (0.0%) fs: swap dev: /dev/sda6 Sensors: System Temperatures: cpu: 64.0 C mobo: N/A Fan Speeds (RPM): N/A Info: Processes: 140 Uptime: 1h 10m Memory: 873.7 MiB used: 453.4 MiB (51.9%) Init: SysVinit runlevel: 5 Compilers: gcc: 8.3.0 Shell: bash v: 5.0.3 inxi: 3.0.36I have been using antix 19.2 for a couple of months on this old girl she has been with me for 17yrs never let me down using win xp. An unamed linux distro f–d everything up and xp was no more, antix was the only distro that took one look up her skirt and said “I’ve got just the thing for you” and here we are. 19.2 was great until I started installing updates. Well it’s doing it again. I took the advice and started clean with a completely new install of 19.2 (finding 19.2 to download is another story) Downloaded on another machine running MX19.2, md5 and live usb maker, installed on this machine even installed Grub during the installation, wow never done that before, made a couple of small adjustments changed the wallpaper for a black screen, shrunk the toolbar, set the keyboard and time and installed XDM download manager and extension for firefox that’s it. Ran updater and installed 233 updates rebooted, failed to boot. Ran live usb Boot Repair, all good, decided I would create a snapshot before I did anything else. Ran snapshot from the menu so nothing else was running, snapshot created successfully BUT having learnt my lesson from last time I checked the md5sum that had just been created, FAILED. I reinstalled iso_template and ISO Snapshot, deleted the Snapshot just created and tried again. First sign of madness, doing the same thing over and over again and expecting a different result. md5sum failed again. I did notice that within the snapshot creation text there was a small thing, about 0.02% is this normal #xorriso : UPDATE : 99.98% done#. I know how much you tech guys love your CLI
so I ran live usb maker from the cli command centre if nothing else it showed the problem lay in the linuxfs file.
I don’t get out much so sorry if this was overly long, anyone got a clue what is going on or should I just do a clean install and ignore the bloody updates?$ ls snapshot-19_2_updates301020.iso snapshot-19_2_updates301020.iso.sha512 snapshot-19_2_updates301020.iso.md5 dee@dee:/home/snapshot $ md5sum -c snapshot-19_2_updates301020.iso.md5 snapshot-19_2_updates301020.iso: FAILED md5sum: WARNING: 1 computed checksum did NOT match I reinstalled iso_template & snapshot for good measure, deleted this snapshot and ran snapshot again. xorriso : UPDATE : 99.98% done IS THIS RIGHT 99.98% ISO image produced: 892385 sectors Written to medium : 892385 sectors at LBA 0 Writing to 'stdio:/home/snapshot/snapshot-20201030_1148.iso' completed successfully. isohybrid: Warning: more than 1024 cylinders: 1743 isohybrid: Not all BIOSes will be able to boot this device MX Snapshot completed sucessfully! Snapshot took 00:30:03 to finish. Thanks for using MX Snapshot, run MX Live USB Maker next! literally 1min later ran md5sum check dee@dee:/home/snapshot $ md5sum -c snapshot-20201030_1148.iso.md5 snapshot-20201030_1148.iso: FAILED md5sum: WARNING: 1 computed checksum did NOT match Dont think this should happen!! Ran Live usb maker via cli command centre >> check-usb-md5 check md5 for initrd.gz check md5 for linuxfs Warning: MD5 CHECK FAILED FOR linuxfsOctober 29, 2020 at 5:05 pm #44038In reply to: [SOLVED] 64 bit or 32 bit confusion
Moderator
Brian Masinick
Intel® Core™2 Duo Processor E4500
here, we had 2 machines with that CPU running antiX ~~ one had 2GB 800MHz RAM, the other had 1GB 667MHz RAM. linux 3.10 kernel as I recall. Increasing the amount of memory did not provide a noticeable benefit. Swapping in higher frequency memory _did_ provide a noticeable (but not dramatic) benefit.
I have seen similar experiences more than once and the general rule of thumb when resources are starting to decrease is to add memory (unless you run out of disk space). That said, of course if all resources are tight, improving all of them can help performance, but I agree with your observation; adding memory is more likely to produce an immediately obvious change at the least incremental cost and modification.
--
Brian MasinickOctober 29, 2020 at 4:57 pm #44036In reply to: [SOLVED] 64 bit or 32 bit confusion
Anonymous
Intel® Core™2 Duo Processor E4500
here, we had 2 machines with that CPU running antiX ~~ one had 2GB 800MHz RAM, the other had 1GB 667MHz RAM. linux 3.10 kernel as I recall. Increasing the amount of memory did not provide a noticeable benefit. Swapping in higher frequency memory _did_ provide a noticeable (but not dramatic) benefit.
October 29, 2020 at 2:43 pm #44023In reply to: [SOLVED] 64 bit or 32 bit confusion
Member
Xecure
Just yesterday a guy uploaded a youtube video of him using antiX linux 19 on a Pentium 4 with 500MBs of RAM and he used it to record, edit and upload the video (you can see here: https://www.youtube.com/watch?v=uG3gQ7BoEfk).
His main computer broke and he had to keep working. The only computer he had available was that Pentium 4 computer, so he used it until he could get new computer replacements.Your computer is much better than his, and you don’t need to edit video, so you should be able to have a positive antiX experience.
There are many web browsers you can use. Midory, palemoon, netsurf, the recently updated badwolf, etc.
See if antiX 19.3 boots from DVD or from USB on your computer. If it does, install antiX on a new partition, create a 2 GB swap partition, and test the recommended browsers and see how is your experience. You don’t need to remove Windows XP, so there is no risk there.
antiX Live system enthusiast.
General Live Boot Parameters for antiX. -
AuthorSearch Results
Search Results for 'swap'
-
Search Results
-
Hello, antiX community. I just wanted to say thank you for your awesome distro, I see you put a lot of effort on it and it pays! I have a very old Acer Travelmate 290 (Intel M, 1 core @ 1,4 Ghz, 512 Mb RAM) which still barely worked, but obviously it can’t run a proprietary, up to date SO and the default, preinstalled one lost support a while ago… So I tried antiX, and it goes just fine! It can now surf the web, play music and videos, write text, read PDFs and all the usual stuff a modern machine can do (with the obvious limitations), and it does all of that reasonably fast and under the memory limit before swap, with an up-to-date core system and apps! I just wrote a small review with some of my experience (in Spanish) to share some of my early impressions. Once again, thank you and keep on with your awesome distro!
$ inxi -Fxz System: Host: dee Kernel: 4.9.212-antix.1-486-smp i686 bits: 32 compiler: gcc v: 8.3.0 Desktop: IceWM 1.8.3 Distro: antiX-19.2_386-full Hannie Schaft 27 March 2020 base: Debian GNU/Linux 10 (buster) Machine: Type: Laptop System: Hewlett-Packard product: Pavilion ze5200 v: KF.F.13 serial: <filter> Mobo: Hewlett-Packard model: 0850 v: NS570 Version PQ1B60 serial: <filter> BIOS: Phoenix v: KF.F.13 date: 02/27/2004 CPU: Topology: Single Core model: Intel Pentium 4 bits: 32 type: MCP arch: Netburst Northwood rev: 7 L2 cache: 512 KiB flags: pae sse sse2 bogomips: 5315 Speed: 2658 MHz min/max: N/A Core speed (MHz): 1: 2658 Graphics: Device-1: AMD RS200M [Radeon IGP 330M/340M/345M/350M] vendor: Hewlett-Packard driver: radeon v: kernel bus ID: 01:05.0 Display: x11 server: X.Org 1.20.4 driver: ati,radeon unloaded: fbdev,modesetting,vesa resolution: 1024x768~60Hz OpenGL: renderer: Mesa DRI R100 (RS200 4337) x86/MMX/SSE2 DRI2 v: 1.3 Mesa 18.3.6 direct render: Yes Audio: Device-1: ULi M5451 PCI AC-Link Audio vendor: Hewlett-Packard driver: snd_ali5451 v: kernel bus ID: 00:06.0 Sound Server: ALSA v: k4.9.212-antix.1-486-smp Network: Device-1: ULi M7101 Power Management [PMU] vendor: Hewlett-Packard type: network bridge driver: ali1535_smbus v: N/A port: 2000 bus ID: 00:11.0 Device-2: National DP83815 Ethernet vendor: Hewlett-Packard driver: natsemi v: kernel port: 2400 bus ID: 00:12.0 IF: eth0 state: down mac: <filter> Device-3: Realtek RTL8188EUS 802.11n Wireless Network Adapter type: USB driver: r8188eu bus ID: 1-2:3 IF: wlan0 state: up mac: <filter> Drives: Local Storage: total: 37.26 GiB used: 6.16 GiB (16.5%) ID-1: /dev/sda vendor: Hitachi model: IC25N040ATCS04-0 size: 37.26 GiB Partition: ID-1: / size: 12.63 GiB used: 6.16 GiB (48.8%) fs: ext4 dev: /dev/sda5 ID-2: swap-1 size: 2.02 GiB used: 284 KiB (0.0%) fs: swap dev: /dev/sda6 Sensors: System Temperatures: cpu: 64.0 C mobo: N/A Fan Speeds (RPM): N/A Info: Processes: 140 Uptime: 1h 10m Memory: 873.7 MiB used: 453.4 MiB (51.9%) Init: SysVinit runlevel: 5 Compilers: gcc: 8.3.0 Shell: bash v: 5.0.3 inxi: 3.0.36I have been using antix 19.2 for a couple of months on this old girl she has been with me for 17yrs never let me down using win xp. An unamed linux distro f–d everything up and xp was no more, antix was the only distro that took one look up her skirt and said “I’ve got just the thing for you” and here we are. 19.2 was great until I started installing updates. Well it’s doing it again. I took the advice and started clean with a completely new install of 19.2 (finding 19.2 to download is another story) Downloaded on another machine running MX19.2, md5 and live usb maker, installed on this machine even installed Grub during the installation, wow never done that before, made a couple of small adjustments changed the wallpaper for a black screen, shrunk the toolbar, set the keyboard and time and installed XDM download manager and extension for firefox that’s it. Ran updater and installed 233 updates rebooted, failed to boot. Ran live usb Boot Repair, all good, decided I would create a snapshot before I did anything else. Ran snapshot from the menu so nothing else was running, snapshot created successfully BUT having learnt my lesson from last time I checked the md5sum that had just been created, FAILED. I reinstalled iso_template and ISO Snapshot, deleted the Snapshot just created and tried again. First sign of madness, doing the same thing over and over again and expecting a different result. md5sum failed again. I did notice that within the snapshot creation text there was a small thing, about 0.02% is this normal #xorriso : UPDATE : 99.98% done#. I know how much you tech guys love your CLI
so I ran live usb maker from the cli command centre if nothing else it showed the problem lay in the linuxfs file.
I don’t get out much so sorry if this was overly long, anyone got a clue what is going on or should I just do a clean install and ignore the bloody updates?$ ls snapshot-19_2_updates301020.iso snapshot-19_2_updates301020.iso.sha512 snapshot-19_2_updates301020.iso.md5 dee@dee:/home/snapshot $ md5sum -c snapshot-19_2_updates301020.iso.md5 snapshot-19_2_updates301020.iso: FAILED md5sum: WARNING: 1 computed checksum did NOT match I reinstalled iso_template & snapshot for good measure, deleted this snapshot and ran snapshot again. xorriso : UPDATE : 99.98% done IS THIS RIGHT 99.98% ISO image produced: 892385 sectors Written to medium : 892385 sectors at LBA 0 Writing to 'stdio:/home/snapshot/snapshot-20201030_1148.iso' completed successfully. isohybrid: Warning: more than 1024 cylinders: 1743 isohybrid: Not all BIOSes will be able to boot this device MX Snapshot completed sucessfully! Snapshot took 00:30:03 to finish. Thanks for using MX Snapshot, run MX Live USB Maker next! literally 1min later ran md5sum check dee@dee:/home/snapshot $ md5sum -c snapshot-20201030_1148.iso.md5 snapshot-20201030_1148.iso: FAILED md5sum: WARNING: 1 computed checksum did NOT match Dont think this should happen!! Ran Live usb maker via cli command centre >> check-usb-md5 check md5 for initrd.gz check md5 for linuxfs Warning: MD5 CHECK FAILED FOR linuxfs