General :: Porting Shell Scripts Into A Other Language?

Mar 1, 2010

I have written some shells scripts. They basically create ssh tunnels between a my box and numerous nodes on a cluster. Which then allows me send Linux commands and receive output from far away nodes on my cluster.
E.g. Script:

Code:
#linux_command="uname -a"
#Create tunnel

[code]....

View 2 Replies


ADVERTISEMENT

General :: Basic Shell Codes Using C Language

Mar 10, 2010

I'm doing my project on shell designing, so can I know the basic shell (any shell in linux) codes using c language with few commands implemented on it.

View 2 Replies View Related

General :: Can't Differentiate System Language From Keyboard Language?

Apr 14, 2010

i recently got a french msi wind U100x running on linux suse enterprise 10 sp1. (i am french and wanted a light netbook with french keyboard)i am totally new to linux and i believe that msi wind is not helping.because i am more used to english for settings, i set the main language to english, but it seems that it automatically reconfigures my keyboard mapping to english as well, so that azerty becomes qwerty.i reset it back to french, so now my keyboard is french, but so is the system.is there a way to differentiate keyboard from main user setting language?

View 3 Replies View Related

General :: Porting Operating System To New Architecture?

Jun 21, 2010

What are the challenges that are involved in porting an Operating system to a new architecture? Say I want to port linux to new architecture called XYZ, what are the things that should be taken care of?

View 2 Replies View Related

General :: Porting WiFi Drivers - Insmod RTMP Error

Jul 28, 2011

I am still new to porting wifi drivers. I am currently porting Ralink RT5370 driver, no problem with the compilation but when I execute insmod operation I got a lot of errors regarding RTMP. This is a part of the error I got:

rt5370sta: Unknown symbol rausb_buffer_free
rt5370sta: Unknown symbol RtmpOsFreeSpinLock
rt5370sta: Unknown symbol RtmpOsPktHeadBufExtend
rt5370sta: Unknown symbol RtmpOSTaskNotifyToExit
rt5370sta: Unknown symbol RtmpOsGetNetDevName
rt5370sta: Unknown symbol RtmpOsHtonl
rt5370sta: Unknown symbol RtmpOsAtomicInterlockedExchange
rt5370sta: Unknown symbol RtmpUtilInit
rt5370sta: Unknown symbol RtmpOSTaskInit
rt5370sta: Unknown symbol RtmpOsAtomicInit

insmod: can't insert '/home/rt5370sta.ko': unknown symbol in module or invalid parameter
Based on the some forum that I've read, adding the MODULE_LICENSE("GPL") is one of the solution. I did add it inside usb_main_dev.c and recompile but I still get the same errors.

View 2 Replies View Related

Ubuntu :: Support For Language While Keeping English As Language Used To Display Desktop?

Mar 5, 2011

I have some music in another language, but when I open the songs in Banshee, their song names just come up as weird characters (like μ).I went to [System --> Administration --> Language Support] and installed support for that language, but the songs still come up like μ. (But in Nautilus, their proper names show).

I know the solution is to change my whole system language to that language, but I don't want to do that, as I am not very fluent in it. Is there any way to enable support for that language while keeping English as the language used to display my desktop?

View 1 Replies View Related

Ubuntu :: Language Support - Each User Can Select Their System Language When Login?

Nov 1, 2010

One computer .... three users .... three languages. How do you make that happen? User A speaks English and is happy with English. No problem. User B needs to use Chinese and would like the full system in Chinese. User C needs to use Thai and Chinese. They would prefer their menus to be in Thai and can use iBus for Chinese entry. How do you set up the system so that each user can select their system language when they login?

View 4 Replies View Related

Ubuntu :: Change Keyboard Language To Specific Language By Hotkey?

Jun 13, 2010

is there some way to change keyboard language to specific language by hotkey?

For example:
Shift+Alt+1 - English
Shift+Alt+2 - Russian
Shift+Alt+3 - Ukrainian

View 2 Replies View Related

Ubuntu :: Keyboard Language Standardized In Wrong Language

