Nathan Franecki, articles

How To Install Odoo 13 on CentOS 7
How To Install Odoo 13 on CentOS 7 Step 1 Add EPEL Repository. ... Step 2 Install PostgreSQL Database Server. ... Step 3 Install wkhtmltopdf. ... Step...
Solve Windows Partition Mount Problem In Ubuntu Dual Boot
How do I fix mounting errors in Ubuntu? How do I mount a Windows partition in Ubuntu? How do I mount a Windows partition in Linux? Can't access Window...
How to Use Group by in Pandas Python
How do I use Groupby in pandas? How do you group by mean in Python? How do I get DataFrame from Groupby? How do I group multiple columns in pandas? Wh...
Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...
SSH Command
The ssh command provides a secure encrypted connection between two hosts over an insecure network. This connection can also be used for terminal acces...
Create Gifs from Videos through GifCurry on Ubuntu
Using GifCurry to Create gifs Browse to the video file from which you want to extract a gif and then click the Open button. Now you can play with the ...
How to Install Software from Source Code… and Remove it Afterwards
How do you uninstall a program installed with make install? How do I uninstall after install? How do I uninstall compiled programs? What is the differ...
How to check the installed RAM on Debian 10
Check memory Debian Linux Open the terminal app or login to the remote Debian server using ssh command ssh user@server-name-here. Type the free comman...
How To Install Cinnamon Desktop Environment on Debian 10 (Buster)
Install Cinnamon Desktop Environment on Debian 10 (Buster) Select Cinnamon from the list of software to install then use <TAB> to select “ok“. B...
ShareX 11.6.0 Screencast Released with Azure Storage support
Is ShareX free for commercial use? How do I screen share with ShareX? Does ShareX have a watermark? Does ShareX have a time limit? Does ShareX automat...
Useful Examples of AngularJs
What AngularJS used for? What is AngularJS example? What are some good angular projects? What is angular good for? Is angular front end or backend? Wh...
Bash For each line in a file
How do you read each line in a file in Linux? How do you iterate through a file in bash? How do I loop through a file line? How read file line by line...