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
[x]
Creation time
: Last year
Sort order
Date
Score
Content type
Article (Print)
(21)
Article
(4)
News
(2)
Keywords
« Previous
1
2
3
Next »
27%
Setting up secure RDP connections
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
this step for admins. The PowerShell -computername parameter lets you query whether or not RDP is running on a server and works over the network, as well: Get-CimInstance -Namespace "
root
\cimv2\Terminal
27%
Mocking and emulating AWS and GCP services
05.08.2024
Home
»
Archive
»
2024
»
Issue 82: Sover...
»
root:root
/usr/local/bin/dockerize FROM google/cloud-sdk:alpine SHELL ["/bin/ash", "-o", "pipefail", "-c"] RUN apk add --no-cache --virtual .build-deps alpine-sdk libffi-dev openssl-dev python3-dev py3
27%
KISS – Adding a New User
04.11.2024
Home
»
HPC
»
Articles
»
. If a file is older than that time, a “sweeper” cron job moves their data to slower speed storage and chown it to
root
so that no one except
root
can access the file. If a user really has to have that data
27%
MySQL upgrade obstacles
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
. The older tool is mysqlcheck: mysqlcheck -u
root
-pmy-secret-pw --check-upgrade --all-databases mysql.columns_priv OK mysql.db OK mysql
27%
Tools to Manage Storage
03.02.2024
Home
»
HPC
»
Articles
»
the initial quota tally. You can see the quota files by looking at the
root
of the filesystem mountpoint: $ ls -sh /home2 To follow the steps for setting user and group quotas see this online reference
27%
Update on Containers in HPC
08.07.2024
Home
»
HPC
»
Articles
»
are “rootless” technologies, whereas generally, Docker requires
root
(yes, I’m aware of the rootless Docker capability). This may come into play in later questions. The next question focused more on HPC
27%
Migrate your Git repositories to Gitea
04.12.2024
Home
»
Archive
»
2024
»
Issue 84: Non-R...
»
would recommend configuring the settings for logging to files in the log section: [log] #MODE = console MODE = file LEVEL = Warn
ROOT
_PATH = /opt/gitea/log LOG
27%
Integrate remote cloud storage
27.09.2024
Home
»
Archive
»
2024
»
Issue 83: Storage
»
of the
root
directory, not file names: $ rclone sync -P /
/
:/
/ Rclone copies the data to the cloud and keeps the folder structure. The -P parameter displays a progress bar. Rclone
27%
Tools for testing container vulnerability
03.04.2024
Home
»
Archive
»
2024
»
Issue 80: Threa...
»
. With a database running directly on the server, you can typically access an SQL shell by typing mysql -u
root
. In a container, this simple approach typically no longer works, or at least not out of the box. Instead
27%
Build and host Docker images
30.01.2024
Home
»
Archive
»
2024
»
Issue 79: Monit...
»
default_server;
root
/usr/share/nginx/html; index index.html index.htm; server_name _; location / { try_files $uri $uri/ =404; } } Again in Listing 2, EXPOSE instructs the runtime
« Previous
1
2
3
Next »