This is nothing new to me at least, that SATA actually "talks" SCSI, hence why these SATA devices show up as SCSI devices in Linux.
A related question has been asked before, e.g. Why do my SATA devices show up under /proc/scsi/scsi?
However what…
I'm interested in a single command that would download the contents of a torrent (and perhaps participate as a seed following the download, until I stop it).
Usually, there is a torrent-client daemon which should be started separately beforehand,…
I'm reading a book on network programming with Go. One of the chapters deals with the /etc/services file. Something I noticed while exploring this file is that certain popular entries like HTTP and SSH, both of which use TCP at the transport layer,…
I have a postgres 9.1 server running on the default port 5432 on an Ubuntu 12.04 cloud server.
I want to open up the port, so I can make remote queries -- but I have to open the port on IP tables, which requires that I specify a protocol. This doc…
I am running Samba 3.6 in SLES 11.4. I recently added in /etc/samba/smb.conf in the [global] section the following
min protocol = SMB2
max protocol = SMB2
this was done to allow communication with Windows10 clients that are starting to come…
I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official client consumes much reosurces (and would do…
This is more like a conceptual question. I need some clarifications.
Today I was learning some socket programming stuff and wrote a simple chat server and chat client based on Beej's Guide to Network Programming. (chat server receives clients…
$ netstat -nat
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0…
One of my professors was telling us about scalability problems, and said that the X protocol was a prime example of a not scalable protocol. Why is that? Is it because it is very hardware dependent? I know that X is used in modern unix/linux…
I recently switched from Ubuntu 10.04 gnome to Debian wheezy Kde.
Everything's work fine, except to the Iceweasel/firefox custom protocols!
I added komodo.protocol in my ~/.kde/share/services with:
[Protocol]
exec=python /path/to/my/script.py…
How can I copy a folder from http://public.me.com/ (a service related to iDisk, or MobileMe) to my local filesystem with a Unix tool (like wget, a command-line non-interactive tool)?
The problem is that the web interface is actually a complex…
I'm working with small network and I want to start network explorer from a terminal. When I tried to type xdg-open network:///server it opened google chrome and did nothing. I also tried to type smb://server but it hasn't helped me. I really need to…
I have been trying to migrate to Linux from Windows during the past one year. Until I completely deleted my windows and I have been using Linux mint 15 for the last 30 days. I am really satisfied.
I have one huge problem. I have relatives in other…