I've seen the trackpad tool to write chinese characters on macs, is there any such linux clone? Or are there any projects that anyone knows of which are trying to create that for linux?
I'm new to UNIX scripting; I�m stuck with the following I have an Oracle SQL script that takes three parameters
1- File Name 2- File Path 3- File creation date
Under UNIX I have a folder where files will be placed frequently and I need to upload those files to Oracle, what I need is a UNIX script that can do the following
Loop through Directory "/home/applmgr/snktmp" Picks only files Pass the file name to parameter &1
[code]....
Is the above possible? I already knows how to call the Oracle Script from UNIX Im only stuck on writing the UNIX part where it List the files attribute(name,path,date) and store them to parameters ,Looping until the last file in the directory If the above is not possible,then how can I create the below from the command line
I'm using Ubuntu on my Lenovo laptop which has a pointer mouse and trackpadt looks exactly like this:How do I disable just the trackpad, but not the red pointer mouse or the buttons above/below the trackpad.I did do a search and found a file I can download, but isn't there a keystroke or something built into Ubuntu that would avoid me having to download a third party solution.
I am on an Eeepc running Ubuntu and I am trying to store the raw data from the Eeepc's inbuilt track pad in a file.To do this with the keyboard (as root) I wentcat /dev/input/event7 > ~/raw-keyboard-out.dataThe result was the whole bunch of random-looking data I was hoping for.Now I want to do this for my mouse, and I tried all of the 'files' in this folder in an analogous operation and none of them seem to stream the input into a file.Does anybody know what the name of the TrackPad/mouse device is called in the /dev folder for an Asus Eeepc 1001p?
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".
My installation of slakware linux 12.0 seemed Ok, I can see the beautiful KDE Window and I can also read Chinese homepages by Foxfire browser. But I don't know how I can input Chinese characters. I in fact installed everything from the DVD-package. It appeared that SCIM was installed, and I don't know if I have CLE.
I need to install Chinese Language on my computer use for ERP Oracle System.ERP Oracle System is running using Browser Software and Java Applications.My problem is my computer is reading Chinese Language in Office Files, Browser Software (Chinese Website), but when im using my computer on ERP System only box appeared. Do any one knows how to solve it.
I am a starter ,though there are lots of software installed almost for everything, I found that it is uneasy for a Chinese learner to use it.Almost every PC user prefer sip to linux around me. it is likely that there is still a long way to go.but I have every confidence in myself! one of my question is:Why my pdf reader does not support Chinese characters?What should I do to improve this situation?
i have been using samba to gain access into windows computer through my pc which has fedora 8 ..can i access the unix machine from another unix machine? is yes then what is the procedures ?
I tried to run % mvdir earlier and it said command not found. I then ran a search for it and still not found.Is there a place I can download the script for the command, and is there any information I should know post-download to get it to work?
I wonder if the unix commands (cp, mv, grep, args etc) are the same for Mac and Ubuntu. Do they have the same parameter lists and so on or do they try to stay the same but are slightly different?
What Linux or Unix version underlies Mac OS, OS X 10.6? Is there a good documentation for that version, specifically regarding security, networks and similar topics?
I want to code some simple personal projects on the Unix-like partition while doing everything else on my XP partition. Can someone recommend the solution that takes up the smallest footprint in size and processing power that still delivers value? I want to learn how to code in a Unix environment.
I'm trying Cygwin but my first impression is its a bit clumsy. Would a dual boot with BeOS be better? And how would I do it? EDIT: I need to be able to run both OS'es at the same time. This is very important for me. my laptop is pretty crappy and that's why I ask for something that has a low CPU/RAM footprint.
I have an NCR UNIX hard disk I need to mount it on a Linux box The FS Type in fdisk on linux is '63' for the partition How can i mount on my linux box ? what is kernel module i needed ?
I have Solaris at my workplace. Currently Esm was configured.It's listing conflicting configurations against policy standards. Few of them are like usrid's/guid's of users are below 100 so I am planning to change it above 100. For eg. I have ops id for an operations team.If I change uid and group id of this particular user/group, do I have to just find files of that particular users/groups ownership and change it accordingly.Or else something elese I have to do. Will it affect any running applications owned by user/group whose ID I am going to change. Also there are few ids owned by applications whose secondary gid is 0, how do I proceed with those, as its very risky to change in prod environment.
i am now running Slitaz 2.0 and i would like to know how to run windows applications on my system. My OS didnt come with this wine ive been hearing about so i dont know what do do.
Whenever i want to start tomcat server I need to go totomcatdir>inand execute startup.sh file.How would i make this happen whenever i start my machine?Also want to know How would i set the variable at startup.
My VPN is behaving funny sometimes, and I have to restart it often.I wanted to write a script which does that for me.It doesn't have to be anything fancy, just a shortcut for the commands I have to type into the terminal. More specifically: it will look at the running processes.If it finds a running vpnc process, it will kill it. Then it will start vpnc.I've written bash scripts of similar complexity,but now I don't have a bash,only an ash. Until now, the only difference I noticed is that there are much less commands available, but then, I don't use it very often.So I have some questions.
Is writing ash scripts different than writing bash scripts?
Is there something specific to consider when doing it?
When the script is ready, how can I deploy it? For bash, I just put the executable file under /usr/lib and run it by typing the file name into the command line, will this work with ash?
Are there any special pitfalls to watch out for in the script I want to write? I think that the killing process part may get hairy, if I write something that kills the wrong process, but even then running the script shouldn't break anything permanently, right?