Toggle navigation
Submit
Rz | The Hollow Within
Fix for homebrew permission denied issues
Ramadhan Amizudin
9:33 AM
brew
,
homebrew
,
osx
No comments
I came across several homebrew issues where symlinks couldnt be created due to permission denied errors.
TL;DR:
reset permissions to the
/usr/local
stack.
The command will fix the permission error
sudo chown -R `whoami` /usr/local
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Popular Posts
Decrypting Cordova "Crypt File" plugin
Hey, It has been a while since the last update. While doing my daily job, I found an interesting android mobile application. It's a hy...
Decrypting File encrypted by Monaca Plugin
You can actually click the images to open the original size. I stumble upon an android app developed using Monaca development framewo...
Wargames.MY 2015 - Challenge 7 (jengkrengkrongkreng) Write-Up
This article is about Wargames.MY 2015 - Challenge 7 Initial Hint: blackhole exploit main password the challenge provide us 7z archive ...
How to not write code for banks
While surfing the interwebs, I stumble upon this one company, which has been providing a lot of applications to the Malaysia local banks (h...
Hunting Exploit Kits with Open Proxy Server
Hey, It has been a while since the last update. I have been wondering how the researcher get intel on exploit kits. It is easy for large e...
Reality on Responsible Vulnerability Disclousure in Malaysia
Bare with my writing, as I'm about 30h+ since my last sleep. yep. Coming from working with Malaysia Computer Emergency Respons...
PostgreSQL + JSON Data
PostgreSQL 9.2 added a native JSON data type, but didn’t add much else. You’ve got three options if you actually want to do something with ...
Rawsec 2020 - Web2 Challenge Write-Up
Disclaimer: I'm the challenge author As this challenge provide source code, we will just look into the source code. In the sour...
Recompile Android Application using APKTool
Simple step to recompile android application using apktool apktool b <folder> <new apk name> Example: apktool b myapp mya...
Yara Rule For EITEST Fake Chrome Popup
rule EITest_FakeChromePopup { meta: description = "EITest Fake Chrome Popup" ref = "http://blog.rz.my/2017/02...
Blog Archive
►
2020
(3)
►
December
(1)
►
August
(1)
►
February
(1)
►
2018
(1)
►
September
(1)
►
2017
(3)
►
November
(1)
►
February
(2)
▼
2015
(4)
►
December
(1)
►
May
(1)
▼
April
(2)
Fix for homebrew permission denied issues
PostgreSQL + JSON Data
►
2014
(4)
►
October
(1)
►
September
(3)
Labels
android
apktool
brew
certificate
cordova
ctf
exploit kit
homebrew
hunting
json
monaca
nodejs
notes
osx
postgresql
recompile
sql query
steam
tutorial
ubuntu
vpn
wargames
writeup
yara
Powered by
Blogger
.
No comments :
Post a Comment