Skip to content

Instantly share code, notes, and snippets.

View valc93's full-sized avatar

Victor A. Lacayo valc93

View GitHub Profile
@valc93
valc93 / theo201t3.md
Last active December 29, 2015 20:59
THEO201 Exam 3 Review: Pneumatology and Angelology

*This exam will consist of 30 multiple choice questions.
*A greater percentage of the questions on this exam will involve Bible verses than on the previous two exams. Be prepared!

Pneumatology

  • Know the definition and etymology of Pneumatology, as they were presented in class.
  • Def: Pneumatology is the study of the person and work of the HS.
  • The term comes from the Greek word pneuma, which means “spirit.”
  • Know some reasons why Pneumatology is important and conversely two reasons why we devoted more time to Christology and Theology Proper then to Pneumatology this semester.
  • The HS is just as important as the Father and the Son.
  • Jn 15:26, “But when the comforter is come, whom I will send unto you from the Father, even the Spirit of truth, which preceedeth from the Father, he shall testify of me.”
@valc93
valc93 / noadminnode
Last active May 25, 2023 10:35
Install NodeJS in windows without Admin Rights
Source:https://groups.google.com/forum/#!topic/nodejs/6tsV6ZA9RC4
XiongJia Le:
1. NODE.exe
First, You need download the binary (.exe) from http://nodejs.org/dist/latest/ and save it to your local folder. (For x64: http://nodejs.org/dist/latest/x64/ )
Second, add your local folder to your PATH Environment.
2. NPM
First, downloads the NPM from http://nodejs.org/dist/npm/ (You can select a stable version in this folder. )
@valc93
valc93 / ozonsetup
Last active August 29, 2015 14:09
Quick Ozon OS setup
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install git zsh curl synaptics gnome-terminal gnome-system-monitor gnome-tweak-tool software-properties-common firefox gedit gnome-sushi rar unrar dconf-editor
command -v zsh | sudo tee -a /etc/shells
chsh -s 'which zsh'
curl -L http://install.ohmyz.sh | sh
sudo add-apt-repository ppa:numix/ppa && sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme-circle
git clone https://github.com/ozonos/ozon-icon-theme.git
@valc93
valc93 / preferences.sublime-settings
Last active July 4, 2022 04:56
ST user settings
{
"ignored_packages":
[
"Vintage",
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 14,
@valc93
valc93 / xgala.txt
Last active June 21, 2023 21:23
XFCE + GALA
Source: https://www.reddit.com/r/linux/comments/14heuu/xfce_gala_plank_awesome/
Add the elementary daily ppa and install gala + plank + dconf-tools
sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update $$ sudo apt-get dist-upgrade
sudo apt-get install gala plank dconf-tools gtk2-engines-pixbuf
Set gala as xfce's default window manager
@valc93
valc93 / whichgtk.txt
Created November 30, 2014 19:54
Find GTK version installed
https://stackoverflow.com/questions/126141/how-do-you-find-out-which-version-of-gtk-is-installed-on-ubuntu
dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]'
https://askubuntu.com/questions/78377/how-to-know-my-gtk-version
apt-cache policy libgtk2.0-0 libgtk-3-0
or
dpkg -l libgtk2.0-0 libgtk-3-0
@valc93
valc93 / zshstart.txt
Last active August 29, 2015 14:10
Getting zsh to work
Prezto
http://jeromedalbert.com/migrate-from-oh-my-zsh-to-prezto/
http://joshsymonds.com/blog/2014/06/12/shell-awesomeness-with-prezto/
http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/
http://www.paradox.io/posts/9-my-new-zsh-prompt
http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/
@valc93
valc93 / gnomeext.txt
Last active August 29, 2015 14:11
Useful Gnome Shell Extensions
important: gnome-tweak-tool
###Adding Custom Themes###
https://extensions.gnome.org/extension/19/user-themes/
###Extending the Shell###
https://extensions.gnome.org/extension/307/dash-to-dock/
https://extensions.gnome.org/extension/2/move-clock/
https://extensions.gnome.org/extension/28/gtile/
https://extensions.gnome.org/extension/16/auto-move-windows/
https://extensions.gnome.org/extension/517/caffeine/
@valc93
valc93 / boilerplate.md
Created December 17, 2014 04:54
Some ideas for designing a boilerplate