Advanced Search
Search Results
35 total results found
Linux
Linux content will go here
Installing Docker on Fedora 31
Uninstall old versionsOlder versions of Docker were called docker or docker-engine. If these are ...
Cheat sheet
Change branch to "develop": git checkout develop Add new file to branch: git add <file> ...
Fedora 30 to 31 upgrade
Update software and back up your system Before you do start the upgrade process, make sure you h...
Simple Guide
Create a new repository Create a new directory, open it and perform a git init to create a new...
Download links
Tool Description URL Cmder Terminal emulator for Windows https://cmder.net/ Postman API te...
Mounting a shared folder
When the mount actions fail and you want to mount a shared host folder via command-line: sudo v...
Content
Header Large Header Medium Header Small Header Tiny Paragraph Block Quote
Cheat sheet
URL Description https://devhints.io/ Several cheat sheets available
Useful Tools
Must have tools
Must have tools
Tool Description Installation TMUX Multiple terminals in a single session dnf install tmux...
Install Flat-Remix theme
Requires gnome-tweaks sudo dnf install gnome-tweaks git clone https://github.com/daniruiz/flat-...
Enable RPM Fusion repos
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fed...
Connection setting
1 - Create Access Key at the IAM console 2 - Download key and use the content on credential file...
EC2 Snapshots
Find Snapshots older than an specific date. Won't work if AWS CLI is running on Windows: $ aws e...
Cheat sheet
tmux $ tmux new $ tmux new-session : new Start a new session $ tmux new -s mysession : new ...
CLI
Useful links
Useful links
Coding
General coding information
Tools
Must have tools
General
General knowledge that may not fit into other categories
Linux general
Fedora
Git
Git versioning software
PHP
PHP programming language
Shell
Shell script
VMWare
VMWare related content with Linux
Installation
Java
Java programming language
Template
Test Template for BookStack
Docker
Docker knowledge goes here
AWS
Tmux
Summary
Table of content
Cheat Sheet
docker pull <image> -> Download image on its latest version from docker hubdocker images -> Lists...