Known Errors #fixes
Gparted cannot open
source: https://unix.stackexchange.com/questions/424987/why-can-i-not-open-gparted-from-the-command-line
Working Solution:
- Make sure having
Gparted cannot open
source: https://unix.stackexchange.com/questions/424987/why-can-i-not-open-gparted-from-the-command-line
$ sudo gparted
(gpartedbin:7820): Gtk-WARNING **: cannot open display: Working Solution:
- Make sure having
xorg-xhost and polkit installed- sudo sh -c 'DISPLAY=:0 exec gparted'To transfer Files Over ftp on Arch Linux!
#ftp #fixes #notestonubelikeme
Are you on arch-linux?
Are frustrated like me wondering where is ftp in arch repos?
then look no more just install lftp
free to use your ftp commands such as get and put to upload and download files over ftp
#ftp #fixes #notestonubelikeme
Are you on arch-linux?
Are frustrated like me wondering where is ftp in arch repos?
then look no more just install lftp
sudo pacman -S lftpconnect with your ftp server
lftp admin@192.168.24.1:1234just like that you connected and
free to use your ftp commands such as get and put to upload and download files over ftp
I think this is it.
Yes. I changed my name again.
I think this is the one I was looking for. >
Name:- "Neo Void"
Maybe it sounds cringe for some but idc.
I promise I wont change my telegram name and ID (I'll try) at least for 1 year.
This is me overcoming my paranoia of being anonymous.
Yes. I changed my name again.
I think this is the one I was looking for. >
Name:- "Neo Void"
I promise I wont change my telegram name and ID (I'll try) at least for 1 year.
This is me overcoming my paranoia of being anonymous.
#OfficePrograms
Pyspread - for pythonic spreadsheet
https://pyspread.gitlab.io/tutorial.html
Zaread - Quickly open office documents with zathura
https://github.com/paoloap/zaread
How I'm able to take notes in mathematics lectures using LaTeX and Vim
https://castel.dev/post/lecture-notes-1/
Pyspread - for pythonic spreadsheet
https://pyspread.gitlab.io/tutorial.html
Zaread - Quickly open office documents with zathura
https://github.com/paoloap/zaread
How I'm able to take notes in mathematics lectures using LaTeX and Vim
https://castel.dev/post/lecture-notes-1/
Learn by playing #LearningResources
BashCrawl - Learn Linux commands by playing a simple text adventure
https://gitlab.com/slackermedia/bashcrawl
Learn git by playing game
https://ohmygit.org/
BashCrawl - Learn Linux commands by playing a simple text adventure
https://gitlab.com/slackermedia/bashcrawl
Learn git by playing game
https://ohmygit.org/
charles babbage.jpg
336.6 KB
An 1840 design for the Analytical Engine by Charles Babbage (© Science & Society Picture Library/Getty Images)
Forwarded from Library of Magi 🎃
Text manipulation commands
#Notes #teachingnotes
echo - send text to stdout
cat - read file
less - read in a pager
head - read from top
tail - read from bottom
more - file perusal filter for crt viewing
sort - sort lines
uniq - report or omit repeated lines
fmt - reformat lines
pr - convert text files for printing
tr - translate or delete characters
Advanced Commads
awk - pattern scanning and processing language
grep - print lines matching pattern
sed - stream editor for filtering and transforming text
#Notes #teachingnotes
echo - send text to stdout
cat - read file
less - read in a pager
head - read from top
tail - read from bottom
more - file perusal filter for crt viewing
sort - sort lines
uniq - report or omit repeated lines
fmt - reformat lines
pr - convert text files for printing
tr - translate or delete characters
Advanced Commads
awk - pattern scanning and processing language
grep - print lines matching pattern
sed - stream editor for filtering and transforming text