
Dmitrii Maksimov
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Activity overview
Latest activity by Dmitrii Maksimov-
Dmitrii Maksimov created an article,
Install the Telegram Desktop client on your Ubuntu Shell
One of the reasons why many people like Telegram is that it has been developed under two fundamental pillars - speed and privacy. But it goes beyond that because with Telegram we have channels, bot...
-
Dmitrii Maksimov created an article,
Install Visual Studio Code on your Ubuntu Shell
Visual Studio Code is not in the official Ubuntu repositories, but developers have created an external repo where the application is hosted. We will always have the latest version of the applicatio...
-
Dmitrii Maksimov created an article,
Using htop to monitor your system from the terminal on Ubuntu Shell
htop is a terminal-based system monitoring application. It allows you to see memory usage, processor usage, amount of tasks, load averages, process list, and more in a human-readable format. The in...
-
Dmitrii Maksimov created an article,
How to install LAMP stack on your Ubuntu Shell?
Looking to host a webpage or a website? This tutorial will guide you to install LAMP on your Ubuntu Shell. LAMP stack - is an open-source web development platform that uses:• Linux - Operating Syst...
-
Dmitrii Maksimov created an article,
How to resize a partition using fdisk utility in your Ubuntu Shell?
There could be multiple scenarios where you would need to resize primary partition andextend non lvm root partition space. Prerequisites: sudo/root access Information about disk capacity and exist...
-
Dmitrii Maksimov created an article,
How to migrate from Windows to Linux?
You want to start learning Linux, but don't feel good about losing your current system and important data? There are three options you can go with: 1. Install and configure Linux on a new separate ...
-
Dmitrii Maksimov created an article,
Linux or Windows? Operating system for your Shell
There are a lot of myths that Linux is very difficult and only system administrators and developers can use it. Without a doubt, Windows is one of the top operating systems on the market, however, ...
-
Dmitrii Maksimov created an article,
Traffic analysis with TCPDUMP on your Ubuntu Shell
Tcpdump is a command line utility that can help you to capture and analyze traffic going through your system as well with troubleshooting network related issues. Enter the following command to inst...
-
Dmitrii Maksimov created an article,
How to change the hostname on your Ubuntu Shell?
There are two ways to check a hostname on your system: 1. Open a content of the file /etc/hostname with the command cat. cat /etc/hostname You will get an output with a hostname: localhost 2. Run i...
-
Dmitrii Maksimov created an article,
How to compress and decompress rar files in Ubuntu
We usually associate RAR files with Windows, however more and more people use Ubuntu which makes it necessary to know how to compress and decompress RAR files in Ubuntu. In case you didn't know, R...