Hello guys!
First thing to be said is, that I am not native English speaker and I hope my english will be sufficient for this problem.
I am trying to make some kind of thin client from my Raspberry Pi 2.
I put Raspbian Wheezy distribution inside.
After I tried different clients (rdesktop, remmina, xrdp) I found FreeRDP, that looks like what I was looking for.
After the setup and network configuration of my Raspbian I updated repositories and installed freerdp through
Quote:
sudo apt-get update
sudo apt-get install freerdp
Their wiki says that there are 2 forms of commands. The newer one (through /PARAMETER) and older one (through -PARAMETER)
https://github.com/FreeRDP/FreeRDP/w...dLineInterface
How do I get new commands to work? I thought that apt-get install freerdp would bring me the newest version. My version is 1.0.1 and I am not sure if it is the newest version.
I need to run my rdp client from shell, that is why I refused to use remmina.
I hope i explained my problem weell enough.
Thank you for any suggestions.
Hello. I have a Raspberry pi using Raspbian. I want to set it up as a tv headend and I have a problem setting up my tuner.
My dsmeg
Quote:
[ 4.432327] usb 1-1.3.3.1: new high-speed USB device number 7 using dwc_otg
[ 4.557268] usb 1-1.3.3.1: New USB device found, idVendor=07ca, idProduct=0810
[ 4.577321] usb 1-1.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.591551] usb 1-1.3.3.1: Product: AVerMedia H810 USB Hybrid DVB-T
[ 4.601506] usb 1-1.3.3.1: Manufacturer: AVerMedia TECHNOLOGIES, Inc.
[ 4.617484] usb 1-1.3.3.1: SerialNumber: 000000000000
[ 4.649282] udevd[159]: starting version 175
The specific tuner (Avermedia H810) has a TDA18271HD chipset which should be supported by my kernel (3.18.7+).
Can anyone help me sort it out?
Thaaaanx!
Hello - This is my first interaction with Linux. I recently purchased a Raspberry Pi 2 and am running the full version of Raspbian. I intend to use the Pi as my PLEX media server however I have been unsuccessful in mounting my NAS. I've read a number of guides on how to accomplish this but have been striking out on all accounts. I was hoping someone could help me with what information I should be adding.
NAS - Synology Diskstation DS212j - 192.168.5.195
Linux device - Raspberry Pi 2 - Raspbian - 192.168.5.186
Router - D-Link DIR-655 - 192.168.5.1
I've been accessing the Pi via ssh on my MacBook PRO - 192.168.5.188
Thanks for any assistance you can provide.
i installed ns2 using following 4 commands
sudo apt-get update
sudo apt-get install ns2
sudo apt-get install nam
sudo apt-get install tcl
sudo apt-get install xgraph
on ubuntu 12.04
but how to know that which version of ns2 is installed???????
Hello, i'm new here at the forums and i'm pleased to meet this community, my native language is not english so please be gentle to me with my spelling errors..
I have a question for more experienced users, how the updates are handled by the O.S.? Imagine this solution:
-Debian 7 wheezy
-Apache Tomcat8
-JRE 1.8.0_31
the server is running with apox. 20 users at same time using a web app, if i update the JRE to a newer version what happens? All process that are using JRE 1.8.0_31 stays with the outdate JRE until the next reboot? or it just figure out alone how to use the newer version?
Thank you and sorry for my bad english.
ps.: I want to know what happens to Shared Objects as well.
Hi all,
Newbie here. I've done plenty of research before coming to ask for help.
I installed the latest version of Serviio, which has a bug and I'm trying to reinstall an older version. I'm using Ubuntu and manually installed serviio, this sudo apt-get remove doesn't work.
I followed some advice and removed the folder, however when I install the older version, the console comes up with the latest version.
How can I completely remove all trace and history of serviio?
Thanks,
Dave
Hello all,
I'm having real trouble trying to get SVN 1.8.9 installed on a linux box which is now my responsibility to look after, I think it is centos or scientific linux.
EDIT: it is Scientific Linux release 6.4 (Carbon)
What I've done so far:
SVN 1.6 was installed and working fine.
I installed smartsvn so that I had a 'nice' GUI to look at the repos on the machine.
Smartsvn then upgraded my repos.
The svn client on the command line does not work with the upgraded repos.
I tried yum install svn but the latest svn is already installed (1.6).
I then installed 1.7 from source and still that version was too old.
I then installed 1.8.9 from source - yey this worked locally fine.
There are cron jobs that run and use the svn client to push to an svn server
The SVN I installed from source does not commit properly and gives this error:
svn: E170000: Unrecognized URL scheme for 'http://.....'
I googled around and found I need to install svn with configure --with-serf option.
This fails as the SVN install needs serf 1.2.1 or newer.
So I install serf 1.3.something from an rpm.
That installs fine and I retry the configure step but it fails giving the same error.
rpm -ql serf returns: /usr/lib/libserf-1.so
/usr/lib/libserf-1.so.1
/usr/lib/libserf-1.so.1.3.0
So I think 1.3 is installed...?
Does anyone know how to make the configure step of svn know where serf is? --with-serf=/usr/lib/ did not work at all for me.
Thanks for any help and I'm happy to post more information.
Cheers
What Is Linux Kernel?
Those who don't know what is the Linux Kernel they should know it because Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Latest Stable Linux Kernel Version 3.18.1
It's been a quiet week, and the patch from rc7 is tiny, so 3.18 is out.
I'd love to say that we've figured out the problem that plagues 3.17 for a couple of people, but we haven't. At the same time, there's absolutely no point in having everybody else twiddling their thumbs when a couple of people are actively trying to bisect an older issue, so holding up the release just didn't make sense. Especially since
that would just have then held things up entirely over the holiday break.
So the merge window for 3.19 is open, and DaveJ will hopefully get his bisection done (or at least narrow things down sufficiently that we have that "Ahaa" moment) over the next week. But in solidarity with Dave (and to make my life easier too let's try to avoid introducing any _new_ nasty issues, ok?]
To read all the changes and bugs fixed Download the changelog below -
Changelog
Why to Upgrade to the Latest Linux kernel
Recently in December Linux Kernel version 3.18.1 has been released and announced by Linus Torvalds. If you are using Ubuntu 14.04/14.10 or Linux Mint or any other debian/Ubuntu based then you can update to the latest kernel 3.18.1 to fix bugs, increase performance and security of the system.
Install Linux Kernel 3.18.1
Because it is not available via PPA, the needed deb packages of Kernel 3.18.1 are available via kernel.ubuntu.com. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
To install or update Latest Stable Kernel 3.18.1 on Ubuntu 15.04 vivid vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) , Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
For Linux system 32 bit :
Pass the following commands in the terminal to download the kernel file.
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
For Linux system 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
How To Uninstall Linux Kernel 3.18.1
If you come across any problem after installing/upgrading to linux kernel, can uninstall the newly installed kernel and switch back to old kernel.
$ sudo apt-get remove 'linux-headers-3.18.1*' 'linux-image-3.18.1*'
Hi,
This problem seems to have some common solutions, none of which have worked for me so far.
I get this when opening software center in the past few hours:
"New software can't be installed, because there is a problem with the software currently installed. Do you want to repair this problem now?"
Clicking "repair" several times hasn't fixed it, nor have commands like:
Code:
sudo apt-get -f install
and
Code:
sudo apt-get upgrade
Though these have been mentioned elsewhere as solutions for a few people.
My OS otherwise seems to run pretty normally, as far as someone as green as me can tell.
Any fixes for this? I'd hate to format again, especially since my complicated Steam setup takes so long to complete. Thanks!
I've taken over for a sys admin who has been gone for a few months.
I've started to update the McAfee anti-virus, however I'm wondering if there is a command to see/view the version/date of the McAfee DAT file?
I'm guessing that its going to be a few months old, will there be a problem with updating such an older file with a newer file. Or am I'm overthinking this and just approach like a Windows user would and just click update?
Also, can anyone recommend any McAfee CLIs?
I found this website
http://www.asti-usa.com/support/appnotes/73.html
And under /etc/init.d/cma I can run the normal start/stop/status commands along with the MAN page.
thanks
Hello.
I have a shell script, which I am using to access the SMB Client:
Code:
#!/bin/bash
cd /home/username
smbclient //link/to/server$ password -W domain -U username
recurse
prompt
mput baclupfiles
exit
Right now, the script runs, accesses the server, and then asks for a manual input of the commands.
Can someone show me how to get the commands:
Code:
recurse, prompt, mput baclupfiles and exit
to be run by the shell script please?