Note from 2018-11-07 08:55:23.489
crontab -u keyjoo -e
// add command
50 7 * * * keyjoo /bin/bash ~/code/scripts/hi.sh
The system is: Linux - 4.15.0-38-generic - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /usr/bin/cc | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. | |
Compiler: CMAKE_CXX_COMPILER-NOTFOUND | |
Build flags: | |
Id flags: | |
The output was: | |
No such file or directory | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. |
sudo dnf install liveusb-creator -y
sudo dnf insatall livecd-iso-to-disk
http://phpforum.su/index.php?showtopic=59662
$url = 'http://mail.ru'; // Куда зайти
$urlTo = 'http://auth.mail.ru/cgi-bin/auth'; // Куда данные послать
$login = 'your_login'; // Логин
$pass = 'your_pass'; // Пароль
$domain = 'mail.ru'; // Домен
#!/bin/bash | |
# Author: Vladimir Pavlychev <[email protected]> | |
# Date: 2018-10-27 | |
# Check your vga-resolution: | |
# `xrandr` | |
# check settings for 2560x1080 resolution | |
cvt 2560 1080 |
Installed 2018-10-27
https://paste.fedoraproject.org/paste/Vp3J~mb2Ypg7VjjokENkHg
System: Host: localhost.localdomain Kernel: 4.17.7-200.fc28.x86_64 x86_64 bits: 64
compiler: gcc v: 8.1.1 Desktop: Cinnamon 3.8.8 wm: Mutter (Muffin) dm: lightdm
Distro: Fedora release 28 (Twenty Eight)
I would start by installing the Sublime Package Control manager. This tool will allow you to install the other plugins without having to clone git repositories and copying them to the correct folders. Instead you will the command drop-down menu with "Ctrl + Shift + P" and then scrolling down until you see "Package Control: Install Package". A search bar will pop up and you can type the name of a package, click on the name and it will self install. If you have problems setting any of these up email me at [email protected]
Sublime Package Control - Install this first. This tool will allow you to easily install most (if not all) the other plugins in this list. (Ctrl + Shift + P, then select Package Control: Install Package)
SublimeERB - This plugin auto creates the erb tags. (<% %>, <%= %>, etc.) (Ctrl +
Данный гист содержит описание существующих паттернов проектирования. Также возможны примеры на джаве.