Ovo me je strašno iziritiralo jer nije radio shareing za NTFS... odnosno nemoguće je promijeniti prava sa privremeno mountane particije... pa evo kako ih permanentno mountati!
1. Napraviti mount point:
sudo mkdir /media/WAREZ
2. Promijeniti prava (user je flood)
sudo chown -R flood:flood /media/WAREZ/
3. Ograničiti prava za particiju
chmod -R 750 /media/WAREZ/
4. BACKUP FSTABA!!!
cp /etc/fstab fstab.bkp
5. Otvoriti fstab
gksudo gedit /etc/fstab
6. Dodati slijedeće linije:
#Pokusaj automounta
UUID=386C28DB6C2895A2:
/dev/sda6 /media/WAREZ ntfs-3g auto,users,uid=1000,umask=027,locale=en_US.UTF-8 0 0
UUID se može saznati sa blkid
7. save + ugasiti gedit, i još:
sudo mount -a
...trebalo bi raditi...
Ubuntu how-to, mostly for my own purposes. Will help people who are very new to Ubuntu and Linux in general.
utorak, 28. travnja 2009.
ponedjeljak, 27. travnja 2009.
Edit workgroup in SAMBA!
Easy:
1. terminal:
sudo gedit /etc/samba/smb.conf
2. find:
workgroup = WORKGROUP
replace WORKGROUP with the desired workgroup name
save
3.restart samba daemons:
sudo /etc/init.d/samba restart
1. terminal:
sudo gedit /etc/samba/smb.conf
2. find:
workgroup = WORKGROUP
replace WORKGROUP with the desired workgroup name
save
3.restart samba daemons:
sudo /etc/init.d/samba restart
petak, 24. travnja 2009.
I got Ubuntu at work!
Sadly most of my stuff are Win-based apps... so...
How to get the latest WINE:
Adding the gpg apt key:
Sadly most of my stuff are Win-based apps... so...
How to get the latest WINE:
Adding the gpg apt key:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Add the Repository:sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.lis
Update sources:
sudo apt-get update
Install! :
sudo apt-get install wine
utorak, 21. travnja 2009.
VirtualBox installation for visual types of people:
http://www.ubuntugeek.com/how-to-install-virtualbox-202-in-ubuntu-804-hardy-heron.html
http://www.ubuntugeek.com/how-to-install-virtualbox-202-in-ubuntu-804-hardy-heron.html
THE UNBELIEVABLE HAPPENED!!!
Few days ago, I have installed Ubuntu 8.10 at work... yes, yes, I know, only a freak would do that, 15 days before U9 release... bear with me... ;)
Anyway, I have to report that my nVidia card installation looked like this:
1. System -> Administration -> Hardware drivers -> Enable the proprietary drivers
2. Restart X Windows
3. Repeat step 1
4. Reboot
5. System -> Administration -> nVidia X Server Settings (YES! It appeared automatically!!!)
6. Enable Twinview...
7. Restart xWin aaaaaaaaaaaaaaaaaaaaand...
WORKS!!!
Compiz, Emerald, themes, wobbly windows, da Cube... the works! :D
I can't believe it. FINALLY!
Few days ago, I have installed Ubuntu 8.10 at work... yes, yes, I know, only a freak would do that, 15 days before U9 release... bear with me... ;)
Anyway, I have to report that my nVidia card installation looked like this:
1. System -> Administration -> Hardware drivers -> Enable the proprietary drivers
2. Restart X Windows
3. Repeat step 1
4. Reboot
5. System -> Administration -> nVidia X Server Settings (YES! It appeared automatically!!!)
6. Enable Twinview...
7. Restart xWin aaaaaaaaaaaaaaaaaaaaand...
WORKS!!!
Compiz, Emerald, themes, wobbly windows, da Cube... the works! :D
I can't believe it. FINALLY!
Pretplati se na:
Postovi (Atom)