cd /media/amine/VBOXADDITIONS_5.1.26_117224/
./autorun.sh
sudo ./autorun.sh
reboot
cd /home
cd amine/
mkdir share
sudo mount -t vboxsf share /home/amine/share/
Make sure the file/folder is shared on VBox client. the shared name is "share"
Tuesday, July 24, 2018
Wednesday, November 29, 2017
to check which user you are logged into
whois
follow this guide to view other users
https://www.linuxquestions.org/linux/answers/Networking/How_to_list_all_your_USERs
follow this guide to view other users
https://www.linuxquestions.org/linux/answers/Networking/How_to_list_all_your_USERs
How to view open ports on that machine
pi@raspberrypi:~ $ sudo netstat -tulpn | grep nx
tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN 1021/nxnode.bin
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1001/nxd
tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 1021/nxnode.bin
tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 1070/nxclient.bin
tcp 0 0 127.0.0.1:21774 0.0.0.0:* LISTEN 445/nxserver.bin
tcp6 0 0 ::1:7001 :::* LISTEN 1021/nxnode.bin
tcp6 0 0 :::4000 :::* LISTEN 1001/nxd
udp 7872 0 192.168.0.123:5353 0.0.0.0:* 445/nxserver.bin
udp 0 0 0.0.0.0:5353 0.0.0.0:* 445/nxserver.bin
tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN 1021/nxnode.bin
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1001/nxd
tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 1021/nxnode.bin
tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 1070/nxclient.bin
tcp 0 0 127.0.0.1:21774 0.0.0.0:* LISTEN 445/nxserver.bin
tcp6 0 0 ::1:7001 :::* LISTEN 1021/nxnode.bin
tcp6 0 0 :::4000 :::* LISTEN 1001/nxd
udp 7872 0 192.168.0.123:5353 0.0.0.0:* 445/nxserver.bin
udp 0 0 0.0.0.0:5353 0.0.0.0:* 445/nxserver.bin
Sunday, December 25, 2016
Installing Fusion Kodi
Fusion Kodi is an addon to Kodi which installs multiple other addons.
https://www.tvaddons.ag/fusion-installer-kodi/
https://www.tvaddons.ag/fusion-installer-kodi/
Step 1: Navigate to the “File manager” tab under the “SYSTEM” menu.

Step 2: Click on the “Add source” option.

Step 3: Select the top text input box marked “” under the “Enter the paths of browse for the media locations” field.

Step 4: Using the on-screen keyboard, type in “http://fusion.tvaddons.ag” without quotations, and then press the “Done” button. In case you’re having trouble, press the “Symbols” button to insert the colon and forward slashes.

Step 5: Select the bottom text input box under the “Enter a name for the media Source” field.

Step 6: Using the on-screen keyboard, type in “fusion” without quotations, and then press the “Done” button.

Step 7: Press the “OK” button at the bottom of the window.

Step 8: You’ll now notice that “fusion” is listed within the “File manager” window.

Step 9: Return to the main menu, then Navigate to the “Settings” tab under the “SYSTEM” menu.

Step 10: Select the “Add-ons” option from the left side menu bar.

Step 11: Press the “Ok” button when prompted with the “First run help…” dialogue.

Step 10: Select the “Install from zip file” option.

Step 11: Select the “fusion” folder from the listing.

Step 12: You’ll now be able to open whichever folder from which you wish to install add-ons for Kodi. Choose begin-here > plugin.video.hubwizard.x.x.x.zip

