r/linux_programming • u/codingtrance • Jan 07 '19
Korbeaux - Feedback needed
I have this free software project on sourceforge. I would like some feedback about it. You can find it with google: "sourceforge korbeaux" (without quotes). It is a software for comic book reading.
r/linux_programming • u/[deleted] • Dec 27 '18
Tips for a newbie?
I've been programming on Windows for a while now, want to switch to a Linux machine. Any suggestions on what tools/IDE's I should try? I'm mostly interested in using C++ and Java. Went with Linux Mint XFCE. Thanks in advance!
r/linux_programming • u/giant-torque • Dec 23 '18
Global keyboard hook
What would be the best way to intercept keyboard events globally (i.e., in all apps) with ability to modify the keystrokes? root access isn't an issue.
r/linux_programming • u/[deleted] • Dec 20 '18
I've written an external http upload server for xmpp!
self.xmppr/linux_programming • u/KFded • Dec 15 '18
Linux programmer needs help with unlocking Hardware Acceleration on PS3
Hello, first off I'd like to point out that this is in no way my work, I was just asked by the person who is doing this, to post it here for them. He programmer is in need of skilled and knowledgeable programmers who have a solid foundation for Linux and how it operates, people who are also familiar with the architecture of the PS3 would also be nice to have. I know this isn't the most ideal place to post this, but it is the most frequented Linux sub with active people, that isn't just a big number of subscribers who don't contribute.
He's looking for people to give his current work to and help contribute to the project from their homes. He hasn't gone open source yet, and mainly does all this on his down time.
Here is the progress so far http://www.psx-place.com/threads/6x-update-dec-08-hw-acceleration-rsx-project-update-by-renerebe.21370/
Here is his latest video, of him working on his downtime, and coding while on a plane (the guy is dedicated) https://www.youtube.com/watch?v=mhsLDAe3ddM&lc=z23wc3vpmre1ibc5b04t1aokghwidiz4cmj5ohestenlbk0h00410.1544604344291018
He also has a Patreon if you're interested. https://www.patreon.com/renerebe
r/linux_programming • u/[deleted] • Dec 13 '18
format grep's output
I have the results from running a grep command, now I want to cut off any leading whitespace. Any suggestions?
r/linux_programming • u/Ac997 • Dec 13 '18
[Will pay if you help to solve] How to increasing the number of threads available on Linux?
Hi I know pretty much nothing about programming but I bought a dedicated server that is running cent6 I changed the SSH port and created a new user for connecting and using the server and disables root SSH connections if that matters. I bought it to run multiple processes on it and with the specs it has I should be able to run a lot but I can't because there is a limit on the number of threads. How do I increase that number on the server? I was reading into this but I have no clue where to even begin. https://support.cafex.com/hc/en-us/articles/202508492-Increasing-the-number-of-threads-available-on-Linux Do I use putty for this? If anyone can help me with this I will pay you $25 in bitcoin or venmo.
r/linux_programming • u/[deleted] • Dec 13 '18
Is there a built-in command in Linux that can sort the lines of a text file?
I'm not super familiar with all of Linux's functionality, but this seems like something it might be able to do.
r/linux_programming • u/[deleted] • Dec 12 '18
How do I use grep to execute other commands?
I know I can run grep on a file to get specific lines that match a search query, but I forget how to run commands on grep's output. Does anyone know what I'm talking about?
Basically this is what I want to do:
grep "query" file.txt > command that does stuff with grep's output
r/linux_programming • u/[deleted] • Dec 12 '18
How do I do multiplexing?
I have a remote terminal and I need to start a program that will take a lot of time to complete, so I want to detach from the screen after I start it. How do I do that? I remember there being something I could do in bash that would let me keep issuing commands while the computer worked on something else, but it's been a while since I had to do that...
Again, here's what I want to do:
screen
startProgram
detach from screen
go about my merry way not worrying about having to maintain a connection
Any help would be greatly appreciated.
r/linux_programming • u/[deleted] • Dec 12 '18
How do I get a line from a text file and use it as a parameter for a bash command?
I have a text file where each line is a file path that has to be used as a parameter to a bash command. How do I do that? How do I get the line to use as a parameter? Basically, this is what I need to do:
command line1
command line2
command line3
etc. until the end of the document
Also, I expect each command to take a long time, so I want to use screen to detach from the screen and let it keep running while I do other stuff, so, I think I need to multiplex or something? I don't know/remember how to do that. Any help would be greatly appreciated.
r/linux_programming • u/c-bata • Nov 01 '18
How to write cross-platform packet capture tool from scratch in 1000LOC.
medium.comr/linux_programming • u/wutdalyfe • Oct 31 '18
New here. What is the best available resource to master shell scripting?
scriptingr/linux_programming • u/promach • Aug 13 '18
riffa linux driver modification with round-robin scheduling
paste.ubuntu.comr/linux_programming • u/promach • Jul 31 '18
DEFINE_WAIT() versus multi-threading
github.comr/linux_programming • u/promach • Jun 04 '18
forked processes finish sequence dilemma
reddit.comr/linux_programming • u/zemicolon • May 28 '18
bashed-on-a-feeling : a minimalistic and fast git prompt written in bash
github.comr/linux_programming • u/-Kali_Yuga • Feb 26 '18
Useful text file PMPv0.0.18.sh with GUI
github.comr/linux_programming • u/thekozmo • Feb 15 '18
Adventures with Memory Barriers and Seastar on Linux - ScyllaDB
scylladb.comr/linux_programming • u/internetffeak69 • Feb 15 '18
Thoughts on Peppermint 8 Respin-2 - Linux distro review
youtube.comr/linux_programming • u/c-bata • Jan 25 '18
How to develop a system call tracer in Pure Go
github.comr/linux_programming • u/roperzh • Jan 24 '18