top of page
Blogs


How to securely copy files from remote servers to your local system using SCP
Easy guide to copy all the files from remote server to your system with one line of command using scp.
5 days ago1 min read
4


How to Securely Copy Files from your system to UniDatacenter servers using SCP
How to copy all your files from your computer to a remote server
5 days ago1 min read
12

Shell Scripts: How to execute them
A .sh file is a scripting language file that contains commands that can be executed on a Unix shell. These are a series of commands run...
Sep 10, 20241 min read
29


Uni-Datacenter: A Game-Changer for High-Performance Molecular Dynamics Simulations using NVIDIA GPUs
The selection of hardware becomes increasingly important as the need for high-performance computing keeps growing, especially in areas...
Aug 31, 20244 min read
20

Monitor your system with Glances
Glances is a comprehensive system monitoring utility designed to deliver detailed process information in a concise and adaptable format....
Aug 27, 20241 min read
18


Cockpit: A browser-based Linux administration tool
Cockpit is a tool sponsored by Red Hat, for web-based administration of Linux servers. It provides a user-friendly, bloat-free, secure...
Aug 27, 20241 min read
5


Gromacs: Get maximum performance
Gromacs is a free and open-source software suite for high-performance molecular dynamics, mainly designed for simulations of proteins,...
Aug 2, 20243 min read
53


Remote Development with SSH in VS Code
The Visual Studio Code (VS Code) is one of the coolest code editor as of 2024. It provides an integrated development environment (IDE) ...
Jul 23, 20244 min read
45

Bash Scripting: Special Characters
In this post, we will talk about special characters in bash scripts and how they can make our lives easier. There are many special...
Jul 23, 20242 min read
15

Introduction to Bash Scripting
In this post, we will talk about how to run bash scripts in the terminal. The shell is the main component of Linux, which allows users to...
Jul 22, 20243 min read
45


CLI: Useful commands for compression/extraction in Linux
For beginners, learning the Command Line Interface could be a vital tool in your arsenal. Master CLI commands to easily navigate between...
Jul 21, 20241 min read
5

CLI: Useful process management commands in Linux
For beginners, learning the Command Line Interface could be a vital tool in your arsenal. Master CLI commands to easily navigate between...
Jul 21, 20241 min read
3

CLI: Useful system information commands
For beginners, learning the Command Line Interface could be a vital tool in your arsenal. Master CLI commands to easily navigate between...
Jul 21, 20241 min read
5

Module Basics: A robust way to manage multi-version softwares in Linux
The module package is available on the computing clusters, allowing users to access alternative versions of standard packages. The...
Jul 21, 20241 min read
10

How to create a SSH-Key for your account login
If you are reading this blog, it is very likely that you are trying to login to your computing cluster. To be able to login to your...
Jul 20, 20241 min read
27

Useful CLI Commands (Command Line Interface)
For beginners, learning the Command Line Interface could be a vital tool in your arsenal. Master CLI commands to easily navigate between...
Jul 11, 20242 min read
14

How to login to Uni Datacenter clusters
If you are reading this probably you already have a reserved cluster at Uni Datacenter. If not, check out www.uni-datacenter.com . To...
Jul 10, 20241 min read
38
bottom of page