You are not logged in.
'Comfrey tea' is a term used to describe liquid fertilizer made from the plant's fermented leaves.
Does not relate to the beverage tea in any way except the color and fermentation process. The smell is so gross that you wouldn't even think of drinking that anyway. But your plants will love it (especially anything of the Nightshade family)!
https://www.oakhillhomestead.com/2017/0 … arden.html
Comfrey is also a powerful medicinal herb. I am fully aware of its toxicity - it can be used internally, but with caution - however it is much better to use it externally anyway, as a poultice. In this way, it does no harm and is very good for healing wounds and fractures as it promotes rapid tissue regeneration. I used comfrey and elecampane roots with DMSO to heal a relative's legs. She had terrible lesions that were very stubborn to cure. After only a few applications, they were completely gone. I never drank comfrey and I don't intend to, as I don't think this is even necessary to make use of it as an herbal medicine.
https://www.naturalmedicinalherbs.net/h … omfrey.php
Despite having seen multiple videos on the subject, I can't even imagine how it must feel to taste a Reaper. Although I heard they are quite delicious if one can handle the inferno...
Thanks for the bonemeal tip - comfrey is excellent for tomatoes and beets, but it does seem to have a lesser effect on peppers, so I'll definitely consider grinding someone's bones... ^_^
Oh it's oregano in the fourth picture, isn't it? We have lots of it, it's in full bloom here - time to harvest - thankfully the rains have finally stopped. Just need to make a polite agreement with the bees... they usually understand though.
I grow an assortment of medicinal and aromatic herbs as well as many flowers, it's a pretty big part of my life. Got some rarely known but powerful ones, such as rue, southernwood and feverfew. This year's thyme is blooming like crazy. Hollyhocks, coneflowers and elecampane grow giant. I have rosemary as well, but in my climate (think Zone 4, maybe 3?) it's teensy-tiny and can only be grown in a greenhouse, as an annual. Still, I can totally relate to the 'can never have enough' part!
I try to start and propagate plants from home seeds whenever I can. Had big success with decorative flowers such as lisianthus (eustoma), meadow sage, sweet pea and many others.
Hope these turn out nice & scorchy, greenjeans! We got some jalapenos but they sure seem to be taking their time, the weather has not been playing nice as of late.
Never using any nasty pesticides like DDT or those petrochemical fertilizers in my garden. There's enough poison in the soil from all the spraying going on. Very fond of comfrey tea, it's super stinky but it works! Nature gives it to us in abundance, so why not make good use of it, right?
Oh, and screw lawns!
Yep. A mirror should fix this. I also had problem with the defaults, tried to update and synaptic threw errors at me - switched to sledjhamr and everything worked well since then.
The package management should be able to take care of all the missing dependencies. It can take a while to download and install all the stuff especially if your install is minimal (wine can be quite a heavyweight), but the process should still be automatic for the most part. I installed Devuan from LiveUSB and had no issues getting and setting up Wine. I only made sure to enable the i386 architecture first.
Yes, regarding the compositor - your assumption is generally correct. Not having it enabled is actually a good thing in many cases. Lutris has an easy switch for this called Disable desktop effects. I'm on Xfce, and I encountered an issue with at least Zanzarah: The Hidden Portal and FlatOut - in both games the polygons and textures flickered annoyingly at random times. The xfwm4's compositor was to blame for this. Interestingly, I experimented with picom, and it also caused flickering, but at much lesser intensity. With most games, it can't hurt to keep compositing disabled - if anything, for added performance.
However, I did encounter one game where the compositor actually helped me. It's a fairly obscure title - Faery: Legends of Avalon. Without the compositor, I'd get awful tearing, and the only way to get proper vsync in the game was to keep it running. So it may still vary from game to game - but this situation seems far more rare.
Some games may also refuse to give your display resolution back after the exit. Lutris has an option for this as well.
But it does not have one when a game changes your gamma settings, so here's one more fix you may need:
Create a new registry string value:
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"UseXVidMode"="N"This will stop Wine from messing with display gamma settings. As a side effect, the in-game brightness settings will probably stop working, but you can of course adjust them at system level instead, if needed.
I'd say take your time, go slowly. You are right - this is indeed a lot of information, but it feels so rewarding when you finally get it all working! Wine is great for old games, oftentimes it runs them even better than the native platform.
Hi! Unfortunately I cannot help with the Nvidia side of things, but regarding Wine:
Yes, you will absolutely need to add 32-bit architecture before installing Wine and its dependencies if you want to run Win32 games/programs:
# dpkg --add-architecture i386After installing Wine, do not launch winecfg or Windows applications straight away. Instead, create your own 32-bit prefix that will be your default $WINEPREFIX (it's probably more convenient as many old games are Win32 applications).
$ WINEARCH=win32 WINEPREFIX=~/.wine winecfgNow create a separate 64-bit prefix for your Win64 games:
$ WINEARCH=win64 WINEPREFIX=~/.wine64 winecfgSince this second prefix is not the default, you will need to define it via the WINEPREFIX variable every time you need to use it. It should look like this:
$ WINEPREFIX=~/.wine64 wine game64.exeNote that while you can use 64-bit prefix for 32-bit applications, with earlier versions of Wine - including Wine 10 that is in the Excalibur repositories - you will run into many bugs. So it's highly recommended to keep a separate 32-bit prefix and use it as default (any prefix in ~/.wine folder is always considered to be the default).
Another option is to enable WineHQ repositories and install a newer version of Wine. These have added proper WoW64 support, which means the 32-bit stuff is no longer needed and everything can be run in the default 64-bit prefix. I have not tested this personally but I imagine it should work fine.
From general experience, games from the early-mid 2000s (think American McGee's Alice, Deus Ex, Rune, ZanZarah, No One Lives Forever, The Punisher, FlatOut 1 and 2...) run great in Wine. Especially true of 3D titles if you got the driver support sorted out. I found that some 2D games and programs actually run worse.
Regarding drivers - I play on Intel, so it was an easy ride for me. For Nvidia I wish you lots of luck, since you got the driver working I think there should be no issues.
See these threads for some Wine-specific tips and tricks:
https://dev1galaxy.org/viewtopic.php?id=7676
https://dev1galaxy.org/viewtopic.php?id=7685
I recommend reading the Wine manual and FAQ pages to get familiar with Wine registry, DLL overrides and uninstaller. It should be pretty straightforward, but feel free to ask for any advice. Winetricks is now in the repositories and is useful in certain specific cases. It's probably not as necessary if you opt for Wine 11+.
As I also don't use Steam, I recommend installing Lutris to manage your game collection (but not to install your games, see this post). You may also want to install gamemode, disable screensavers, display power management, Spectre mitigation (in GRUB) and increase ulimit if you haven't done so already.
Oh, and you may also find the bchunk and iat tools very handy when working with disk images.
Okay, so here's the story. Recently I got myself an Ethernet adapter for my newer laptop that runs Devuan Excalibur, since it lacks the appropriate (essential!) port being the victim of certain ... sickly modern trends. Now, since I also have an older machine running Windows 7 and a spare Ethernet cable, I decided to try and connect the two for the purpose of fast and easy file transfers. Creating a connection was the easy part, but what about actual sharing?
From the get-go, I was looking for a straightforward way to transfer files, preferably not involving Samba shares or complex server-client setups with encryption, compression etc. I researched several solutions, some of them seemed more feasible than others. To my surprise, finding a program capable of doing simple LAN transfers between different systems was not an easy task. Some of them could not be used because they were no longer supported on Windows 7 side, some worked but only one way (Win7 > Linux) because they detected wrong IP address due to a bug and had no manual way of setting up things. Some even required Internet access because they used a relay that could not be disabled!
Oh well. With patience and some trial and error, I eventually found a program called LanXchange, which works beautifully. It's not the prettiest or most featureful thing in existence, but it does its job very well.
To use it, you need to install Java Runtime Environment (JRE). You can get it via default-jre package in Excalibur repos, or from Eclipse Adoptium using this guide. I just got the repo version, while on Win7 I'm using the latter.
Unpack and launch LanXchange on both machines. On Windows, lxc.exe complained that I do not have Java installed, but the .jar file worked - so if you get the same error, just try that. On Linux side, use the provided lxc script. You can also run the .jar directly like this:
$ java -jar lanxchange.jarbut I noticed that it sometimes causes issues with incoming transfers not appearing until you unshare your previous files. Not a big problem, but I still recommend using the script.
Next, if you use a firewall like gufw, you will need to allow the following incoming ports: 27716, 27717, 27719. Create two separate 'Simple' rules both for TCP and UDP. On Windows, you probably don't need to do anything other than click 'Allow access' once.
So that's it! Now it should work - nothing beats sending files via a nice fat cable just like in the old days. Enjoy the speed and simplicity (and less wear for your USB Flash devices). Thanks to this wonderful program, I was able to forgo Samba entirely. I did not look into other solutions such as NFS, SFTP or a Python server - they do seem interesting though, so might experiment with them later as well.
Probably caused by gnome-keyring. I always found it useless, annoying and glitchy - it's one of the things I remove immediately after OS installation.
Glad to hear you got it sorted out!
The way I did it was simply add the command as an autostart item in XFCE's Session and Startup, triggered on login.
I had similar troubles after the upgrade to Excalibur. The command that helped me is
xset s offIt disables the blanking and allows you to define everything in XFCE's settings, as before.
It seems to occur due to some changes (or bugs) in XFCE's power management. For some reason, the DE settings get overriden by xset's defaults unless you use the aforementioned command or install a screensaver, e.g. xfce4-screensaver. Although I noticed the blanking still happens in LightDM, so it might actually be an xset issue.
The modern web is suffering from the spam bots, and the equally obnoxious 'anti-spam measures', both conveniently appearing almost at the same time. Ye olde problem-reaction-solution trick to make browsing more troublesome for those who do not conform to the norms coveted by the corporations. The end users are the actual targets and victims of this whole mess.
I remember simply downloading an archive containing the portable binary from Deadbeef website. It worked out of the box on Daedalus, but not sure how the situation is with Excalibur - despite having been using Foobar2000 for many years (which Deadbeef mimics quite closely), I found Audacious more to my liking.
Deb-multimedia should be okay for simple, isolated packages, some can even be grabbed as .debs and installed as local pkgs without adding the repository in the sources list. But yeah, for the more complex things requiring many dependencies... it's best to look at other alternatives first and only use it as a last resort - very, very carefully.
...And you also need FUSE and its libs (sometimes an older version specifically).
I've used WoeUSB once to successfully make a bootable Win7 USB under MX Linux. The program spewed a fat error at the very end of the ISO writing process, but everything actually turned out fine. It booted and installed without any problem.
Installed the deb, looks good - thanks for the suggestion!
Invidious used to work great, now it's far less reliable - the big <G> is onto them (and here I also have to deal with the regional blocklist to even get to it).
Previously they nipped Hooktube in the bud, but this one is not going down so easy.
That's correct, it's in Trixie/Excalibur. One of the major disappointments with the upgrade...
From what I use foliate, font-manager and nicotine fell victim as well, but the first two have proper theme support, while nicotine can (thankfully!) be told to use GTK3 via environment variable.
It can do more even you can edit the video, combine videos together things like that.
Yes, it's a very nice linear video editor, something akin to VirtualDub. You can also losslessly cut videos by keyframes, or splice them together if they share the same FPS, bitrate and dimensions. The filter set is quite respectable as well.
I considered adding the deb-multimedia repository and installing it that way, but it requires very careful management and resolution of possible conflicts, so I'm using the appimage format for now. Although it's good that they provide several options for installation.
I haven't noticed much difference in speed compared to Handbrake, but yeah - both programs have their pros and cons. The usage of GTK4 by HB is certainly unfortunate, and the program doesn't play nice with some themes due to their choice to forgo the Libadwaita stylesheet support.