(?:^.+?\K | (?=[0-9]+.+))
Monday, December 9, 2019
Tuesday, December 3, 2019
Show hidden files and sub directories in root directory
By default the root directory will not show you the directories like /usr
, /bin
, /etc
etc. To make them visible you need to show the hidden files.
Open terminal and type the following command and hit return.
defaults write com.apple.finder AppleShowAllFiles -bool TRUE;killall Finder
Reference: https://themacbeginner.com/view-content-root-directory-mac-os-x/
Subscribe to:
Posts (Atom)
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
How to remove BBCODE from a string ? <?php $String = "[b][color=#0000ff]TEST[/color][/b]"; $regex = '|[[\/\!]*?[^\[\]...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...