Aug 07, 2023, 08:01 AM
|
em editor
by davidas - Tuesday August 1, 2023 at 08:03 AM
|
|
Aug 08, 2023, 03:55 PM
Aug 11, 2023, 09:04 PM
Vim and linux text utilities are well worth learning how to use over any kind of GUI editor.
Aug 16, 2023, 06:36 AM
use emeditor or email/name/phone number filters
This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Oct 07, 2024, 01:28 PM
i usually use shell commands for txt files and 7z to search into compressed files , that looks efficient for me but it takes alot of time
Oct 08, 2024, 09:36 AM
Just avoid GUI editors, those suck so much memory, when they are not just embedded inside a web browser (Atom). Vim or Emacs in CLI should work better but honestly, any editor will struggle on very big files or files with very long lines. What do you expect to be able to find by scrawling in a DB dump anyway?
Depending on your use case, use grep to extract DB schema related information (table name, schema_names) and then to extract the information that interest you the most. A good option also is to just load the DB file in a local live database and then just navigate through this with SQL. That's what it is meant to be used for in the first place. Hope this help.
Oct 08, 2024, 08:05 PM
try using command line tools like split or awk to handle those big files avoid bloated editors
Oct 20, 2024, 01:30 AM
(Aug 03, 2023, 09:36 AM)DredgenSun Wrote:(Aug 02, 2023, 08:20 PM)davidas Wrote:(Aug 02, 2023, 03:32 PM)DredgenSun Wrote: Em Editor man, or try Sublime or BeEdit Good advice. I just experienced some few days ago the benefit of chatgpt in using generated code and adapting them to do my data processing
Oct 20, 2024, 10:35 AM
(Oct 20, 2024, 01:30 AM)19689p Wrote:(Aug 03, 2023, 09:36 AM)DredgenSun Wrote:(Aug 02, 2023, 08:20 PM)davidas Wrote:(Aug 02, 2023, 03:32 PM)DredgenSun Wrote: Em Editor man, or try Sublime or BeEdit Yeah man, this is the best use of AI, on the fly answers that go into more detail than just a google search
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Oct 27, 2024, 09:20 PM
You need at least 32 GB of ram to make sure your EmEditor doesn't chock and crash.
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Instagram Spyware Level: EXTREMELY HIGH | 269 | 19,188 |
Apr 25, 2026, 08:04 AM Last Post: MRburpsuiteswigger |
||
| How do I actually get credits. | 14 | 633 |
Apr 22, 2026, 11:13 PM Last Post: digits |
||
| Discord Spyware | 155 | 11,983 |
Feb 10, 2026, 05:13 PM Last Post: Mowgli750199 |
||
| Cisco 700-846 Certification: Validate Expertise in Cisco IoT Architecture and Solutio | 0 | 42 |
Feb 10, 2026, 04:38 PM Last Post: hemiflygarry122 |
||
| Prepare Smarter with ITIL-4-BRM Exam Questions PDF by Experts | 0 | 46 |
Feb 10, 2026, 12:36 PM Last Post: kesalep675 |
||

will have a look at textpipe

