Upgrade to Calibre 3.0
It is a big upgrade. New version serials, starting 3.x. Calibre 3.0 is released on June 16, 2017. Calibre 2.x is starting almost two years ago. What is New in Calibre 3.0? The new Content server You can start the...
Tech geek. Life geek.
It is a big upgrade. New version serials, starting 3.x. Calibre 3.0 is released on June 16, 2017. Calibre 2.x is starting almost two years ago. What is New in Calibre 3.0? The new Content server You can start the...
Android applications are used by millions of people throughout the world every day. When you develop a good application, you can rest assured that you have a high chance at success. Learning more about the process and how to make...
When you think of social networking, perhaps you imagine logging onto your personal Facebook page and sharing photos or seeing friends’ events. You might not have considered social networking as a tool you can integrate into enterprise technology. The emergence...
Face it. There is nothing like the rush of a craps table. There’s really nothing like the rush of gambling period, which is why it is such a popular entertainment medium. Who wouldn’t want to sit down at a machine...
It is a warning information when the cronjob running every night. This cronjob is used to update or re-index the phpBB powered forum, which is a Chinese forum. The whole error is a kind of a list of warning with...
I have the .bashrc file, but it is not loading when I connect my VPS through SSH. The content of .bashrc looks like below: It provides a colorful terminal look. How to fix the problem of .bashrc not loading?
I bought a PDP Afterglow XBOX 360 wired controller at Walmart last month. It is $36.96 plus tax. Signature Afterglow lighting SmartTrack provides superior analog stick technology Ergonomic R2 and L2 buttons It looks very cool when playing the game...
I always want to have my own arcade game machine. Today I tried Lakka, actually, I tried RetroPi before. Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. First of all, I...
I have tried to make a Bluetooth speaker with raspberry Pi three months ago. It was failed because of the old Bluetooth 2.0 USB device. It is too slow to get the smooth audio transferring. Now I have a new...
The world is jumping towards upgrade as new inventions are scarce and upgrades are a plenty. Microsoft Windows has been one such franchise. People are often heard saying, we are happy with the current windows and don’t need an upgrade....
Just because you own a small business does not mean your security threats are small. Small businesses are especially vulnerable due to their lack of security. Forty-three percent of cyber attacks target small businesses. Cyber criminals are aware of the...
My old DRW-24B1st DVD writer is not working anymore. I can not recognize most of the blank DVD-R disks. I can not use it to burn DVD or CD. So, I have to buy a new one. I check the...
Anyone using the internet today with relative ease probably knows, and accepts the fact that their data is being collected, compiled and stored away. In fact, this knowledge is so common that many of us just shrug our shoulders and...
Afte last post, my php-fpm support the dbase database file now. Here is an example php script. $db = dbase_open('../db/clients.dbf',0); if ($db){ $record_numbers = dbase_numrecords($db); for ($i = 1; $i <= $record_numbers; $i++) { $row = dbase_get_record_with_names($db, $i); if (...
Here is the simple way to install the dbase extension. One command only. sudo pecl install dbase-7.0.0beta1 It will install the extension for you. You just need to restart php7.0-fpm service. Check the php information. If your php is...