Bit-Man
- 8 Posts
- 6 Comments
Bit-Man@lemmy.mlto
Linux@lemmy.ml•People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?English
5·2 years agoI agree with @trolololol@lemmy.world here. Could you describe what issues are people having? What is their user profile (programmers, writers, …)?
Bit-Man@lemmy.mlto
Linux@lemmy.ml•Mozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech NewsEnglish
2·2 years agoI’m using vertical tabs since 4 years ago and to do so installed Tree Style Tab (https://tinyurl.com/y5gr4dyn)
Also has to disable horizontal tabs create or update the file
chrome/userChrome.csslocated at your profile with#TabsToolbar { visibility: collapse; }and add the setting
toolkit.legacyUserProfileCustomizations.stylesheetswith valuetrue(use about:config)
Just updated my blog post with a link to original docker file 👆
There was no Docker support until three weeks ago. The author added it and I helped with some other missing aspects, mainly support for linux/arm64 (Raspi 4)
Also this repository contains an easy way to create your own image, upload to your own repo (mine is at https://hub.docker.com/repository/docker/bitman09/hrconvert2/tags?page=1&ordering=last_updated) and kubernetes support








Usually have kind of staging public area, and after some refinements some scripts are moved to its own repository and can be installed using bash package manager. Not my own invention but contains not yet merged code that can install scripts from github or gitlab
Available scripts:
git <tab>and will expand to show available commands