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
location /phpMyAdmin { | |
root /usr/share/webapps/; | |
} | |
# Deny static files | |
location ~ ^/phpMyAdmin/(README|LICENSE|ChangeLog|DCO)$ { | |
deny all; | |
} | |
# Deny .md files |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime, time, telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor | |
from telegram.ext import Updater, MessageHandler, Filters, CommandHandler | |
import random |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime, time, telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor | |
from telegram.ext import Updater, MessageHandler, Filters, CommandHandler | |
import random |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime, time, telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor | |
from telegram.ext import Updater, MessageHandler, Filters, CommandHandler | |
import random |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime | |
import time | |
#import telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime | |
import time | |
#import telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime | |
import time | |
# import telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime | |
import time | |
# import telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor |
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
""" | |
References: | |
https://core.telegram.org/bots/api | |
https://python-telegram-bot.readthedocs.io/en/latest | |
""" | |
import datetime | |
import time | |
# import telegram | |
from threading import Thread, Timer | |
from settings import TOKEN, msg_flood, msg_interval, con, cursor |
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
DKMS make.log for nvidia-435.21 for kernel 5.2.14-arch2-1-ARCH (x86_64) | |
sáb out 19 19:21:24 -03 2019 | |
make[1]: Entering directory '/usr/lib/modules/5.2.14-arch2-1-ARCH/build' | |
SYMLINK /var/lib/dkms/nvidia/435.21/build/nvidia/nv-kernel.o | |
SYMLINK /var/lib/dkms/nvidia/435.21/build/nvidia-modeset/nv-modeset-kernel.o | |
CONFTEST: set_pages_uc | |
CONFTEST: hash__remap_4k_pfn | |
CONFTEST: list_is_first | |
CONFTEST: set_memory_uc | |
CONFTEST: set_memory_array_uc |