Posts Tagged ‘linux’
– Installing Apache with the following commands: sudo apt-get update sudo apt-get install apache2 In order to check if Apache is working, we can open a browser and load the port 80 from our Raspberry Pi (in my case http://192.168.1.20). – Installing php with the following command: sudo apt-get update php5 libapache2-mod-php5 We can check […]
I’m going to explain how to install and configure a shared folder hosted in our Raspberry Pi to be accessed from our Windows PC by using Samba. Installing samba packet by typing the following command: sudo apt-get install samba samba-common-bin Creating a backup for the configuration file: sudo cp /etc/samba/smb.conf /etc/samba/smb.conf2 Editing smb.conf file: workgroup […]
I’m going to pair my bluetooth keyboard+touchpad (Bluetooth iPazzPort), i’ll use the bluetoothctl tool. First we’ll install the required packages with the folllowing command: sudo apt-get install pi-bluetooth bluez bluez-tools We’ll start bluetoothctl -a in order to enter the program. Here i had a problem with the bluetooth daemon (the systemctl status bluetooth command returned […]
In linux, when a new device is inserted, a new file will be created at /dev to handle it. When a storage device is inserted, It’ll be created /dev/sdX, where X is a letter between a and z that will increase as we insert more devices. If we only have one, we’ll have /dev/sda. If […]
Null Games
Recent Comments