Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Search
Question Is there a way in grafx2 to make the background transparent and trim to content? This could be done during save. My process now when making images for documents is: Make image in gra...
I don't know if or if not this is possible from within grafx2, but your manual workflow can be simplified dramatically by using image magick. The following command will do all your steps at once an...
All available "styles" are listed in :help highlight-groups. You will find that hl-Terminal is one of them. As an example, to make the Vim terminal background dark blue, use :hi Terminal ctermbg...
From the search results page there is a link to the help page for search. This explains how to search for any word, only an exact phrase match, or all words in any order: plain search If you ...
What you want to adjust is called the white balance. That's a very common issue, so I expect just about any image editing software has a feature to manipulate the white balance. I'm not familiar ...
As soon as I plug in the USB cable to my desktop's USB port, and the external Hard Drive starts spinning, it keeps scritching. Please listen to my audio file. I bought it in 2015, but I plug it i...
Accessing any server involves sending from a particular IP address to a particular IP address; the exchange of packets includes the sender so that the recipient can send packets back. An IP addres...
I use Videopad. It works for me with Intel i5 10th generation (codename ice lake) and 8GB RAM. I have an integrated graphics card (not dedicated). My brother uses Vegas.
Try using Kden Live which is made by KDE.
My opinion is: They do no harm and should be allowed. These are the reasons why I disagree with Olin Lathrop. The answers go out of date fast. They become useless, even damaging, to the long te...
As we have set up communities here on the Codidact network we've been appointing temporary moderators. Ultimately, of course, we want each community to choose its own moderators; we've been doing ...
We have now removed that section on the profile edit page on communities that don't use imported posts. You should now see it only if you could successfully add a link.
It's a failed YouTube embed. The site has a script to create YouTube embeds from youtube.com links, but fails on the link https://www.youtube.com/embed/?autohide=1&enablecastapi=0&html5=1&...
TL;DR TANSTAAFL Google is in business. They give a lot of stuff away for free. But much of that is in order to get things that people pay for, either directly (paid accounts for G Suite or whateve...
How do I cut out/trim/split a section of audio (or video) from a larger one, with VLC? I'm not trying to transcode, just extract a piece, ideally from the command-line.
The answer is pretty straightforward, just a few arguments: nvlc -I dummy input_file.mp3 --start-time 30 --stop-time 35 --sout file/mp3:output_file.mp3 vlc://quit where input_file.mp3 and output_...
Are there any free (and preferably open source) methods to make the green window button maximise the window instead of going full screen? (I know BetterTouchTools can do that, but this is no lon...
I'm looking for a text processor that can color specific words, just like Microsoft Wordpad can (select a word -> click the color button -> choose a color), but for a GNU/Linux system. I hav...
You can certainly send the user to a different page from the front end with a bit of JavaScript: location.href = 'https://example.com/new-page';
I've been using Datenstrom Yellow on a Mac running 0S 10.12.6 (Sierra) to build a personal web site (mostly a blog). The self-hosted test site (runs directly from source) and the build (generated s...
One of the folders in my home folder, Music, appears to be hidden. In the finder it appears slightly greyed out and it won't appear if I try to open files from applications which don't show hidd...
To enter a paragraph above a table, just hit Enter when your caret is at the start of the first cell of the table.
An LCD (unlike a typical CRT) has actual hardware pixels for the defined "native" resolution. If you set your video card (in this case, set your Windows display resolution) higher than the native r...
Well - all these examples essentially are ways to spread out utilisation of "work" between PCs. To start with - "Cloud" servers essentially are VMs, running on managed hardware. While in many case...
I never heard of Anti-Twin. So I went to the web site and quickly found the answer: http://www.joerg-rosenthal.com/en/antitwin/similar.html As expected, "byte by byte" will look for an exact matc...