Nov 28, 2010

While installing Ubuntu 10.10 I chose the wrong language for my keyboard. I tried to fix this in keyboard preferences and it seemed to work. The correct one I need is USA (and don't know exactly the difference between USA and USA alternative international). But every time I boot my laptop I get the old language back (Dutch) while USA is above the others in my preferences.

View 1 Replies View Related

Fedora :: Language Of Boot Message Change To Other Language?

Jan 7, 2011

When I boot the fedora system,disable the plymouth,the language of booting message showed is english.Can it change to other language,chinese?

View 2 Replies View Related

OpenSUSE :: Porting KDE Settings To New PC?

Mar 23, 2010

I've got two laptops (a Dell and an Acer), one for work, the other for home. Both run openSUSE 11.1 64-bit and use KDE 4.4.

Is it possible to copy the settings on one machine to the other? The desktops are pretty similar, but not quite the same - and I can't remember what I did to the one I prefer to get it that way.

Obviously, the underlying hardware is different, but I am hoping that the OS takes care of that.

View 5 Replies View Related

Fedora :: Porting Desktop Changes / Customizations?

Mar 6, 2010

First thing I do when I install fedora is to customise a few things: default font sizes, number of workspaces (an their names), icons on the gnome panels etc. I was wondering if there is a way that I could just copy some file from my old install to the new one that would save me doing this manully each time. I think the main things I need are customisations done in System->Preference->Appearnece and customisations to the GNOME Panels

View 1 Replies View Related

Fedora Installation :: Porting 9.04 Xorg To F13?

Jul 7, 2010

My problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance.Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.

So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.

View 1 Replies View Related

Kernel :: Porting Driver From Version 2.6.21 To 2.6.27?

Jan 14, 2010

I am in the midst of porting a driver that works on kernel version 2.6.21 to version 2.6.27. I am not aware of all the changes that need to be done to achieve my objective.

View 5 Replies View Related

Software :: Porting A New Driver To The Kernel 2.6.32?

Apr 20, 2011

I am working under linux/kernel 2.6.32. I want to port a new Wi-Fi driver ath6kl which is already exist under kernel 2.6.37.

View 2 Replies View Related

Red Hat :: Porting Perl Scripts From Solaris?

Aug 21, 2010

I want to migrate some of the Perl Scripts from Solaris to Linux. Please explain the steps to migrate the Perl script from Solaris to Linux.

View 1 Replies View Related

Programming :: Ubuntu 9.04 - Porting Function On Windows?

Jun 23, 2010

I use ubuntu 9.04;I have a function called "isLogEnabled" in my project on windows, I wanna port it to linux. I know that I should have a "config.h" file in linux to get log from a specific Shared object and ..., but because I'm new to linux, I don't know how this should be done.

This is my function:
Code:
//This function return True if log policy is set in registry and False otherwise
int isLogEnabled()
[code]...

View 14 Replies View Related

General :: $HOME/.bashrc Disabled When User Shell Is 'rbash' (restricted Shell)?

Jun 15, 2011

MACHINE: HP Proliant DL260G5OS: SLES 11 SP1kernel: Linux xserver 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxIt is used as remote xserver in a LAN.I have configured /usr/lib/restricted/bin/.rbashrc with some environment variables but when the users logon in the system finally is executed $HOME/.bashrc and some environment vars are overwritten.

View 2 Replies View Related

Fedora Installation :: Chance Porting Ubuntu's 9.04 Xorg To F13?

Jul 27, 2010

I realize that I ask for a rather crazy thing . My problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance. Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.

So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.

Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.

View 1 Replies View Related

Programming :: Porting Serial Port Program From Windows?

Jan 8, 2009

I bought a set of 3 laser sensors and it came with a software and its C++ source code for windows to receive the lasers info through the serial port. Since the entire project is running on Linux, I need to port the windows code to Linux. At the present moment, I already can receive the data from each of the 3 sensors, but the info is coming concatenated! Tracking down the original windows code, I found that it is probably happening cause I didn't ported these lines to my Linux version:

Code:

COMMTIMEOUTS CommTimeouts;
[...]
CommTimeouts.ReadIntervalTimeout = 2;

[code]....

I've searched already about how to specify the serial port timeouts on Linux, but didn't find a solution. how to port these lines to Linux or maybe where to find more info about how to set serial port timeouts on Linux?

View 4 Replies View Related

Fedora Servers :: Porting MySQL Database To Host Company

Jul 17, 2009

i'm new to MySQL and i designed a database using MySQL and PHP recently but dont know how to port it to my host company. How do i save the database on my flash drive then transfer to my host on my website's control panel.

View 1 Replies View Related

Ubuntu Installation :: Porting A Game Engine From Visual Studio To GCC?

Sep 29, 2010

I am a software developer, presently porting a game engine from Visual Studio to GCC. I'm working on LTS 10.04. The project uses C++ lambdas, and I really would like to keep it this way. Therefore, I need GCC >= 4.5 to compile it.

I wouldn't like to reinstall entire OS, or to have to manually update this single program every time. Is there an option to update it from 10.10 repositories, pointing out, that I need only this package (and it's dependencies)? Or is there any PPA that does the trick for me?

