Entradas

Mount lacie storage in ubuntu through command line

I have been trying to mount a folder share in a storage device called: LaCie 5Big Network 2. You need to install basic NFS software first with: sudo apt-get install nfs-common In the LaCie device create a share, por example "FolderShared1". Click on the button "protocols" to see if NFS is enabled. Set it up to public in case you want to access it without user and password. Create a folder that will be used as mounting point: mkdir /home/your_username/LacieMount Let's say the ip address of your LaCie device is 192.168.1.1 To mount it use: sudo mount 192.168.1.1:/shares/FolderShared1 /home/your_username/LacieMount That is all. Was this useful for you? Contact me: https://www.linkedin.com/in/bsaldivar/ https://www.facebook.com/bsaldivaremc2/

Install php7.0 in apache2 ubuntu 16.0

I tried to install php with apache by default. It didn't work. After installing "everything" php was seen as a text file. So apparently there is one additional package that needs to be installed. So, the right way to install is sudo apt-get install apache2 php libapache2-mod-php7.0 The first two will install the latest versions (At the time I am writing this post the latest version for php was 7.0)

Ubuntu spanish keyboard wrong layout

It has just happened to me that suddenly the keyboard lost its setup. The keyboard has in  a button the 6 and &, symbols, but with this issue the /  character was printed instead. In addition, the ^  character in the right, using AltGr  didn't appear. Additional keys were missing and others in other settings. To solve this state the following command is the key: sudo dpkg-reconfigure keyboard-configuration In the options I selected the standard 104 keyboard, and included dead tilde. This is your path.

Micro sd read only ubuntu

I wasn't able to format a micro sd card using ubuntu. So I saw several threads but none worked on my device. The following steps allowed me to format it. This wasn't my sd card so I was able to validate all once, but not find if all steps are required. #Find the device you want to access: sudo fdisk -l #Example output: /dev/sdb1 #Set some variables to ease the access to your device DEV=dev/sdb DEVX=dev/sdb1 #The following code lines seemed to fix the problem, including the last one. Them alone don't seem to work sudo chown ${USER}:${USER} -R ${DEV} sudo chown ${USER}:${USER} -R ${DEVX} find ${DEV} -type d -execdir chmod 777 -Rv {} + find ${DEVX} -type d -execdir chmod 777 -Rv {} + chmod 777 ${DEV} chmod 777 ${DEVX} sudo mount -orw,remount ${DEV}

Check the information you leave while browsing the internet

Check the information you leave while browsing the internet. Here I show you some of the variables that your device sends every time you visit a website:

Sine signal sound generator

Frecuencia (0 a 24kHz) Play Stop

Xencenter on GNU/Linux

In this publication will be present the steps to install Xencenter on Linux. Software used: Ubuntu 16.04.1 LTS (To see this use the comand lsb_release -a ) PlayOnLinux 4.2.10 XenCenter version 6.5 (build 6.5.2.2477) 32-bit As may be seen the way to do it is by using playonlinux, for which the way to install it is: sudo apt-get install playonlinux Once installed playonlinux, select Install, Install a non-listed program, after this select Install a program in a new Virtual Drive. When you be asked What would you like to do before installation , select the three checkboxes. When you be asked to configure a version of wine to use, you can choose 1.7.37 or 1.9.17 (Tested). In the popped up windows for wine configuration check that the Windows version box is set on Windows XP. Select a 32-bit installation. In the component installation select the following components (They appear in that order): POL_install_dotnet40 POL_Install_ie8 POL_Install_tahoma2 During the n