by DATUREX GmbH | Sep 19, 2018 | Mac OSX
Mac OS, how to find out which user logged into the system in a period of time: log show -predicate '(eventMessage CONTAINS "password was supplied")' -style syslog -last 7d succesfull logins in an anonymous list: Timestamp ...
by DATUREX GmbH | Jun 5, 2017 | IOS, Mac OSX
I was building an app via ionic and cordova, when it comes to release I got this error in the upload phase in xcode. Solution: That means that you simply have to update your xcode, even if you are not be notified via apple app store, that you have to...
by DATUREX GmbH | May 4, 2017 | Linux, Mac OSX
Linux sudo lsblk Mac OS sudo diskutil list Select device The name of the device looks like this /dev/disk1 Now comes the dd command, which expects an if for InputFile and an of for OutputFile as parameters. The InputFile is your image and the OutputFile is your device....
by DATUREX GmbH | Apr 3, 2017 | IOS, Mac OSX
Solution: sudo npm -g install ios-deploy -unsafe-perm=true Error: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli...
by DATUREX GmbH | Apr 1, 2017 | Linux, Mac OSX, Windows
Problem: I tried to compress a set of files via batch processing. Some of these files were currently opened by another process, so I encountered this problem. 7zip works as designed to skip those files, because an opened file could be uncompleted in the moment where...
by DATUREX GmbH | May 29, 2016 | General, Mac OSX
You have to add this text below to your ~/.bash_profile alias ll='ls -lG'
Recent Comments