Search found 30 matches

by inukaze
12. Jun 2025, 15:07
Forum: Problems
Topic: /etc/fstab and cifs mount
Replies: 1
Views: 73

My Solution for /etc/fstab and cifs mount

Somehow i solved it through a few forced workarounds :

already i had create /media/cifs/Tecnologia like the local mount point for my remote mount point on local machine.

1 - i edit the /etc/sudoers file and at the end of file i add the follow line :
#Permitirle y/o acceder al usuario "jquintero ...
by inukaze
11. Jun 2025, 16:14
Forum: Problems
Topic: /etc/fstab and cifs mount
Replies: 1
Views: 73

/etc/fstab and cifs mount

Hi there again on my job i need to access to shared folder, but samba wont wanna work, because of that i put the follow line on my /etc/fstab :

//10.48.1.220/Tecnologia /media/Tecnologia cifs credentials=/etc/samba/credencial,_netdev,rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

the ...
by inukaze
27. Apr 2025, 23:04
Forum: Misc
Topic: My way for install multilib [ The hard way ] + nvidia legacy drivers 390.157
Replies: 4
Views: 17161

Re: My way for install multilib [ The hard way ] + nvidia legacy drivers 390.157


Can you look at this install-multilib script
Source also in github
In case you will found it useful.

1. You do not use alien's compat32-tools package.
2. The above script automate the procedure of installing multilib as explained in http://www.slackware.com/~alien/multilib/README
3. From http ...
by inukaze
27. Apr 2025, 22:57
Forum: Foro Español
Topic: Presentación
Replies: 1
Views: 6997

Re: Presentación

Buenas, yo soy « Inukaze », de Venezuela [ Lo aclaro debido a que desde el 2006 en adelante otros usuarios de Latam me han querido usurpar el alias y a veces te encontraras a uno de Chile, a otro de Argentina, y asi,hasta un Japones que es cantante de Enka ]

Ya he publicado varias cosas en este ...
by inukaze
27. Apr 2025, 22:54
Forum: Foro Español
Topic: ¿Para qué usan Salix OS?
Replies: 7
Views: 60841

Re: ¿Para qué usan Salix OS?


¡Hola!

Sólo por curiosidad, ¿qué tareas realizan ustedes con Salix OS?

Yo últimamente lo he utilizado mucho más para desarrollo web y de repente no encuentro todas las cosas en la estructura de archivos para configurar apache, por ejemplo, también me pareció difícil instalar Google Chrome ...
by inukaze
22. Apr 2025, 15:40
Forum: Problems
Topic: TFTP
Replies: 0
Views: 2197

TFTP

Hi there, i need make a cisco switches, backup configuration files but i had installed from gslapt the package tftp-ha



after in a terminal i do this :
login as root

echo "tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot -r blksize" >> /etc/inetd.conf


mkdir /tftpboot
chmod ...
by inukaze
27. Mar 2025, 20:27
Forum: Problems
Topic: Salix 15.0 & Virt-Manager
Replies: 1
Views: 8262

Re: Salix 15.0 & Virt-Manager

After reboot i notice the follow things

Reading /var/log/boot [ i had already explain how i make to have a working bootlogd ]

Thu Mar 27 16:10:04 2025: mount: proc mounted on /proc.
Thu Mar 27 16:10:04 2025: mount: sysfs mounted on /sys.
Thu Mar 27 16:10:04 2025: mount: tmpfs mounted on /run.
Thu ...
by inukaze
27. Mar 2025, 00:44
Forum: Problems
Topic: Salix 15.0 & Virt-Manager
Replies: 1
Views: 8262

Salix 15.0 & Virt-Manager

Hi there, i am trying making Virt-Manager under Salix OS 15.0

My first try was via FlatPak and that was a mess, and just purge that installation because have a lot of missing packages and configurations to make it work correctly

This is my second try and using gslapt i had installed the follow ...
by inukaze
15. Feb 2025, 12:30
Forum: Problems
Topic: Salix Default Repositories & Others Repos Priority
Replies: 2
Views: 16253

Re: Salix Default Repositories & Others Repos Priority

Well the part of Remmina, i solve using slpkg and when enable slack official repository and use the follow commands :

su

groupadd -g 257 pcscd
useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd

slpkg -s slack acl linuxdoc-tools python-six python-pyparsing ninja python-pygments kwallet ...
by inukaze
15. Feb 2025, 05:06
Forum: Problems
Topic: Salix Default Repositories & Others Repos Priority
Replies: 2
Views: 16253

Salix Default Repositories & Others Repos Priority

Hi there, i using salix just for experiments.

i already i had configure my files

/etc/slapt-get/slapt-srcrc
BUILDDIR=/usr/src/slapt-src
PKGEXT=txz
SOURCE=http://slackware.uk/salix/slkbuild/15.0/
SOURCE=http://slackware.uk/salix/sbo/15.0/

/etc/slapt-get/slapt-getrc
WORKINGDIR=/var/slapt-get ...