This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Andrew Dixon", | |
| "title": "Executive | Associate Broker", | |
| "photo_url": "https://i.imgur.com/ILYBA6R.jpeg", | |
| "description": "Sales and Leaseing Commercial Specialist. \n\n15 Years in Commercial Real Estate in Miami's hottest neighborhoods. ", | |
| "transactions": [ | |
| "6105 NW 7th Ave sold August 2024 for **$900,000**", | |
| "5621 NW 7th Ave sold March 2026 for **$750,000**", | |
| "7501 NE 3rd Place sold December 2025 for **$2,900,000**", | |
| "7131 NW 26 Ave sold August 2025 for **$6,050,000**", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get remove aisleriot brltty duplicity empathy empathy-common example-content gnome-accessibility-themes gnome-contacts gnome-mahjongg gnome-mines gnome-orca gnome-screensaver gnome-sudoku gnome-video-effects landscape-common libreoffice-avmedia-backend-gstreamer libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk libreoffice-impress libreoffice-math libreoffice-ogltrans libreoffice-pdfimport libreoffice-style-galaxy libreoffice-style-human libreoffice-writer libsane libsane-common python3-uno rhythmbox rhythmbox-plugins rhythmbox-plugin-zeitgeist sane-utils shotwell shotwell-common telepathy-gabble telepathy-idle telepathy-indicator telepathy-logger telepathy-mission-control-5 totem totem-common totem-plugins printer-driver-brlaser printer-driver-foo2zjs printer-driver-foo2zjs-common printer-driver-m2300w printer-driver-ptouch printer-driver-splix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get update | |
| systemctl disable getty@tty1.service | |
| systemctl disable getty@tty2.service | |
| apt-get -y remove --purge rsyslog | |
| apt-get -y install ca-certificates dash inetutils-syslogd | |
| rm -f /bin/sh | |
| ln -s dash /bin/sh | |
| #chsh -s /bin/dash | |
| invoke-rc.d inetutils-syslogd stop | |
| for file in /var/log/*.log /var/log/mail.* /var/log/debug /var/log/syslog |