[Trisquel-users] Re : How can awk as a substitute for paste

2020-07-13 Thread lcerf
Save the script I wrote in a file, turn it executable and execute it in a terminal. Without any argument, it asks the kernel to write the buffered data to disk every five second (you can change this default editing the number 5 at the beginning of the script). With one argument, you can sp

Re: [Trisquel-users] Laptop lid linked to power management

2020-07-13 Thread jimgarrett
Thanks, this makes sense when you put it that way. And in fact I have an update: as I was trying to figure out where interrupts might be, I set it down and a screw fell out. It secures a corner of the bottom--and other things, apparently. I screwed it back in tight and now my problem is g

Re: [Trisquel-users] How can awk as a substitute for paste

2020-07-13 Thread amenex
Here's the result from my first thoughtful guess: while sleep 300; do sync -f /home/george/Desktop/May2020/nMapScans/ScoreCards-IPv4/SyncIPv4/; done | time sudo nmap -Pn -sn -T4 --max-retries 8 -iL Addresses.IPv4.May2020.37.txt -oG - | grep "Host:" '-' | awk '{print $2,$3}' '-' | sed 's/

[Trisquel-users] How can I help bring new packages to Trisquel?

2020-07-13 Thread lofenyy
I recently switched to Trisquel as my daily driver from Arch. I've noticed a few packages have lagged behind enough to noticeably effect usability. For example, I've followed instructions elsewhere to update my youtube-dl from upstream. I figure if I'm already going to do this, I could help p

[Trisquel-users] Re : How can awk as a substitute for paste

2020-07-13 Thread lcerf
I haven't the slightest clue where sync stores the data in persistent storage; if I knew, I could watch it develop. 'sync' just tells the kernel to write the buffered data to disk. To the files where they would have eventually been written: watch your output files.

Re: [Trisquel-users] ¿Es PureOS realmente totalmente libre?

2020-07-13 Thread mason
> ¿Es PureOS realmente totalmente libre? No.[1][2] La FSF no debe promocionar PureOS. [1]: https://trisquel.info/en/forum/another-path#comment-150090 [2]: https://trisquel.info/en/forum/another-path#comment-150091

Re: [Trisquel-users] How can awk as a substitute for paste

2020-07-13 Thread amenex
While all this coding was going on, I discovered a flaw in my logic, whereby my method of separating not-looked-up IPv4 addresses from the Recent Visitor data was extracting some lookalike IPv4 data from the hostnames, including impossible addresses. I used comm to select only those addresses

Re: [Trisquel-users] ¿Es PureOS realmente totalmente libre?

2020-07-13 Thread lucas
Sorry, this post is for the spanish forum, this is a mistake!!! (sorry my english is poor)

[Trisquel-users] ¿Es PureOS realmente totalmente libre?

2020-07-13 Thread lucas
Buenas, el otro día probé PureOS, el cual contiene Thunderbird, Chromium y Firefox-ESR en sus repositorios y algunos en el sistema. ¿Chromium no era software totalmente libre ya que tenia algunos paquetes sin licenciar? y ¿Firefox-ESR y Thuderbird tienen sus logos con marca registrada y no pe

[Trisquel-users] Re : How can awk as a substitute for paste

2020-07-13 Thread lcerf
'awk' does not aim to synchronize cached writes to persistent storage. 'sync' does. To call it every 5 seconds: while sleep 5 do sync done But you do not want a hard-coded value. A default is good though. Also, for greater performances, you should be able to give the list of the files

[Trisquel-users] How can awk as a substitute for paste

2020-07-13 Thread amenex
Some time ago I noticed that an awk script piped into a long-running nmap script caused the overall script to make relatively frequent saves of the output file, providing some assurance that the script was making progress and providing a record of its accomplishment. That occasionally allowed

Re: [Trisquel-users] after crypt setup, Trisquel does not be loaded

2020-07-13 Thread msuzuqi
Yes, I would need that for expected something future trouble but unfortunately I cannot see the advanced screen anymore. But it's OK. This is not the end of life of mine.