solaris
Here are 97 public repositories matching this topic...
Hi, I'm looking around for test my linux based machine whit docker but don't see the 'how to' anywhere, someone know how to run the official test suite?
http://www.phoronix-test-suite.com/documentation/
thanks in advance,
Printable format
Is there any chance that you will create a printable version of this docs as it would be very useful if it is distributed on my college tech club and my fellow linux geekmate. Thanks
In the mysql config file, innodb_flush_log_at_trx_commit is set to 0.
However, the MySQL official document recommends to set it to 1, which helps keep InnoDB ACID Compliant.
"For
-
Updated
May 30, 2020 - C
-
Updated
Apr 23, 2020 - C
-
Updated
Aug 26, 2018
-
Updated
Jan 8, 2020 - Shell
Update documentation
New features have been added but the documentation is not in sync.
Man page is missing
Update documentation
I noticed some broken English in the PDF documentation and I really love this piece of software, could I submit a PR?
-
Updated
May 27, 2020 - Shell
Ubuntu has the very nice and simple pppoeconf app exactly for the purpose of dealing with pppoe. In the OpenIndiana docs I only found references to pppd. That is as far as I could understand from reading 'man pppd' a way to build scripts on top of raw network protocols. I am willing to put on the effort to help create some sort of simple to use script to solve the issue of connecting to my ISP. If
-
Updated
May 28, 2020 - Python
-
Updated
Jul 11, 2019 - C
root@diskmaskin01:~ # /usr/local/libexec/nagios/check_zpools.sh -p thispooldoesnotexist ; echo $?
cannot open 'thispooldoesnotexist': no such pool
cannot open 'thispooldoesnotexist': no such pool
/usr/local/libexec/nagios/check_zpools.sh: line 125: [: !=: unary operator expected
ALL ZFS POOLS OK (thispooldoesnotexist)|thispooldoesnotexist=%
0
root@diskmaskin01:~ #
-
Updated
Feb 20, 2020 - Python
-
Updated
Mar 19, 2019 - C
Improve this page
Add a description, image, and links to the solaris topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solaris topic, visit your repo's landing page and select "manage topics."
Hey :) This program looks awesome, first time user here.
On GNU/Linux, I'd like to use fswatch to monitor only writes to a file. I'd like to run a markup convertor whenever I perform a write to a README file.
It feels as if the normal
fswatch -o READMEshows also events which are not write because it spits a new line even if I don't write the file but moving my focus to it.I notice the