Reverse Phone Number Info

Was your call or text from a telemarketer, a robocaller or otherwise unwanted? Please click SPAM or OK below.

SPAM 50% OK 50%

View Comments (2) Leave Comment


Number Details

NameShow Name
Number(828) 485-8883
Area Code (NPA)828
Exchange (NXX)485
Subscriber Number8883
CompanyNew Cingular Wireless Pcs, LLC
CountryUSA
CountyMecklenburg
CityCharlotte
StateNC - North Carolina
Zip Code28202
OCN6214
CLLICHRXNCGVGT0
Date Assigned08/21/2006
Prefix TypeWIRELESS
Switch Name
Switch Type
LATA422

Rating Statistics

Phone Number 8284858883 2.5 out of 5
To add a rating, please click Yes or No above.

Total SPAM Ratings: 1
Total OK Ratings: 1
Total Ratings: 2

Recent Ratings for 828-485-8883

Date Rated Rating
01/13/25 9:01 PMOK
01/13/25 9:01 PMSPAM

Local Information

CountryUSA
CountyMecklenburg
CityCharlotte
StateNC - North Carolina
Zip Code28202
Census Region NameSouth
Census Division NameSouth Atlantic
Local Time (when you loaded this page)2:55 AM
Time ZoneEDT
Daylight SavingsYes
Latitude35.227271
Longitude-80.844194
Land Square Miles1.80
Water Square Miles
Population11,195
Number of Housing Units6,303
Average Persons Per Household1.83

Caller Location Map



About this number

There is 1 OK rating, 1 SPAM rating and 2 comments for this phone number. (828) 485-8883 is a wireless/mobile based telephone number operated by New Cingular Wireless Pcs, LLC and is located in zip code 28202 in the city of Charlotte, North Carolina, which is in Mecklenburg County, and is in the South. It has a Number Planning Area (NPA - also known as an Area Code) of 828, a Network Numbering Exchange (NXX - also known as a prefix) of 485 and a subscriber number of 8883. It has an Operating Company Number (OCN) of 6214. A Common Language Location Identifier (CLLI) of CHRXNCGVGT0. As well as a Local access and transport area (LATA) of 422. It was first assigned for usage on 08/21/2006. Zip code 28202 has a population of 11,195 as of the 2010 census.


Did someone call or text you from 828-485-8883 ?

Comments

Texting a link to occupiedfilm.com

Caller or Company: Thanks Dylan, server fully open
Caller Type: Unknown

Tuesday, January 14th 1:45 pm
The command `ssh [user]@[host] [command]` allows you to execute a specified command on a remote server via SSH (Secure Shell) without entering an interactive shell session. This can be very useful for automation, remote management, or running scripts.

### Syntax Explanation

- **`ssh`**: The command to start the SSH client.

- **`[user]`**: Placeholder for the username you want to use to log in to the remote server. Replace this with the actual username.

- **`[host]`**: Placeholder for the hostname or IP address of the remote server. Replace this with the actual address or domain name of the server.

- **`[command]`**: The command you want to execute on the remote server. This can be any shell command that the user has permission to run.

### Example Usage

Here are some practical examples to illustrate how this works:

1. **Listing Files in a Directory**:

If you want to list all files in your home directory on the remote server:

```bash
ssh [email protected] "ls -la"
```

2. **Checking the System Uptime**:

To check how long the server has been running:

```bash
ssh [email protected] "uptime"
```

3. **Running a Script**:

If you have a script located at `/usr/local/bin/myscript.sh`, you can execute it:

```bash
ssh [email protected] "/usr/local/bin/myscript.sh"
```

4. **Chaining Commands**:

You can run multiple commands in succession by chaining them with a semicolon:

```bash
ssh [email protected] "cd /var/www; git pull origin master; systemctl restart myapp"
```

5. **Getting Disk Usage**:

To check the disk usage of the server, you can run:

```bash
ssh [email protected] "df -h"
```

### Important Notes

- **Quoting**: It’s generally a good practice to enclose the command in quotes, especially if it consists of multiple words or special characters. This prevents the local shell from misinterpreting or executing parts of the command.

- **Environment**: Remember that any environment variables

Caller or Company: ssh [user]@[host] [command]
Caller Type: Unknown

Monday, January 13th 9:02 pm
Submit a Comment
A comment is required.
Please enter the name of the caller or company that called you (if you know).
Please help us identify what type of caller this is.
Thank you for your assistance! Please submit only truthful comments and be as detailed as possible.
Please note: Your comment may require approval before appearing.