Run : sudo install -d -o $(whoami) -g admin /usr/local/Frameworks
Catégorie: Apple
How to install OpenXenManager on macOS
This guide will walk you through the installation of the open source implementation of the Citrix XenCenter called OpenXenManager. The application is used as a graphical way to manage a Xen Hypervisor. Installation First you need to install the Homebrew package manager. You can do this by executing the following in a terminal. /usr/bin/ruby -e […]
Connect Cisco with a MAC OS X
PL2303 Mac OS X Driver Download Download File: PL2303_MacOSX_1.6.1_20160309.zip Mac OS X Universal Binary Driver v1.6.0 (PKG file format) For Mac OS X 10.11 El Capitan (64-bit) For Mac OS X 10.10 Yosemite (64-bit) For Mac OS X 10.9 Mavericks (64-bit) For PL2303 H/HX/HXD/EA/RA/SA/TA/TB chip versions For Prolific USB VID_067B&PID_2303 Only Includes Driver Installation Manual […]
Comment réinitialiser le mot de passe administrateur sur Mac OS X
Enfoncez les deux touches suivantes : la touche Commande (marquée cmd et située de part et d’autre de la barre d’espace) et la lettre S. Maintenez-les enfoncées.Redémarrez l’ordinateur dans cette position. Tapez launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist et validez avec [Entrée]. Tapez ls /Users et validez avec [Entrée]. Une liste de tous les utilisateurs va apparaître, ainsi […]
Skype options
Here is some command for logout and another /remotelogout = disconnect all sessions /showplaces = view all sessions connected
Using vlc for stream on the dvb
For acquiring one transponder directly with vlc, used this line cvlc -vvv –ttl 20 –ffmpeg-hw dvb-t://frequency=770000:bandwidth=8 :dvb-adapter=0 :live-caching=300 :program=2562 –sout « #standard{access=udp,mux=ts,dst=127.0.0.1:5000} »
Disabled IPv6 on the OS X
Open Terminal and execute this command : Code: sudo networksetup -listallnetworkservices An asterisk (*) denotes that a network service is disabled. Service unknown Wi-Fi Bluetooth PAN sudo networksetup -setv6off Wi-Fi
Register safebrowsing google
you can register to be notified in google an abuse your AS. http://www.google.com/safebrowsing/alerts/
Howto install cacti with threshold – THRESHOLD INSTALLATION
THRESHOLD INSTALLATION The installation require different plugins before : arch settings thold you can found all this plugins on cactiuser.org Fist install cacti-plugin-arch: Go to your cacti folder # wget http://mirror.cactiusers.org/downloads/plugins/cacti-plugin-0.8.7e-PA-v2.6.zip # unzip cacti-plugin-0.8.7e-PA-v2.6.zip Now you have to patch the cacti folder with the content of the cacti-plugin archive. # patch -p1 -N < cacti-plugin-arch/cacti-plugin-0.8.7e-PA-v2.6.diff We […]
How To Clear DNS Cache In Mac OSX Leopard
DNS request are usually cached, that’s good as it help to speeds up the lookups within the same host but sometimes we will want to clear the cache so it don’t hold the values that are no longer valid. To clear DNS cache in Mac OSX, we can do it with the help of Terminal. Mac OSX 10.4 […]