search:
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
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(56)
Article
(14)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
3
4
5
6
7
Next »
13%
Hunt down vulnerabilities with the Metasploit pen-testing tool
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
can use to test security vulnerabilities, enumerate networks, execute attacks, and evade detection" [1], has been written up in a number of books. Linux Magazine reported more than
12
years ago [2
13%
Tuning I/O Patterns in Python
18.12.2013
Home
»
HPC
»
Articles
»
(One-by-One) 1 #include
2 3 /* Our structure */ 4 struct rec 5 {
6
int x,y,z; 7 float value; 8 }; 9 10 int main() 11 {
12
int counter; 13 struct rec my_record; 14 int counter_limit; 15
13%
What's your status (page)?
28.11.2023
Home
»
Archive
»
2023
»
Issue 78: Domai...
»
image: monitoror/monitoror:${MTRRTAG:-latest} 05 ports: 06 - "38080:8080" 07 environment: 08 - "MO_CONFIG=/etc/config.json" 09 restart: unless-stopped 10 11 networks:
12
default
13%
Security first with the Hiawatha web server
11.04.2016
Home
»
Archive
»
2016
»
Issue 32: Measu...
»
network adapters, one for administration and one for the web server. I gave the system 1GB memory, but it has not yet used more than 200
MB
. Then, boot the image. You have several choices: Add
13%
Managing FOSS applications on AIX
27.05.2025
Home
»
Archive
»
2025
»
Issue 87: Light...
»
is to look at the most efficient method of managing FOSS on AIX with the DNF package manager. AIX Toolbox Today more than
400
open source packages are available for download at the IBM hosted repository
13%
New features in MariaDB 10.3
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
.0), (2, 2017, 0.0), (3, 2017, 100.00);
12
SQL> INSERT INTO customer 13 VALUES (1, 2018,
400
.0), (2, 2018, 0.0), (3, 2018, 0.0); 14 15 SQL> SELECT * FROM customer; 16 +---+------+---------+ 17 | id| year
13%
Web applications with Flask
14.03.2013
Home
»
Archive
»
2013
»
Issue 13: IPv6...
»
rel="stylesheet" href="style.css" /> 05 {% endblock %} 06 07 08
09 {% for item in seq %} 10
{{ item }}
11 {% endfor %}
12
13 14