-
### 계정
#### user 확인
- `/etc/passwd`
```cmd
awk -F: '{ print $1"\t\t"$5}' /etc/passwd
```
#### group 확인
- `/etc/group`
```cmd
cut -d: -f1 /etc/group
```
#### group 사용자 리스트
```cmd
g…
-
I think speed hackers can crash servers.
Today I was playing in the Offical server and we had like 6 timeouts sending us to lobby every time.
So we started again on official server thinking it was j…
-
Add alist of all dangerous features in ddnet++ that could be used on specific maps to cheat the race.
Things like supermod spawn could be used to skip the startline and trade or spawnweapons could gi…
-
Instead of the long-winded API docs, something with the brevity of the JSDocs already in the source code.
-
```
What steps will reproduce the problem?
1. launch any vc or ww with neek2o or from within neek2o
2. cheats are on and working with other loaders usblgx/postloader
3. cheats do not work.
What is t…
-
```
What steps will reproduce the problem?
1. launch any vc or ww with neek2o or from within neek2o
2. cheats are on and working with other loaders usblgx/postloader
3. cheats do not work.
What is t…
-
```
What steps will reproduce the problem?
1. launch any vc or ww with neek2o or from within neek2o
2. cheats are on and working with other loaders usblgx/postloader
3. cheats do not work.
What is t…
-
Priority: 7.5
Description: Request from email thread "Cheat Sheet for Restos"
Short term goal - save time for us from explaining over the phone or in person to restos how to use Eatibl app for c…
-
I am using this issue to collect all shortcut tips of Vim.
There are some references I have looked already.
- [Vim cheatsheet](https://devhints.io/vim)
- https://makandracards.com/makandra/1402-v…
kdeng updated
5 years ago
-
## Description
I need to know how to test this so contributing is easier.
# the thing
The code you've described, which involves Lua scripting within a Roblox environment, primarily focuses on…