pangloss/vim-javascript Error Fix
I was setting up vim plugins on a new machine and after installing /pangloss/vim-javascript/ plugin for vim i would see: Error detected while processing /home/jojo/.vim/plugged/vim-javascript/syntax/javascript.vim: line 100: E59: invalid character after \@ E475: Invalid argument: jsRegexpString start=+\%(\%(\%(return|case)\s+)\@50<=|\%(\%([)]”‘]|\d|\w)\s)\@<!)/(\|/)\@50!+ skip=+\.|[\%(\ .|[^]])*]+ end=+/[gimy]{,4}+ contains=jsRegexpCharClass,jsRegexpGroup,@jsRegexpSpecial,@htmlPreproc oneline keepend Press ENTER or type command to continue This is a problem with…
Common Ports You Need To Memorize
Common port numbers need to be memorized by anyone who is looking to work in tech. Once you start working in tech you will memorize these port numbers just because you have to work with them all the time. However, if you are looking to get your foot in the tech industry, having these port…
Top 5 Ways Hackers Take Over Websites
Thousands of websites get hacked everyday. There are a lot of reasons websites get hacked. Sometimes the hacker is trying to get credit card information. Other times they want to use your web server to send out spam or DDOS attacks. Sometimes hackers compromise websites simply because they can. Whatever the motivation, having your website…
VPS CPU Cores v. VPS RAM
When choosing a VPS plan you must decide if more CPU cores or more RAM (memory) is more important to you. Both CPU and RAM are important in being able to run smoothly and quickly. You can find equally priced VPS plans from different providers that are largely the same, but one will have multiple CPU Cores…
Intermediate/Advanced VIM Movments
VIM is a very powerful text editor. It or it’s predecessor, VI come installed on every nix based computer. If you ever need to edit a file in a nix operating system, you can type ‘vi filename’ and be able to use VI or VIM. Beyond always being available, VIM is extremely powerful. VIM users hail it…
SwiftUI Checkbox
A checkbox is a standard User Interface element in the Apple world. As such, you would expect SwiftUI to have a Checkbox View element. But that is not the case. As of 2020, there is no some thing as a Checkbox View in SwiftUI. But SwiftUI does allow you to create standard iOS and macOS…
Advanced Vim Cheatsheet
VIM Cheatsheet: A Handy Reference This VIM cheatsheet is a concise and handy reference guide that provides a quick overview of the most frequently used commands and shortcuts in the VIM editor. VIM is a powerful and feature-rich text editor with a vast array of commands and options. Remembering all of them can be challenging, especially for…
The Copy Running-Config Cisco command
Command: copy running-config Function: The copy running-config command is used to save the current running configuration of a Cisco device to a specified location. This command is commonly used to back up the configuration of a device before making changes, or to transfer the configuration to another device. Syntax: copy running-config [destination] Parameters: destination: This parameter specifies the…