I often play an old DOS game in DOSBox, and when I exit it doesn't reset the screen resolution. So I reset it manually by typing
xrandr -output e-DP1 -auto
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_[email protected]~
I often play an old DOS game in DOSBox, and when I exit it doesn't reset the screen resolution. So I reset it manually by typing
xrandr -output e-DP1 -auto
As primarily a Windows admin (Yes, we exist on Lemmy ;) ) here are few I use often.
Enter-PSSesion
Get-ADUser
(also group and computer)CLS
(aka the superior clear
)ii .
(short for Invoke-Item .
which runs the selected object using the default method. For paths (like .
) the default is explorer, so ii .
opens the current directory using explorer.)ft
(short for Format-Table
formats piped input as a table.)fl
(short for format-like
. Used like ft
but for lists.)Where-Object
Select-Object
There are dozens of us.
Also, I'll add:
^[2J^[H
Is one of my favorites. Of course, most of you are too young to know what that means.
tldr
is great. Basically a crowd-sourced alternative to man
with much more concise entries. Example:
$ tldr dhcpcd
DHCP client.
More information: <https://roy.marples.name/projects/dhcpcd>.
Release all address leases:
sudo dhcpcd --release
Request the DHCP server for new leases:
sudo dhcpcd --rebind
:O
g-push
which is alias for
git push origin `git branch --show`
Which I'm writing on my phone without testing or looking
git push origin HEAD
is a slightly shorter way of doing the same thing, even though you have an alias anyway lol
For Debian based/descended distros:
sudo apt-get update && sudo apt-get upgrade
And technically I also regularly use
redshift -O 3000
all of the blue light filter programs try to align themselves with a user's geographic location and time, but I don't keep normal hours
Chuck the -y in there for extra lazy mode
I would but much like somebody else's recent post I have in the past nuked my install by blindly agreeing to some recommended software removals before. These days I like to double check what packages are being updated and replaced.
diff -y -W 200 file1 file2
Shows a side by side diff of 2 files with enough column width to see most of what I need usually.
I have actually aliased this command as diffy
ctrl-r
searching bash history
du -sh * | sort -h
shows size of all files and dirs in the current dir and sorts them in ascending order so you can easily see the largest files or dirt ant the end of the list
ls -ltr
Shows the most recently modified files at the end of the listing.
ls and cd
I sometimes hit ls and then need to type dir.
The amount of times i tried to dir in linux and ls in windows is mire than I like to admit
More of a shortcut, CTRL + A + D
to exit the current session (exits a sudo su first, then a ssh, then the actual terminal)
I use "ping" every time I suspect my internet might be going a bit slow.
Try mtr . It'll run kinda like a trace route but will show you where the delay is happening. Still relys in icmp not being blocked