Why not using pacman -Rcns kde-games?

|
ariefr 2022-08-01 08:07:16
archiso has facility for copytoram
also http://www.linux-live.org/ has facility for copy toram
ariefr 2022-08-01 08:13:42
one uses intel repo, the other uses oneTBB repo
ArticOcean 2022-08-01 09:37:54
I have logged into ssh host from ssh client. I want to copy a file from ssh host to ssh client. How do i do that ?
I tried
$cd ~ Then
$pwd
it still shows home of ssh host..
Am i suppose to type in client ip (even when i logged into host from client ) ??
shld i do this (already logged into ssh host already) :
$ cp file1 clientUserName@<client IP>:~/path/toDestination/
??
utkarsh2102 2022-08-01 09:42:33
ArticOcean 2022-08-01 09:37:54
I have logged into ssh host from ssh client. I want to copy a file from ssh host to ssh client. How do i do that ?
I tried
$cd ~ Then
$pwd
it still shows home of ssh host..
Am i suppose to type in client ip (even when i logged into host from client ) ??
shld i do this (already logged into ssh host already) :
$ cp file1 clientUserName@<client IP>:~/path/toDestination/
??

Hey, use ‘scp’ or ‘sftp’ instead. I generally use scp when I need to copy a few files, et al.

twrsch 2022-08-01 09:43:14
Anyone knowledgeable in tor daemon? My bridges won’t connect.
utkarsh2102 2022-08-01 09:44:17
utkarsh2102 2022-08-01 09:42:33
Hey, use ‘scp’ or ‘sftp’ instead. I generally use scp when I need to copy a few files, et al.

cf: https://wiki.archlinux.org/title/SCP_and_SFTP

ArticOcean 2022-08-01 09:44:18
utkarsh2102 2022-08-01 09:42:33
Hey, use ‘scp’ or ‘sftp’ instead. I generally use scp when I need to copy a few files, et al.

if i use sftp, then i have run sftp daemon service..
as for scp, i rather use ssh if possible, because scp is just as tedious..
However, I want to learn how to do file xfer from host ssh to client ssh.. Let me learn first, then i will use a better method …

twrsch 2022-08-01 09:46:12
twrsch 2022-08-01 09:43:14
Anyone knowledgeable in tor daemon? My bridges won’t connect.

I installed the required package, added UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obsf4proxy –managed and then Bridge obfs4 whatever the bridges.torproject.org would give me, but still no luck. No error, it just goes like this:

Aug 01 10:43:39 w Tor[405753]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Aug 01 10:43:39 w Tor[405753]: Bootstrapped 0% (starting): Starting
Aug 01 10:43:39 w Tor[405753]: Starting with guard context “bridges”
Aug 01 10:43:39 w Tor[405753]: Delaying directory fetches: No running bridges
Aug 01 10:43:39 w Tor[405753]: Signaled readiness to systemd
Aug 01 10:43:39 w systemd[1]: Started Anonymizing overlay network for TCP.

twrsch 2022-08-01 09:54:28
twrsch 2022-08-01 09:46:12
I installed the required package, added UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obsf4proxy –managed and then Bridge obfs4 whatever the bridges.torproject.org would give me, but still no luck. No error, it just goes like this:

Aug 01 10:43:39 w Tor[405753]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Aug 01 10:43:39 w Tor[405753]: Bootstrapped 0% (starting): Starting
Aug 01 10:43:39 w Tor[405753]: Starting with guard context “bridges”
Aug 01 10:43:39 w Tor[405753]: Delaying directory fetches: No running bridges
Aug 01 10:43:39 w Tor[405753]: Signaled readiness to systemd
Aug 01 10:43:39 w systemd[1]: Started Anonymizing overlay network for TCP.

nvm, got it, I typed in /usr/bin/obfsproxy instead of obfs4proxy

C0rn3j 2022-08-01 10:06:20
ArticOcean 2022-08-01 09:37:54
I have logged into ssh host from ssh client. I want to copy a file from ssh host to ssh client. How do i do that ?
I tried
$cd ~ Then
$pwd
it still shows home of ssh host..
Am i suppose to type in client ip (even when i logged into host from client ) ??
shld i do this (already logged into ssh host already) :
$ cp file1 clientUserName@<client IP>:~/path/toDestination/
??

We have an off topic and a general Linux group

fgfhfghf 2022-08-01 10:21:21
command to delete kde-games-meta ?
twrsch 2022-08-01 10:21:47
fgfhfghf 2022-08-01 10:21:21
command to delete kde-games-meta ?

sudo pacman -R kde-games-meta ?

fgfhfghf 2022-08-01 10:23:59
Its not working
twrsch 2022-08-01 10:24:54
Oh, well, didn’t suspect it’d go that smooth
fgfhfghf 2022-08-01 10:28:23
I already did that command want something different but .. Its not working actually
fgfhfghf 2022-08-01 10:30:04
archlinuxgroup-603347.jpg

fgfhfghf 2022-08-01 10:30:31
Want to remove above games
twrsch 2022-08-01 10:31:27
fgfhfghf 2022-08-01 10:28:23
I already did that command want something different but .. Its not working actually

What does it say?

fgfhfghf 2022-08-01 10:33:42
error: target not found: kde-games-meta
twrsch 2022-08-01 10:36:24
fgfhfghf 2022-08-01 10:33:42
error: target not found: kde-games-meta

Well… maybe it’s not kde-games-meta?

twrsch 2022-08-01 10:36:38
pacman -Qs kde games
fgfhfghf 2022-08-01 10:37:26
archlinuxgroup-603353.jpg

fgfhfghf 2022-08-01 10:37:50
Just these two are kde games
twrsch 2022-08-01 10:38:33
Well, the first one gives you a clue, doesn’t it?
twrsch 2022-08-01 10:38:55
See for the brackets, they indicate what groups is the package in
twrsch 2022-08-01 10:39:08
Do sudo pacman -R kde-games
fgfhfghf 2022-08-01 10:39:48
Done and to remove others
deathshadow882 2022-08-01 10:40:09
twrsch 2022-08-01 10:39:08
Do sudo pacman -R kde-games

why not using pacman -Rcns kde-games ?

lappretard 2022-08-01 10:40:35
twrsch 2022-08-01 10:39:08
Do sudo pacman -R kde-games

you’ll leave out dependencies

twrsch 2022-08-01 10:40:45
deathshadow882 2022-08-01 10:40:09
why not using pacman -Rcns kde-games ?

Removing the group does remove all the games, nope?

fgfhfghf 2022-08-01 10:41:12
twrsch 2022-08-01 10:40:45
Removing the group does remove all the games, nope?

nope

fgfhfghf 2022-08-01 10:41:36
Just kapman is deleted
deathshadow882 2022-08-01 10:42:41
twrsch 2022-08-01 10:40:45
Removing the group does remove all the games, nope?

i always do -Rcns to uninstall packages

tbogusze 2022-08-01 10:52:26
archlinuxgroup-603368.jpg
My USB hard drive is not being detected by lsblk and others, how can I fix it? I attach dmesg log below
maddieclaire 2022-08-01 10:53:03
tbogusze 2022-08-01 10:52:26
My USB hard drive is not being detected by lsblk and others, how can I fix it? I attach dmesg log below

Have you tried fdisk -l? (to list it at least)

|