Showing posts with label command line. Show all posts
Showing posts with label command line. Show all posts


This tutorial explains how to use ProtonVPN with Ubuntu using both Terminal command line and GUI Network Manager (on GNOME, Ubuntu 18.04). ProtonVPN is a privacy-oriented VPN service hosted in Switzerland and is under the same organization with ProtonMail.

 
I use the free (no cost) service as example here so you can apply the same steps if you have purchased ProtonVPN paid service. Happy connecting!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


This short tutorial explains steps to write deepin GNU/Linux 15.5 ISO image into a MicroSD card using 'dd' command line. You'll see examples and screenshots here to avoid any mistake. If you don't have deepin 15.5 yet, just download it from this page. Finally, enjoy deepin!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.


There was a problem for me after publishing the vnStat PHP article, it's vnStat console could not update its database automatically. The result was vnStat PHP cannot update the data automatically as well. The cause is probably because I accidentally ran vnstat update as root. But apparently the solution is easy. Just make the user of vnstatd daemon the owner of the database directory.

deepin 15.3 GNU/Linux operating system has released recently at 13 September 2016. Here is step by step tutorial to create USB bootable for deepin 15.3. We will not use Unetbootin to do it because we found booting error with it. Rather, we will use GNU dd command line here. dd is already installed in any GNU/Linux distribution, including Ubuntu and Fedora. Don't be afraid, it is easy nce you know how to do it step by step.


PPTX is Microsoft PowerPoint OOXML document format. This command line showing how to convert multiple PPTX into PDF. This article is intended for everyone to be able to convert Microsoft PowerPoint into PDF document in GNU/Linux system. This article is also a companion of converting PowerPoint to Impress article.



XLSX is Microsoft Excel OOXML document format. This command line showing how to convert multiple XLSX into PDF. This article is intended for everyone to be able to convert Microsoft Excel into PDF document in GNU/Linux system. This article is also a companion of converting Excel to Calc article.


DOCX is Microsoft Word OOXML document format. This command line showing how to convert multiple DOCX into PDF. This article is intended for everyone to be able to convert Microsoft Word into PDF document in GNU/Linux system. This article is also a companion of converting Word to Writer article.


PPTX is Microsoft PowerPoint OOXML document format. This command line showing how to convert multiple PPTX files to ODP. This can be considered as Microsoft PowerPoint to LibreOffice Impress document conversion. We use several PPTX files from several resources, we mention them below.


XLSX is Microsoft Excel OOXML document format. This command line showing how to convert multiple XLSX files to ODS. This can be considered as Microsoft Excel to LibreOffice Calc document conversion. We use several XLS files from several resources, we mention them below.


DOCX is Microsoft Word OOXML document format. This command line showing multiple conversion from DOCX files into ODT files. This can be considered as Microsoft Word to LibreOffice Writer document conversion. We take some external DOCX files for several sources to show this command line.


PPT is a Microsoft Office proprietary binary document format, along with DOC and XLS. This command line showing how to convert multiple PPT files into ODP files. This can be considered as Microsoft PowerPoint to LibreOffice Impress documents conversion. We use here some PPT files from some different resources (mentioned below).


XLS is a Microsoft Office proprietary binary document format, along with DOC and PPT. With a command line below, we can convert multiple XLS files into ODS files. This conversion can be considered as Excel to Calc documents conversion. Here, we use XLS files from some freely available internet sources (we don't create the XLS files).


DOC is Microsoft Word proprietary binary document file format. It was super popular before the trend of Microsoft OOXML formats (e.g. docx). This command example showing how to convert multiple DOC files into ODT files. This article is intended to help converting proprietary Microsoft document format files into OpenDocument Format files.


This is a short compilation of 6 bulk processing command line examples from 6 of our previous articles about bulk images converting, resizing, reducing (file size), rotating, and flipping. Here we mention only the title and the command lines, without the explanations (but we give a link to the corresponding article), for every action of processing below. For those don't know, the command lines here are basically just bash looping commands combined with ImageMagick's convert command lines.


This episode begins to emphasize some basic regex and POSIX character classes examples. We give a simple table of POSIX character classes here so you will practice them easier for this episode. Both of them will make every GNU sed job much more easier. This is the sixth episode, so if you don't want to miss anything, we recommend you to read the first until the fifth episodes. Happy practicing!



This is the fifth episode of our GNU sed command examples series. This episode contains another 10 command examples covering things such as deleting source code's comments, converting image files (along with ImageMagick tool), and inserting a single or multiple lines to a file. For you just started, we recommend you to read the first until the fourth episode before this one.


Previously we have written the first 10 GNU sed command examples. But surely, sed is very large, we may find more new commands soon. This article covers another 10 GNU sed commands around replacing (‘s’ command) and deleting (‘d’ command). So, this article is a continuation of our previous GNU sed commands article. If you are just starting with sed, we suggest you to read the previous article first.


GNU sed (stream editor) is a clone of UNIX sed command line program from GNU operating system. GNU sed is almost always included in every GNU/Linux distribution (e.g. Ubuntu). While the most of computer users edit a text file only with a real time text editor like Notepad, UNIX family users can edit a text file by a stream editor like sed. This article gives you the examples of stream editing for text file(s) with GNU sed. Because of it is GNU sed it is universal, so if you don't use Ubuntu (but at least you use any GNU/Linux distro), you can practice all of these command lines correctly. If you use another family of sed (e.g. UNIX or BSD one), probably you will need to adapt some commands because they have some differences.

This guide shows instuctions about converting PDF into TXT with pdftotext utility. pdftotext is already built-in in Ubuntu along with poppler-utils package. Thanks to Poppler Project and Glyph & Cog for providing this utility.

Hello readers! Today, I'd like to write a post about EncFS. It's known as Encrypted Filesystem which helps you to create an encrypted filesystem in the user-space (no root user). It can give you a simple and easy way to protect your data from wrong hand even he/she has gained access to your computer. Password is needed to open the encrypted folder, without that, it can be accessed. It's a good way to add an additional security layer to your sensitive documents.