1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1810
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#323
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#324
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#318
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2441 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2435
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2419 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1853 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#101
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2404
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1810
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#323
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#324
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#318
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2441 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2435
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2419 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1853 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#101
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2404
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1810
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#323
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#324
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#318
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2441 …}
+slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
+title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
+url: null
+body: """
I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
\n
This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
\n
This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
\n
This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
\n
I used this page to figure out how to do this:\n
\n
[linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
\n
Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
\n
` sudo ip route add default via 192.168.19.1 table 10`\n
\n
Add a rule for the return traffic from your ssh host\n
\n
` sudo ip rule add sport 22 table 10`\n
\n
` sudo ip route flush cache`\n
\n
check out your fancy new rule\n
\n
` ip rule show`\n
\n
And to make this persistent across reboots, add to:\n
\n
`/etc/systemd/network/20-wired.network`\n
\n
(or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
\n
```\n
\n
<span style="color:#323232;">[Route]\n
</span><span style="color:#323232;">Gateway=192.168.19.1\n
</span><span style="color:#323232;">Table=10\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[RoutingPolicyRule]\n
</span><span style="color:#323232;">SourcePort=22\n
</span><span style="color:#323232;">Table=10\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700086096 {#2435
date: 2023-11-15 23:08:16.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2419 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1853 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 13100
-titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
-bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700086244
+visibility: "visible "
+apId: "https://lemmy.nz/post/3374605"
+editedAt: DateTimeImmutable @1700341046 {#101
date: 2023-11-18 21:57:26.0 +01:00
}
+createdAt: DateTimeImmutable @1699999844 {#2404
date: 2023-11-14 23:10:44.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#323
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#324
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#318
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|