distrib basée sur arch, rolling release, avec un délai avant les maj.
xfce et kde
samba pour sonos
code:
sudo adduser sonos
sudo passwd sonos
and enter a new password.
Check that user sonos can read your music files
code:
su - sonos
cd
ls
cd
ls
exit
check you have Samba installed
code:
dpkg --get-selections | grep samba
If you have it returns
code:
samba-common install
If not install it with
code:
sudo apt-get install samba
Back up the config
code:
sudo mv /etc/samba/smb.conf /etc/samba/smb.conf.orig
then create /etc/samba/smb.conf to look like this
code:
[global]
workgroup = server
netbios name = server
server string = Samba Server %v
load printers = no
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth0
security = user
password level = 12
username level = 12
encrypt passwords = yes
username map = /etc/samba/smbusers
[musicshare]
path =
valid users = sonos
read only = yes
printable = no
only guest = no
and create a samba users file /etc/samba/smbusers
to look like this
code:
root = administrator admin
nobody = guest pcguest smbguest
sonos = sonos
This next is a new feature for Samba that some of the older howto's didn't need:
code:
sudo smbpasswd -a sonos
and enter a password. This is the one you will use below during the Sonos set-up.
Restart samba to use the new config
code:
sudo /etc/init.d/samba restart
Gui convertisseur video
handy linux par arpinux : simple, basé sur debian
Dossier partagé entre utilisateurs sous Linux
1) Create/identify a tar.gz file that you wish to become self extracting.
2) Create the self extracting script. A sample script is shown below:
cat extract.sh
!/bin/bash
echo "Extracting file into
pwd"searches for the line number where finish the script and start the tar.gz
SKIP=
awk '/^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; }' $0
#remember our file name
THIS=pwd/$0take the tarfile and pipe it into tar
tail -n +$SKIP $THIS | tar -xz
Any script here will happen after the tar file extract.
echo "Finished"
exit 0NOTE: Don't place any newline characters after the last line below.
__TARFILE_FOLLOWS__
3) Concatenate The script and the tar file together.
cat extract.sh example.tar.gz > example.sh
chmod +x example.sh
4) Now test in another directory.
cp example.sh /tmp
cd /tmp
Un outil de récupération pour les systèmes de fichiers EXT3 et 4
pour trouver des alternatives linuxiennes aux soft windows
convertisseur wpi du inling de wacom vers svg
forum fitbit linux
créer un fichier .android/adb_usb.ini
avec 0x VENDOR id
genre 0x18d1