Problem : It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or […]
Tag: c
Can I sandbox a binary created in C (with GCC) for Linux and make it easy for users?
Problem : I have compiled a binary that I want to distribute to other people. It’s closed-source, but I want […]
Setting up quarantine environment on Linux or Mac
Problem : How can I setup an quarantine environment so that I can test my codes or programs which can […]
How to install gzopen library on CentOS 6.4?
Problem : I’m compiling a program using gzopen library. How can I install this library in CentOS 6.4? I have […]
Error while installing boost_1_54
Problem : On trying to install boost I get this error during configuration checks. Googling did not give any pointers. […]
How to enable daytime service on ubuntu
Problem : I have found the following info on my machine user@ubuntu:/etc/xinetd.d$ cat daytime # default: off # description: An […]
Upgrading gcc for a specific user account
Problem : I work on a computing cluster running CentOS6/RHEL6 that I share with ~100 other users, overseen by a […]
Record a process’s User/System/Real time in Linux/Bash with greater precision
Problem : What I am looking for is something along the lines of /usr/bin/time, however, this usually does not have […]
How to handle addition of new files and directories to FAT12 floppy image from Ubuntu 16.04?
Problem : I need to write a program that creates a floppy image of FAT12. The instructions include creating a […]
Install CodeLite on CentOS
Problem : I have CentOS 6.4 I want to install CodeLite. Their website http://codelite.org/LiteEditor/Download#toc5 says that you need to compile […]