These are my notes for tools and config on Fedora
to have previously modified the profile to have generated a conf file
sudo dnf install -y dconf util-linux GConf2
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Thomas Davis", | |
"label": "Web Developer", | |
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4", | |
"summary": "I’m a full stack web developer who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who priotizes user feedback first and foremost. I'm generally very flexible when investigating new roles. ", | |
"website": "https://lordajax.com", |
These are my installation-tricks and notes for running Linux on a Thinkpad P14s Gen1 with AMD Ryzen 7 4750U.
OS: Fedora release 35 (Thirty Four) x86_64
Model: 20Y1CTO1WW ThinkPad P14s Gen 1
CPU: AMD Ryzen 7 PRO 4750U with Radeon Graphics (16) @ 1.700GHz
You first check out for the name of the package you want to remove:
dpkg --list
Then remove the given package
sudo apt-get remove package_name
Purge any related code
All commands
# Step 1
# create main branch locally, taking the history from master
git branch -m master main
# Step 2
# remove the "upstream" branch link to origin/master
git branch --unset-upstream
Another tool for code coverage is called grcov
. It is available at https://github.com/mozilla/grcov.
To produce HTML reports with grcov you can either use the built-in way or using the lcov package. The workflow for grcov is as follows:
# Install the tool
cargo install grcov
AdoptOpenJDK macOS installer packages are available as standard .pkg files, which can be run with an interactive user interface or run silently from the Terminal command line.
GUI installation Instructions for running an interactive installation using the macOS PKG installer.
Download the .pkg file.
Navigate to the folder that contains the file and open it to launch the installation program or drag the icon to your Application folder.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
with
./acprep opt make --output=build --prefix=$(brew --prefix) --boost=$(brew --prefix boost) \
--python -- -DUSE_PYTHON27_COMPONENT=1