The reputable IDE for FASM named Fresh comes on 29.10.2017 06:47:22 with new news.
As you know, this can be used with the Linux and Windows operating system.
You can download it from here.
The development team comes with this new content:
Quick bugfix release. The description for v2.6.0 is still valid. Read below.
The download links are updated. Download again and update your installation, if you downloaded v2.6.0.
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
Sunday, October 29, 2017
News: The new released Fresh IDE .
Posted by
Cătălin George Feștilă
Labels:
2017,
2017 news,
assembly,
Fresh IDE,
IDE,
linux tools,
news,
tool
Monday, September 25, 2017
Fedora 26 - test kernel .
You can test the kernel with your Fedora distro and get a funny badge of science:
Science (Kernel Tester I).
This is my tests of Fedora 26 logs :
Science (Kernel Tester I).
$ git clone https://git.fedorahosted.org/git/kernel-tests.git
$ cd kernel-tests
$ sh runtests.sh
This is my tests of Fedora 26 logs :
- 4.14.0-0.rc1.git2.1.fc28.x86_64 FAIL logs
- 4.13.0-0.rc7.git0.1.fc28.i686+PAE PASS logs
- 4.14.0-0.rc1.git3.1.fc28.i686 PASS logs
- 4.13.3-300.fc27.x86_64 FAIL logs
- 4.13.3-300.fc27.i686+PAE PASS logs
- 4.12.14-300.fc26.x86_64 PASS logs
- 4.12.14-300.fc26.i686+PAE PASS logs
- 4.12.14-200.fc25.x86_64 PASS logs
- 4.12.14-200.fc25.i686+PAE PASS logs
Friday, September 22, 2017
News: The new Krita 3.3.0 .
The new Krita come for Linux users with 64 bits Linux: krita-3.3.0-rc1-x86_64.appimage.
As you know: the AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. About this new release then this new Krita comes with some improvements and features:
As you know: the AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. About this new release then this new Krita comes with some improvements and features:
- support for the Windows 8 event API;
- hardware-accelerated display functionality to optionally use Angle on Windows instead of native OpenGL;
- some visual glitches when using hi-dpi screens are fixed
- several new command line options;
- the performance improvements and selections are fixed;
- the system information dialog for bug reports is improved
Thursday, September 21, 2017
Fix Xmarks Bookmark Sync to Opera browser.
The Xmarks Bookmark Sync is a good web tool to manage all your browser bookmarks.
The official website of Xmarks come with extension just for Firefox, Google Chrome, Internet Explorer and Safari.
This can be fix on Opera browser with another extension named download chrome extension.
Using this extension you can install on Opera browser many extensions from Google Chrome.
The official website of Xmarks come with extension just for Firefox, Google Chrome, Internet Explorer and Safari.
This can be fix on Opera browser with another extension named download chrome extension.
Using this extension you can install on Opera browser many extensions from Google Chrome.
Posted by
Cătălin George Feștilă
Labels:
2017,
browser,
firefox,
Google Chrome,
linux tools,
Opera,
tool
Saturday, September 9, 2017
Fedora 26 : Installation of dotnet .
Today I tested the dotnet with Fedora 26.
This is the way to install dotnet on Fedora 26 distro using dnf and copr :
This is the way to install dotnet on Fedora 26 distro using dnf and copr :
Posted by
Cătălin George Feștilă
Labels:
2017,
dotnet,
Fedora,
Fedora 26,
linux,
linux tools,
tutorial,
tutorials
Thursday, September 7, 2017
News: New release of PulseAudio.
As we already know: PulseAudio is a network sound server and works well with the Linux operating system.
Now a new version has been released.
PulseAudio 11.0 release notes:
Now a new version has been released.
PulseAudio 11.0 release notes:
- Support for newer AirPlay hardware
- USB and Bluetooth devices preferred over internal sound cards
- The default sink and source configuration is remembered better
- Bluetooth HSP headset role implemented
- Bluetooth HFP audio gateway role implemented (requires oFono)
- Bluetooth HSP audio gateway and HFP hands-free unit roles can be enabled simultaneously
- Upmixing can now be disabled without bad side effects
- Avoid having unavailable sinks or sources as the default
- Option to avoid resampling more often
- Option to automatically switch Bluetooth profile to HSP more often
- Better latency regulation in module-loopback
- Changed module argument names in module-ladspa-sink and module-virtual-surround-sink
- Fixed input device handling on Windows
- Improved Bluetooth MTU configuration (warning! this causes some hardware to not work anymore, see the details below for how to fix it)
- GNU Hurd support
- Applications can request LADSPA or virtual surround filtering for their streams
- Support for 32-bit applications on 64-bit systems
Posted by
Cătălin George Feștilă
Labels:
2017,
2017 news,
development,
Fedora,
Fedora 26,
news,
open-source,
PulseAudio,
software
Wednesday, September 6, 2017
Fedora 26 : The install of PyCharm IDE .
Today I make a new test with PyCharm IDE for python development on linux.
It video show the installation of PyCharm on the Fedora 26 operating system.
As you know , PyCharm is free, open-source and come with a Lightweight IDE for Community.
You can buy it but you will have the Professional Full-featured IDE.
It video show the installation of PyCharm on the Fedora 26 operating system.
As you know , PyCharm is free, open-source and come with a Lightweight IDE for Community.
You can buy it but you will have the Professional Full-featured IDE.
Posted by
Cătălin George Feștilă
Labels:
2017,
development,
Fedora,
Fedora 26,
IDE,
linux,
linux tools,
python,
tutorial,
tutorials,
youtube
Saturday, September 2, 2017
Fedora 26 : using Huion Giano WH1409 graphic tablet .
If you want to use your Huion Giano WH1409 graphic tablet with Fedora 26 then you need to use DKMS kernel.
Let's start. First you need to have a github account to download this kernel.
Use this commands to install the DKMS kernel from digimend.
If you want to set your tablet keys then you make custom X11 rules .
First is need to go to this folder: /usr/share/X11/xorg.conf.d/.
Now create 50-huion.conf file and use the configuration tool xsetwacom.
I don't make this settings because the tablet work's good with inkscape software.
Let's start. First you need to have a github account to download this kernel.
Use this commands to install the DKMS kernel from digimend.
$su
#dnf install dkms git-core
#git clone https://github.com/DIGImend/digimend-kernel-drivers.git /usr/src/digimend-6
#dkms build digimend/6
#dkms install digimend/6
Now connect the wireless USB dongle and reboot your computer. Take a look at dkms status:dkms status
If you use VirtualBox then I tested with last version of VirtualBox and works without any settings.If you want to set your tablet keys then you make custom X11 rules .
First is need to go to this folder: /usr/share/X11/xorg.conf.d/.
Now create 50-huion.conf file and use the configuration tool xsetwacom.
I don't make this settings because the tablet work's good with inkscape software.
Posted by
Cătălin George Feștilă
Labels:
2017,
2D,
dkms,
Fedora,
Fedora 26,
graphic tablet,
Huion,
kernel,
linux,
linux tools,
tutorial,
tutorials
Monday, August 28, 2017
Fedora 26 : the MuseScore software.
The development team come with this option for us:
Create, play and print beautiful sheet music
Is about the MuseScore software and music.
Create, play and print beautiful sheet music
Is about the MuseScore software and music.
- First, this software come with this features:
- Professional music notation software
- Completely free, no limitations
- Easy to use, yet powerful
- Open source Input via MIDI keyboard
- Transfer to and from other programs via MusicXML, MIDI and more
# dnf install mscore
The result is working well, see the next image:
Posted by
Cătălin George Feștilă
Labels:
2017,
Fedora,
Fedora 26,
linux,
linux tools,
musescore,
software,
tutorial,
tutorials
Tuesday, August 15, 2017
News: Google with all features and options.
Not all Google options are available for all countries.
You should make a selection option depending on country and availability.
This will relieve us of unsuccessful attempts and queries to Google.
Here are all the Google options available now.
You should make a selection option depending on country and availability.
This will relieve us of unsuccessful attempts and queries to Google.
Here are all the Google options available now.
Posted by
Cătălin George Feștilă
Labels:
2017,
2017 news,
google,
linux tools,
news,
tool,
web development
Tuesday, August 8, 2017
News: Faces of Open Source - website .
I have just discovered today this website named FACES OF OPEN SOURCE.
The development team tells us: Faces of Open Source is an on-going photographic documentation of the people behind the development and advancement of the open source revolution that has transformed the technology industry.
The area is:
The development team tells us: Faces of Open Source is an on-going photographic documentation of the people behind the development and advancement of the open source revolution that has transformed the technology industry.
The area is:
- UNIX
- BSD
- Linux
- Languages
- X Windows
Saturday, August 5, 2017
Fedora 26 : Firefox Test Pilot send large files.
This tool from the Firefox team let you send you to upload and encrypt large files (up to 1GB) to share online.
This creates a link to pass along to whoever you want.
Each link created by Send will expire after 1 download or 24 hours, and all sent files will be automatically deleted from the Send server.
Also, the Firefox Test Pilot send does not require an add-on, and can be used in any modern browser.
See the next video from the official youtube channel.
This creates a link to pass along to whoever you want.
Each link created by Send will expire after 1 download or 24 hours, and all sent files will be automatically deleted from the Send server.
Also, the Firefox Test Pilot send does not require an add-on, and can be used in any modern browser.
See the next video from the official youtube channel.
Posted by
Cătălin George Feștilă
Labels:
2017,
Fedora,
Fedora 26,
firefox,
linux tools,
tool,
tutorial,
tutorials
Tuesday, August 1, 2017
Fedora 26 : Install Google Chrome.
Today I try to install Google Chrome on Fedora 26.
As you know this is one of the fastest and most well liked browsers available.
First I download of the rpm file into my Downloads folder and the I used dnf command to install into Fedora 26:
As you know this is one of the fastest and most well liked browsers available.
First I download of the rpm file into my Downloads folder and the I used dnf command to install into Fedora 26:
$ cd ~/Downloads
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ su
# dnf install google-chrome-stable_current_x86_64.rpm
The result, the Google Chrome browser is installed and run well.
Posted by
Cătălin George Feștilă
Labels:
2017,
Fedora,
Fedora 26,
google,
Google Chrome,
tutorial,
tutorials
Subscribe to:
Posts (Atom)