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
# Add to /etc/crontab | |
% cat /etc/crontab | |
#min hr dom mon dow user command | |
40 23 * * * <user> /path/to/backup-db-se.sh | |
% cat backup-db-se.sh | |
#!/bin/bash | |
VERSION="20190111" # vaersion of script file |
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
/* | |
Felix 3 Single v0.92.9-2017-03-25 | |
This file is part of Repetier-Firmware. | |
Repetier-Firmware is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |
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
width=60; // width of card | |
height=40; // height of card | |
// code="Th"; | |
elements = ["", "H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne", | |
"Na", "Mg", "Al", "Si", "P", "S", "Cl", "Ar", "K", "Ca", "Sc", "Ti", | |
"V", "Cr", "Mn", "Fe", "Co", "Ni", "Cu", "Zn", "Ga", "Ge", "As", "Se", | |
"Br", "Kr", "Rb", "Sr", "Y", "Zr", "Nb", "Mo", "Tc", "Ru", "Rh", "Pd", | |
"Ag", "Cd", "In", "Sn", "Sb", "Te", "I", "Xe", "Cs", "Ba", "La", "Ce", | |
"Pr", "Nd", "Pm", "Sm", "Eu", "Gd", "Tb", "Dy", "Ho", "Er", "Tm", "Yb", |
This file has been truncated, but you can view the full file.
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
* Package: dev-libs/efl-1.17.0 | |
* Repository: gentoo | |
* Maintainer: [email protected] | |
* USE: X abi_x86_64 amd64 bmp drm eet elibc_glibc fbcon fontconfig fribidi gif glib gnutls gstreamer harfbuzz ico jpeg2k kernel_linux nls oldlua opengl physics png ppm psd pulseaudio scim sound ssl tga tiff userland_GNU v4l webp xim xine xpm | |
* FEATURES: preserve-libs sandbox userpriv usersandbox | |
>>> Unpacking source... | |
>>> Unpacking efl-1.17.0.tar.xz to /var/tmp/portage/dev-libs/efl-1.17.0/work | |
>>> Source unpacked in /var/tmp/portage/dev-libs/efl-1.17.0/work | |
>>> Preparing source in /var/tmp/portage/dev-libs/efl-1.17.0/work/efl-1.17.0 ... |
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
{ | |
"app": "µMatrix", | |
"version": "0.9.3.4", | |
"when": 1466437928189, | |
"settings": { | |
"autoUpdate": true, | |
"clearBrowserCache": true, | |
"clearBrowserCacheAfter": 60, | |
"cloudStorageEnabled": true, | |
"collapseBlocked": true, |
This file has been truncated, but you can view the full file.
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
[32;01m * [39;49;00mPackage: net-im/psimedia-9999 | |
[32;01m * [39;49;00mRepository: rion | |
[32;01m * [39;49;00mMaintainer: [email protected] [email protected] | |
[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc extras kernel_linux qt5 userland_GNU | |
[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox | |
>>> Unpacking source... | |
GIT update --> | |
repository: git://github.com/psi-plus/psimedia.git | |
at the commit: 7d7242eea944e47f1fde1396dda29189c9651c24 |
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
#!/usr/bin/perl -w | |
use strict; | |
print "Enter text: "; | |
my $text = <>; | |
chomp($text); | |
my @letters=(); | |
my @chars=split(//,$text); | |
for my $char (@chars) { |
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
lspci | grep VGA | |
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) | |
01:00.0 VGA compatible controller: NVIDIA Corporation G94 [GeForce 9600 GSO 512] (rev a1) | |
eix -s intel-driver | |
[I] x11-libs/libva-intel-driver | |
Available versions: 1.0.17 ~1.0.19 ~1.0.20 ~1.0.20-r1 ~1.2.0 ~1.2.1 ~1.2.2 ~1.2.2-r1 1.3.0 ~1.3.2 **9999 {X +drm wayland ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"} | |
Installed versions: 1.3.0(17:13:52 24.07.2014)(X drm -wayland ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32") | |
Homepage: http://www.freedesktop.org/wiki/Software/vaapi | |
Description: HW video decode support for Intel integrated graphics |
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 | |
## wget -O tox.sh waa.ai/iqt && chmod +x ./tox.sh && ./tox.sh | |
## ./tox.sh -sl to skip libsodium (they don't update that often) | |
## ./tox.sh -sd to skip libsodium and all the other dependencies | |
## If libraries are missing, remove /etc/ld.so.conf.d/locallib.conf and | |
## try running again. Else, try messing around with the prefix paths. | |
## Suggestions, comments and the alike are welcome on http://waa.ai/4vsk | |
## or send me a mail, to notadecent AT tox DOT im |