When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.

Losst En

21 Pins
 1w
Collection by
Similar ideas popular now
Linux
Filing System
Syntax
In the previous article, I explained how to mount a Windows shared folder in Linux. There were certain issues due to the fact that Microsoft uses the WS-Discovery protocol, and Linux still poorly supports this protocol. However, if you need to mount a Samba shared folder, the issues will be roughly the same. In this article, we will look at how to mount a SMB share in Linux or Windows using a graphical interface.
In the previous article, I explained how to mount a Windows shared folder in Linux. There were certain issues due to the fact that Microsoft uses the WS-Discovery protocol, and Linux still poorly supports this protocol. However, if you need to mount a Samba shared folder, the issues will be roughly the same. In this article, we will look at how to mount a SMB share in Linux or Windows using a graphical interface.
Seriyyy95S
Seriyyy95
In the Windows operating system, there is a feature called file sharing. On one computer, you can set up windows-shared folder that will be accessible to all computers on the local network. This is done using the SMB protocol, which has several versions. In Linux, you can open and create shared folders using Samba. Samba Server, Desktop Environment, Network Drive, Line Tools, Network Sharing, Private Network, Shared Folder, Windows Operating Systems, Filing System
In the Windows operating system, there is a feature called file sharing. On one computer, you can set up windows-shared folder that will be accessible to all computers on the local network. This is done using the SMB protocol, which has several versions. In Linux, you can open and create shared folders using Samba.
Seriyyy95S
Seriyyy95
Most browsers come equipped with developer tools that enable the inspection of page elements and execution of JavaScript code live on the page itself. Interestingly, parts of the GNOME desktop environment are also written in JavaScript, including the GNOME Shell and its extensions. Thus, there is a tool that can help to interact with this code. It is called Looking Glass. Developer Tools, Ui Elements, Hierarchy, Javascript, Browser, Gnomes, Extensions
Most browsers come equipped with developer tools that enable the inspection of page elements and execution of JavaScript code live on the page itself. Interestingly, parts of the GNOME desktop environment are also written in JavaScript, including the GNOME Shell and its extensions. Thus, there is a tool that can help to interact with this code. It is called Looking Glass.
Seriyyy95S
Seriyyy95
Sometimes, you might need to copy hidden files or folders from one location to another. In Linux, hidden files are characterized by a period (.) as the first character of their name. A common example would be copying a user's home directory or a directory with a website, as these directories often contain many hidden files. Unintended Consequences, Syntax, Let's Create, Linux, Filing, Folders, The One, Users, Texts
Sometimes, you might need to copy hidden files or folders from one location to another. In Linux, hidden files are characterized by a period (.) as the first character of their name. A common example would be copying a user's home directory or a directory with a website, as these directories often contain many hidden files.
Seriyyy95S
Seriyyy95
You may often need to locate specific directories for various purposes, such as finding configuration, identifying folders containing backup data, or searching for project-related directories. One of the most efficient ways to find a directory by name is using the 'find' command. Short Article, Backup, Command, Identify, Searching, Data, Purpose
You may often need to locate specific directories for various purposes, such as finding configuration, identifying folders containing backup data, or searching for project-related directories. One of the most efficient ways to find a directory by name is using the 'find' command.
Seriyyy95S
Seriyyy95
In Unix operating systems and Linux all objects are files. It means that files are used not only for saving user data and system configuration, but different system management and communication mechanisms are based on files too. Therefore, searching for files is very important, and it will be very useful for beginners to learn how to find the location of a specific file, it's a program, image, or document. Folder Image, F Names, Regular Expression, Document Folder, Word File, Unix, Github, Search Engine
In Unix operating systems and Linux all objects are files. It means that files are used not only for saving user data and system configuration, but different system management and communication mechanisms are based on files too. Therefore, searching for files is very important, and it will be very useful for beginners to learn how to find the location of a specific file, it's a program, image, or document.
Seriyyy95S
Seriyyy95
I explained how to install Ubuntu 23.04 in a previous article. It looks pretty good after installation, but there are several things you can do to make it even better. For example, you can personalize the GNOME environment, enable or disable some features and install necessary applications. In this article, I will show how to configure Ubuntu 23.04 after installation. I will provide not only instructions on how to do it in the GUI, but also add CLI commands for each step. Pretty Good, How To Look Pretty, Change Background, You Can Do, Explained, Things To Do, Instruction, Example, Environment
I explained how to install Ubuntu 23.04 in a previous article. It looks pretty good after installation, but there are several things you can do to make it even better. For example, you can personalize the GNOME environment, enable or disable some features and install necessary applications. In this article, I will show how to configure Ubuntu 23.04 after installation. I will provide not only instructions on how to do it in the GUI, but also add CLI commands for each step.
Seriyyy95S
Seriyyy95
It is the end of April 2023 and it means that it's time for a new Ubuntu release. It is Ubuntu 23.04. This release does not have long-term support, so it may not be as stable. However, it ships several long-awaited improvements, such as the new Flutter installer and GNOME 44. In this article, I will show how to install Ubuntu 23.04 on a PC or laptop using its new installer. This article will be useful for beginners or anyone who wants to know what the new installer looks like. Wireless Access Points, Music Pictures, Long Awaited, Do You Like It, Free Space, Stables, Term
It is the end of April 2023 and it means that it's time for a new Ubuntu release. It is Ubuntu 23.04. This release does not have long-term support, so it may not be as stable. However, it ships several long-awaited improvements, such as the new Flutter installer and GNOME 44. In this article, I will show how to install Ubuntu 23.04 on a PC or laptop using its new installer. This article will be useful for beginners or anyone who wants to know what the new installer looks like.
Seriyyy95S
Seriyyy95
Sometimes, you may need to find a file containing a specific string or find a line in a file where a particular word is present. This can be useful for searching logs, locating configuration files if you don't know where they are, or find files with source code. Linux Kernel, Source Code, Gnu, Logs, Expressions
Sometimes, you may need to find a file containing a specific string or find a line in a file where a particular word is present. This can be useful for searching logs, locating configuration files if you don't know where they are, or find files with source code.
Seriyyy95S
Seriyyy95
Sometimes you may need to find a file, containing the specific text or find a line which specific words in a specific file. Linux has several utilities for this purpose, but the most popular is called grep. It allows to search not only strings in files but also filter output of commands and much more. In this article we will examine what grep command is in Linux, delve into the syntax and possible options of grep, and look at a few examples of using this command. Punctuation Marks, Letter R, Perl
Sometimes you may need to find a file, containing the specific text or find a line which specific words in a specific file. Linux has several utilities for this purpose, but the most popular is called grep. It allows to search not only strings in files but also filter output of commands and much more. In this article we will examine what grep command is in Linux, delve into the syntax and possible options of grep, and look at a few examples of using this command.
Seriyyy95S
Seriyyy95
File copying is one of the most common tasks for PC users. Of course, you can use a file manager, navigate to a directory with your file, and copy files using a graphical interface. It is pretty simple. But in this article I will show how to copy files in the Linux terminal. Name Pictures, Progress Bar, New Names, Use Case, Task
File copying is one of the most common tasks for PC users. Of course, you can use a file manager, navigate to a directory with your file, and copy files using a graphical interface. It is pretty simple. But in this article I will show how to copy files in the Linux terminal.
Seriyyy95S
Seriyyy95
Copying files and directories is a common task when working in the Linux terminal. The most common way to do this is to use the cp Linux command. This command is included in all Linux distributions. It can copy files and directories, and preserve their attributes in Linux file systems. In this article, we will take a deep dive into the cp command. We will explore its syntax, options, and provide the most common examples of its usage. Content Words, Argument, Attributes
Copying files and directories is a common task when working in the Linux terminal. The most common way to do this is to use the cp Linux command. This command is included in all Linux distributions. It can copy files and directories, and preserve their attributes in Linux file systems. In this article, we will take a deep dive into the cp command. We will explore its syntax, options, and provide the most common examples of its usage.
Seriyyy95S
Seriyyy95
Each computer connected to the Internet must have an identifier. In the past, every computer had a unique address that could be used to connect to it. This address is called IP address. Nowadays, most home computers are hidden behind Network Address Translation (NAT), and only servers have public IP addresses. Router Configuration, Because The Internet, Home Computer, Wifi Wireless, Isp, Home Network
Each computer connected to the Internet must have an identifier. In the past, every computer had a unique address that could be used to connect to it. This address is called IP address. Nowadays, most home computers are hidden behind Network Address Translation (NAT), and only servers have public IP addresses.
Seriyyy95S
Seriyyy95
Google Chrome or Chrome it is a free web-browser, developed by Google on WebKit engine. In 2022 almost 61% users of the Internet use Google Chrome. It is 8% less than in 2020. This browser is available for Linux, Windows, Android, IOS, and MacOS. In this article I will show how to install Chrome in Ubuntu 22.04. Google Chrome has an open-source version that is called Chromium, but I will cover only proprietary version here. Linux Mint, Free Web, Google Chrome, Google Account, Open Source, Web Browser, Engineering, Internet
Google Chrome or Chrome it is a free web-browser, developed by Google on WebKit engine. In 2022 almost 61% users of the Internet use Google Chrome. It is 8% less than in 2020. This browser is available for Linux, Windows, Android, IOS, and MacOS. In this article I will show how to install Chrome in Ubuntu 22.04. Google Chrome has an open-source version that is called Chromium, but I will cover only proprietary version here.
Seriyyy95S
Seriyyy95
MySQL is one of the most used open-source database management systems. Despite the significant popularity gain of PostgreSQL and MariaDB nowadays, the original MySQL is still popular. I will explain how to install MySQL in Ubuntu 22.04 in this article. Also, I show how to perform the initial configuration to get your MySQL ready for work. Authorized User, The Ok, Mysql, Plugins, Database, First Step, Fix It
MySQL is one of the most used open-source database management systems. Despite the significant popularity gain of PostgreSQL and MariaDB nowadays, the original MySQL is still popular. I will explain how to install MySQL in Ubuntu 22.04 in this article. Also, I show how to perform the initial configuration to get your MySQL ready for work.
Seriyyy95S
Seriyyy95
Maybe you already have read a lot of articles on the Internet and are interested in the open-source operating system that is called Linux. Maybe you even have installed it on VirtualBox or run in Live mode and learned how it looks and works. But now, you can have a question "How to install it on my computer and start using it every day?". If you are a beginner, you probably don't want to lose Windows, because when something goes wrong you always can switch to Windows and continue work. Windows Partition, Create Partition, Decimal Number, System Restore, Lets Do It, Operating System
Maybe you already have read a lot of articles on the Internet and are interested in the open-source operating system that is called Linux. Maybe you even have installed it on VirtualBox or run in Live mode and learned how it looks and works. But now, you can have a question "How to install it on my computer and start using it every day?". If you are a beginner, you probably don't want to lose Windows, because when something goes wrong you always can switch to Windows and continue work.
Seriyyy95S
Seriyyy95
If you want to use Windows in dual booting with Linux, sometimes you will need to copy files from one operating system to another. There are no problems with opening Windows partitions on Linux because it has excellent support for the NTFS file system. But you can't open Ext4 or other Linux filesystems in Windows by default. Windows 10, File System, Writing Support, Do What You Want, Prefixes, Data Recovery
If you want to use Windows in dual booting with Linux, sometimes you will need to copy files from one operating system to another. There are no problems with opening Windows partitions on Linux because it has excellent support for the NTFS file system. But you can't open Ext4 or other Linux filesystems in Windows by default.
Seriyyy95S
Seriyyy95
Linux operating system as well as Windows supports not only regular applications but also services that work in the background. Services are very important, they monitor the state of the system, connect external devices and networks automatically, and allow processes to interact with hardware (dbus)... Linux Operating System, Proxy Server, Web Server, External, Start Up, Devices, Connect
Linux operating system as well as Windows supports not only regular applications but also services that work in the background. Services are very important, they monitor the state of the system, connect external devices and networks automatically, and allow processes to interact with hardware (dbus)...
Seriyyy95S
Seriyyy95
Sometimes you may want to run your shell script on the system startup or when the user logs in. For example when you need to run any desktop application, change screen resolution settings, start the remote desktop service, etc. Text Editor, Learn To Run, Script Type, User Interface
Sometimes you may want to run your shell script on the system startup or when the user logs in. For example when you need to run any desktop application, change screen resolution settings, start the remote desktop service, etc.
Seriyyy95S
Seriyyy95
Linux operating system as well as Windows supports not only regular applications but also services that work in the background. Services are very important, they monitor the state of the system, connect external devices and networks automatically, and allow processes to interact with hardware (dbus)...
Linux operating system as well as Windows supports not only regular applications but also services that work in the background. Services are very important, they monitor the state of the system, connect external devices and networks automatically, and allow processes to interact with hardware (dbus)...
Seriyyy95S
Seriyyy95
Service in the Linux operating system is just a program which is executing in the background and does not have any windows or other communication channels with a user interface. There are a lot of services which are working in the background. And most of them must be run on the system startup. Pagers, Communication, The Unit, Service
Service in the Linux operating system is just a program which is executing in the background and does not have any windows or other communication channels with a user interface. There are a lot of services which are working in the background. And most of them must be run on the system startup.
Seriyyy95S
Seriyyy95