Posted January 13, 2016
is interpreted scripting language with a c-like structure that's an offshoot of sed, allowing you to write very simple and powerful scripts for processing data. [url=https://www.gnu.org/software/sed/manual/sed.html]Sed is a stream editor, letting you make adjustments on input data one line at a time (or multiple lines if you tell it to).
Worst case, if you are creating a new file, you can always use echo and just redirect to a file.
Although it might be easier to use apt-get, especially that a lot of distributions patch the kernels with extra features/fixes to make it work with their vision, making a number of distributions in compatible with eachother. Slightly annoying. However unless you're downloading and remaking the kernel from scratch, you are probably wanting just the header files which are separate but let you compile modules (ko) and plug them in.
But then you'll probably complain the compiling is too complicated without understanding how to use configure or make...
I should remind you that back before Linux there was MSDOS and Windows 3.1 or Windows 95. And guess what, those came with Manuals! and you had to READ the manuals to figure out how to get around or do things on the computers.
When in doubt, read the manual - me
johnnygoging: not too complicated?!! have you seen vim?! that's the text editor!!! vim! don't like vim! there's another text editor! called emacs!
Vi/Vim is easier than Emacs for the beginner, however there are other editors. there's joe, or if you use the GUI there's a kde notepad which looks very similar to wordpad for windows. If you insist on having a GUI probably look at KDE programs, Gnome, or one of the other common windowing manager specific editors. I'd suggest maybe seeing if notepad++ has a port, that would be a good one :) Worst case, if you are creating a new file, you can always use echo and just redirect to a file.
johnnygoging: WHERE ARE MY BLOODY KERNEL SOURCES HOW DO I GET THEM ...
oh I see, sir, I see. I see how it is now. ohh ho ho. ohh ho. ohh yes inded. indeed, sir. *teeth smacking and licking*
https://www.kernel.org/ oh I see, sir, I see. I see how it is now. ohh ho ho. ohh ho. ohh yes inded. indeed, sir. *teeth smacking and licking*
Although it might be easier to use apt-get, especially that a lot of distributions patch the kernels with extra features/fixes to make it work with their vision, making a number of distributions in compatible with eachother. Slightly annoying. However unless you're downloading and remaking the kernel from scratch, you are probably wanting just the header files which are separate but let you compile modules (ko) and plug them in.
But then you'll probably complain the compiling is too complicated without understanding how to use configure or make...
I should remind you that back before Linux there was MSDOS and Windows 3.1 or Windows 95. And guess what, those came with Manuals! and you had to READ the manuals to figure out how to get around or do things on the computers.
When in doubt, read the manual - me