Skip to content

Instantly share code, notes, and snippets.

View tigefa4u's full-sized avatar
πŸ“‰
πŸš€ 😧 β˜• 🚬

Sugeng Tigefa tigefa4u

πŸ“‰
πŸš€ 😧 β˜• 🚬
View GitHub Profile
@tigefa4u
tigefa4u / LICENCE SUBLIME TEXT
Created May 9, 2018 06:43 — forked from cprakashagr/LICENCE SUBLIME TEXT
Sublime Text 3 Serial key build is 3143
## 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
@tigefa4u
tigefa4u / error
Created April 30, 2018 11:48
unknown error
*** 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]
@tigefa4u
tigefa4u / Sublime Text License Key.md
Created April 28, 2018 09:31 — forked from Lawrenauh/Sublime Text License Key.md
Sublime Text 2 License Key, Sublime Text 3 License Key, Sublime Text Full Version.
@tigefa4u
tigefa4u / Sublime Text License Key.md
Created April 28, 2018 09:30 — forked from pkfrom/Sublime Text License Key.md
Sublime Text 2 License Key, Sublime Text 3 License Key, Sublime Text Full Version.
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;
#!/bin/sh
git filter-branch --env-filter '
OLD_EMAIL="[email protected]"
CORRECT_NAME="Your Correct Name"
CORRECT_EMAIL="[email protected]"
if [ "$GIT_COMMITTER_EMAIL" = "$OLD_EMAIL" ]
then
@tigefa4u
tigefa4u / cracking.md
Created October 8, 2016 22:38 — forked from vertexclique/cracking.md
Cracking guide for Sublime Text 3 Build 3059 / 3065 ( Mac / Win x86_64 / Windows x86 / Linux x64 / Linux x86 )

MacOS

Build 3059

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to: Sublime Text

Make it executable with: chmod u+x Sublime\ Text

Keybase proof

I hereby claim:

  • I am tigefa4u on github.
  • I am tigefa (https://keybase.io/tigefa) on keybase.
  • I have a public key whose fingerprint is 1517 AFB6 D0F1 2F69 AFC5 BCC1 3525 D207 0632 6DDF

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.
#
@tigefa4u
tigefa4u / Dockerfile
Last active July 19, 2016 08:52
My Boot Ubuntu
# 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"]