'evil'. Enough with the hyperbole.
You're giving me flashbacks to the stupid amount of time it took for me to identify a coil whine issue on my motherboard that gets worse when the CPU is in power saving mode. I 'worked around' the issue for the longest…
fwiw - I follow a number of car YT channels that do giveaways (cleetus mcfarland, etc). They've always mentioned the no purchase required aspect and have a third party company who handle the draw, etc.
I've found the biggest issue with this is that people forget they've deployed it. It just gets left there until it's sufficiently out of date that a security issue pops up.…
The story used pictures from DALL-E2 so I suspect that they were referring to the platform as a whole.
Or you know; you could have a healthier work life balance whilst getting that same level of work done in the 32 hours.
Its dark souls in skyrim
There are some great remote work opportunities these days. It might be worth starting to look at other European countries who are hiring. Take Ireland for example. You're not going to be making US level money but I'd…
Shared hoster here. More likely the app arbitrarily decided 'these versions of PHP are EOL', where the reality is that they're being maintained by a number of OS vendors. Too many customers run really old versions of…
wp-supercache - it's been taken over by automaticc themselves these days, which is an added bonus.
Caching is a must on WordPress. The first distributed password bruteforce (of which there will be many) will drive the load on your server into 3 digits in short notice otherwise. Source: hoster
What; you meaning zoning?
Don't forget the recent seven additions to meltdown/spectre. It'll be interesting to see if the latest round of hardware protections help there.
https://www.storagereview.com/ was always my first stop for in-depth reviews of disks
My arch linux using co-worker is currently awaiting delivery of one of these: https://ergodox-ez.com/collections/frontpage
fyi you should be able to use tcpdump -l instead of calling stdbuf.
No; it turned out that bad studies produce not very useful statistics. Others in this thread have already indicated why this study doesn't help with much. Unfortunately it will just give the anti-fluoride crowd…
So you trust the govt to do right by you. What about the next govt? What if UKIP got in power? Honestly I think this information is actually too dangerous for anyone to have - companies or govts. I'd like to see this…
So the govt has my data instead of Facebook? No thank you - that's vastly worse.
Yes; the bit that manages the process accounting and the other bit for writing the log files... Personally I consider two processes and 40MB of ram to be negligible for the benefits it brings. You can indeed use it as a…
atop is best top. One of the few bits of software I evangelise. Writes to replayable binary logfile with 10 minute system-state snapshots and uses process accounting to ensure it see's every process during that time.…
Not to mention the webhooks. It's trivial to implement pushing data into slack. They even give you a hello world sample curl when you opt to add the webhook. At the simplest you can just replace the hello world text and…
The main issue I've had is with the awful documentation. They give a good chunk of examples - but I was unable to easily locate a simple listing of all the different ways of referencing things. For a tool like this;…
Use of grep -v equiv is wrong and dirty. Instead should be: $ [data is generated] | awk '!/something/'
'evil'. Enough with the hyperbole.
You're giving me flashbacks to the stupid amount of time it took for me to identify a coil whine issue on my motherboard that gets worse when the CPU is in power saving mode. I 'worked around' the issue for the longest…
fwiw - I follow a number of car YT channels that do giveaways (cleetus mcfarland, etc). They've always mentioned the no purchase required aspect and have a third party company who handle the draw, etc.
I've found the biggest issue with this is that people forget they've deployed it. It just gets left there until it's sufficiently out of date that a security issue pops up.…
The story used pictures from DALL-E2 so I suspect that they were referring to the platform as a whole.
Or you know; you could have a healthier work life balance whilst getting that same level of work done in the 32 hours.
Its dark souls in skyrim
There are some great remote work opportunities these days. It might be worth starting to look at other European countries who are hiring. Take Ireland for example. You're not going to be making US level money but I'd…
Shared hoster here. More likely the app arbitrarily decided 'these versions of PHP are EOL', where the reality is that they're being maintained by a number of OS vendors. Too many customers run really old versions of…
wp-supercache - it's been taken over by automaticc themselves these days, which is an added bonus.
Caching is a must on WordPress. The first distributed password bruteforce (of which there will be many) will drive the load on your server into 3 digits in short notice otherwise. Source: hoster
What; you meaning zoning?
Don't forget the recent seven additions to meltdown/spectre. It'll be interesting to see if the latest round of hardware protections help there.
https://www.storagereview.com/ was always my first stop for in-depth reviews of disks
My arch linux using co-worker is currently awaiting delivery of one of these: https://ergodox-ez.com/collections/frontpage
fyi you should be able to use tcpdump -l instead of calling stdbuf.
No; it turned out that bad studies produce not very useful statistics. Others in this thread have already indicated why this study doesn't help with much. Unfortunately it will just give the anti-fluoride crowd…
So you trust the govt to do right by you. What about the next govt? What if UKIP got in power? Honestly I think this information is actually too dangerous for anyone to have - companies or govts. I'd like to see this…
So the govt has my data instead of Facebook? No thank you - that's vastly worse.
Yes; the bit that manages the process accounting and the other bit for writing the log files... Personally I consider two processes and 40MB of ram to be negligible for the benefits it brings. You can indeed use it as a…
atop is best top. One of the few bits of software I evangelise. Writes to replayable binary logfile with 10 minute system-state snapshots and uses process accounting to ensure it see's every process during that time.…
Not to mention the webhooks. It's trivial to implement pushing data into slack. They even give you a hello world sample curl when you opt to add the webhook. At the simplest you can just replace the hello world text and…
The main issue I've had is with the awful documentation. They give a good chunk of examples - but I was unable to easily locate a simple listing of all the different ways of referencing things. For a tool like this;…
Use of grep -v equiv is wrong and dirty. Instead should be: $ [data is generated] | awk '!/something/'