Creo que es un soporte muy pobre para los hispanohablantes. En todas mis distribuciones, creo que Fedora Workstation es la más distribuida con soporte para hispanohablantes. ¡Mi experiencia con Fedora ha sido increíble! y gracias por tu interés
I think it is very poor support for spanish speakers. In all of my Distros I think Fedora Workstation is the most Distro with support for Spanish speaker. My experience with Fedora has been amazing! and thank you for your interest
https://getfedora.org/en/workstation/download/
BrayaON, [30.12.19 23:35]
I think it is very poor support for spanish speakers. In all of my Distros I think Fedora Workstation is the most Distro with support for Spanish speakers
BrayaON, [30.12.19 23:36]
for that reason I felt in love with Fedora
BrayaON, [30.12.19 23:36]
You feel like you're in home :)
Fatdog64 PuppyLinux information
https://puppylinux-or-pcbsd.blogspot.com/2019/04/fatdog64-800-release.html
Monday, December 30, 2019
Sunday, December 1, 2019
Telegram Group Linux4Scratch (linux from scratch build) or L4S
Version-check.sh file slightly modified from Linux from Scratch linuxfromscratch.org
Use in a terminal window with this line, replacing [mydistro_name_me] manjaro18_Fred like this "version-check.results_manjaro18_Fred"
version-check.results_Manjaro18_Fred from Telegram Group Linux4Scratch files
What does you results file look like? When I ran on Peppermint 10, software tool 'Bison' was missing. I am getting ready to run this from BionicPup8 in a Gnome-Boxes virtual machine
Good for one year from December , 2019 Fred says
Add the Devx_ file to standard puppylinux. Use the Menu-->System-->Quick_SFS_load application to install the development tools.
Seem that we are still missing 'yacc' tool (yet another compiler compiler).
#!/bin/bash
# Simple script to list version numbers of critical development tools
# To see whether your host system has all the appropriate versions,
# and the ability to compile programs, run the following:
export LC_ALL=C
bash --version | head -n1 | cut -d" " -f2-4
MYSH=$(readlink -f /bin/sh)
echo "/bin/sh -> $MYSH"
echo $MYSH | grep -q bash || echo "ERROR: /bin/sh does not point to bash"
unset MYSH
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
bison --version | head -n1
if [ -h /usr/bin/yacc ]; then
echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`";
elif [ -x /usr/bin/yacc ]; then
echo yacc is `/usr/bin/yacc --version | head -n1`
else
echo "yacc not found"
fi
bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1
find --version | head -n1
gawk --version | head -n1
if [ -h /usr/bin/awk ]; then
echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`";
elif [ -x /usr/bin/awk ]; then
echo awk is `/usr/bin/awk --version | head -n1`
else
echo "awk not found"
fi
gcc --version | head -n1
g++ --version | head -n1
ldd --version | head -n1 | cut -d" " -f2- # glibc version
grep --version | head -n1
gzip --version | head -n1
cat /proc/version
m4 --version | head -n1
make --version | head -n1
patch --version | head -n1
echo Perl `perl -V:version`
python3 --version
sed --version | head -n1
tar --version | head -n1
makeinfo --version | head -n1 # texinfo version
xz --version | head -n1
echo 'int main(){}' > dummy.c && g++ -o dummy dummy.c
if [ -x dummy ]
then echo "g++ compilation OK";
else echo "g++ compilation failed"; fi
rm -f dummy.c dummy
echo "Linux kernel version running on your computer system"
uname -a
Use in a terminal window with this line, replacing [mydistro_name_me] manjaro18_Fred like this "version-check.results_manjaro18_Fred"
bash version-check.sh > version-check.results.[mydistro_name]
version-check.results_Manjaro18_Fred from Telegram Group Linux4Scratch files
bash, version 5.0.11(1)-release
/bin/sh -> /usr/bin/bash
Binutils: (GNU Binutils 2.32) 1.16
bison (GNU Bison) 3.4
yacc is bison (GNU Bison) 3.4
bzip2, Version 1.0.8, 13-Jul-2019.
Coreutils: 8.31
diff (GNU diffutils) 3.7
find (GNU findutils) 4.7.0
GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.1.2)
/usr/bin/awk -> /usr/bin/gawk
gcc (GCC) 9.2.0
g++ (GCC) 9.2.0
(GNU libc) 2.30
grep (GNU grep) 3.3
gzip 1.10
Linux version 4.19.79-1-MANJARO (builduser@lancaster) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Fri Oct 11 19:57:09 UTC 2019
m4 (GNU M4) 1.4.18
GNU Make 4.2.1
GNU patch 2.7.6
Perl version='5.30.0';
Python 3.7.4
sed (GNU sed) 4.7
tar (GNU tar) 1.32
texi2any (GNU texinfo) 6.6
xz (XZ Utils) 5.2.4
g++ compilation OK
Linux kernel version running on your computer system
Linux kliktel-pc 4.19.79-1-MANJARO #1 SMP PREEMPT Fri Oct 11 19:57:09 UTC 2019 x86_64 GNU/Linux
What does you results file look like? When I ran on Peppermint 10, software tool 'Bison' was missing. I am getting ready to run this from BionicPup8 in a Gnome-Boxes virtual machine
version-check.results_BionicPup8__Fred
https://pastebin.com/F1tgqXMrGood for one year from December , 2019 Fred says
Add the Devx_ file to standard puppylinux. Use the Menu-->System-->Quick_SFS_load application to install the development tools.
Seem that we are still missing 'yacc' tool (yet another compiler compiler).
version-check.results_BionicPup8__Devx_Fred
https://pastebin.com/H8xiAyzyWednesday, November 27, 2019
Why you should replace Windows 7 with Linux
https://vivaldi.com/blog/replace-windows-7-with-linux/
Your Windows 7 is likely running on an older machine that might struggle with a resource hungry operating system like Windows 10.
To run Windows 10, you need a 1 GHz processor, 1 GB for 32-bit or 2 GB for 64-bit RAM, 16 GB for 32-bit OS or 20 GB for 64-bit OS, and a 800 x 600 resolution display. And that’s just a bare minimum.
For many machines, the answer will not be Windows 10.
What you need instead is a lightweight, efficient OS that is – of course – resistant to viruses.
Your Windows 7 is likely running on an older machine that might struggle with a resource hungry operating system like Windows 10.
To run Windows 10, you need a 1 GHz processor, 1 GB for 32-bit or 2 GB for 64-bit RAM, 16 GB for 32-bit OS or 20 GB for 64-bit OS, and a 800 x 600 resolution display. And that’s just a bare minimum.
For many machines, the answer will not be Windows 10.
What you need instead is a lightweight, efficient OS that is – of course – resistant to viruses.
Why replace Windows 7 with Linux ??
Replacing your Windows 7 with Linux is one of your smartest options yet.
But rest assured that things have moved
on in the Linux world. It has become much more accessible to the average
user. If like most average users, you use your computer to browse the
internet, watch movies and work on some documents, then you will be just
fine. Install Linux and enjoy!
ZorinOS 15 Lite is good. https://zorinos.org
PeppermintOS is good https://peppermintos.com
Pop!_OS is good https://www.system76.com/pop
Fatdog64 https://www.lightofdawn.org/blog/?viewCat=Fatdog64
Tuesday, November 26, 2019
WIN 7, WIN XP users, you want to test Linux on your PC?
I could not say it any better than ZorinOS 15 Lite edition webpage directions.
Click this
https://zorinos.com/download/#lite
Click this
ZorinOS 15 Install directions
https://zorinos.com/help/install-zorin-os/Download Link here
https://zorinos.com/download/#lite
2 USB Writer Tools
a very nice 70+ Megabyte application, makes writing a USB Flash drive with a .ISO or .IMG file a breeze to perform. Works for MS Windows, MacOS, Linux
A complete MS Windows single .EXE file, 1.5 Megabyte tool to write a .ISO or .IMG file to a usb flash drive
Zorin OS 15 Lite Webpage Articles
https://itsfoss.com/zorin-os-lite/ Desktop Tour Video
Zorin OS 15 Lite Linux distro can rejuvenate your aging Windows PC
A common complaint I hear from friends and family is their
Windows PC is slow and barely usable. They explain that the computer is
old and they think they may need a new one. I immediately ask them what
they use the PC for, and almost always, they spend most of the time in a
web browser. To save them money, I often suggest installing a
lightweight Linux-based operating system. Why buy new hardware if you
don't need it? A better operating system can often make the computer run
fast again.
Today, you can download an excellent such Linux-based operating
system. Called "Zorin OS 15 Lite,"
it is not only lightweight, but
thanks to the Xfce desktop environment and integrated Flatpak support,
it should be quite familiar to those switching from Windows. In fact,
the developers are intentionally targeting existing Windows 7 users, as Microsoft's operating system will be unsupported
beginning January 2020. Zorin OS 15 Lite, in comparison, is based on
Ubuntu 18.04 LTS and supported until 2023! It even comes with the very
modern Linux kernel 5.0.
YouTube Videos
Google Search
Thursday, November 7, 2019
MS Windows Users, Test drive PuppyLinux with just a few clicks
Test drive a Puppylinux from MS Windows computer with minimal cost and time in just a few clicks.
I share this LICK Installer Windows application to install a PuppyLinux with out creating a CD, DVD, or USB Flash Drive.
I normally boot from a PuppyLinux.ISO Bionicpup64 file that was written to a USB Flash drive with Windows GUI programs Etcher.io or Rufus.ie Then boot up from a USB Flash drive into Puppy Linux. Here you can just download and run LICK-1.3.3-win32.exe file on MS Windows to Install Puppy Linux on Windows.
Download LICK here.
https://github.com/noryb009/lick/releases/tag/v1.3.3
LICK is a Puppy Linux installer for Windows. It configures Windows and Puppy Linux to create a dual-boot environment in just a few clicks. This makes it perfect if you want to try out Linux without the hassle of installing.
LICK is versatile: it can be run on almost any version of Windows, from Windows 95 to Windows 10, on BIOS or UEFI, with or without secure boot.
LICK is easy to use: It does not require a CD to be burnt or a USB drive to run. Download a Puppy Linux ISO and select it in the program to install it.
LICK is developer-friendly: If you want to bring the power of LICK to your application or distribution, a command line utility and a library are available. LICK is licensed under the MIT license, so feel free to use it however you like.
You can Download LICK and an ISO file of your favourite version of Puppy Linux to get started.
http://puppylinux.com/index.html#download
https://distro.ibiblio.org/fatdog/iso/ Search for file Fatdog64-802.iso to download
https://distro.ibiblio.org/fatdog/web/latest.html Latest release notes information
GitHub (https://github.com/noryb009/lick/releases/tag/v1.3.3)
noryb009/lick
Install Puppy Linux in a few clicks. Contribute to noryb009/lick development by creating an account on GitHub.
Information copied from Murga-Linux Puppylinux forum
Lick 1.3.3 Puppy Installer
Search puppylinux forum https://wellminded.net63.net
Comment below on your sucess or your problems. Thank you for your feed back.
I share this LICK Installer Windows application to install a PuppyLinux with out creating a CD, DVD, or USB Flash Drive.
I normally boot from a PuppyLinux.ISO Bionicpup64 file that was written to a USB Flash drive with Windows GUI programs Etcher.io or Rufus.ie Then boot up from a USB Flash drive into Puppy Linux. Here you can just download and run LICK-1.3.3-win32.exe file on MS Windows to Install Puppy Linux on Windows.
Download LICK here.
https://github.com/noryb009/lick/releases/tag/v1.3.3
LICK is a Puppy Linux installer for Windows. It configures Windows and Puppy Linux to create a dual-boot environment in just a few clicks. This makes it perfect if you want to try out Linux without the hassle of installing.
LICK is versatile: it can be run on almost any version of Windows, from Windows 95 to Windows 10, on BIOS or UEFI, with or without secure boot.
LICK is easy to use: It does not require a CD to be burnt or a USB drive to run. Download a Puppy Linux ISO and select it in the program to install it.
LICK is developer-friendly: If you want to bring the power of LICK to your application or distribution, a command line utility and a library are available. LICK is licensed under the MIT license, so feel free to use it however you like.
You can Download LICK and an ISO file of your favourite version of Puppy Linux to get started.
http://puppylinux.com/index.html#download
Fatdog64 Puppylinux information:
https://distro.ibiblio.org/fatdog/web/ Fatdog64 Descriptionhttps://distro.ibiblio.org/fatdog/iso/ Search for file Fatdog64-802.iso to download
https://distro.ibiblio.org/fatdog/web/latest.html Latest release notes information
Noryb009 Github information:
GitHub (https://github.com/noryb009/lick/releases/tag/v1.3.3)
noryb009/lick
Install Puppy Linux in a few clicks. Contribute to noryb009/lick development by creating an account on GitHub.
Information copied from Murga-Linux Puppylinux forum
Lick 1.3.3 Puppy Installer
Search puppylinux forum https://wellminded.net63.net
Comment below on your sucess or your problems. Thank you for your feed back.
Monday, September 9, 2019
GhostBSD rising, URL links for the Good stuff
https://t.me/GhostBSD telegram group where I learn lots of things.
irc.freenode.net IRC #GhostBSD chat channel
https://GhostBSD.org Website location
https://github.com/ghostbsd Github source code location for GhostBSD
https://download.ghostbsd.org/development/amd64/latest/ .ISO Latest Download Locations
https://wiki.ghostbsd.org/index.php/User:Wb7odyfred Wiki User
Notes to USB tether Android phone to Laptop GhostBSD computer:
On the Android Phone enable usb tethering system --> network --> usb tethering enable soft switch on
On GhostBSD:
kldload if_urndis
sudo dhcpcd -4 ue0 or ifconfig ue0 up ; dhclient ue0
ifconfig ue0
ping -c 3 he.net
Add the kernel module to /etc/rc.conf in order to load the driver while booting: kld_list+="if_urndis"
GhostBSD forum example of Android USB tethering
BSD USB tethering
31.4 USB Tethering FreeBSD handbook
irc.freenode.net IRC #GhostBSD chat channel
https://GhostBSD.org Website location
https://github.com/ghostbsd Github source code location for GhostBSD
https://download.ghostbsd.org/development/amd64/latest/ .ISO Latest Download Locations
https://wiki.ghostbsd.org/index.php/User:Wb7odyfred Wiki User
Notes to USB tether Android phone to Laptop GhostBSD computer:
On the Android Phone enable usb tethering system --> network --> usb tethering enable soft switch on
On GhostBSD:
kldload if_urndis
sudo dhcpcd -4 ue0 or ifconfig ue0 up ; dhclient ue0
ifconfig ue0
ping -c 3 he.net
Add the kernel module to /etc/rc.conf in order to load the driver while booting: kld_list+="if_urndis"
GhostBSD forum example of Android USB tethering
BSD USB tethering
31.4 USB Tethering FreeBSD handbook
Manjaro, Gnome Boxes, BionicPup 8.0, Do It Yourself
Jason Evangelho, Made me do it again! DIY, Do it Yourself working Linux software.
- Jason's incessant writing of Linux using and Linux Gaming articles at https://www.Forbes.com.
- His @KillYourFm twitter feed,
- His Telegram group LinuxForEveryone (LFE or L4E) https://t.me/linuxforeveryone .
- His Linux Distro Challenges. OpenSuse, Manjaro, Pop!_OS, ElementaryOS
- His Websites http://DitchWindows.com http://linuxforeveryone.fireside.com
- His Linux For Everyone Podcast Episodes.
- My blogpost articles at http://puppylinux-or-pcbsd.blogspot.com
- My Twitter Feed http://www.twitter.com/finster_fred @finster_fred
- My support of GhostBSD.org:
- https://forums.ghostbsd.org Forums My Forum Posts RTL8188CE PCI Wifi Device
- https:/t.me/GhostBSD GhostBSD Telegram Group
- IRC Chat for GhostBSD irc.freenode.com
- Running Manjaro Linux on a San Disk 240Gbyte SSD 2.5" Sata http://Manjaro.org in my daily driver laptop, T430 ThinkPad Lenovo.
- Running Fedora 29 on a 120GByte PNY SSD 2.5" Sata that was in this T430
- Running Linux Mint 19.1 on a SSD Sata drive
- Test installed ElementaryOS along side Windows 10 and Q4OS Scorpion version 3.7 https://q4os.org along side ZorinOS.org Core (have not integrated/update grub.conf to allow booting into ZorinOS just yet.)
What did Jason make me DIY?
He wrote a Forbes.com article about Gnome Boxes simplicity to run a Linux Virtual Box to support running other Linux OS under Ubuntu 19.xx from just a downloaded .ISO file. So I thought, I wanted to test Debian 10 Buster .ISO running on this Manjaro Linux Laptop. So I could then test the ConvergenceOS scripts https://github.com/wb7odyfred/ConvergenceOS for updating Kernel Software, Graphics Card drivers, and SteamOS itself for 4 Operating systems, Ubuntu 18.04, Linux Mint 19.1, Debian 9.1 to 9.9 (soon to test with 10 and 10.1), Q4OS Scorpion (debian 9.6). You are welcome to test this script on your Debian based Linux Distribution. Just clone the github directory or download a zip file. There are a couple other files the script uses to setup 2 icons on your desktop so you can switch from Big Picture Interface to desktop Linux.From a terminal command line, execute this "./build_convergence_zenity.sh" script file. You can run this shell script file, many times. It has kept my kernel software, graphics card drivers software, and the SteamOS software updated with newer versions. It checks for updates, then downloads and installs the updates.
Install Gnome-Boxes on your Linux Distribution:
First Step use Manjaro Arch Software Update manager Octopi to see if there is a gnome-boxes software to click install. Yes, there is.Hold it there, son! Don't touch that button box just yet. Before clicking that box to install Gnome-Boxes. Either update kernel software from Octopi (with Ctrl-U key, updates) or open a terminal window and simply type "pacman -Syu" remember to capitalize the 'S'. If you prefer pacman, type "pacman -Sy gnome-boxes" and you can install this gnome-boxes virtual machine manager from the command line. Or you can skip back over to your Software Manager Add / Remove Octopi window and left click on the "gnome-boxes" entry select "info" to read. Left click a second time and move cursor down to the +Install menu item. Select any additional items that come up to install with gnome-boxes. Finally (with Ctrl-Y key, answers YES to install choices). There you go, new software is speeding down the internet super highway to that PC sitting right in front of you. Woo! Hoo! This Manjaro Linux is Fast, Hot, and Upto date right NOW!!!
Yes, the software installed. Hit the Super Key (looks like a Window Icon, between the Ctrl-key and the Alt-key) [Jason are those overlay Fedora Symbol Key stickers ready from Dell?] type "Gnome" or "Boxes" and it should come up on your menu selection as a choice. Hit "Enter" key. Now run Gnome Boxes, and the world is your oyster shell. Your dreams of Test driving various Linux Distributions .ISO file that you downloaded to your PC, come alive in a virtual machine box.
Debian 10 Buster downloads:
https://www.linuxtechi.com/debian-10-buster-installation-guide/HEADER, What to do with these files.
try the experimental automatic mirror selector that will automatically redirect you to a nearby mirror that is known to have the current version.
I live in Oregon, so Corvallis OSUOSL is close to me.
Download AMD64 Bit Torrent Hybrid files from Oregon State University Open Source Lab
Bit Torrent Clients:
Download qBitTorrent for Windows from qbittorrent.orgFor Linux look at Transmission Bit Torrent client https://transmissionbt.com
https://linuxhint.com/transmission-bittorrent-client-linux/
Well one understood bit of knowledge leads to another question?
Would PuppyLinux.com newest version BionicPup 8.0 Run?
- Well download the BionicPup64_8.0.ISO File from here to ~/Downloads directory.
- Start up Gnome-Boxes VirtualBox.
- Select the .ISO file you just downloaded.
- Set the RAM Memory to 1 Gigabyte and the Disk size to 12.1 GigaBytes.
- Hit Continue. How much simpler would you want this to be?
NOTE: Use the Left -Ctrl key + Alt key to grab or ungrab the mouse cursor.
I clicked the "connect" icon and the internet was connected up for me to use.
My problem was how to move the files from inside puppylinux, that I was looking for Frisbee internet connection shell scripts. I used pack-it tool to create a frisbee.tar.gz archive file from /usr/local/frisbee directory.
I tried to setup gmail for me to email this small 22k byte tar.gz file to myself. But did not get Claws configured correctly. Ended up posting onto the Puppy Murga Linux forum posts. https://www.murga-linux.com/puppy
Wb7odyFreds Murga Linux Puppy Forum about Frisbee.
http://www.murga-linux.com/puppy/viewtopic.php?t=116610&sid=81a5f96bb071f49467be98d77cdb18f0
Why Frisbee, I want to see this useful internet connection tool move over to be used on GhostBSD. It could definitely be used on other Linux Distributions.
So, in the end, I call this a successful day. Using Manjaro Linux, Gnome-Boxes, BionicPup64 8.0, Telegram Desktop, Ninja Build compiling Clang and LLVM all on the same laptop, all running at the same time, while learning how to:
Do It Yourself (DIY), instead of waiting for someone else to do the task for you.
Thanks Jason Evangelho. I will drink a Rolling Rock beer in honor of your publicizing Linux from a place I never would have considered: Forbes.com Magazine. Already drank a fair amount of McDonalds coffee today, while using their public internet connection.
ps. I remember the 1983-84 years with PCDOS 1.0 where multitasking, was starting a Epson MX-80 dot matrix printing your files for several minutes and walking over to the coffee pot to freshen your cup of coffee and take a break and stretch and work on a task at your desk and not touch the computer till the print job was finished. So what an amazing journey from the first computers, having to wait for a print job. PCDOS 2.0 probably started interrupt driven printing in the background, while you could use the PC on another task. Today in nearly the year 2020s, 36 years later you can use the computer to run a virtual machine running another OS. But you still have to make your own coffee.
QEMU is a helpful tool. Will have to learn more about it.
My new toy and interest:
running Armbian Debian 10 Buster desktop on a
ASUS Tinker Board Quad Core A17 32 bit ARM cpu running at 1.8Ghz. Wow.
The HDMI TV or Monitor screen really makes these board look sexy at the color definition and 1080 pixels you see on screen. Wonder if 4K at 30 frame per second would be TOO MUCH fine detail for these old eyes?? Even supports Bluetooth Audio Speaker and most likely HDMI audio for playing those YouTube videos on the TV screen. You can learn so much watching Car repair and small engine repair videos. Obtain more knowledge to be useful in this world.
My first Project, Get Electron App Joplin Notes to run on Armbian Debian Linux https://joplinapp.org/. Looking forward to running PuppyLinux Fatdog64 on this ASUS Tinker board.
You can run RasPup Raspbian based PuppyLinux on Raspi Zero Raspi 2, 3,4
Read this puppy Linux Forum Post. September 2019 based. Wow again.
http://murga-linux.com/puppy/viewtopic.php?t=116841
https://wikivisually.com/wiki/Asus_Tinker_Board
https://www.electromaker.io/tutorial/blog/asus-tinker-board-retropie-installation-and-getting-started
https://www.armbian.com/tinkerboard/
What will you do with computers in 40 years from 2019, in the year 2059?
Labels:
BionicPup64,
Gnome-Boxes,
Manjaro,
PuppyLinux
Location:
Wilsonville, OR, USA
Subscribe to:
Posts (Atom)

