Questions Tagged With linuxhttp://linuxexchange.org/tags/linux/?type=rssquestions tagged <span class="tag">linux</span>enMon, 11 May 2015 05:59:31 -0400How mmpstrucdata and mmrfc5424addhmac works?http://linuxexchange.org/questions/3543/how-mmpstrucdata-and-mmrfc5424addhmac-works<p>I am trying to log messages with structured data . But it is showing null value for structured data. I am working with rsyslog 8.9.0.Can someone exlain me how these two modules mmpstrucdata and mmrfc5424addhmac will be effected?</p>LilyChadhaMon, 11 May 2015 05:59:31 -0400http://linuxexchange.org/questions/3543/how-mmpstrucdata-and-mmrfc5424addhmac-workslinuxexchangesyslogdebianlogslinuxUnable to get structured data in logged messages even after adding mmpstrucdata and mmrfc5424addhmac?(RFC5424)http://linuxexchange.org/questions/3542/unable-to-get-structured-data-in-logged-messages-even-after-adding-mmpstrucdata-and-mmrfc5424addhmacrfc5424<p>I am trying to log messages with structured data . But it is showing null value for structured data. I am working with rsyslog 8.9.0.Can someone tell me either i need to load some module or modify source to get structure data SD-IDs in logged message.</p> <h1>Template:</h1> <p>"&lt;%PRI%&gt;%TIMESTAMP:::daterfc3339%%HOSTNAME%%syslogtag%%APPNAME%%PROCID% %MSGID% %msg% %STRUCTURED-DATA%n”</p> <p>getting message format as below: &lt;142&gt; 2015-01-29T06:43:53.081641-05:00 localhost login[2116]: login 2116 - [2116 : 2116 INFO]SERIAL Login from IP:127.0.0.1 user:admin -</p> <h1>configuration file --rsyslog.conf:</h1> <p>$ModLoad imuxsock # provides support for local system logging $ModLoad imklog # provides kernel logging support (previously done by rklogd) $ModLoad mmpstrucdata $ModLoad mmrfc5424addhmac</p> <p>GLOBAL DIRECTIVES</p> <p>$ActionFileDefaultTemplate RSYSLOG_DebugFormat <em>.</em> /var/log/debugfmt.log;RSYSLOG_DebugFormat</p> <p>After loading mmpstrucdata and mmrfc5424addhmac i am getting structured data null.</p>LilyChadhaMon, 11 May 2015 05:58:27 -0400http://linuxexchange.org/questions/3542/unable-to-get-structured-data-in-logged-messages-even-after-adding-mmpstrucdata-and-mmrfc5424addhmacrfc5424linuxexchangesyslogdebianlinuxloggedfs crashes system with “access: Transport endpoint is not connected”http://linuxexchange.org/questions/3488/loggedfs-crashes-system-with-access-transport-endpoint-is-not-connected<p>I'm trying to use loggedfs to monitor my system changes, and it works great for some time, but then, eventually, it crashes and my fish shell starting to output "access: Transport endpoint is not connected" everytime I try to enter some command. To fix this, I have to login from other terminal as a root and run <code>fusermount -zu &lt;homeforlder&gt;</code> command to resolve that. Where should I look to find what causes such behavior of the system? Can someone point me where to look? Thx.</p> <p>Command I run: <code>loggedfs -f -p /home -c /home/sandric/loggedfs.xml</code></p> <p>P.S. I actually working on web-frontend to loggedfs <a href="https://github.com/sandric/loggedfs-web">here</a> and it crashes there, so if anyone can point it as an issue there, I will be appreciated too.</p>sandricFri, 20 Feb 2015 00:12:37 -0500http://linuxexchange.org/questions/3488/loggedfs-crashes-system-with-access-transport-endpoint-is-not-connectedlinuxwhy my LFS system displays the my host system kernel version?http://linuxexchange.org/questions/3458/why-my-lfs-system-displays-the-my-host-system-kernel-version<p>Hello,</p> <p>i am using Slackware 14.1 64 bit which is my host system.i build LFS/BLFS 7.6 on another partition,when i getting into my LFS/BLFS system i run "uname -r" then i getting my host kernel version "3.10.17" but my LFS/BLFS kernel version is "3.16.2".please help me how to solve this issue.thanks in advance.</p>GautamaSun, 16 Nov 2014 13:02:02 -0500http://linuxexchange.org/questions/3458/why-my-lfs-system-displays-the-my-host-system-kernel-versionkernellfsslackwarelinuxHOW TO USE ALL INODES IN MY SYSTEMhttp://linuxexchange.org/questions/3447/how-to-use-all-inodes-in-my-system<p>MY UBUNTU PC HAS THE FREE INODES I WANT TO USE ALL OF THEM WITH A AUTOMATIC SHELL SCRIPT. HERE ONE THING I DON'T WANT TO CREATE ANY FILE THAT MEANS WITHOUT CREATING ANY FILE I HAVE TO USE ALL FREE INODES IS THERE ANY COMMAND ? OR SCRIPT?</p>ashokkrishnaFri, 24 Oct 2014 10:36:39 -0400http://linuxexchange.org/questions/3447/how-to-use-all-inodes-in-my-systemshell-scriptsecuritydebianbashlinuxCompare two CSV fileshttp://linuxexchange.org/questions/3434/compare-two-csv-files<p>Hi, I have to compare two .csv files and get the output in other file in the given format.</p> <p>First column in provided files would be unique.</p> <p>If a new line is added I want A followed by "," and then followed by entire new row. If a line is modified I want C followed by "," and then followed by entire modified row. If a line is deleted I want D followed by "," and then followed by entire deleted row.</p> <p>File 1</p> <p>aa, bb, cc, dd, ee</p> <p>bb, ww, ee, tt, yy</p> <p>cc, vv, vv, vv, vv</p> <p>File 2 bb, ww, ee, tt, y1</p> <p>cc, vv, vv, vv, vv</p> <p>nn, bb, nn, cc, bb</p> <p>So output be like</p> <p>D, aa, bb, cc, dd, ee</p> <p>C, bb, ww, ee, tt, y1</p> <p>A, nn, bb, nn, cc, bb</p>apoorva joshiThu, 18 Sep 2014 03:10:44 -0400http://linuxexchange.org/questions/3434/compare-two-csv-filescentoslinuxwhat are the things needed to configure apache server in linuxhttp://linuxexchange.org/questions/3346/what-are-the-things-needed-to-configure-apache-server-in-linux<p>Hello folks,</p> <p>I have configured an Apache server for the first time..!!! I'am trying to setup a Apache server which can be accessed by everyone. I have configured Apache successfully. But I'am not able to view my webpage publicly. Do i need to register a Domain and do i need a specific ip from my internet service provider. Any help would be appreciated...!!!</p>minlinuxThu, 29 May 2014 11:39:36 -0400http://linuxexchange.org/questions/3346/what-are-the-things-needed-to-configure-apache-server-in-linuxapache-httpdlinuxPrinter driver for Canon MP230http://linuxexchange.org/questions/3294/printer-driver-for-canon-mp230<p>I need to find a printer driver for Canon MP230 All In One printer. I have just installed Linux Lite 1.0.8.</p> <p>Thank you</p> <p>Carolwoowoo</p>CarolwoowooWed, 05 Mar 2014 10:34:12 -0500http://linuxexchange.org/questions/3294/printer-driver-for-canon-mp230linuxIs there a benefit to changing my user ID from below 1000 to over 1000?http://linuxexchange.org/questions/3264/is-there-a-benefit-to-changing-my-user-id-from-below-1000-to-over-1000<p>Years ago when I first installed Linux, /etc/login.defs set <strong>UID_MIN</strong> to <strong>500</strong>, so I ended up with a user ID close to that. But now the value is 1000, so every time I install a new system I have to be careful to specify my existing user ID so I don't end up with <strong>1000</strong>.</p> <p>I've experienced difficulties interacting between networked PCs when my user had a different ID on the two machines (can't remember exactly what). So I'm careful to always keep them all the same.</p> <p>Is there any advantage to changing them all to a number above 1000? Why was it changed? Is there any software package that installs a system account user ID above 500 that might clash?</p> <p>I usually use Fedora Linux, though I've experimented with a number of others and this seems to be consistent across the field.</p>KenJacksonFri, 20 Dec 2013 12:06:16 -0500http://linuxexchange.org/questions/3264/is-there-a-benefit-to-changing-my-user-id-from-below-1000-to-over-1000login.defslinuxuiduserHow do I install TazPkg in SliTaz Linuxhttp://linuxexchange.org/questions/3239/how-do-i-install-tazpkg-in-slitaz-linux<p>How do I install TazPkg in SliTaz Linux?</p> <p>Usually to install tazpkg packages you need TazPkg but I unsintalled TazPkg because it was broken now how do I install it again?</p>sspokeThu, 24 Oct 2013 19:54:42 -0400http://linuxexchange.org/questions/3239/how-do-i-install-tazpkg-in-slitaz-linuxlinuxHow to create a short path?http://linuxexchange.org/questions/3217/how-to-create-a-short-path<p>We have so many useful folders, which are in different path, for our working in Linux.</p> <p>For example : </p> <ol> <li>$cd ~/Documents/Courses/EDX/physics2013/</li> <li>$cd ~/Documents/Courses/Company/OpenGL/Proj/...</li> <li>$cd ~/Documents/Courses/Freelance/Android/Proj/... ....</li> </ol> <p>How to create some short paths which can be used like</p> <ol> <li>$cd edxPhy2013</li> <li>$cd cglProj-v-2.13</li> <li>$cd flAndrProj-v-1.1</li> </ol>gapryMon, 30 Sep 2013 11:35:16 -0400http://linuxexchange.org/questions/3217/how-to-create-a-short-pathlinuxHow to properly set default permissions inheritance on linux server with windows clientshttp://linuxexchange.org/questions/3138/how-to-properly-set-default-permissions-inheritance-on-linux-server-with-windows-clients<p>I'm trying to set up a file server in our office and am having issues with default file permissions being inherited from the parent directory. I <em>want</em> the directory permissions to be inherited by all directories and files created in a directory. When a user creates a file or directory within my folder, I want the user and group permissions to both be rwx...perhaps rwxrwx--- as I don't care about "other".</p> <p>I've been trying setfacl, chmod g+s and others but it's just not clicking for me for some reason. setfacl seems to work and getfacl is reporting what looks to be properly:</p> <p>...<br> # owner: nobody<br> # group: Employees<br> user::rwx<br> group::rwx<br> other::r-x<br> default:user:rwx<br> default:group:rwx<br> default:other:r--<br></p> <p>I want all group members to have rwx privileges on all files and directories made underneath our shared folder.</p> <p>Here's one of my big confusions: a text file made from the terminal window on the linux server comes back with default permissions of rwxrw-r-- and a file made in the same directory by the same user account gets me a permission of rwxr--r-- when the file is created from a Windows client...neither of which is the desired outcome, but I would expect the permissions to be the same whether created locally or remotely.</p> <p>Thoughts anyone? (am checking umask in samba config right now...)</p> <p>update: the smb.conf file was specifying a restrictive mask, thus the difference between windows and linux. I still cannot figure out why it's not setting default permissions on files created/copied in the directory though.</p>Joshua GramlichThu, 25 Jul 2013 15:54:19 -0400http://linuxexchange.org/questions/3138/how-to-properly-set-default-permissions-inheritance-on-linux-server-with-windows-clientslinuxHow take a screenshot of 1 screen when using two screens on Linux Mint ?http://linuxexchange.org/questions/3097/how-take-a-screenshot-of-1-screen-when-using-two-screens-on-linux-mint<p>I am using a laptop and I've connected my monitor to it to "extend" my screen . Effectively my screen is now twice as wide. I want to take a screenshot of the second screen alone. Hitting print screen takes a vertically compressed horizontally elongated screenshot. as does the gnome screenshot capture tool . I tried to use the capture an area feature but that just warps the image so bad that it becomes useless. Can anyone suggest a good solution ?</p> <p>I'm sorry if the question is n00b. I'm very new to Linux. </p>Srinivas SureshWed, 01 May 2013 11:08:05 -0400http://linuxexchange.org/questions/3097/how-take-a-screenshot-of-1-screen-when-using-two-screens-on-linux-mintscreenmintlinuxIs there any website having command line environment of Linux, for practicing commands?http://linuxexchange.org/questions/3086/is-there-any-website-having-command-line-environment-of-linux-for-practicing-commands<p>I was wondering whether I could practice LINUX commands and shell scripting, online, over a website which could provide me an editor to practice them. And I know that probably the easiest thing to do would be to download a Linux LIVE CD and then practice shell scripting, but apart from it, I want to practice them online, anywhere I want, anytime I want and on any system, without bothering about booting from a LIVE CD. Thanks.</p>AvianWed, 10 Apr 2013 03:41:49 -0400http://linuxexchange.org/questions/3086/is-there-any-website-having-command-line-environment-of-linux-for-practicing-commandsshell-scriptlinuxIssues when running autogen.shhttp://linuxexchange.org/questions/3027/issues-when-running-autogensh<p>I have downloaded R tree from <a href="http://libspatialindex.github.com/">http://libspatialindex.github.com/</a></p> <p>Since on running ./autogen.sh I was getting file/folder not found, therefore I downloaded the file autogen.sh from the github repository given below:</p> <p><a href="https://raw.github.com/libspatialindex/libspatialindex/9a5a2f4d83c3ec7be4dbf2c8a86341703d837185/autogen.sh">https://raw.github.com/libspatialindex/libspatialindex/9a5a2f4d83c3ec7be4dbf2c8a86341703d837185/autogen.sh</a></p> <p>Now when I run ./autogen.sh I am getting "Permission denied" And if I run sh ./autogen.sh I am getting:</p> <pre><code> glibtoolize or libtoolize not found. Giving up! </code></pre> <p>Please suggest what should I do now</p>ishaTue, 12 Feb 2013 16:18:31 -0500http://linuxexchange.org/questions/3027/issues-when-running-autogenshubuntulinuxPolicy based routing - configuration with openvpn.http://linuxexchange.org/questions/3019/policy-based-routing-configuration-with-openvpn<p>I just want to check with you if the config i have made is correct.</p> <p>I have my goflex with archlinux installed on it. The NAS is connected to the router (router IP is 192.168.100.1)- the NAS IP is 192.168.100.107.</p> <p>I have the dyndns established so i can connect remotely to my NAS via dlinkddns address. On my router there is the port forwarding set up so all the packets are reaching the NAS and i can use PyLoad and other similar services.</p> <p>Now i want to establish the openvpn connection from my GoFlex so all the transferr from and to it is secure. Easy enough - i'm just using the</p> <pre><code>openvpn servername.ovpn </code></pre> <p>And this is working well - i'm being connected, my address is changed and everybody's happy. But now when i'm trying to connect to my NAS via ddns - it is not giving me the connection. Basically what is happening - i'm sending request via my usuall IP and the NAS is sending the response via my openvpn.</p> <p>Just for a record these are some basic infos from my machine after openvpn connection:</p> <pre><code>[root@alarm ~]# ip route 0.0.0.0/1 via 10.200.4.1 dev tun0 default via 192.168.100.1 dev eth0 metric 202 10.200.4.0/22 dev tun0 proto kernel scope link src 10.200.5.8 77.92.92.161 via 192.168.100.1 dev eth0 128.0.0.0/1 via 10.200.4.1 dev tun0 192.168.100.0/24 dev eth0 proto kernel scope link src 192.168.100.107 metric 202 --------- --------- [root@alarm ~]# ip rule 0: from all lookup local 32766: from all lookup main 32767: from all lookup default Now i removed the 0.0.0.0/1 via 10.200.4.1 dev tun0 rule: </code></pre> <p>ip route del 0.0.0.0/1 via 10.200.4.1 dev tun0 And i added 2 new tables called - moja and mvpn in the /etc/iproute2/rt_table file.</p> <p>Then i set up (i think) source based routing - based on interface - saying that all the traffic comming from eth0 is responding to eth0 and all the traffic comming from tun0 is responding through tun0. :</p> <pre><code>ip rule add dev tun0 table mvpn ip route add default dev tun0 table mvpn ip rule add dev eth0 table moja ip route add default dev eth0 table moja ip route flush cache </code></pre> <p>This seems to work, i mean now when i'm ssh from my NAS and check ipecho.net it gives me different ip (vpn ip) than when i'm checking it via my laptop. So this would be my downloading IP.</p> <p>My only concern is how to check what is my uploading IP? And assuming it's ok how to make this whole procedure more automatic - preferably together with openvpn connection ? Any tips or ideas?</p> <p>Ok maybe i'll post the final configs:</p> <pre><code>[root@alarm ~]# ip route default via 192.168.100.1 dev eth0 metric 202 10.200.4.0/22 dev tun0 proto kernel scope link src 10.200.5.8 77.92.92.161 via 192.168.100.1 dev eth0 128.0.0.0/1 via 10.200.4.1 dev tun0 192.168.100.0/24 dev eth0 proto kernel scope link src 192.168.100.107 metric 202 ------------ ----------- [root@alarm ~]# ip rule 0: from all lookup local 32764: from all iif eth0 lookup moja 32765: from all iif tun0 lookup mvpn 32766: from all lookup main 32767: from all lookup default </code></pre> <p>Cheers,</p> <p>Post scriptum: Ok, what i did is i putty to my NAS and then i ssd to my dyn-dns addres - after that i have checked the ssh log file (var/logs/auth.log) </p>majkelosFri, 25 Jan 2013 06:01:02 -0500http://linuxexchange.org/questions/3019/policy-based-routing-configuration-with-openvpnnetworkinglinuxhow to make managed and master AP to talk to each otherhttp://linuxexchange.org/questions/2998/how-to-make-managed-and-master-ap-to-talk-to-each-other<p>Hi Guys, </p> <p>I have a peculiar problem and i tried my best to figure out problem but i am unable to do so.</p> <p>Problem -&gt; I Have two devices with access -point n both of them say router A and device B that test connectivity and functionality of Device A.</p> <p>I have turned access-point of B into managed mode so that it accepts connection from Router A. everything works fine and it connects to router A and i get correct ssid of router A. </p> <p>Now my text task is to measure speed or transfer some files. When i ping from B to A or vice versa it failed . I am unable to find the problem. IN B wlan0 is connected and has ip address of 192.168.200 and subnet mask of 255.255.255.248 and external ip address of say something like 10.50.120.10</p> <p>A has wlan3 is connected has ip address in range 192.168.2.1 and subnet mask of 255.255.255.255</p> <p>Could you guys please let me know who would i make them talk to each other Thanks and regards, Sam</p>SampratSun, 16 Dec 2012 17:18:17 -0500http://linuxexchange.org/questions/2998/how-to-make-managed-and-master-ap-to-talk-to-each-otherwifilinuxTo measure throughput of DUT from linux serverhttp://linuxexchange.org/questions/2989/to-measure-throughput-of-dut-from-linux-server<p><strong>Description of project-</strong>&gt;I have a test-tool to which DUT connects. The test-tool has an access-point in it and once DUT get connected to it via mac address we check RSSI and some other features of WiFi of DUT. Now I am wondering is there is any way I can measure throughput of Device under test via mac address of DUT from server side.</p> <p>Test tool has <strong>LINUX fedora 11</strong> in it and major coding is done in c/C++ and json command.</p> <p>Previously, I have tried to install ftp server on test tool and DUT can connect to it and we can measure the throughput or data transfer rate, but this is not feasible solution as it requires lot of intervention from DUT. </p> <p>What I am interested in is 1) To run some script on server side /test-tool and it gives me throughput of bandwidth of connected device may be via mac address of DUT OR 2) Server script transfer some files/packets to DUT and we can measure the throughput. Coding is not a major challenge at this stage , I just need some tool which requires minimum intervention from DUT. </p>SampratFri, 07 Dec 2012 04:36:34 -0500http://linuxexchange.org/questions/2989/to-measure-throughput-of-dut-from-linux-servernetworkinglinuxftp server on linux to send files or receive files from client rather than other way roundhttp://linuxexchange.org/questions/2985/ftp-server-on-linux-to-send-files-or-receive-files-from-client-rather-than-other-way-round<p>Hi Guys, <br> <strong>SERVER</strong> -&gt; Linux Fedora 12 <br> <strong>DUT</strong> -&gt; could be based on any platform.<br> . I want to test the DUT for transferring of files to and from server.</p> <p>I can easily test the scenario when client wants to upload and download the files from the server.</p> <p><strong>What I want</strong> is suppose there is a GUI on server side and executing command on GUI , the server automatically sends the file to the client side and record the download or upload logs . I don't want client to initiate the transaction. <br> </p> <p>is this is possible ?</p> <p>Please share your thoughts. <br> </p> <p>Thanks and regards, <br> Sam</p>SampratThu, 06 Dec 2012 10:28:32 -0500http://linuxexchange.org/questions/2985/ftp-server-on-linux-to-send-files-or-receive-files-from-client-rather-than-other-way-roundftplinuxHow to determine the linux flavour of my box?http://linuxexchange.org/questions/2978/how-to-determine-the-linux-flavour-of-my-box<p>Hi,</p> <p>I have a diskstation and would like to know what linux flavour it is:</p> <p>I ran the following command and got this:</p> <pre><code>DiskStation&gt; uname -a Linux DiskStation 2.6.32.12 #2647 Wed Sep 26 03:18:29 CST 2012 armv5tel GNU/Linux synology_88f6282_212 </code></pre> <p>But it still doesn't really get me further.</p> <p>Thanks</p>houmieWed, 28 Nov 2012 14:43:35 -0500http://linuxexchange.org/questions/2978/how-to-determine-the-linux-flavour-of-my-boxlinuxSetting up Kerberos in NIS for Linux OEL5xhttp://linuxexchange.org/questions/2974/setting-up-kerberos-in-nis-for-linux-oel5x<p>I had configured the users as NIS in my Oracle Enterprose Linux 5x server. Users are looking good but I am facing issues with kerberos. I am getting a "kshd: Login denied " while trying to login to my server using kerberos.</p> <p>kinit user@DOMAIN.COM # Alows me to login krsh -l user MyLinuxServer 'ls -l /tmp/Filename' <strong>kshd: Login denied.</strong></p> <p>Any help or documents on configuring kerberos on NIS based Linux would be appreciated.</p>BalualwaysTue, 20 Nov 2012 10:44:21 -0500http://linuxexchange.org/questions/2974/setting-up-kerberos-in-nis-for-linux-oel5xlinuxTwo virtual networks over one LAN?http://linuxexchange.org/questions/2972/two-virtual-networks-over-one-lan<p>My home-network is somewhat complex. I have a cable-modem which via a switch is connected to my router/firewall for serving internet to my actual LAN, but the same switch also connects via powerlan several set-top-boxes to the same cable-modem. This means that near some TVs I have two powerlan adapters, one serving the needed connection to the set-top-box and another giving internet access to PS3, Wii, XBox, ...</p> <p>The cable-modem itself gives different IP addresses based on the MAC address of the client. As such the set-top-boxes get a 10.x.x.x address and other clients (my Linux firewall) get actual global internet addresses. So, there are already two IP ranges going over the same network at the end of the cable-modem, but since I'm not sure of the safety of that part of the network (read: I don't trust the cable company), I want the rest of my network behind the Linux firewall ...</p> <p>So, to finally come to the question: is there a way to have the cable-modem connect directly to my Linux firewall (so getting rid of the switch inbetween) and then have the Linux firewall pass traffic for the set-top-boxes (so specific MAC addresses) as-is to the LAN, including that those devices would then get a DHCP address directly from the cable-modem (through the Linux "bridge"), while at the same time for all other devices in the LAN the Linux firewall actually acts as firewall, proxy, dhcp server, etc. giving out 192.168.0.x addresses and having itself one single real internet address which it gets via DHCP from the cable-mode?</p> <p>If I setup a bridge between WAN and LAN, I assume I can still filter on that bridge via iptables, but can I run a dhcp client on one end of the bridge and a dhcp server on the other? If so, how? Anyone able to give me a clear description on how to get something like this up? I'm going to run Ubuntu Server on the firewall (which also acts as home-server and controller for my solar-panels, so a full-fledged Linux is wanted), but if I can get general instructions to get me on the road, I probably can figure out the Ubuntu specifics myself...</p> <p>Thanks in advance, K</p>MisterKWed, 14 Nov 2012 02:37:34 -0500http://linuxexchange.org/questions/2972/two-virtual-networks-over-one-lanbridgenetworklinuxrdesktop to update windows machine remotlyhttp://linuxexchange.org/questions/2968/rdesktop-to-update-windows-machine-remotly<p>I want to use psexec for managing remote systems(install some software on the remote system).I see a requirement that file and printer sharing to be enabled in the remote system,,for psexec to be working. I would like to take remote session into Windows ,using rdesktop and using -s flag of rdesktop ,want to execute a batch file or command like 'netsh' to open ports in remote machine so that the requirements for psexec are fulfilled and I can use psexec to exercise any intended management controls</p>RatnamMon, 12 Nov 2012 06:58:05 -0500http://linuxexchange.org/questions/2968/rdesktop-to-update-windows-machine-remotlylinuxLooking for Linux (Ubuntu) Open Sourced Applications on ITIL processeshttp://linuxexchange.org/questions/2955/looking-for-linux-ubuntu-open-sourced-applications-on-itil-processes<p>Hi All, I'm new to this forum. I am tasked to look for ITIL process open sourced applications that are based off linux. The application is going to be used in an IT helpdesk environment. Please do help out if anyone knows of any freeware that I can used in a Ubuntu Linux environment. Thanks!</p>DerrickTue, 23 Oct 2012 10:40:20 -0400http://linuxexchange.org/questions/2955/looking-for-linux-ubuntu-open-sourced-applications-on-itil-processesubuntulinuxcronjob to run a command at first friday of each monthhttp://linuxexchange.org/questions/2940/cronjob-to-run-a-command-at-first-friday-of-each-month<p>hi there<br> i use <code>3 13 1-7 * 5</code> in cron jobs to run my command at first friday of each month,<br> but i see that the command run on days 1 - 7 and also all fri day!<br> then i found below note in wikipedia:<br> </p> <blockquote> <p>if both "day of month" and "day of week" are restricted (not "*"), then either the "day of month" field (3) or the "day of week" field (5) must match the current day.<br> </p> </blockquote> <p>so, how i can solve the problem?</p>www_9px_irThu, 04 Oct 2012 11:03:50 -0400http://linuxexchange.org/questions/2940/cronjob-to-run-a-command-at-first-friday-of-each-monthcrontablinuxGrub lost after windows 8http://linuxexchange.org/questions/2933/grub-lost-after-windows-8<p>Hi there , i used to have installed on my pc backtrack 5 R2 + ubuntu 11.10 when i installed windows 8 i lost grub</p> <p>using ext2explore and other browsing tools , i can see all linux partitions , with files in there. using super grub disk , i am trying to reinstall grub , but it says , file not found Ass seen <a href="http://www.supergrubdisk.org/wiki/Howto_Fix_Grub">here</a> Any ideas ?</p>mhtsaras_aekSat, 29 Sep 2012 11:49:37 -0400http://linuxexchange.org/questions/2933/grub-lost-after-windows-8linuxbacktrack4system-recoverygrububuntudriver for Bluetooth 4.0. Does existing driver( which supports 3.0 ) wil support Bluetooth 4.0?http://linuxexchange.org/questions/2925/driver-for-bluetooth-40-does-existing-driver-which-supports-30-wil-support-bluetooth-40<p>Hi Guys ,<br> </p> <pre><code>Hi Guys , I have a embedded system with linux fedora 12 os and has Bluetooth 3.0 . The embedded system is used to make BT connection. Everythng works fine </code></pre> <p>Now , I have been asked by management to give rough estimate of how much time it will take to upgrade it to BT4.0. Since we do not have BT 4.0 chip , I am not sure how to give them the estimate. In my embeded system. I have following packages installed , so I am wondering does these existing package wil support BT4.0, if not , could guys please point me to from where I will get drivers and how to install in fedora 12.</p> <p>bluez-4.58-1.fc12.i686 <br> bluez-alsa-4.58-1.fc12.i686 <br> bluez-libs-devel-4.58-1.fc12.i686 <br> bluez-compat-4.58-1.fc12.i686 <br> </p> <p>And on doing <br> lsmod | grep "blue" <br> </p> <p>I got following messsage</p> <p>bluetooth 74189 7 rfcomm,sco,bnep,l2cap,btusb <br> rfkill 13401 3 cfg80211,bluetooth</p> <p>dmesg | grep Linux Linux version 2.6.32.26-175.fc12.i686.PAE (mockbuild@x86-17.phx2.fedoraproject.org) (gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) ) #1 SMP Wed Dec 1 2</p> <p>Thanks and reagrds, Sam</p> <p>bluez-4.58-1.fc12.i686</p> <p>bluez-alsa-4.58-1.fc12.i686</p> <p>bluez-libs-devel-4.58-1.fc12.i686</p> <p>bluez-compat-4.58-1.fc12.i686</p> <p>And on doing </p> <p>lsmod | grep "blue"</p> <p>I got following message <br> </p> <p>bluetooth 74189 7 rfcomm,sco,bnep,l2cap,btusb rfkill 13401 3 cfg80211,bluetooth</p> <p>dmesg | grep Linux <br> </p> <p>Linux version 2.6.32.26-175.fc12.i686.PAE (mockbuild@x86-17.phx2.fedoraproject.org) (gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) ) #1 SMP Wed Dec 1 2</p> <p>Thanks and regards,</p> <p>Sam</p>SampratMon, 24 Sep 2012 06:49:06 -0400http://linuxexchange.org/questions/2925/driver-for-bluetooth-40-does-existing-driver-which-supports-30-wil-support-bluetooth-40bluetoothfedoralinuxUnix Commands - Find helphttp://linuxexchange.org/questions/2900/unix-commands-find-help<p>I'm trying to learn UNIX commands and I'm playing this game to learn and I'm really stuck at the moment. I'm in a server through ssh and the directory is full of random files and folders and the password for the next level is inside one of the files. I have been told that the file has the following attributes:</p> <p>human-readable 1033 bytes non-executable</p> <p>I am guessing that I should use the 'find' command and I tried " find ! -executable " but that returned a load of files. The only human-readable help I can find in the manual or online is printing out the file sizes in human readable. So I'm a bit lost there?</p> <p>Also I did try " find ~ -size 1033b " but that returned nothing. But when I tried " find ~ -size -1033b " it returned every file in the directory.</p> <p>Any help would be appreciated. Thanks in advance.</p>nickcorinSun, 15 Jul 2012 20:26:39 -0400http://linuxexchange.org/questions/2900/unix-commands-find-helpbashlinuxShow message on runlevel changehttp://linuxexchange.org/questions/2885/show-message-on-runlevel-change<p>I have an assignment where i have to show a message when entering runlevel 3 and when exiting runlevel 3. I have created the script in init.d:</p> <pre><code>case "$1" in start) echo "Welcome to RC3" ;; stop) echo "RC3 says goodbye" ;; esac exit 0 </code></pre> <p>And created a symbolic link in rc3.d.</p> <p>however: when changing runlevel the message is not shown</p>Peter ElzingaThu, 21 Jun 2012 19:21:07 -0400http://linuxexchange.org/questions/2885/show-message-on-runlevel-changefedoralinuxHow do I install Sandisk card reader on Suse 12.2?http://linuxexchange.org/questions/2883/how-do-i-install-sandisk-card-reader-on-suse-122<p>Prior to installing Suse 12.2 My Sandisk card reader worked fine. Since installing 12.2 it does not work at all. Yast hardware info finds the reader, but there is no entry for it (as for scanners &amp; other devices). Fstab has no data concerning the reader. How can I geT Sandisk to work again? MANY THANKS FOR AMY HELP YOU CAN GIVE!!!</p>MMCAELTHThu, 21 Jun 2012 03:39:20 -0400http://linuxexchange.org/questions/2883/how-do-i-install-sandisk-card-reader-on-suse-122susekde4linux