Admin Magazine
 
  • News
  •  
  • Articles
  •  
  • Tech Tools
  •  
  • Subscribe
  •  
  • Archive
  •  
  • Whitepapers
  •  
  • Digisub
  •  
  • Write for Us!
  •  
  • Newsletter
  •  
  • Shop
  • DevOps
  • Cloud Computing
  • Virtualization
  • HPC
  • Linux
  • Windows
  • Security
  • Monitoring
  • Databases
  • all Topics...
Search
Login
ADMIN Magazine on Facebook
GooglePlus

Search

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (187)
  • Article (34)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ... 23 Next »

16%
Speed up your MySQL database
11.02.2016
Home »  Archive  »  2016  »  Issue 31: Tunin...  » 
Lead Image © Mikhail Dudarev, 123RF.com
Use of mysqld # ps aux | egrep 'mysqld|VSZ' USER PID %CPU %MEM VSZ RSS START TIME COMMAND mysql 1568 0.0 0.0 4440 744 Sep08 0:00 mysqld_safe mysql 2337 0.1 5.9 29163040
16%
HPC Cloud Storage
20.11.2013
Home »  HPC  »  Articles  » 
:07 s3ql_seq_no_1 4 -rw-r--r-- 1 root root 556 Nov 10 10:07 s3ql_metadata 4 drwxr-xr-x. 4 root root 4096 Nov 10 10:08 .. 4 -rw-r--r-- 1 root root 262 Nov 10 10:10 s3ql_seq_no_2 4 drwxr-xr-x 3 root
16%
Installing and operating the Graylog SIEM solution
13.12.2018
Home »  Archive  »  2018  »  Issue 48: Secur...  » 
Lead Image © Leo Blanchette, 123RF.com
define ROOT C:\Program Files (x86)\nxlog 02 Moduledir %ROOT%\modules 03 CacheDir %ROOT%\data 04 Pidfile %ROOT%\data\nxlog.pid 05 SpoolDir %ROOT%\data 06 LogFile %ROOT%\data\nxlog.log 07 08
16%
CRI-O and Kubernetes Security
30.11.2020
Home »  Archive  »  2020  »  Issue 60: Secur...  » 
Lead Image © Corina Rosu, 123rf.com
"conditions": [ 05 { 06 "type": "RuntimeReady", 07 "status": true, 08 "reason": "", 09 "message": "" 10 }, 11 { 12 "type": "NetworkReady", 13
16%
Security in the AWS cloud with GuardDuty
09.04.2019
Home »  Archive  »  2019  »  Issue 50: Bpfilter  » 
Lead Image © xcfoto, 123RF.com
"guardduty:*" 08 ], 09 "Resource": "*" 10 }, 11 { 12 "Effect": "Allow", 13 "Action": [ 14 "iam:CreateServiceLinkedRole" 15 ], 16 "Resource": "arn:aws:iam
16%
How to configure and use jailed processes in FreeBSD
14.03.2013
Home »  Archive  »  2013  »  Issue 13: IPv6...  » 
© Corina Rosu, 123RF.com
struct jail 01 main(int argc, char **argv) 02 { 03 struct jail j; 04 int i; 05 [...] 06 /* Populate the jail struct */ 07 memset(&j, 0, sizeof(j)); 08 j.version = 0; 09 j.path =
16%
Kubernetes clusters within AWS EKS
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Lead Image © Zlatko Guzmic, 123RF.com
Enter file in which to save the key (/root/.ssh/id_rsa): eks-ssh 05 Enter passphrase (empty for no passphrase): 06 Enter same passphrase again: 07 Your identification has been saved in eks-ssh. 08 Your
16%
Program GUIs in Go with Fyne
28.11.2021
Home »  Archive  »  2021  »  Issue 66: Inci...  » 
Photo by Santoshi Guruju on Unsplash
" 06 "fyne.io/fyne/v2/widget" 07 ) 08 09 func main() { 10 a := app.New() 11 w := a.NewWindow("") 12 w.Resize(fyne.NewSize(200, 200)) 13 w.SetContent(widget.NewLabel("Hello World!")) 14</div> <div class="clear"></div> </div> <div class="view"> <div class="percent">16%</div> <div class="title"><a href="/Archive/2021/63/Protecting-the-production-environment/(language)/eng-US">Protecting the production environment</a></div> <div class="clear"></div> <div class="date">30.05.2021</div> <div class="breadcrumb_only" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> Home <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', 'Archive', 'text-link'])" href="/Archive">Archive</a> </span> </span>  <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', '2021', 'text-link'])" href="/Archive/2021">2021</a> </span> </span>  <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', 'Issue 63: Automation', 'text-link'])" href="/Archive/2021/63">Issue 63: Autom...</a> </span> </span>  <span class="separator">»</span>  <span class="path" itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', '', 'text-link'])" href="/Archive/2021/63/Protecting-the-production-environment"></a> </span> </span> </div> <div class="clear"></div> <div class="attribute-image"><a href="/Archive/2021/63/Protecting-the-production-environment/(language)/eng-US"> <img src="/var/ezflow_site/storage/images/archive/2021/63/protecting-the-production-environment/photobyintricateexploreronunsplash_arches-ancient-rocks.png/183960-1-eng-US/PhotobyIntricateExploreronUnsplash_Arches-Ancient-Rocks.png_small.png" itemprop="image" alt="Photo by Intricate Explorer on Unsplash" title="Photo by Intricate Explorer on Unsplash"> </a></div> <div class="text">_name, 03 Stdlib::Absolutepath $config_file, 04 String $service_name, 05 Stdlib::Ensure::Service $ensure = 'running', 06 Boolean $enable = true, 07 ) { <b>08</b> package { $package_name: 09</div> <div class="clear"></div> </div> <div class="view"> <div class="percent">16%</div> <div class="title"><a href="/Archive/2016/32/MariaDB-MaxScale-A-smart-proxy-for-MySQL/(language)/eng-US">MariaDB MaxScale: A smart proxy for MySQL</a></div> <div class="clear"></div> <div class="date">11.04.2016</div> <div class="breadcrumb_only" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> Home <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', 'Archive', 'text-link'])" href="/Archive">Archive</a> </span> </span>  <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', '2016', 'text-link'])" href="/Archive/2016">2016</a> </span> </span>  <span class="separator">»</span>  <span itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', 'Issue 32: Measuring Performance ', 'text-link'])" href="/Archive/2016/32">Issue 32: Measu...</a> </span> </span>  <span class="separator">»</span>  <span class="path" itemprop="url"> <span itemprop="title"> <a onclick="_gaq.push(['_trackEvent', '', '', 'text-link'])" href="/Archive/2016/32/MariaDB-MaxScale-A-smart-proxy-for-MySQL"></a> </span> </span> </div> <div class="clear"></div> <div class="attribute-image"><a href="/Archive/2016/32/MariaDB-MaxScale-A-smart-proxy-for-MySQL/(language)/eng-US"> <img src="/var/ezflow_site/storage/images/archive/2016/32/mariadb-maxscale-a-smart-proxy-for-mysql/po-24430-123rf-lightwise_123rf-verwirrend_schl_ngelnde_stra_szlig_en_mit_schildern__resized.png/123861-1-eng-US/PO-24430-123RF-lightwise_123RF-Verwirrend_schl_ngelnde_Stra_szlig_en_mit_Schildern__resized.png_small.png" itemprop="image" alt="Lead Image © lightwise, 123RF.com" title="Lead Image © lightwise, 123RF.com"> </a></div> <div class="text">_options=synced <b>08</b> servers=backend1, [...] 09 user=maxscale 10 passwd=secret 11 12 [Galera Listener] 13 type=listener 14 service=Galera Router 15 protocol=MySQLClient 16 address=10.42.0.1 17 port=3306 18 19 [Galera</div> <div class="clear"></div> </div> <div class="pagenavigator"> <p> <span class="previous"><a href="/content/search/(offset)/110?SearchText=%25xsede%2222+08+Llorente&sort=score"><span class="text">« Previous</span></a></span> <span class="pages"> <a href="/content/search?SearchText=%25xsede%2222+08+Llorente&sort=score">1</a> ... <span class="other"><a href="/content/search/(offset)/50?SearchText=%25xsede%2222+08+Llorente&sort=score">6</a></span> <span class="other"><a href="/content/search/(offset)/60?SearchText=%25xsede%2222+08+Llorente&sort=score">7</a></span> <span class="other"><a href="/content/search/(offset)/70?SearchText=%25xsede%2222+08+Llorente&sort=score">8</a></span> <span class="other"><a href="/content/search/(offset)/80?SearchText=%25xsede%2222+08+Llorente&sort=score">9</a></span> <span class="other"><a href="/content/search/(offset)/90?SearchText=%25xsede%2222+08+Llorente&sort=score">10</a></span> <span class="other"><a href="/content/search/(offset)/100?SearchText=%25xsede%2222+08+Llorente&sort=score">11</a></span> <span class="other"><a href="/content/search/(offset)/110?SearchText=%25xsede%2222+08+Llorente&sort=score">12</a></span> <span class="current">13</span> <span class="other"><a href="/content/search/(offset)/130?SearchText=%25xsede%2222+08+Llorente&sort=score">14</a></span> <span class="other"><a href="/content/search/(offset)/140?SearchText=%25xsede%2222+08+Llorente&sort=score">15</a></span> <span class="other"><a href="/content/search/(offset)/150?SearchText=%25xsede%2222+08+Llorente&sort=score">16</a></span> <span class="other"><a href="/content/search/(offset)/160?SearchText=%25xsede%2222+08+Llorente&sort=score">17</a></span> <span class="other"><a href="/content/search/(offset)/170?SearchText=%25xsede%2222+08+Llorente&sort=score">18</a></span> <span class="other"><a href="/content/search/(offset)/180?SearchText=%25xsede%2222+08+Llorente&sort=score">19</a></span> <span class="other">...</span> <span class="other"><a href="/content/search/(offset)/220?SearchText=%25xsede%2222+08+Llorente&sort=score">23</a></span> </span> <span class="next"><a href="/content/search/(offset)/130?SearchText=%25xsede%2222+08+Llorente&sort=score"><span class="text">Next »</span></a></span> </p> <div class="break"></div> </div> </div> </form> <script language="JavaScript" type="text/javascript"> jQuery('#mainarea-autocomplete-rs').css('width', jQuery('input#Search').width()); var autocomplete = new eZAJAXAutoComplete({ url: "/ezjscore/call/ezfind::autocomplete", inputid: 'Search', containerid: 'mainarea-autocomplete-rs', minquerylength: 2, resultlimit: 10 }); ezfSetBlock( 'ezfFacets', ezfGetCookie( 'ezfFacets' ) ); ezfSetBlock( 'ezfHelp', ezfGetCookie( 'ezfHelp' ) ); </script> <div class="clear"></div> </div> </div> </div> </div> <div class="row"> <div id="bottom-banner" class="span12"> </div> </div> </div> </div> <div> <div class="container"> <div class="row"> <div class="span12" id="Footer"> <footer> <div class="footer row"> <div class="span1"></div> <div class="span10 claim-wrapper"> <div id="footer-topics" class="container"> <div class="footer-sitemap"> </div> <div class="footer-topics"> <div class="footer-topic firstli lastli"> <h2>Service</h2> <ul> <li><a onclick="_gaq.push(['_trackEvent', 'footer-topics', 'Archive/Article-Code', 'text-link'])" href="/Archive/Article-Code">Article Code</a></li> <li><a onclick="_gaq.push(['_trackEvent', 'footer-topics', 'Contact', 'text-link'])" href="/Contact">Contact</a></li> </ul> </div> <div class="footer-topic lastli footer-ini"> <ul> <li><a onclick="_gaq.push(['_trackEvent', 'footer-topics', '/Legal-Notice', 'text-link'])" href="/Legal-Notice">Legal Notice</a></li> <li><a onclick="_gaq.push(['_trackEvent', 'footer-topics', '/Privacy-Policy', 'text-link'])" href="/Privacy-Policy">Privacy Policy</a></li> </ul> </div> </div> </div> </div> <div class="span1"></div> </div> <div class="row"> <div id="glossar"> <ul id="glossar_menue"> <li> <a href="/Glossary">Glossary</a> <ul> <li> <a href="/Glossary/Backup-Test">Backup Test</a> </li> </ul> </li> </ul> </div> <div id="copyright"> © 2025 <a href="http://www.linuxnewmedia.com/" target="_blank">Linux New Media USA, LLC</a> – <a href="/Legal-Notice">Legal Notice</a> </div> </div> </footer> </div> </div> </div> </div> </div> </div> </body> </html>