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
Spell check suggestion:
%256mb 100 Llorente 2012
?
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(15)
Article
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
2
19%
Read-only File Compression with SquashFS
14.06.2017
Home
»
HPC
»
Articles
»
-rw-r--r-- 1 laytonjb laytonjb 261K 2014-06-09 20:31 FS_scan.csv.gz The original file is 3.2
MB
, but after using gzip with the -9 option (i.e., maximum compression), the resulting file is 268KB. The .gz
19%
Read-only file compression with SquashFS
14.08.2017
Home
»
Archive
»
2017
»
Issue 40: Lean...
»
:31 FS_scan.csv $ gzip -9 FS_scan.csv $ ls -lsah FS_scan.csv.gz 268K -rw-r--r-- 1 laytonjb laytonjb 261K 2014-06-09 20:31 FS_scan.csv.gz The original file is 3.2
MB
, but after using gzip with the -9
19%
Serverless computing with AWS Lambda
30.01.2020
Home
»
Archive
»
2020
»
Issue 55: AWS L...
»
of the screen (I had to scroll up a bit), and I can expand the details to show the output, { "statusCode":
200
, "body": "\"Hello from Lambda!\"" } which means the test worked. If you haven't created a test
19%
Have a Bash with the Zing network utility
25.09.2023
Home
»
Archive
»
2023
»
Issue 77: Secur...
»
for icmp_seq 2 --- nist.gov ping statistics --- 4 packets transmitted, 0 packets received,
100.0
% packet loss The host is the National Institute for Standards and Technology (NIST), a US government
19%
Get to know Azure Files and Azure File Sync
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
with up to
1,000
input/output operations per second (IOPS). Besides file shares, this type of account offers blob containers, queues, and tables as storage resources and supports locally redundant (LRS
18%
RESTful APIs in practice
09.10.2017
Home
»
Archive
»
2017
»
Issue 41: Kuber...
»
client.get_all_tweets(user) 20 collect_with_max_id do |max_id| 21 options = {count:
200
, include_rts: true} 22 options[:max_id] = max_id unless max_id.nil? 23 user_timeline(user, options) 24
« Previous
1
2