<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:1368

Change Default Save Path
How to change the default Save Path on qBittorrent? By default, qBittorrent uses "Downloads" directory as the Save Path for downloaded files and temporary files. You can follow these steps to change the default Save Path. 1. Click the Settings icon or "Tools -&gt; Options" menu. You see the opti...
2022-10-26, 761🔥, 0💬

Customization of qBittorrent
Where to find tutorials on Customization of qBittorrent. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Customization of qBittorrent. Change Default Save Path Change Speed or Bandwidth Limit   ⇒ Change Default Save Path ⇐ Install qBittorrent ...
2022-10-26, 402🔥, 0💬

Install qBittorrent on Ubuntu
How to install qBittorrent-nox on my Ubuntu computer? Installing qBittorrent-nox on Ubuntu is easy and fast, see steps below. 1. Add qBittorrent package repository. fyicenter$ sudo add-apt-repository ppa:qbittorrent-team/qbittorre nt-stable2. Install "qbittorrent-nox" package with "dnf" command. fyi...
2022-10-26, 361🔥, 0💬

SVG (Scalable Vector Graphics)
Where to find tutorials on SVG (Scalable Vector Graphics)? Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about SVG (Scalable Vector Graphics): Introduction to SVG (Scalable Vector Graphics) What Is SVG (Scalable Vector Graphics) Inse...
2022-10-25, 667🔥, 0💬

Insert SVG Images in HTML Documents
How to Insert SVG Images in HTML Documents? You can insert a SVG image in an HTML document by inserting the SVG XML document directly any where in the HTML document. Here is a simple example of inserting a SVG XML document inside a HTML document. Save it in a file called, square.html. &lt;html&a...
2022-10-25, 324🔥, 0💬

Use SVG Images in IMG Tags
How to Use SVG Images in HTML &lt;img&gt; Tags? If you want to use SVG images in HTML &lt;img&gt; Tags, you can save SVG images in .svg files and include SVG image file names in the "src" attribute of &lt;img&gt; Tags. You can follow this tutorial to test this. 1. Save the fo...
2022-10-25, 317🔥, 0💬

What Is SVG (Scalable Vector Graphics)
What Is SVG (Scalable Vector Graphics)? SVG (Scalable Vector Graphics) is an XML-based vector image format for defining two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the w3.org. See the latest version at https://www.w3.o...
2022-10-25, 311🔥, 0💬

Introduction to SVG (Scalable Vector Graphics)
Where to find tutorials on Introduction to SVG (Scalable Vector Graphics). Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Introduction to SVG (Scalable Vector Graphics). What Is SVG (Scalable Vector Graphics) Insert SVG Images in HTML Document...
2022-10-25, 299🔥, 0💬

json.php API - Get "files" by IDs
How to get "files" objects with Library Genesis API, json.php, for given file object IDs? If you know the object ID of a file, you can get the file details by calling the Library Genesis API, json.php, with object=f and ids={id} parameters. For example, the following call returns the first (ids=1) "...
2022-10-11, 679🔥, 3💬

"File not found in lg repositories" Error
Why am I getting the "File not found in lg repositories" error? If you try to download a file with Library Genesis API get.php, you may get the "File not found in lg repositories" error. Since Library Genesis database records so many "files" objects, actual files are stored into multiple repositorie...
2022-10-07, 1268🔥, 0💬

get.php - File Download API
What is the file download API, get.php? get.php is another simple API provided by Library Genesis to download files. Technical information on file download API: URL: {site_url}/get.php?md5={md5} site_url: https://libgen.lc or other mirror sites md5: The MD5 hash value of the file to download. Respon...
2022-10-07, 758🔥, 0💬

Wrong Output with object=f, topic=s and Date Range
Why am I getting the output with json.php?object=f&amp;topi c=s&amp;mode=last&amp; timefirst=2022-01-01?There is seems to be a code bug in Library Genesis API. If you use "object=f", "topic=l|c|m|a|s|f|r", "mode=last" and "timefirst={date}" parameters, it ignores the "topic" parameter. Fo...
2022-10-07, 462🔥, 0💬

