
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Kwaku Duah -
Hiren Dhaduk -
JPL -
dev.to staff -
Once suspended, brunoj will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, brunoj will be able to comment and publish posts again.
Once unpublished, all posts by brunoj will become hidden and only accessible to themselves.
If brunoj is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Bruno.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag brunoj:
Unflagging brunoj will restore default visibility to their posts.
Top comments (12)
sudo reboot
- fixes all problems, 50% of the timeI'll go first with a simple one:
cd
.cd
stands for "change directory". It accepts a directory as an argument,i.e.
It takes a few other directives such as moving up one directory, moving to root, etc.
Here is a post getting into some of what you can do
The difference between cd - vs cd ~-
Pete Freitag γ» Sep 27 '19 γ» 1 min read
sudo rm -rf /
- Get fired or reinstall OShahahahaaaa dead!
π€£π€£
sudo command
- perform a command as superuserhere are some reasons why not to use it all the time linuxnscripting.com/why-you-should...
here are some best practices of how to set it up properly techglimpse.com/dos-and-donts-of-s...
and here is a somewhat essayish pro/con discussion piece redhat.com/sysadmin/sysadmins-dont...
say
I accidentally discovered that running
say <words to say>
on my OS makes a voice say those words out loud. For example:say thats an awfully hot coffee pot
$ pwd
shows current working directorymv command , you can move file/folder placement with it or you can use it for rename.
Recursively find all files with
thing
in its name!aws s3 mb s3://dev-community-bucket
Creates an S3 bucket in AWS.
Out of context?
sudo rm -rf /
Just destroy your Linux system easily