How can I get the correct Spanish Keyboard layout?
I'm running Ubuntu 12.04 and I can't seem to get the right Spanish keyboard layout. I'm used to using the Windows Spanish (International) layout with dead keys on the US apostrophe and open bracket...
Steam is one of the finest platforms for gamers. With the help of Steam, you’re free to enjoy the best games right away! All you need is just tinkering with the system and setting the tools properly. How to install and get started using Steam on Arch Linux is shown.
KVM stands for Kernel-based Virtual Machine. This software allows users to run multiple virtual machines with different operating systems, thus bypassing the need to follow more conventional means of using Virtualbox. This article shows you how to install and configure KVM on your ArchLinux system.
A Beginners Introduction To Linux Package managers: apt, yum, dpkg & rpm
When I was a complete beginner and I needed to install something on my Ubuntu machine, I went online and typed in “How to install software name on Ubuntu” and it led me to a page with some commands which looked like this I was just happy that I was able to type something in …
Linux Distros vs Flavors vs Derivatives: Differences Explained!
During their journey in exploring the Linux universe every Linux beginner will come across to these 3 very similar terms, Distro, Flavors, and Derivatives. In this article, I have presented the differences between these 3 terms in a beginner-friendly format along with the prior knowledge every beginner needs to have to understand them. So let’s …
With CP, Linux offers a command that simplifies your work in the terminal by letting you quickly copy files or entire directories. Find out more about the command.
Installing Arch Linux on a LUKS Encrypted Drive using LVM, and booting with UEFI. - GitHub - rickellis/Arch-Linux-Install-Guide: Installing Arch Linux on a LUKS Encrypted Drive using LVM, and booti...
How to Complete Windows 11 Setup Without Internet Connection
If you want to install Windows 11 Home or Pro edition in your computer without Internet connection, this article will help you. When you try to install Windows
HOWTO: Backup your configuration files (dotfiles) in Linux, using stow and git
Managing dotfiles has always been quite annoying to me. But thankfully, I never really had a reason to do it too often. If I had to, all I did was tar my whole .config and copy the file to and external drive. That works fine, but it’s not the best way to backup the constant changes I usually do t...
How to Build Your Own Linux Dotfiles Manager from Scratch
As a new linux ? user, you might realize that there are a bunch of configuration files present in your system. These special files are called "dotfiles". In this tutorial we will learn how to make a dotfiles manager and create a backup of these files on GitHub. What are
Netlify builds, deploys, and hosts your frontend. Learn how to get started, find examples, and access documentation for the modern web platform.
Hugo
Our docs provide an overview of Hugo on Netlify, while the Hugo docs include task-based instructions for deploying Hugo to Netlify. The typical build settings are as follows:
Build command: hugo
Publish directory: public
This is the framework that I am using.
Jekyll
If your site is built with Jekyll, make sure you have a Gemfile and a Gemfile.lock checked into your repository, specifying the Jekyll version you want to use. The typical build settings are as follows:
Build command: jekyll build
Publish directory: _site
File tagging can help you find electronic documents by browsing their tags and by letting them be in more than one place a time. There’s a lot of software to help you add tags to electronic documents and then retrieve them by tag. But they aren’t all equal.
8 Complete Ways to Install Software/ Apps on Linux
Here are the Complete Ways to Install Software/ Application/ Program on Linux Mint. Linux has several installer file or package which can be installed and used by user, such as zip, tar.gz, deb, jar, and soon. How to Install ZIP File on Linux Mint Please make sure the zipped file contain an executable program for Linux, not only a packed file. For an example click how to install Office Word 2010 Theme on LibreOffice, you will get a zip file. This type of file is only zipped file, not an executable file. You need to follow the instruction to install the file.
How to make your own Ubuntu Repository DVDs | Ubuntu Forums
How to make your own Ubuntu Repository DVDs preamble Corrections and fixes submitted by the community are added and credited within the main tutorial. However, many of the posts that follow add great ideas. Please feel free to browse. But this first post should have all you need in terms of accomplishing the task at hand. And a big thanks to the brilliant souls who've added so many detailed and beautifully formatted ideas! EDIT: This tutorial has fallen behind a bit. A clean up will
How do you install an application on Linux? As with many operating systems, there isn't just one answer to that question. Applications can come from so many sources—it's nearly impossible to count—and each development team may deliver their software whatever way they feel is best. Knowing how to install what you're given is part of being a true power user of your OS. [OS_EMBEDDED_MENU_RIGHT:]
Fix Folder View Settings Not Saving in Windows 10: If your Windows doesn't remember your Folder View settings then you are at the right place because today we are going to discuss how to fix this issue. In Windows 10 you have complete control of all your files & folder settings, you can easily change your Folder View
What happens behind the scenes when we type www.google.com in a browser? - GitHub - vasanthk/how-web-works: What happens behind the scenes when we type www.google.com in a browser?
Setting up a Proper Multilingual Site with GitHub Pages and Jekyll
Jekyll and GitHub Pages are a match made in heaven. The idea of a “flat-file CMS” whose content is compiled into static files that are pushed to a repository and then served as a public website is simply beautiful. Not just that, but it fixes everything that is wrong with normal content management systems. Versioning comes out of the box. There is no need to worry about PHP vulnerabilities, SQL injections etc. because - uh - we’re just serving static files here. If you have ever had to maintain a Wordpress installation you know the pain. Performance is a blast because - uh - we’re just serving static files ;-). In fact, when you host your static site (with a correctly configured domain record) on GitHub Pages everything is backed by their super fast CDN by default!
Jekyll has a very flexible design that allows a great freedom of choice, allowing the user to simply introduce features that are not integrated into its engine. This is particularly the case when one wants to create a multilingual website: while CMS remain very rigid and often require plugins, few filters are sufficient to achieve it with Jekyll. This article aims to present a way to create a multilingual site with Jekyll.