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/sh | |
# Sublime Text 3 install with Package Control (last update: 4 April 2015) | |
# | |
# No need to download this script, just run it on your terminal: | |
# | |
# $ curl -L git.io/sublimetext | sh | |
# | |
# When you need to update Sublime Text, run this script again. |
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
-- Logs begin at Thu 2019-04-11 14:37:08 CDT, end at Sun 2019-06-23 10:55:30 CDT. -- | |
Jun 23 10:51:41 lati kernel: Linux version 5.1.12-arch1-1-ARCH (builduser@heftig-24809) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Wed Jun 19 09:16:00 UTC 2019 | |
Jun 23 10:51:41 lati kernel: Command line: initrd=\initramfs-linux.img rw cryptdevice=UUID=1fb87b1e-fe6f-451b-8e0a-74e494623c58:cryptroot root=/dev/mapper/cryptroot | |
Jun 23 10:51:41 lati kernel: KERNEL supported cpus: | |
Jun 23 10:51:41 lati kernel: Intel GenuineIntel | |
Jun 23 10:51:41 lati kernel: AMD AuthenticAMD | |
Jun 23 10:51:41 lati kernel: Hygon HygonGenuine | |
Jun 23 10:51:41 lati kernel: Centaur CentaurHauls | |
Jun 23 10:51:41 lati kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
Jun 23 10:51:41 lati kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' |
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
<html> | |
<head> | |
<title>pion test</title> | |
</head> | |
<body> | |
<video id="video" autoplay controls playsinline> </video> | |
</body> | |
<script> |