1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+name: "opensource@lemmy.ml"
+title: "opensource"
+description: """
All about open source! Feel free to ask questions, and share news, and interesting stuff!\n
\n
Useful Links\n
============\n
\n
- [Open Source Initiative](https://opensource.org/)\n
- [Free Software Foundation](https://www.fsf.org/)\n
- [Electronic Frontier Foundation](https://www.eff.org/)\n
- [Software Freedom Conservancy](https://sfconservancy.org/)\n
- [It’s FOSS](https://itsfoss.com/)\n
\n
Rules\n
=====\n
\n
- Posts must be relevant to the open source ideology\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
Related Communities\n
===================\n
\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!libre_software@lemmy.ml](https://lemmy.ml/c/libre_software)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
- [!linux@lemmy.ml](https://lemmy.ml/c/linux)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
\n
Community icon from opensource.org, but we are not affiliated with them.
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 97
+entryCommentCount: 1299
+postCount: 2
+postCommentCount: 5
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583535 {#319
date: 2024-10-22 09:52:15.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-id: 128
+apId: "opensource@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/opensource"
+apPublicUrl: "https://lemmy.ml/c/opensource"
+apFollowersUrl: "https://lemmy.ml/c/opensource/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "opensource"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703910302 {#320
date: 2023-12-30 05:25:02.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703910301 {#314
date: 2023-12-30 05:25:01.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I use SSH with port fowarding to securely access my services running on my server to anywhere I have internet. Its easy to setup, just expose any device running a ssh server like openssh to the internet, probably on a port that isnt 22, and with key only authentication.\n
\n
Then on whatever device you want to get your services on you can do like\n
\n
```\n
\n
<span style="color:#323232;">ssh -p 8022 -L 8010:192.168.75.111:80 user@serverspublicip\n
</span>\n
```\n
\n
Where `8022` is the port of the ssh server exposed to the internet (default is 22), `8010` is the port its gonna bind to on the device you are using the client (it will bind to 127.0.0.1 by default), `192.168.75.111:80` is the address/hostname and the port of where your services are on your local network, and `user@serverspublicip` is your username and the ip address of where your ssh server is.\n
\n
You can also use ssh to make a SOCKS proxy in your network like this\n
\n
```\n
\n
<span style="color:#323232;">ssh -g -D 1080 user@serverspublicip\n
</span>\n
```\n
\n
This will make a socks proxy into your network on your device at `127.0.0.1:1080`. All of this can also be done on just about any mobile phone running android by using termux.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705448113 {#1602
date: 2024-01-17 00:35:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Rudee@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 315340
-bodyTs: "'1080':164,181 '127.0.0.1':110,180 '192.168.75.111':70,113 '22':44,89 '80':71,114 '8010':69,90 '8022':67,75 'access':9 'address':139 'address/hostname':117 'also':148,186 'android':196 'anywher':17 'authent':49 'bind':96,108 'client':105 'd':163 'default':87,112 'devic':28,53,100,178 'done':188 'easi':22 'expos':26,83 'foward':6 'g':162 'get':57 'gonna':95 'internet':20,37,86 'ip':138 'isnt':43 'key':47 'l':68 'like':33,64,159 'local':128 'make':152,169 'mobil':193 'network':129,158,175 'openssh':34 'p':66 'phone':194 'port':5,41,78,93,120 'probabl':38 'proxi':155,172 'run':12,29,195 'secur':8 'server':15,32,82,144 'serverspublicip':73,132,166 'servic':11,59,124 'setup':24 'sock':154,171 'ssh':3,31,65,81,143,150,161 'termux':199 'use':2,103,149,198 'user':72,131,165 'usernam':135 'want':55 'whatev':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/comment/5727608"
+editedAt: null
+createdAt: DateTimeImmutable @1705448113 {#1969
date: 2024-01-17 00:35:13.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+name: "opensource@lemmy.ml"
+title: "opensource"
+description: """
All about open source! Feel free to ask questions, and share news, and interesting stuff!\n
\n
Useful Links\n
============\n
\n
- [Open Source Initiative](https://opensource.org/)\n
- [Free Software Foundation](https://www.fsf.org/)\n
- [Electronic Frontier Foundation](https://www.eff.org/)\n
- [Software Freedom Conservancy](https://sfconservancy.org/)\n
- [It’s FOSS](https://itsfoss.com/)\n
\n
Rules\n
=====\n
\n
- Posts must be relevant to the open source ideology\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
Related Communities\n
===================\n
\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!libre_software@lemmy.ml](https://lemmy.ml/c/libre_software)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
- [!linux@lemmy.ml](https://lemmy.ml/c/linux)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
\n
Community icon from opensource.org, but we are not affiliated with them.
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 97
+entryCommentCount: 1299
+postCount: 2
+postCommentCount: 5
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583535 {#319
date: 2024-10-22 09:52:15.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-id: 128
+apId: "opensource@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/opensource"
+apPublicUrl: "https://lemmy.ml/c/opensource"
+apFollowersUrl: "https://lemmy.ml/c/opensource/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "opensource"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703910302 {#320
date: 2023-12-30 05:25:02.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703910301 {#314
date: 2023-12-30 05:25:01.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I use SSH with port fowarding to securely access my services running on my server to anywhere I have internet. Its easy to setup, just expose any device running a ssh server like openssh to the internet, probably on a port that isnt 22, and with key only authentication.\n
\n
Then on whatever device you want to get your services on you can do like\n
\n
```\n
\n
<span style="color:#323232;">ssh -p 8022 -L 8010:192.168.75.111:80 user@serverspublicip\n
</span>\n
```\n
\n
Where `8022` is the port of the ssh server exposed to the internet (default is 22), `8010` is the port its gonna bind to on the device you are using the client (it will bind to 127.0.0.1 by default), `192.168.75.111:80` is the address/hostname and the port of where your services are on your local network, and `user@serverspublicip` is your username and the ip address of where your ssh server is.\n
\n
You can also use ssh to make a SOCKS proxy in your network like this\n
\n
```\n
\n
<span style="color:#323232;">ssh -g -D 1080 user@serverspublicip\n
</span>\n
```\n
\n
This will make a socks proxy into your network on your device at `127.0.0.1:1080`. All of this can also be done on just about any mobile phone running android by using termux.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705448113 {#1602
date: 2024-01-17 00:35:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Rudee@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 315340
-bodyTs: "'1080':164,181 '127.0.0.1':110,180 '192.168.75.111':70,113 '22':44,89 '80':71,114 '8010':69,90 '8022':67,75 'access':9 'address':139 'address/hostname':117 'also':148,186 'android':196 'anywher':17 'authent':49 'bind':96,108 'client':105 'd':163 'default':87,112 'devic':28,53,100,178 'done':188 'easi':22 'expos':26,83 'foward':6 'g':162 'get':57 'gonna':95 'internet':20,37,86 'ip':138 'isnt':43 'key':47 'l':68 'like':33,64,159 'local':128 'make':152,169 'mobil':193 'network':129,158,175 'openssh':34 'p':66 'phone':194 'port':5,41,78,93,120 'probabl':38 'proxi':155,172 'run':12,29,195 'secur':8 'server':15,32,82,144 'serverspublicip':73,132,166 'servic':11,59,124 'setup':24 'sock':154,171 'ssh':3,31,65,81,143,150,161 'termux':199 'use':2,103,149,198 'user':72,131,165 'usernam':135 'want':55 'whatev':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/comment/5727608"
+editedAt: null
+createdAt: DateTimeImmutable @1705448113 {#1969
date: 2024-01-17 00:35:13.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1370 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+name: "opensource@lemmy.ml"
+title: "opensource"
+description: """
All about open source! Feel free to ask questions, and share news, and interesting stuff!\n
\n
Useful Links\n
============\n
\n
- [Open Source Initiative](https://opensource.org/)\n
- [Free Software Foundation](https://www.fsf.org/)\n
- [Electronic Frontier Foundation](https://www.eff.org/)\n
- [Software Freedom Conservancy](https://sfconservancy.org/)\n
- [It’s FOSS](https://itsfoss.com/)\n
\n
Rules\n
=====\n
\n
- Posts must be relevant to the open source ideology\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
Related Communities\n
===================\n
\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!libre_software@lemmy.ml](https://lemmy.ml/c/libre_software)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
- [!linux@lemmy.ml](https://lemmy.ml/c/linux)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
\n
Community icon from opensource.org, but we are not affiliated with them.
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 97
+entryCommentCount: 1299
+postCount: 2
+postCommentCount: 5
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583535 {#319
date: 2024-10-22 09:52:15.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-id: 128
+apId: "opensource@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/opensource"
+apPublicUrl: "https://lemmy.ml/c/opensource"
+apFollowersUrl: "https://lemmy.ml/c/opensource/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "opensource"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703910302 {#320
date: 2023-12-30 05:25:02.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703910301 {#314
date: 2023-12-30 05:25:01.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
I use SSH with port fowarding to securely access my services running on my server to anywhere I have internet. Its easy to setup, just expose any device running a ssh server like openssh to the internet, probably on a port that isnt 22, and with key only authentication.\n
\n
Then on whatever device you want to get your services on you can do like\n
\n
```\n
\n
<span style="color:#323232;">ssh -p 8022 -L 8010:192.168.75.111:80 user@serverspublicip\n
</span>\n
```\n
\n
Where `8022` is the port of the ssh server exposed to the internet (default is 22), `8010` is the port its gonna bind to on the device you are using the client (it will bind to 127.0.0.1 by default), `192.168.75.111:80` is the address/hostname and the port of where your services are on your local network, and `user@serverspublicip` is your username and the ip address of where your ssh server is.\n
\n
You can also use ssh to make a SOCKS proxy in your network like this\n
\n
```\n
\n
<span style="color:#323232;">ssh -g -D 1080 user@serverspublicip\n
</span>\n
```\n
\n
This will make a socks proxy into your network on your device at `127.0.0.1:1080`. All of this can also be done on just about any mobile phone running android by using termux.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1705448113 {#1602
date: 2024-01-17 00:35:13.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Rudee@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1371 …}
+nested: Doctrine\ORM\PersistentCollection {#1379 …}
+votes: Doctrine\ORM\PersistentCollection {#2446 …}
+reports: Doctrine\ORM\PersistentCollection {#1891 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 315340
-bodyTs: "'1080':164,181 '127.0.0.1':110,180 '192.168.75.111':70,113 '22':44,89 '80':71,114 '8010':69,90 '8022':67,75 'access':9 'address':139 'address/hostname':117 'also':148,186 'android':196 'anywher':17 'authent':49 'bind':96,108 'client':105 'd':163 'default':87,112 'devic':28,53,100,178 'done':188 'easi':22 'expos':26,83 'foward':6 'g':162 'get':57 'gonna':95 'internet':20,37,86 'ip':138 'isnt':43 'key':47 'l':68 'like':33,64,159 'local':128 'make':152,169 'mobil':193 'network':129,158,175 'openssh':34 'p':66 'phone':194 'port':5,41,78,93,120 'probabl':38 'proxi':155,172 'run':12,29,195 'secur':8 'server':15,32,82,144 'serverspublicip':73,132,166 'servic':11,59,124 'setup':24 'sock':154,171 'ssh':3,31,65,81,143,150,161 'termux':199 'use':2,103,149,198 'user':72,131,165 'usernam':135 'want':55 'whatev':52"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/comment/5727608"
+editedAt: null
+createdAt: DateTimeImmutable @1705448113 {#1969
date: 2024-01-17 00:35:13.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+name: "opensource@lemmy.ml"
+title: "opensource"
+description: """
All about open source! Feel free to ask questions, and share news, and interesting stuff!\n
\n
Useful Links\n
============\n
\n
- [Open Source Initiative](https://opensource.org/)\n
- [Free Software Foundation](https://www.fsf.org/)\n
- [Electronic Frontier Foundation](https://www.eff.org/)\n
- [Software Freedom Conservancy](https://sfconservancy.org/)\n
- [It’s FOSS](https://itsfoss.com/)\n
\n
Rules\n
=====\n
\n
- Posts must be relevant to the open source ideology\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
Related Communities\n
===================\n
\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!libre_software@lemmy.ml](https://lemmy.ml/c/libre_software)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
- [!linux@lemmy.ml](https://lemmy.ml/c/linux)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
\n
Community icon from opensource.org, but we are not affiliated with them.
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 97
+entryCommentCount: 1299
+postCount: 2
+postCommentCount: 5
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583535 {#319
date: 2024-10-22 09:52:15.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-id: 128
+apId: "opensource@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/opensource"
+apPublicUrl: "https://lemmy.ml/c/opensource"
+apFollowersUrl: "https://lemmy.ml/c/opensource/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "opensource"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703910302 {#320
date: 2023-12-30 05:25:02.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703910301 {#314
date: 2023-12-30 05:25:01.0 +01:00
}
} |
|
Show voter details
|