Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
04-18-2025, 06:50 PM
|
#6916
|
Senior Member
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 4,134
|
[ Log in to get rid of this advertisement]
If one doesn't need the extended functionality of Grep, they can search and highlight directly with Less:
Code:
less -p 'pattern' MyFile.txt
|
|
3 members found this post helpful.
|
04-21-2025, 01:39 AM
|
#6918
|
Senior Member
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,928
Rep: 
|
when someone wants a program like XYZ or FOO (pick any program) to be ported to Linux, are they wanting the original developer to release a Linux version for about the same commercial price, likely in a binary form, perhaps with run restrictions to avoid theft of the software, or are they wanting a new development by a different developer, perhaps free, perhaps open source (ready to compile), but definitely for Linux, and possibly also for BSD?
me, personally, i like FOSS so i can improve it or customize it. i can't program in every language, so it's kinda limited for me.
|
|
|
04-26-2025, 08:55 AM
|
#6919
|
LQ Newbie
Registered: Apr 2025
Location: France
Posts: 1
Rep:
|
It's great to see a space where users can express their needs directly.
|
|
|
05-13-2025, 03:42 PM
|
#6920
|
Member
Registered: Oct 2022
Posts: 154
Rep:
|
exfatattr - Windows file attribute editor for exFAT
For FAT32, fatattr can view and modify Windows file attributes on Linux. For NTFS, there is setfattr. But nothing like this seems to exist for exFAT yet.
Also, there is currently no way to set Windows attributes in 7z archives on Linux. allows at least viewing such attributes.
Last edited by exerceo; 05-13-2025 at 03:44 PM.
|
|
|
05-26-2025, 05:03 PM
|
#6921
|
Member
Registered: Oct 2022
Posts: 154
Rep:
|
listing damaged files
Something that shows a list of damaged files. IsoBuster can do this on Windows. On Linux, this should be implemented by feeding a LBA list generated from "badblocks" into the program, then it identifies files that contain these blocks.
UDF orphaned directory finder like IsoBuster on Windows. But it seems nothing related to UDF will be developed in a long time to come. UDF 2.50 and 2.60 writing support is well overdue. Both packet writing on optical discs and normal writing on flash media and HDD.
|
|
|
08-12-2025, 06:52 AM
|
#6922
|
LQ Newbie
Registered: Dec 2020
Posts: 23
Rep: 
|
Affinity Suite; designer, publisher etc
SkimPDF
HookMark
|
|
|
08-12-2025, 12:52 PM
|
#6923
|
Senior Member
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,928
|
forscan
|
|
|
09-05-2025, 06:52 PM
|
#6924
|
Member
Registered: Oct 2022
Posts: 154
Rep:
|
convert.exe counterpart
Something similar to convert.exe, could be named fat2ntfs. Perhaps also an ext4 counterpart (fat2ext4). Not a priority, but I hope one day it will be made. In case anyone needs ideas.
Actually, a NTFS to FAT tool seems to have existed once by a third-party, but was proprietary. Unlike NTFS, FAT was never designed with conversion in mind.
|
|
|
09-14-2025, 01:44 PM
|
#6925
|
LQ Newbie
Registered: May 2025
Posts: 18
Rep:
|
HxD an on top hex editor (for free but only for windows, https://mh-nexus.de/en/hxd/).
To open files with size of 23GB no problem. To search for Hex-strings over the whole file no problem.
To cut the 23GB file not a problem.
With wine the program does not work (save the edited file leads to a memory fault).
|
|
1 members found this post helpful.
|
09-14-2025, 02:43 PM
|
#6926
|
LQ Guru
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,525
|
MSKERMIT.
This was a real terminal emulator, not a virtual terminal emulator like YAKUAKE or XTERM, it emulated several VT and YANG physical terminals on MS-DOS. You had to have a IP stack already installed to get to network servers, but with LINUX or BSD that is already in place. If I can find the sources I might even take a stab at that myself.
|
|
|
Today, 09:20 AM
|
#6927
|
Member
Registered: Oct 2022
Posts: 154
Rep:
|
HDDscan (graphical disk benchmark)
HDDScan is a freeware Windows tool that draws a line graph showing the speed of mass storage media (hard drives and flash storage). This makes dips in speed clearly visible, which indicate degrading or low-quality media.
Graphical disk benchmarks on Linux are the built-in tool of GNOME Disks and KDiskMark. But GNOME Disks only supports sample-based benchmarking, not full-disk benchmarking, and KDiskMark has no line graph, making it only a Linux counterpart to CrystalDiskMark. So both are no replacement for HDDScan.
Besides, GNOME Disks preselects the write benchmark every time. This is a bad idea for obvious reasons, so the user is forced to not forget unchecking it every time before running it.
For optical discs, QpxTool exists (similar to Nero DiscSpeed on Windows), but nothing like this exists for HDD and flash memory.
|
|
|
Today, 09:24 AM
|
#6928
|
Member
Registered: Oct 2022
Posts: 154
Rep:
|
HxD counterparts for Linux
Quote:
Originally Posted by Gloster
HxD an on top hex editor (for free but only for windows, https://mh-nexus.de/en/hxd/).
To open files with size of 23GB no problem. To search for Hex-strings over the whole file no problem.
To cut the 23GB file not a problem.
With wine the program does not work (save the edited file leads to a memory fault).
|
For Linux, tools already exist, but they are no replacement for HxD.
WxHexEditor is the closest thing to HxD but is unstable and crashes. It wasn't developed since 2012.
ghex can only operate on files and not disks, and it loads the entire file into memory, making it useless for large disk images.
hexedit runs entirely in the terminal but is unmaintained too. I suggest you give it a try nonetheless.
|
|
|
Tags
|
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros  |
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
LinuxQuestions.org
> Forums
> Linux Forums
> Linux - Software
All times are GMT -5. The time now is 11:57 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|