Skip to main content

Questions tagged [source-code]

1 vote
1 answer
86 views

Epson has a printer driver that is open source called ESCPR. This driver only supports printers up to a certain year. Newer printers are not supported by this driver. They've since ditched that one ...
Daniel's user avatar
  • 713
0 votes
1 answer
50 views

I have built wine, the windows emulator from source with a specific patch. Now accidentally the source directory is removed, after I already run sudo make install. Is there a way to 'reverse' the ...
hiddenhospitalresearch's user avatar
0 votes
1 answer
842 views

In order to use Joomla! 4.3.1, I've compiled PHP 8.2 in an Oracle Linux 8.6 Server, with support for zlib compression: # php --ri zlib zlib ZLib Support => enabled Stream Wrapper => compress....
Juliano B. Nequirito's user avatar
1 vote
1 answer
454 views

No matter how many times I rebuild the plocate db I get: /var/lib/plocate/plocate.db: has version 4294967295, expected 0 or 1; please rebuild it. How in the world did I manage this?? /sbin/updatedb....
Fredrick Brennan's user avatar
0 votes
2 answers
411 views

I'd like to create a script that is able to install my desired set of packages in any Linux distro (initially create it to run in Ubuntu and later expand it to whichever) and basically function as an ...
Invalid_Path's user avatar
1 vote
1 answer
801 views

I'm having a critical support issue with SLES that doesn't make any measurable progress (for months now). So I wanted to have a look at the source code myself; maybe I can spot the issue. (It seems a ...
U. Windl's user avatar
  • 1,777
7 votes
2 answers
4k views

I'm debugging this program which raises an exception. This makes my debugger look for some source code, e.g. ../sysdeps/unix/sysv/linux/raise.c - and fail to find it. Now, I realize it's not necessary ...
einpoklum's user avatar
  • 11.1k
0 votes
2 answers
453 views

For example, cat foo.c would print the whole file, cat foo.c | grep main will print the line where the main function is defined. So how would I print the entire main function? (I am on Ubuntu)
thebearslicer 1's user avatar

15 30 50 per page
1
2 3 4 5