json.php API - Get "works" Objects
How to get "works" objects with Library Genesis API? Here are some examples on how to get "works" objects with Library Genesis API. Get the "works" object with a_id=1 in pretty JSON format. The first work published in 6 editions. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=w&amp;ids=1'| ...
2022-10-07, 448🔥, 0💬

edition.php - Edition View API
What is the edition view API, edition.php? edition.php is another simple API provided by Library Genesis to allow you to view details of a file object for a given ID. Technical information on edition view API: URL: {site_url}/edition.php?id={id} site_url: https://libgen.lc or other mirror sites. id:...
2022-09-24, 548🔥, 0💬

What Is LibGen (Library Genesis)
What Is LibGen (Library Genesis)? LibGen (Library Genesis) is a public library for scholarly journal articles, academic and general-interest books, images, comics, audiobooks, and magazines. LibGen (Library Genesis) Websites are changing from time to time. Currently, it has 4 mirror sites: libgen.gs...
2022-09-18, 1524🔥, 0💬

What Is Library Genesis API
What is Library Genesis API? Library Genesis API is a Web interface that allows you to search and retrieve data objects from Library Genesis. Technical information on Library Genesis API: URL: {site_url}/json.php?{param_lis t}site_url: https://libgen.lc or other mirror sites Response format: JSON Su...
2022-09-12, 1157🔥, 0💬

json.php API - Get "publishers" Objects
How to get "publishers" objects with Library Genesis API? Here are some examples on how to get "publishers" objects with Library Genesis API. Get the "publishers" object with p_id=1 in pretty JSON format. That object does not exist. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=p&amp;ids=1'...
2022-09-12, 628🔥, 0💬

json.php API - Get "editions" Objects By IDs
How to get "editions" objects with Library Genesis API, json.php, for given edition object IDs? If you know the object ID of an edition, you can get the edition details by calling the Library Genesis API, json.php, with object=e and ids={id} parameters. For example, the following call gets the first...
2022-09-12, 558🔥, 0💬

json.php API - Get "series" Objects
How to get "series" objects with Library Genesis API? Here are some examples on how to get "series" objects with Library Genesis API. Get the "series" object with s_id=1 in pretty JSON format. It's a set of journal articles. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=s&amp;ids=1'| pytho...
2022-09-12, 382🔥, 0💬

What Is Indexer in BitTorrent
What Is Indexer in BitTorrent? An Indexer in BitTorrent is a special server that acts like a repository of Torrent files. BitTorrent client programs can connect to Indexers and search for Torrent files. Some popular BitTorrent Indexers are: Academic Torrents - academictorrents.com: Making over 127.1...
2022-08-26, 1723🔥, 0💬

What Is Leech in BitTorrent
What Is Leech in BitTorrent? A Leech in BitTorrent is a Peer in the BitTorrent network, who has a very poor share ratio (upload/download). There are 2 possibilities to become a Leech. 1. Intentionally keep a very low upload speed on your BitTorrent client. 2. You are on one-way Internet connection w...
2022-08-26, 604🔥, 0💬

What Is Tracker in BitTorrent
What Is Tracker in BitTorrent? A Tracker in BitTorrent is a special server that acts like a traffic cop directing BitTorrent data traffic between seeders and downloaders in a Swarm. Peers (seeders and downloaders) report information to the tracker periodically and in exchange, receive information ab...
2022-08-26, 466🔥, 0💬

What Is Seed in BitTorrent
What Is Seed in BitTorrent? A Seed in BitTorrent is a Peer in the BitTorrent network, who has 100% of a file and is willing to share (upload) it to other peers to download. There are 2 ways to become a Seed. 1. Save a file to the BitTorrent client folder. Create a Torrent file. Upload the Torrent fi...
2022-08-26, 437🔥, 0💬

What Is Downloader in BitTorrent
What Is Downloader in BitTorrent? A Downloader in BitTorrent is a Peer in the BitTorrent network, who does not have 100% of a file yet and is still download the file. A Downloader can also share the unfinished file for others to download.   ⇒ What Is Leech in BitTorrent ⇐ What Is Peer in BitTorrent...
2022-08-26, 350🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:1368