Morning Guys,
In this article, I will show you how to configure additional language in SUSE Linux.
Additional language already installed in SUSE Linux. Thus you can only enable it as command below:
vi /etc/X11/xorg.conf.d/90-keytable.conf
Content:
Section "InputClass"
Identifier "LocalKeyboard"
MatchIsKeyboard "on"
...
[WHAT] What's the difference between Citrix Presentation Server 4.5 & Citrix XenApp 5.0
Today, I have a problem with the ICA file. Customer changed them system and they (production) don't know what the system is running!
They told me: you use the Citrix Online Plugin to run. But they don't true, it can not run.
Finally, I use the Citrix XenApp to run the ICA file. Amzing! it's running.
The customer is not always right.
Q. What's the difference between Citrix Presentation...
[HOW TO] run a script on startup of Ubuntu?
Aforetime I frequently write a article about technology, tip which I want to share with everybody.
Today, I come back with the article about: How to run a script on startup of Ubuntu?
You use the crontab
crontab -e
Adding a line like this:
@reboot /your_path/your_script.sh
It will execute that script once your computer starts.
Thank you for reading this article, please a...