This file contains hidden or 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 | |
set -e | |
if [ -d ~/.local/share/JetBrains/Toolbox ]; then | |
echo "JetBrains Toolbox is already installed!" | |
exit 0 | |
fi | |
echo "Start installation..." |
This file contains hidden or 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
# print('Hello World') | |
import os | |
print("User Name: ", os.environ.get('USERNAME')) | |
print("Locaweb VPN HOST: ", os.environ.get('LW_VPN_HOST')) | |
print("Locaweb VPN USER: ", os.environ.get('LW_VPN_USER')) | |
print("Locaweb VPN TOKEN: ", os.environ.get('LW_VPN_TOKEN')) | |
print("Locaweb VPN PIN: ", os.environ.get('LW_VPN_PIN')) | |
vpn_host = os.environ.get('LW_VPN_HOST') | |
vpn_user = os.environ.get('LW_VPN_USER') |
This file contains hidden or 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 | |
source /home/abe/.ssh/env.sh | |
# echo $LW_VPN_PIN | |
# echo $LW_VPN_TOKEN | |
# echo $LW_VPN_HOST | |
# echo $LW_VPN_USER | |
This file contains hidden or 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
/* How many shift register chips are daisy-chained. | |
*/ | |
#define NUMBER_OF_SHIFT_CHIPS 2 | |
/* Width of data (how many ext lines). | |
*/ | |
#define DATA_WIDTH NUMBER_OF_SHIFT_CHIPS * 8 |
This file contains hidden or 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
chsh -s $(which zsh) |
This file contains hidden or 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
abe ALL=(ALL) NOPASSWD:ALL |
This file contains hidden or 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
sed -i "s/.*PasswordAuthentication.*/PasswordAuthentication no/g" /etc/ssh/sshd_config | |
service sshd restart |
This file contains hidden or 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
REPORT zbc_enq MESSAGE-ID mt. | |
PARAMETERS p_off RADIOBUTTON GROUP func DEFAULT 'X'. | |
PARAMETERS p_on RADIOBUTTON GROUP func. | |
This file contains hidden or 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
*&---------------------------------------------------------------------* | |
*& Include ZXM08U16 | |
*&---------------------------------------------------------------------* | |
****************************************************** | |
* Validar se a Nota Fiscal foi preenchida corretamente | |
* | |
*DATA: nf(10) TYPE c, | |
* nf_out(7) TYPE c. | |
* |
This file contains hidden or 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
*&---------------------------------------------------------------------* | |
*& Report ZRBC003 | |
*& | |
*&---------------------------------------------------------------------* | |
*& | |
*& | |
*&---------------------------------------------------------------------* | |
REPORT zrbc003. |
NewerOlder