vim /etc/samba/smb.conf
service smbd restart
[work]
comment = work
path = /root/work
browseable = yes
public = yes
read only = no
force user = root
guest ok = yes
create mask = 0777
directory mask = 0777
No Dogmats, No Rules, only Knowledge
First edit your /etc/fuse.conf to allow other users by uncommenting the user_allow_other line at the bottom. (use gksu gedit /etc/fuse.conf)
Next you’ve got to mount the Truecrypt volume with read permissions for “other”. Do that from the command line using:
truecrypt --fs-options="uid=1000,gid=1000,umask=0002" -m="ro" -k "" --protect-hidden=no /path /куда
-m=”ro” = read only
-k “” без ключей
–protect-hidden=no
/path = path to you container
для анмаунта
umount /media
truecrypt -d /путь до файла контенера
1) First of all login your account
2)Open terminal (Alt +Ctrl +T)
3)Set Root user Password
technhit@technhit-virtual-machine:~$sudo passwd root [sudo]password for technhit: Enter UNIX password: Retype UNIX password: passwd:password updated successfully technhit@technhit-virtual-machine:~$
4) Now open file 50-ubuntu.conf with nano command.
technhit@technhit-virtual-machine:~$sudo nano /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
5)Now Add the following line to the end of file:
greeter-show-manual-login=true
6) Press Ctrl +X then press Y to exit
7)Now restart your system and login as root.