You are not logged in.
You could use a mini pci-e to usb card, if you have a free slot
There are also cards that can take two micro sd cards
i have some disc shaped magnets here
DEB packages of version 78.15.0 are available at:
http://packages.gnuinos.org/gnuinos/pool/main/i/icecat/
I announced them yesterday night in the irc channel. It looks good in chimaera:
is this a fork of icecat?
according to https://www.gnu.org/software/gnuzilla/, the last version is 60.7.0 and was realeased june 2019
https://ftpmirror.gnu.org/gnuzilla/60.7.0/
The hard way:
Make a live-CD with live-sdk by fsmithred
The easy way:
sudo refractasnapshot-gui
click on Help if you need insturctions or just select the first option and give it a try
make sure you have enough free space: if your system is 20GB in size you need another 20GB for the copy + a few gigs for the squash and the iso file
Check your bios options, sometimes there is an option to set numlock at boot.
There are multiple lines where you can set the font in .jwmrc
<!-- ┏┳┓┏━╸┏┓╻╻ ╻ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┃┃┃┣╸ ┃┗┫┃ ┃ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ╹ ╹┗━╸╹ ╹┗━┛ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<MenuStyle>
<Font>Inconsolata-16:antialias=true:encoding=utf8</Font>
<Foreground>#ffffff</Foreground>
<Background>#2b2c2b</Background>
<Outline>#2b2c2b</Outline>
<Active>
<Foreground>#2b2c2b</Foreground>
<Background>#dc6434</Background>
</Active>
</MenuStyle>
<!-- ╻ ╻╻┏┓╻╺┳┓┏━┓╻ ╻ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┃╻┃┃┃┗┫ ┃┃┃ ┃┃╻┃ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ┗┻┛╹╹ ╹╺┻┛┗━┛┗┻┛ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<WindowStyle decorations="flat">
<Font align="center">Dejavu-11:antialias=true:encoding=utf8</Font>
<Width>2</Width>
<Height>19</Height>
<Corner>2</Corner>
<Foreground>#030303</Foreground>
<Background>#dc6434</Background>
<Outline>#2b2c2b</Outline>
<Opacity>1</Opacity>
<Active>
<Foreground>#030303</Foreground>
<Background>#feee92</Background>
<Outline>#2b2c2b</Outline>
</Active>
</WindowStyle>
<!-- ┏┓ ┏━┓┏━┓ ┏━┓╺┳╸╻ ╻╻ ┏━╸ -->
<!-- ┣┻┓┣━┫┣┳┛ ┗━┓ ┃ ┗┳┛┃ ┣╸ -->
<!-- ┗━┛╹ ╹╹┗╸ ┗━┛ ╹ ╹ ┗━╸┗━╸ -->
<TrayStyle decorations="flat">
<Font>Inconsolata-11:antialias=true:encoding=utf8</Font>
<Background>#333333</Background>
<Foreground>#aaaaaa</Foreground>
<Outline>#333333</Outline>
<Active>
<Foreground>#333333</Foreground>
<Background>#feee92</Background>
</Active>
</TrayStyle>
<PagerStyle>
<Font>Dejavu-8:antialias=true:encoding=utf8</Font>
<Outline>#454947</Outline>
<Text>#ffffff</Text>
<Foreground>#454947</Foreground>
<Background>#565656</Background>
<Active>
<Foreground>#454947</Foreground>
<Background>#dc6434</Background>
</Active>
</PagerStyle>
<ClockStyle>
<Font>Dejavu-11:weight=demibold:antialias=true:encoding=utf8</Font>
</ClockStyle>
<PopupStyle>
<Font>Dejavu-10:antialias=true:encoding=utf8</Font>
<Outline>#323232</Outline>
<Foreground>#ffffff</Foreground>
<Background>#323232</Background>
</PopupStyle>
if nothing changes there is probably a syntax error somewhere
Some observations:
1 - The wallpaper.sh script seems to have an error:
line 2 :
LINK="$HOME/.local/wallpaper"should be:
LINK="$HOME/.local/wallpaper.png"2 - update_qutebrowser.sh no longer finds LATEST_VERSION
My kludge is to insert the following as line 22:
LATEST_VERSION="v2.4.0"
Hi Larry,
thanks for helping to improve this project.
The file extiension for the wallpaper was dropped on purpose, when i made the new gui wallpaper chooser ( themes > wallpaper > select wallpaper )
but i see that i forgot to change that in the "old" way.
This command should fix it for now:
sed -i 's:WP=".local/wallpaper.png":WP=".local/wallpaper":' ~/.config/jwm/dynamic/wallpaper.sh
You should try the gui wallpaper changer if you have not discovered it yet, its way more elegant
I noticed the qutebrowser update problem too (and the one for shotcut), on monday i did upload a new iso where this is fixed
but no need to reinstall the whole thing, i uploaded all relevant scripts on gitlab just now.
Actually i did update more of the scripts so the best thing would be to just copy the .local/Script directory and overwrite everthing that has changed
git clone https://gitlab.com/_alphalpha_/forge-dotfiles.git
cp -R forge-dotfiles/.local/Scripts/* .local/Scripts
In the beowulf release this would be done automatically with 'update_all' but i decided to drop that feature.
From now on you will be able to see new gitlab commits in newsbeuter (super + , )
the rss feed should already be there, you can refresh the list with 'r'
Edit: also to get the calendar working, create .config/kalendar directory
please can you clone goodlifelinux? it was so lightweight and it only had a few programs installed by default
Sorry i am not going to clone a distro that i never heard of, and lightweight in terms of disk usage is not my motto
you can easily make your own devuan iso with refractasnapshot
I was never able to get wifi or wired working with all the derivatives on here, I know you guys don't spoonfeed newbies but jessie has been archived for a while
if you post some more details about that on irc or in the forum, i am pretty sure someone will help you
Hey Larry i am glad that you like it
I'm going to try and stick to your zsh since you've got so much added to it.
If you would rather use bash, you could just try chsh to bash, i have not tested this very well but the files that get sourced by zsh, also get sourced by .bashrc
and all scripts use sh anyway, so it should be mostly the same in theory, i just prefer the zsh's tab-complete.
As an aside: Is there any way of getting a small donation to you? Or do I have to wait until you visit the Boston area And I can take you out to dinner?
Thanks, i dont take donations, but if you would throw a fiver or something to someone who really needs it, that would be awesome.
Sadly i dont think i will be around Boston in the near or later future, but i will message you in that case
Let me know if there are any issues.
I personally have encountered 2 problems, that we could discuss here
I guess since this is not mentioned elsewhere i throw it in here
1) Scanning for wifi networks with Ceni now takes ages, it used to be a few seconds
i dont have a solution for this, but i also added setnet to the iso
2) i have one machine where i needed to manually setup the graphics driver in xorg.conf because it would not use the correct one although it is installed
but that machine is a strange beast anyway, it works great on all my thinkpads and my desktop
PS: Thanks to the person behind JWM-Kit! i forked you wallpaper tool and i love it
PPS: And also thanks to fsmithred for refracta and also to the whole Devuan team!
The project continues now under a new name:
https://dev1galaxy.org/viewtopic.php?pid=32180#p32180
Chimeara Iso will be uploaded today!
formerly known as 'Michaels-Devuan-Edition'
based on experimental Refracta nodbus iso
uses Devuan Chimaera repos
Comes with 5 preconfigured window managers to choose from:
JWM, i3, bspwm, spectrwm and exwm (the latter one is sort of a meme)
Has a ton of software installed and configured:
Multiple browsers, office applications, audio and video production software, image editing and much more
Any thought as to when your next update will be available?
whenever the chimaera release is
Do you mind sharing any info you could regarding what distro you are using, where you got the browser packages from (or if you compiled them yourself), what desktop/window manager you are using (if any)? Also, does it work with all versions of these browsers, or only certain older versions?
i use an updated version of my own devuan distro that has not been released yet
it is originally based on the no-dbus version of refracta
firefox-esr comes from the devuan repos
icecat is downloaded from https://www.gnu.org/software/gnuzilla/
palemoon from https://linux.palemoon.org/download/mainline/
and qutebrowser is installed with virtualenv as described here
the window manager does not matter, i have a bunch of them and they all work
and the browsers are all on the newest version
I can't find a major browser (or even a minor graphical browser except oddballs like Dillo) that will run without dbus because of the GTK+ (or qt-dbus) dependencies in all of them.
i dont have dbus on my machine
here is a list of gui browsers that work for me: qutebrowser, icecat, palemoon, firefox
I wish there was a firefox build that was libre that didn't require that dbus nonsense."
firefox-esr does not require dbus, only libdbus-1-3 and libdbus-glib-1-2
and unlike palemoon i dont even get an error message that i have to ignore
So i always have a multiple drivers installed on my system, because i use the iso on multiple machines
vesa, intel, nouveau, radeon etc
Since there is no config file in /etc/X11 that specifically states what to use, i am actually not sure which one of those i might be using at the moment
It has always worked fine for me until last week when i had a new machine (old hardware) and i had to specifically tell it to use the intel driver
So i am asking myself, how does the system decide what to use when there is no config file?
Here's a start:
https://coreboot.org/status/board-status.html
https://www.mail-archive.com/coreboot@c … 38710.htmlI wish I had some better suggestions for you, but I am just beginning to research this topic.
there are some boards missing on the cooreboot website
for the complete list you need to clone the coreboot git and run 'make nconfig'
however if you want to go 100% libre, without blobs and intel me, you are stuck with LGA775 boards
and you can't have a graphics card because proprietary vbios, so that limits the list even further to those boards that have a vga port
and even then there might be some things that just wont work
i just built a machine last week, and i could only use 2 of the 4 ram banks or i would not get any video signal
this one uses yad, imagemagick and xwallpaper to quickly create an plain-colored wallpaper
#!/bin/sh
FILE="$HOME/.local/wallpaper.png"
# use yad to select color value
COLOR="$(yad --title="Set Wallpaper" --color)"
# use imagemagick to create the png file
if [ "$COLOR" ]; then
[ -e "$FILE" ] && rm "$FILE"
convert -size $(xdpyinfo | awk '/dimensions/ {print $2}') canvas:$COLOR "$FILE"
# use xwallpaper to set the wallpaper
xwallpaper --zoom "$FILE"
fi
exit 0
if it is a keyring issue, make sure your date and time are correct
Not a KDE user, but it is normal that you need root privileges to shutdown and mount.
I cant tell you how KDE handles this by default, but what you can do is edit your /etc/sudoers
EDITOR=nano sudo visudo
and add this:
yourUserName ALL = NOPASSWD: /sbin/halt, /sbin/reboot, /sbin/poweroff
maybe KDE uses the wheel group for this and you are not a member of the wheel group but i dont know
for mounting you can install usbpmount
sudo apt install usbpmount
Also if I use a midi controller on my computer will it work with Alsa?
i would use Jack for midi stuff
But now comes the problem. How many Linux distributions and derivatives are there? It should be 5, maybe a maximum of 10. But unfortunately it really is a crisis! No, I don't mind if everyone thinks he have to make his own distribution. Should he, if he doesn't know how else to spend his life meaningfully.
i like the fact that there are tons of distros out there
But it bothers me that as a user I have to search for the good distributors in this pile of "crap" for days or months! This is what makes life difficult for us as a user!
it is really not that difficult, after all the differences are not always that big
the only crysis i see, is with those people who want to decide what other people use
Just found out that Unreal Tournament 2004 came with a Linux installer
(only included in the DVD version with the Atari branding)
Works fine on chimaera!
I only needed to install libstdc++5
and to get sound working start it like this: aoss ./ut2004
Did you try exporting the TAPE variable:
export TAPE=/dev/stX
okay, mt definetly recognized this variable
[1] For example, something looking like this:
/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/host0/target0:0:0/0:0:0:0/block/sdc/device/type
sorry i cant find anything usefull in /sys/devices/pci0000:00/ , that directory has way to much stuff inside that i never worked with and i dont understand
It seems that what is needed is to load the proper driver modules.
ie: modprobe zftape -> depends ftape
that might be it
sadly ftape and zftape are not in the kernel anymore
i just downloaded linux-2.1.131
linux-2.1.131.tar.xz 03-Dec-1998 01:55 8M
ah 1998, the year i got my first computer
i never tried building anything that old, will try it during the next week
if anyone knows where i can find an old ubuntu or debian iso from that time, please let me know
of course that eliminates any practical usecase for that tape drive, but i am still curious what might be sitting on that tape
thanks very much to everyone who participaded in this thread
you posted a lot of good recources
edit: at some point i may just try to just put it back into that old 486 where i ripped it out and access it from there
but we dont have that monochrome monitor anymore, would it work with any starndard old crt?
sounds like a normal server to me
It is no less secure than installing the operating system on the local computer. Who knows the kernel of the operating system in detail? Who knows what the internet provider does with the data? Who knows what the email provider does with the data? Who knows what duckduck does with the data? Specialists know, normal users don't. But everyone knows what facebook and google are doing with the data!
I give an example:
One surfs the internet. After a few minutes the browser becomes very slow and one wonders why. In the system monitor you can see that the CPU utilization is almost 100%, there is a constant and low hard disk access and the wlan0 up is very busy. After 1-2 minutes everything is back to normal. What happened? The browser, the adblocker, facebook, google ... or the kernel? A normal user doesn't know because they won't do a wlan hack to find out. He's just annoyed that he can't work normally in those 1-2 minutes.
so how does jOS deal with it?
Who should finance jOS?
Sure, the user. A normal user buys a new computer for $ 500-1000 every 5-10 years.
The user still needs a computer to run the client