This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/sbin/modprobe nvidia | |
if [ "$?" -eq 0 ]; then | |
# Count the number of NVIDIA controllers found. | |
NVDEVS=`lspci | grep -i NVIDIA` | |
N3D=`echo "$NVDEVS" | grep "3D controller" | wc -l` | |
NVGA=`echo "$NVDEVS" | grep "VGA compatible controller" | wc -l` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# With this I was able to successfuly install everything | |
# on a x86 (32-bit) instance of Amazon Linux. | |
# | |
# You should probably not run this script | |
# It is a much better idea to use this as an Install guide | |
# Just follow it down, use your tab and be happy | |
export PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/pkgconfig | |
export PATH=/usr/bin:$PATH | |
export LDFLAGS=-L/usr/lib64:/usr/lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# cloudprint Starts the cloudprint connector daemon | |
# description: Google cloudprint is a service for sharing printers \ | |
# among computers through the internet. | |
# | |
### BEGIN INIT INFO | |
# Provides: cloudprint | |
# Required-Start: $cups $network $local_fs $syslog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################################################################### | |
# cloudprint-start.sh | |
# | |
# Enforce that CloudPrint is running | |
# Gustavo Arnosti Neves | |
# | |
# Use full-paths to files, or add a PATH variable or you will | |
# get errors when running this from Cron. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tree MageBR-Boleto_Bancario_Magento-master | |
MageBR-Boleto_Bancario_Magento-master | |
|-- Changelog.txt | |
|-- Leia.txt | |
|-- README.md | |
|-- Tutorial\ HTML | |
| |-- images | |
| | `-- logo.png | |
| `-- index.html | |
|-- app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# gcp Starts GCP CUPS Connector daemnon | |
# description: Google cloudprint is a service for sharing printers \ | |
# among computers through the internet and LAN. | |
# | |
### BEGIN INIT INFO | |
# Provides: cloudprint | |
# Required-Start: $cups $network $local_fs $syslog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################################################################### | |
# gcp-start.sh | |
# | |
# Enforce that the Google CUPs Connector is running | |
# Gustavo Arnosti Neves | |
# | |
# Use full-paths to files, or add a PATH variable or you will | |
# get errors when running this from Cron. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################################################################################################### | |
## | |
## Instalador do pacote do Autosystem para Debian, Mint e Ubuntu | |
## as_deb_install.sh | |
## | |
## One-liner: | |
## wget 'https://gist.githubusercontent.com/tavinus/146bdce3695cae9cfec02b534c2ff30f/raw/as_deb_install.sh' && sudo chmod +x as_deb_install.sh && sudo ./as_deb_install.sh | |
## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
########################################################################### | |
# /usr/local/bin/x11vnc-start | |
# Starts VNC server for the current session | |
# | |
# Gustavo Neves - 4th Jul 2016 | |
# | |
# Install x11vnc: | |
# sudo apt-get install x11vnc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
################################################################### | |
# | |
# Maximized xfce4-terminal | |
# /usr/bin/xfce4-terminal | |
# | |
# Created for linux mint xfce | |
# Gustavo Neves - 4 Jul 2016 | |
# |
OlderNewer