Step 13: Go back to the main menu, choose PROGRAMS > Program add-ons . Choose the OS which you are installing from. The whole process should take several minutes.
Good luck
Thursday, November 17, 2016
How to setup apache server in Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
Tuesday, May 17, 2016
TightVNC on Fedora
After many tries and countless hours of enjoyment:
Setting up Fedora 16 / Tigervnc on a computer that can not run the default build
Install the KDE spin
Yum update
Login as root
I installed webmin with webmins repo, then the network group and the Postgres SQL server.
yum install tigervnc-server tigervnc-server-module
cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service
nano /etc/systemd/system/vncserver@:1.service
Edit the [Service] Section adding your user name and screen #
[Service]
Type=forking
User=root
ExecStart=/usr/bin/vncserver :1 -geometry 1280x1024 -depth 16 -securitytypes=none -fp /usr/share/X11/fonts/misc
ExecStop=/usr/bin/vncserver -kill :1
Exit nano and save the file
systemctl enable vncserver@:1.service
Check if you have fonts loaded
ls /usr/share/X11/fonts/misc
If there are no fonts or you get a directory error
yum install xorg-x11-font*
Check if you have fonts loaded
ls /usr/share/X11/fonts/misc
You should see fonts now
Setup your directory and password
vncpasswd
Start the VNC server
systemctl start vncserver@:1.service
If you get
Dec 23 08:38:05 lbox vncserver[4563]: vncserver: geometry 1280X1024 is invalid
nano /etc/systemd/system/vncserver@:1.service
Edit the 1280X1024 and change the X to lower case x
Save the file and run
systemctl --system daemon-reload
If you get another fail message
grep vnc /var/log/messages
Install the client software and try to connect, if you don't get connected check the port settings
netstat -lnt | grep 590*
I started on 5902 from my Centos 6.1 install but now it is 5901 with this version
UPDATE: VNC listens on port 5900 plus the number of the display
My current Linux box is an Intel D856GLC mother board dated 2003 with an AGP video slot and built in graphics controller, the graphics controller is not supported by the default spin. The Gnome spin would start to load then tell me I had a drive failure, so I tried the Xfce spin with the same results and then the KDE spin, the KDE spin finished the install.
Update:
I did a yum update and after the reboot vncserver would not start:
grep vnc /var/log/messages
Dec 25 09:44:54 lbox vncserver[833]: Warning: lbox:1 is taken because of /tmp/.X11-unix/X1
the fix:
rm -f /tmp/.X11-unix/X1
http://forums.fedoraforum.org/archive/index.php/t-272137.html
Setting up Fedora 16 / Tigervnc on a computer that can not run the default build
Install the KDE spin
Yum update
Login as root
I installed webmin with webmins repo, then the network group and the Postgres SQL server.
yum install tigervnc-server tigervnc-server-module
cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service
nano /etc/systemd/system/vncserver@:1.service
Edit the [Service] Section adding your user name and screen #
[Service]
Type=forking
User=root
ExecStart=/usr/bin/vncserver :1 -geometry 1280x1024 -depth 16 -securitytypes=none -fp /usr/share/X11/fonts/misc
ExecStop=/usr/bin/vncserver -kill :1
Exit nano and save the file
systemctl enable vncserver@:1.service
Check if you have fonts loaded
ls /usr/share/X11/fonts/misc
If there are no fonts or you get a directory error
yum install xorg-x11-font*
Check if you have fonts loaded
ls /usr/share/X11/fonts/misc
You should see fonts now
Setup your directory and password
vncpasswd
Start the VNC server
systemctl start vncserver@:1.service
If you get
Dec 23 08:38:05 lbox vncserver[4563]: vncserver: geometry 1280X1024 is invalid
nano /etc/systemd/system/vncserver@:1.service
Edit the 1280X1024 and change the X to lower case x
Save the file and run
systemctl --system daemon-reload
If you get another fail message
grep vnc /var/log/messages
Install the client software and try to connect, if you don't get connected check the port settings
netstat -lnt | grep 590*
I started on 5902 from my Centos 6.1 install but now it is 5901 with this version
UPDATE: VNC listens on port 5900 plus the number of the display
My current Linux box is an Intel D856GLC mother board dated 2003 with an AGP video slot and built in graphics controller, the graphics controller is not supported by the default spin. The Gnome spin would start to load then tell me I had a drive failure, so I tried the Xfce spin with the same results and then the KDE spin, the KDE spin finished the install.
Update:
I did a yum update and after the reboot vncserver would not start:
grep vnc /var/log/messages
Dec 25 09:44:54 lbox vncserver[833]: Warning: lbox:1 is taken because of /tmp/.X11-unix/X1
the fix:
rm -f /tmp/.X11-unix/X1
http://forums.fedoraforum.org/archive/index.php/t-272137.html
Tuesday, September 29, 2015
Installing a desktop for Fedora
First is to install the xorg packages which are the drivers etc.
Once this is done, we can choose the desktop which we would want to install.
This command is to install the KDE desktop. Once a desktop is installed, we need to select it. To select it automatically, switchdesk is used. To install switchdesk, here is the command.
Once it is installed, type this command to choose kde.
Finallly to start th desktop, Just type this command.
If there are issues when running startx, the current user might not be in the appropriate group to run startx. Use this command to add the user to the appropriate groups.
To try xfce, go to this link
XFCE Desktop Installation
yum install @base-x
Once this is done, we can choose the desktop which we would want to install.
yum install @kde-desktop
This command is to install the KDE desktop. Once a desktop is installed, we need to select it. To select it automatically, switchdesk is used. To install switchdesk, here is the command.
yum install switchdesk-gui
Once it is installed, type this command to choose kde.
switchdesk kde
Finallly to start th desktop, Just type this command.
startx
If there are issues when running startx, the current user might not be in the appropriate group to run startx. Use this command to add the user to the appropriate groups.
usermod -a -G audio,lp,optical,storage,video,wheel,games,power,scanner
To try xfce, go to this link
XFCE Desktop Installation
Subscribe to:
Posts (Atom)