π NOTE: If you can, please buy software license to support the authors/developers!
- Go to menu Help > Enter License.
- Copy the license key below and paste it into the textbox > Click the Use License button.
## Sublime Text 3 Serial key build is 3103 | |
ββ BEGIN LICENSE ββ | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA |
*** Error in `appstreamcli': double free or corruption (fasttop): 0x000000000264d790 *** | |
======= Backtrace: ========= | |
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f6c994f4725] | |
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7f6c994fcf4a] | |
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f6c99500abc] | |
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_component_complete+0x439)[0x7f6c99878d19] | |
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_data_pool_update+0x44a)[0x7f6c99879f0a] | |
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_cache_builder_refresh+0x1c2)[0x7f6c9986f272] | |
appstreamcli(ascli_refresh_cache+0x12e)[0x4049de] | |
appstreamcli(as_client_run+0x6fb)[0x403ceb] |
π NOTE: If you can, please buy software license to support the authors/developers!
π NOTE: If you can, please buy software license to support the authors/developers!
Mint/Ubuntu - install php70 with brew | |
Cannot find /usr/sbin/apxs: | |
$ sudo apt-get install apache2-dev; | |
$ sudo ln -s /usr/bin/apxs /usr/sbin/apxs; | |
$ sudo ln -s /usr/bin/apxs2 /usr/sbin/apxs2; | |
configure: error: Cannot find sys/sdt.h which is required for DTrace support: | |
$ sudo apt-get install systemtap-sdt-dev; |
I hereby claim:
To claim this, I am signing this object:
# | |
# Build dependencies on Debian / Ubuntu | |
# In order to build Varnish from source you need a number of packages installed. On a Debian or Ubuntu system these are: | |
# | |
sudo apt-get automake autotools-dev libedit-dev libjemalloc-dev libncurses-dev libpcre3-dev libtool pkg-config python-docutils python-sphinx graphviz | |
# | |
# Download the appropriate release tarball, which you can find on http://repo.varnish-cache.org/source/ | |
# Alternatively, if you want to hack on Varnish, you should clone our git repository by doing. | |
# |
# Initial | |
# | |
# Version 0.0.1 | |
FROM ubuntu:latest | |
RUN apt-get update && apt-get install -y redis-server build-essential | |
EXPOSE 6379 | |
ENTRYPOINT ["/usr/bin/redis-server"] |