#!/bin/bash | |
#============================================================================== | |
#TITLE: mysql_backup.sh | |
#DESCRIPTION: script for automating the daily mysql backups on development computer | |
#AUTHOR: tleish | |
#DATE: 2013-12-20 | |
#VERSION: 0.4 | |
#USAGE: ./mysql_backup.sh | |
#CRON: | |
# example cron for daily db backup @ 9:15 am |
- https://www.udemy.com/course/rails-angular-nativescript-apis-e-apicativos-android-ios-e-web/ (58h)
- https://www.udemy.com/course/rubyonrails-5x/ (47h)
- https://www.udemy.com/course/ruby-iniciando-no-mundo-da-programacao/ (16h)
- https://www.udemy.com/course/rails-tdd/ (15h)
- https://www.udemy.com/course/rubyonrails-api/ (12h)
# Primeiro / First: https://github.com/ytdl-org/youtube-dl/ | |
# Em um terminal rode esses comandos: / In a terminal run that commands: | |
# Sem o "#" no começo da linha / Without the "#" from the start of the line | |
# sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl 1:39:29 | |
# sudo chmod a+rx /usr/local/bin/youtube-dl | |
# sudo -H pip install --upgrade youtube-dl | |
# Se tiver problemas com a conversão para MP3 / If you have problem with conversion to MP3 | |
# sudo apt install -y --install-suggests --install-recommends ffmpeg libavcodec-dev | |
# sudo apt install -y --install-suggests --install-recommends nvidia-libopencl1 vulkan-utils | |
# sudo apt install -y --install-suggests --install-recommends python-smbus fancontrol |
Nx is a suite of powerful, extensible dev tools to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and libraries while providing a robust CLI, caching, dependency management, and more.
It has first-class support for many frontend and backend technologies, so its documentation comes in multiple flavours.
If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
# install zsh-autosuggestions $ git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions | |
# install zsh-syntax-highlighting $ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting | |
# add them to plugins in .zshrc | |
plugins=( | |
git | |
osx | |
docker | |
iterm2 | |
zsh-autosuggestions |
tags |
---|
tslint, angular,workspace |
TSLint Error: Not using the local TSLint version found for '/Users/myname/myproject/client/src/app/cool/cool.component.ts'. To enable code execution from the current workspace you must enable workspace library execution.
1- Go to Command Palette by pressing Ctrl + Shift + P
,
2- In the input that pops up at the top of the VS Code, start typing
deb http://id.archive.ubuntu.com/ubuntu/ groovy main universe restricted multiverse | |
deb-src http://id.archive.ubuntu.com/ubuntu/ groovy main universe restricted multiverse | |
deb http://security.ubuntu.com/ubuntu groovy-security main universe restricted multiverse | |
deb-src http://security.ubuntu.com/ubuntu groovy-security main universe restricted multiverse | |
deb http://id.archive.ubuntu.com/ubuntu/ groovy-updates main universe restricted multiverse | |
deb-src http://id.archive.ubuntu.com/ubuntu/ groovy-updates main universe restricted multiverse | |
deb http://id.archive.ubuntu.com/ubuntu groovy-backports main restricted universe multiverse | |
deb-src http://id.archive.ubuntu.com/ubuntu groovy-backports main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu groovy partner | |
deb-src http://archive.canonical.com/ubuntu groovy partner |
diff -r ac0e1ee8218f build/moz.configure/lto-pgo.configure | |
--- a/build/moz.configure/lto-pgo.configure Tue Feb 20 13:51:00 2024 +0000 | |
+++ b/build/moz.configure/lto-pgo.configure Sat Feb 24 22:47:17 2024 -0800 | |
@@ -2,17 +2,17 @@ | |
# vim: set filetype=python: | |
# This Source Code Form is subject to the terms of the Mozilla Public | |
# License, v. 2.0. If a copy of the MPL was not distributed with this | |
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
# PGO |