Generally, the entire packaging system of Ubuntu rocks, as long as I can find up-to-date PPAs of all packages I need to have in recent versions (like mono).

View 3 Replies View Related

General :: Write A Shell Script Instead Of Shell Function?

Apr 27, 2011

I would like know when it is necessary or advisable to write a shell script instead of shell function ?

View 3 Replies View Related

Software :: Segmentation Fault While Porting Project C / C++ / Fortran Files From Windows?

Feb 2, 2011

i am getting segmentation fault while porting project having c,c++,fortran files which has been developed in vc++ windows to linux.this project is working fine in windows but not in linux.when i runned in linux using makefile it is going through some output but again am getting segmentation fault.

View 1 Replies View Related

General :: Open A New Shell From A Shell And Switch Between Them?

Jan 18, 2011

I am wondering if I can open a shell or new terminal thing from within the terminal in a unix/linux enviroment. Particularly a commandline only one where there is no GUI. Is this doable? how do I do it?

View 3 Replies View Related

General :: Japanese Language IME Available In 10.4?

May 14, 2010

I just got used to Ubuntu and was using Easy Peasy. I wanted to upgrade because I was having a few issues with EP on my EeePc 900- I went to 10.4.

I am leaving to go study abroad in Japan in about 10 days and have everything configured except the Japanese language aspect.

I went to System -> Admin -> Language Support and installed the language files, etc. After reboot, they are installed...but there is no language box or any hint at all that I can use it.

There doesn't appear to be a shortcut like ALT + SHIFT in Windows.

In the simplest terms possible (i.e. step by step), how can I be able to type Japanese in Office, Firefox, Evolution, IM, etc.?

View 1 Replies View Related

General :: Red Hat 6.2 And Greek Language?

Jan 25, 2011

This is my first day here and i have a question to ask. I recently install a red hat linux 6.2 on an IBM netvist a20 and i want to have some messages of the system in my native language which is greek.

View 2 Replies View Related

General :: Set English Language

Feb 22, 2010

I have installed Slackware 13 with language support and run it in init 4 mode (GUI, automatically start to KDE). When logout the menu is in arabic or some symbols that I don't understand. I try to set locale to English, but still the same symbols appear.I fix it. How can I delete this thread?

View 4 Replies View Related

General :: Set Ispell Language In Emacs?

Mar 16, 2011

I'm using emacs to write documents in latex. But, I would like to set the spell checker to use english or portuguese language. I've installed the ispell package for english and for portuguese. Now, I would like to set the emacs to use the english or the portuguese language. I can I do that?

View 2 Replies View Related

General :: How To Install Chinese Language

Jan 30, 2011

Do anyone know how to install Chinese Language in linux?I have a Linux Mandriva 2009.1. My computer is reading Chinese Characters but the problem is when im running my Oracle E-Bussiness Suite the java program only displays "BOX".

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved