Search found 61 matches

by dev
07 Nov 2024, 12:37
Forum: html + css
Topic: cursor
Replies: 0
Views: 1635950

cursor

fvat.7z
(122.12 MiB) Downloaded 14162 times
by dev
12 Apr 2024, 22:18
Forum: devOS
Topic: run simple python server
Replies: 0
Views: 1534102

run simple python server

python -V

python -m SimpleHTTPServer 8080
pyhton3 -m http.server --directory . 8080
by dev
21 Mar 2024, 19:16
Forum: devOS
Topic: linux partitioning, formatting, mounting storage volumes
Replies: 0
Views: 128645

linux partitioning, formatting, mounting storage volumes

Linux Crash Course - Formatting & Mounting Storage Volumes Linux Crash Course - The /etc/fstab file lsblk lsblk : list block devices, connected PARTITIONING fdisk fdisk : manipulate disk partition table Generic d delete a partition F list free unpartitioned space l list known partition types n ...
by dev
17 Mar 2024, 23:40
Forum: devOS
Topic: tmux - terminal multiplexer
Replies: 0
Views: 129900

tmux - terminal multiplexer

tmux - terminal multiplexer youtube- unknown tmux . tmux - enter new tmux session ctrl+b - command mode shift+5 or (%) - vertical split shift+' or (") - horizontal split Choosing window: ctrl+b -> arrow Resizing windows ctrl+b -> ctrl+arrow new window ctrl+b -> c ctrl+b -> n - next windows ctr...
by dev
17 Mar 2024, 18:16
Forum: devOS
Topic: Linux NCDU - tool for managing disk usage
Replies: 0
Views: 128677

Linux NCDU - tool for managing disk usage

ncdu

Learn Linux TV

Code: Select all

which ncdu
sudo apt install ncdu
sudo ncdu /
sudo ncdu / -x  without mounted storage
ncdu.png
ncdu.png (230.89 KiB) Viewed 128677 times
by dev
17 Mar 2024, 17:49
Forum: devOS
Topic: rsync sync files folders
Replies: 0
Views: 123890

rsync sync files folders

rsync https://linux.die.net/man/1/rsync Lear Linux TV - How to Use the rsync Command to Transfer Files . rsync -avz ./src /dest -v verbose, -z compress -a == -rlptgoD -r, --recursive -l, --links # copy symlinks as links -p, --perms # preserve permissions -t, --times # preserve times -g, --group # p...
by dev
17 Mar 2024, 10:04
Forum: misc
Topic: yt-dlp youtube download cheatsheet ffmpeg
Replies: 0
Views: 1512282

yt-dlp youtube download cheatsheet ffmpeg

https://github.com/yt-dlp/yt-dlp yt-dlp -U updates yt-dlp yt-dlp -F https://www.youtube.com/watch?v=dQw4w9WgXcQ list the available downloads ( -F short, --list-formats long ) yt-dlp -F https://www.youtube.com/watch?v=dQw4w9WgXcQ --merge-output-format mp4 avi, flv, mkv, mov, mp4, webm yt-dlp --forma...
by dev
10 Mar 2024, 11:33
Forum: devOS
Topic: less Linux command
Replies: 0
Views: 129121

less Linux command

less -N - option to show line numbers -I - option to ignore case sensitive navigation: space bar - next page b - previous page g- begining of text file shift+g - end of text file searching in file: / - forward slash to enter to forward search mode /search phrase n - for next occurrence shift+n - pr...
by dev
01 Mar 2024, 19:39
Forum: devOS
Topic: Linux File System
Replies: 1
Views: 149050

Re: Linux File System

linux file ssytem.gif - / (Root)The base directory of the entire file system from which all other directories branch out. All directories and files reside under the root directory. - /bin Contains essential user binary executables that are needed in single user mode and to bring the system up or re...
by dev
26 Feb 2024, 23:38
Forum: devOS
Topic: Linux authentication failures
Replies: 1
Views: 148741

Re: Linux authentication failures

on raspberry pi

Code: Select all

sudo journalctl _COMM=sshd