Am i suppose to type in client ip (even when i logged into host from client ) ?
Anyone knowledgeable in tor daemon?
command to delete kde-games-meta ?
sudo pacman -R kde-games-meta ?
Well, the first one gives you a clue, doesn’t it?
why not using pacman -Rcns kde-games ?
Removing the group does remove all the games, nope?
My USB hard drive is not being detected by lsblk and others, how can I fix it?
Have you tried fdisk -l?
also http://www.linux-live.org/ has facility for copy toram
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/
??
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.
cf: https://wiki.archlinux.org/title/SCP_and_SFTP
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 …
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.
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
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
sudo pacman -R kde-games-meta ?

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

why not using pacman -Rcns kde-games ?
you’ll leave out dependencies
Removing the group does remove all the games, nope?
nope
i always do -Rcns to uninstall packages

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)