Blog content

Blog content

739 bookmarks
Newest
6 Best Camera Settings for Moon Photos
6 Best Camera Settings for Moon Photos
When there is a full moon coming up, especially a big, colorful blood moon or harvest moon, there’s nothing better than being able to take clear pictures of it. Taking [...]
·helpdeskgeek.com·
6 Best Camera Settings for Moon Photos
How to Exclude Files and Directories with Rsync
How to Exclude Files and Directories with Rsync
With Rsync you can mirror data, create incremental backups and copy files between systems. When copying data, you may want to exclude one or more files or directories based on their name or location. In this tutorial, we will show you how to exclude files and directories with rsync.
·linuxize.com·
How to Exclude Files and Directories with Rsync
MicrosoftDocs/Windows-commands · GitHub
MicrosoftDocs/Windows-commands · GitHub
Public content repository for Windows Server 2016 content. - windowsserverdocs/WindowsServerDocs/administration/windows-commands at 8a3e3241ba02fabb7b4f12908daf8c3c2b8c19bf · MicrosoftDocs/windowss...
·github.com·
MicrosoftDocs/Windows-commands · GitHub
Understanding Linux configuration files
Understanding Linux configuration files
This article explains configuration files on a Linux system that control user permissions, system applications, daemons, services, and other administrative tasks in a multi-user, multi-tasking environment. These tasks include managing user accounts, allocating disk quotas, managing e-mails and newsgroups, and configuring kernel parameters. This article also classifies the config files present on a Red Hat Linux system based on their usage and the services they affect.
·developer.ibm.com·
Understanding Linux configuration files
docker daemon error - Linux HandBook
docker daemon error - Linux HandBook
This detailed troubleshooting article helps you fix the permission denied error with Docker on Ubuntu and other Ubuntu-based Linux distributions.
·linuxhandbook.com·
docker daemon error - Linux HandBook
Frontend-master · GitHub
Frontend-master · GitHub
All things that you must learn about it to run on the road into the front-end world. - GitHub - thuongtruong1009/frontend-master: All things that you must learn about it to run on the road into the...
·github.com·
Frontend-master · GitHub
Testing Hugo Shortcodes
Testing Hugo Shortcodes
Today, I’m just testing out a few new Hugo shortcodes I added to the site. I’ve culled these from around the internet, and hacked together some of my own. You might find them useful, if you’re doing static blogging yourself. You can find all the code on the repo for this site, found here. As I do more and more blogging from the static site generator, this sort of thing will be more and more useful to me, at least.
·gmgauthier.com·
Testing Hugo Shortcodes
What's the difference between using "let" and "var"?
What's the difference between using "let" and "var"?
ECMAScript 6 introduced the let statement. I've heard that it's described as a local variable, but I'm still not quite sure how it behaves differently than the var keyword. What are the differences...
·stackoverflow.com·
What's the difference between using "let" and "var"?