Cara Hapus Driver Audio Device di Macbook


Jadi… ceritanya saya sudah install banyak sekali audio device dari software tertentu sampai pilihan di masukkan audio pun beragam. Nah, kalau hal ini juga terjadi dengan Anda, maka Anda cukup mencari direktori audio driver tersebut dengan perintah berikut:

cd /Library/Audio/Plug-Ins/HAL

Kemudian cari berkas driver yang ingin dihapus. Cara hapusnya adalah dengan perintah berikut:

sudo rm -rf namadriver.driver

Selamat Anda berhasil membuang berkas driver audio yang tidak dibutuhkan.

Sekian tutorial singkat dari saya, semoga bermanfaat

Install GDB di MacOS High Sierra


Berikut ini tahapan install gdb di macos high sierra :

brew install gdb

brew link gdb

Kalau terdapat error ditengah jalan, silakan amati perintah dibawah ini :

Triawans-MacBook-Pro:~ triawan$ brew install gdb
==> Downloading https://homebrew.bintray.com/bottles/gdb-8.1.high_sierra.bottle.
######################################################################## 100.0%
==> Pouring gdb-8.1.high_sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/man/man5/gdbinit.5
/usr/local/share/man/man5 is not writable.

You can try again using:
brew link gdb
==> Caveats
gdb requires special privileges to access Mach ports.
You will need to codesign the binary. For instructions, see:

https://sourceware.org/gdb/wiki/BuildingOnDarwin

On 10.12 (Sierra) or later with SIP, you need to run this:

echo "set startup-with-shell off" >> ~/.gdbinit
==> Summary
/usr/local/Cellar/gdb/8.1: 53 files, 9.9MB

Triawans-MacBook-Pro:~ triawan$ brew link gdb
Linking /usr/local/Cellar/gdb/8.1...
Error: Could not symlink share/man/man5/gdbinit.5
/usr/local/share/man/man5 is not writable.

Triawans-MacBook-Pro:~ triawan$ sudo chown -R "$USER":admin /usr/local
chown: /usr/local: Operation not permitted

Triawans-MacBook-Pro:~ triawan$ brew link gdb
Linking /usr/local/Cellar/gdb/8.1... 11 symlinks created

Triawans-MacBook-Pro:~ triawan$ gdb
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin17.3.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word".

(gdb) help
List of classes of commands:

aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
files -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands

Type "help" followed by a class name for a list of commands in that class.
Type "help all" for the list of all commands.
Type "help" followed by command name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.

Triawans-MacBook-Pro:~ triawan$

Wine Download Server for MacOS


Alamat url untuk pkg wine versi macos

https://dl.winehq.org/wine-builds/macosx/download.html

dibookmark biar ndak lupa.


edit :

Setelah dicoba di versi di MacOS High Sierra, rupanya belum compatible. Sebagai penggantinya bisa dicoba menggunakan Wineskin :

http://wineskin.urgesoftware.com/tiki-index.php?page=Downloads

Install wineskin winery yang paling update, Bikin Wrapper, Install Software.

Beres