I got new job and going to join tommorrow.The company is Wipro and it is not direct payroll,the confirmation will be done after 3 months.Now my Payroll company is Eteam Inc.I am so happy to work with the new company
Best posts made by Lakshmana
-
Got New Job
-
Got leave
I have got one week leave for Christmas and New year.will go offline for some days to enjoy real world life soon
-
IT Infrastructure Career
I am Lakshmana Shiva from India interested in IT Security but am unsure of What I want to pursue or how to switch from what I am doing currently into a security role. Can anyone suggest me ?
-
Deepin OS Looks Different to use
Anyone tried to use the deepin OS for your laptops or desktop.
The look of the os seems to be good.
https://www.deepin.org/?language=en -
Happy New Year 2018
Happy New Year for all the members as well as their Families.
This year brings you Wealth and Health.
Happy New Year 2018 from India
-
Happy Aadi Peruku
Happy Aadi Peruku which is regional function celebrated in Tamilnadu ,India
-
Got Good OS for Laptop in Linux
I have good OS which is compatible to my Sony Laptop.The OS is KDE Neon 5.8.5 which detects all the drivers.I have installed only the Camera Drivers.All are working fine without any issues!!!
-
Interview for me at Other Company
I am being invited for the job profile of Desktop Support at Other company.How the questions will be to be about my present job.How I have to express myself at Interview?Can anyone suggest me the things.
-
Health Tips for IT People
How many people in this community has good tips for other people in eating natural foods?
Because some people in IT don't have time to think of their lunch,breakfast during their work hours.
How many experienced the health issue because of work?
Latest posts made by Lakshmana
-
Django & Oauth through Database
I need to create a Django Webapp which needs to be authenticated with the users email id available in one of the database which i will create. The user email id may or may not be gmail or other emails such as yahoo.com. That email users only need to fill the form after authenticating. Is is possible to do so?
-
RE: Check_MK Monitoring tool
@scottalanmiller said in Check_MK Monitoring tool:
@Lakshmana sorry, never used that tool.
Whether the Zabbix have that feature to send the slack notification ?
-
RE: Azure AD vs MAC Authentication Vs Active Directory Authentication
@scottalanmiller said in Azure AD vs MAC Authentication Vs Active Directory Authentication:
@Lakshmana said in Azure AD vs MAC Authentication Vs Active Directory Authentication:
The normal On-Premise Active Directory will have the good features to Federation or SSO login to the SaaS applications ?
That depends 100% on the SaaS application in question and what SSO you want to tie to.
Yes its available but cannot work as expected with the windows clients. The local account will be created for the new users while onboarding happens. This information got from the Microsoft support person. They said it will not suport for the mobile account to be created
-
Check_MK Monitoring tool
Hi All,
I am trying to install and create a slack notification through Check_mk monitoring tool.Anyone have tried already with this monitoring tool to send their slack notification to your slack channel with the alerts from the network devices or from servers ?
-
Azure AD vs MAC Authentication Vs Active Directory Authentication
Hi All,
I am back after a long time.I have been to the new office with the new environment.Here the team uses more SAS applications.The org wants to move to the AzureAD but the MAC users will not have more support on this Azure AD.Whether the Jamf server is the only solution to have the MAC users to authenticate the users ?
If we move to the AzureAD the user needs to be created locally to make the users login for the first time to the office laptop ?
The normal On-Premise Active Directory will have the good features to Federation or SSO login to the SaaS applications ?
-
Slack app with Jumpcloud API integration
Hi All,
I am trying to create a Slack App which needs to unlock the user account,reset the password and check their asset information through a button which do this from Jumpcloud.
Whenever the user got locked they need to unlock their account from their end without IT team intervention and the unlock my account button needs to unlock the user through Jumpcloud API.Is it possible to do so ? -
Kindle not detecting in AntiX Linux
Hi Team,
To go with the Light Weight OS i am using AntiX Linux which is good in performance for me as of now.The same laptop installed with Zorin OS and ubuntu 18.04 which detected and automounted the Kindle device.When i have installed AntiX Linux the OS is not detecting the Kindle DeviceTried Calibre which also fails in mounting.Help needed to access or mount my Kindle in AntiX Linux.
Tried :
Installed MTP,Checked Mount location nothing is showing.Output for reference:
root@shiva:~# dme
dmenu dmenu_path dmenu_run dmenu_run_hlwm dmesg
root@shiva:~# dmesg | grep Kindle
[ 719.666905] scsi 6:0:0:0: Direct-Access Kindle Internal Storage 0310 PQ: 0 ANSI: 2root@shiva:~# lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b3aa Chicony Electronics Co., Ltd
Bus 001 Device 003: ID 0489:e062 Foxconn / Hon Hai
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1949:0004 Lab126, Inc. Amazon Kindle 3/4/Paperwhite
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubshiva@shiva:~$ uname -r
4.9.146-antix.1-amd64-smpPackages installed for tried to mount
root@shiva:~# sudo apt-get install libmtp-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmtp-common is already the newest version (1.1.13-1).
libmtp-common set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@shiva:~# sudo apt-get install python=pymtp
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version 'pymtp' for 'python' was not found
root@shiva:~# sudo apt-get install python-pymtp
Reading package lists... Done
Building dependency tree
Reading state information... Done
Recommended packages:
python-id3
The following NEW packages will be installed:
python-pymtp
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.0 kB of archives.
After this operation, 64.5 kB of additional disk space will be used.
Get:1 http://mirror.0x.sg/debian stretch/main amd64 python-pymtp all 0.0.6-1.1 [13.0 kB]
Fetched 13.0 kB in 0s (14.9 kB/s)
Selecting previously unselected package python-pymtp.
(Reading database ... 182534 files and directories currently installed.)
Preparing to unpack .../python-pymtp_0.0.6-1.1_all.deb ...
Unpacking python-pymtp (0.0.6-1.1) ...
Setting up python-pymtp (0.0.6-1.1) ...
root@shiva:~# sudo apt-get install mtp-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
mtp-tools is already the newest version (1.1.13-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@shiva:~# sudo apt-get install libmtp9
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmtp9 is already the newest version (1.1.13-1).
libmtp9 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@shiva:~# sudo apt-get install libmtp-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libmtp-doc
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 375 kB of archives.
After this operation, 3,542 kB of additional disk space will be used.
Get:1 http://mirror.0x.sg/debian stretch/main amd64 libmtp-doc all 1.1.13-1 [375 kB]
Fetched 375 kB in 3s (115 kB/s)
Selecting previously unselected package libmtp-doc.
(Reading database ... 182548 files and directories currently installed.)
Preparing to unpack .../libmtp-doc_1.1.13-1_all.deb ...
Unpacking libmtp-doc (1.1.13-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libmtp-doc (1.1.13-1) ...
root@shiva:~# sudo apt-get install libmtp-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libusb-1.0-0-dev
Recommended packages:
libusb-1.0-doc
The following NEW packages will be installed:
libmtp-dev libusb-1.0-0-dev
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 123 kB of archives.
After this operation, 384 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirror.0x.sg/debian stretch/main amd64 libusb-1.0-0-dev amd64 2:1.0.21-1 [72.7 kB]
Get:2 http://mirror.0x.sg/debian stretch/main amd64 libmtp-dev amd64 1.1.13-1 [50.6 kB]
Fetched 123 kB in 0s (156 kB/s)
Selecting previously unselected package libusb-1.0-0-dev:amd64.
(Reading database ... 182764 files and directories currently installed.)
Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.21-1_amd64.deb ...
Unpacking libusb-1.0-0-dev:amd64 (2:1.0.21-1) ...
Selecting previously unselected package libmtp-dev:amd64.
Preparing to unpack .../libmtp-dev_1.1.13-1_amd64.deb ...
Unpacking libmtp-dev:amd64 (1.1.13-1) ...
Setting up libusb-1.0-0-dev:amd64 (2:1.0.21-1) ...
Setting up libmtp-dev:amd64 (1.1.13-1) ...
root@shiva:~# sudo apt-get install libmtp-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libmtp-dbg
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 291 kB of archives.
After this operation, 328 kB of additional disk space will be used.
Get:1 http://mirror.0x.sg/debian stretch/main amd64 libmtp-dbg amd64 1.1.13-1 [291 kB]
Fetched 291 kB in 1s (166 kB/s)
Selecting previously unselected package libmtp-dbg:amd64.
(Reading database ... 182781 files and directories currently installed.)
Preparing to unpack .../libmtp-dbg_1.1.13-1_amd64.deb ...
Unpacking libmtp-dbg:amd64 (1.1.13-1) ...
Setting up libmtp-dbg:amd64 (1.1.13-1) ...
root@shiva:~# sudo apt-get install libmtp-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmtp-common is already the newest version (1.1.13-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@shiva:~# gmtp
Detect: No raw devices found.CAlibre Error when tried from terminal
root@shiva:~# calibre
DBusExport: Failed to connect to DBUS session bus, with error: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally with the following error: dbus-launch: /opt/calibre/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.10.26' not found (required by dbus-launch)Traceback (most recent call last):
File "site-packages/calibre/gui2/notify.py", line 171, in get_notifier
File "site-packages/calibre/gui2/notify.py", line 88, in get_dbus_notifier
File "site-packages/dbus/_dbus.py", line 211, in new
File "site-packages/dbus/_dbus.py", line 100, in new
File "site-packages/dbus/bus.py", line 122, in new
DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally with the following error: dbus-launch: /opt/calibre/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.10.26' not found (required by dbus-launch) -
RE: Ebook Convertor Help
This link solved my issue
https://www.epubor.com/how-to-merge-multiple-epub-ebooks.html -
RE: Ebook Convertor Help
@IRJ Yes I have tried https://www.ofoct.com/merge-epub-files to merge but the size of the file should not be 50 Mb.So i will try the above links
-
Ebook Convertor Help
This is another long time.I am in need of help for the Ebook conversion.I have a Kindle device which support .mobi files.The files are more in .epub format which does not supports in the kindle.So I have downloaded Calibre and tried converting these epub into .mobi format but the books are not coming with the correct data which was present in the .epub
OS : Zorin OS
Software User : Calibre for Ebook Conversion
Request : Convert .epub into .mobi files to work in my kindle
Help : Any person using any other software to convert the books ?If so please provide the details