Posts

Showing posts with the label when

Sonus SBC1000 2000 Release 3 2 Gives You PRI FXS or FXO Ports Now You License Enable Them When Needed

Image
Sonus SBC1000 2000 Release 3 2 Gives You PRI FXS or FXO Ports Now You License Enable Them When Needed With Sonus SBC1000/2000 release 3.2 comes: Integration with the Sonus Element Management System (EMS), the normal handful of firmware fixes/tweaks perhaps most importantly Sonus now gives you PRI, FXS or FXO ports now and a simple license purchase enables them whenever you are ready. So what does this mean for Lync implementers and ongoing support on the ground? Well, that discussion about whether the customer needs certain ports (FXS, FXO or PRI) and how many ports has just gotten a lot easier: Just order the Sonus SBC 1000 or 2000 model that includes the projected future port need and only pay for the license to use them when the need arises, with the added benefit of no need to physically install the ports at that time.  If my memory is correct the devices can include up to 8 PRI that can be license activated later on. Sonus is pretty much giving away FXS, FXO and PRI po...

Solved Desktop Freeze When Editing Documents Using Libreoffice in Lubuntu LXDE

Image
Solved Desktop Freeze When Editing Documents Using Libreoffice in Lubuntu LXDE Lubuntu 11.10 using lxpanel and tint2 LXDE is a new but suddenly being popular desktop environment in Linux world. It uses openbox as the window manager, so it is lightweight and runs fast in any low hardware PCs or laptops. Not long time later, born Lubuntu, an Ubuntu based distro that uses LXDE as the desktop environment. Then Lubuntu 10.10, 11.10 and 11.10 regularly released and since 11.04, Lubuntu has been recognized as a new Ubuntu derivative. Overall, Lubuntu has no important notice about bugs, except one bug in Lubuntu 11.10. If we edit documents by Libreoffice and then save it, the desktop will be frozen. After google about this bug, I found the solving. This bug caused by Task Bar (Window List) applet of lxpanel (LXDE panel). To solve this problem is very easy, these are the steps : Remove Task Bar (Window List) applet in lxpanel by right clicking at the lxpanel>Panel Settings>Panel Appl...

Something went wrong error when you try to start an Office app

Something went wrong error when you try to start an Office app 1. Restart the computer. 2. Make sure "Microsoft Office Click-to-Run" service is running. download file now

Still remember last time when using nvidia geforce2 to play dota the revolution of graphic card of my pc

Still remember last time when using nvidia geforce2 to play dota the revolution of graphic card of my pc During my degree times, I got a Intel Celeron CPU with Nvidia geforce 2 Quadro graphic card and a total of 384mb sdram for me to play game and do my assignment. But most of the time its being used for gaming purpose. Dota this game was introduced by one of my friend, Ken. I copied the dota map and put into my warcraft III download folder and play LAN game with my friend. After that slowly move to battlenet and play at Blueserver. Still remember I really quite confuse with the equipment combination and was very noob. Nvidia geforce2 Quadro is my first graphic card and its been used from diploma to my degree times. Still remember last time when I play warcarft III or dota, before that I will need to set the graphic options all to the lowest setting. This is because the graphic card is not that good and will cause lagness if I set to better graphic setting. Poor graphic card is the mai...

Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser

Image
Solved bin rm cannot remove run user root gvfs Is a directory When exit from root superuser This problem occurs when we have entered in the root or superuser , then when trying to exit , show this information " /bin/rm: cannot remove /run/user/root/gvfs: Is a directory " like image below: So, how can fix this? Open your Terminal by press Ctrl+Alt+T Then type this following command: sudo umount /run/user/root/gvfs So, after you exit from superuser, you will not see this information again. download file now

Stockpiling Do you Know When How Why

Image
Stockpiling Do you Know When How Why *Edit After reading around this morning, I saw that Markco posted about "dog-piling", and that falls along jumping in and around markets. If you havent read his post, go chickity-check it out. Stockpiling. Its something that most of us do at one time or another. But do you really know when to do it? How to do it? Or why you do it? Do you even realize that you do it? We all know the Darkmoon Faire is happening right now. If you dont, then you probably arent a Scribe. I am going to use this as an example...most specifically, volatile life. But I will get back to this in a bit. First I want to hit on market fluctuation. See the pic above? Yeah. Low server is 2ish and high server is 14ish gold. A little bit of a difference there? Volatile life ferr shur. Lets get back to Stockpiling then come back to this "snowfall" screen. If you ever "stockpiled" for the Faire, then you either A.) have been watching the herb markets (prob...

Solve Problem AH00558 When Restarting Apache2

Solve Problem AH00558 When Restarting Apache2 Im trying to restart apache2 using this command: sudo service apache2 restart or sudo /etc/init.d/apache2 restart But get below error: AH00558: apache2: Could not reliably determine the servers fully qualified domain name, using 127.0.1.1. So, how to fix this problem? Edit file apache2.conf from directory /etc/apache2/ by use this following command: nano /etc/apache2/apache2.conf Add the following syntax in the last row of apache2.conf file: ServerName localhost So that error doesnt disappear. download file now