Search results

  1. J

    Solved Linux security issues

    Background: I have a security clearance (inactive for now) and as part of that security clearance, I receive free online security classes and newsletters from the NSA or military, and I pay attention to those classes. So when I see questionable things, it makes me suspicious (and as one my...
  2. J

    Solved Why are Linux files so darn large?

    The following file... ;*************************************************************************** ; Assemble : nasm -felf64 Example.asm ; Link : ld -o Example Example.o -lc -ecrt0 ;*************************************************************************** global crt0 extern printf...
  3. J

    Solved I can't assemble even the most basic file

    I am very new to Linux but I am not new to programming, so with that in mind understand me when I say that I cannot find anyone who can understand or help me with this super elementary programming problem so this is my last resort (which is why I didn't even know where to post this in this...
Top