Tagged Questions
1
vote
0answers
111 views
SSH vs SMB vs NFS for GUI file transfer
I am using Ubuntu 12.04 on many computers at my school (I am a teacher and the head tech dude). I use Clonezilla to massively clone desktops and laptops. I want to easily share the disk images ...
0
votes
1answer
317 views
Samba: how can I access a share on a Virtualbox guest (in NAT mode)
My OS: Windows 8
Virtualbox guest: Ubuntu 12.10 server
I configured apache server on vbox guest and mapped http, https, ssh port successfully into ubuntu server. It works nice without any problem.
...
0
votes
0answers
42 views
Unable to access SSH anymore since i've installed Samba
Everything was working just fine. Then i've installed Samba to be able to use our ubuntu server to backup data from Windows computers on our network. Now i'm not able anymore to connect thru SSH, ...
1
vote
1answer
74 views
Samba only works if logged in over ssh
I have a headless ubuntu server running samba. I have a windows 7 laptop, windows 8 desktop, a lubuntu desktop running xbmc, and a samsung note2 running android. Whenever any of these computers has a ...
0
votes
1answer
197 views
connect to windows share automatically and rsync
I have a Western Digital connected to my router at 192.168.1.65 statically.
How can I automatically connect at login and rsync?
At the moment I am using this command that doesn't work.
rsync -Paz ...
0
votes
1answer
62 views
Used SSH to establish internal connection to another virtual machine; now I can't change it back
I logged onto my server from a remote computer via SSH using its hostname server.domain.com. The Samba server's IP is 192.168.5.33.
I then used the ssh command to connect with the local FTP server ...
2
votes
1answer
790 views
How to search a network share?
Usually when I want to find a particular file on my local machine, I'll open up a terminal and do find . -name "*blah*" from the directory which I want to search within. Now I want to search from a ...
6
votes
3answers
6k views
Sharing files in LAN through Samba or SSH
I searched through many forums and I am able to share files between two Ubuntu machine and Windows machine but I have these problems which I can't solve.
any help will be thankful
When I share files ...
2
votes
1answer
669 views
Configure firewall (Shorewall/UFW) to allow traffic for services on an Ubuntu Server
I have an Ubuntu Server 11.04 x64 which I want to secure.
The server will be open to Internet and I want to be able to SSH/SFTP into the machine and the SSH-server runs on a custom set port. I also ...
5
votes
2answers
7k views
How do I connect to a server with thunar in Xubuntu?
In Ubuntu running Gnome 2 you were able to select "Connect to Server" from the Places menu and you would get a graphical connection to whatever server you connected to.
Example:
How can you do ...
3
votes
1answer
365 views
Why does rsa key authentication only work when samba access is made?
I created a public/private key to authenticate myself to my web server via ssh, and that seemed to work fine at the time.
Since, every time I try to log on via ssh I have a heart attack because I get ...
1
vote
1answer
525 views
Check If Users are Logged In, Check Condition, Shutdown Automatically at Set Time
First the situation:
I have a server that I want to shutdown automatically at night (00:00), but I need to make sure no one is logged via ssh in still. If they are, then I will allow up to another ...
5
votes
1answer
1k views
How can I increase the maximum number of simultaneous users to log in to a server?
I use ubuntu server 10.04 on a fairly good machine, with 2.40 dual-core processor and 2GB RAM.
My users login with ssh or samba. I have setup LDAP with PAM to sync user accounts between unix and ...
0
votes
1answer
630 views
How to test samba/afp configuration remote server?
I am using Ubuntu as desktop and server OS. When I am logged in to the server via SSH on the terminal to change the smb/afp configuration, I can only test the configuration from the server over ...
